Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reaped unknown pid 11 #66

Open
AmilaViduranga opened this issue Nov 28, 2019 · 0 comments
Open

reaped unknown pid 11 #66

AmilaViduranga opened this issue Nov 28, 2019 · 0 comments

Comments

@AmilaViduranga
Copy link

AmilaViduranga commented Nov 28, 2019

I have my own tsv files inside "tsvs" folder which is created by me. Inside that folder it contain muve_housenumbers.tsv file and muve_geonames.tsv files. Those 2 files are created by using https:/OSMNames/OSMNames. When I run sudo docker run -v /home/ubuntu/osmnames-sphinxsearch/data/tsvs/:/data/input/data.tsv -p 80:80 klokantech/osmnames-sphinxsearch I got bellow output. It hold too long time without log any thing to terminal. What is going on here? Is there any mistake that I have done or invalid input files??

ubuntu@ip-172-31-6-255:~/osmnames-sphinxsearch$ sudo docker run -v /home/ubuntu/osmnames-sphinxsearch/data/tsvs/:/data/input/data.tsv -p 80:80 klokantech/osmnames-sphinxsearch 2019-11-28 15:01:10,756 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. 2019-11-28 15:01:10,756 INFO Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing 2019-11-28 15:01:10,756 INFO Included extra file "/etc/supervisor/conf.d/sphinx.conf" during parsing 2019-11-28 15:01:10,756 INFO Included extra file "/etc/supervisor/conf.d/web.conf" during parsing 2019-11-28 15:01:10,764 INFO RPC interface 'supervisor' initialized 2019-11-28 15:01:10,764 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2019-11-28 15:01:10,765 INFO supervisord started with pid 1 2019-11-28 15:01:11,766 INFO spawned: 'indexer' with pid 8 2019-11-28 15:01:11,767 INFO spawned: 'nginx' with pid 9 2019-11-28 15:01:11,768 INFO spawned: 'websearch' with pid 10 2019-11-28 15:01:12,908 INFO success: indexer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-11-28 15:01:12,908 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-11-28 15:01:12,908 INFO success: websearch entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-11-28 15:01:24,461 INFO spawned: 'sphinx' with pid 106 2019-11-28 15:01:25,528 INFO success: sphinx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-11-28 15:01:25,537 INFO exited: indexer (exit status 0; expected) 2019-11-28 15:01:25,537 INFO reaped unknown pid 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant