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

Couldnt start it #59

Open
dikkatdeli opened this issue Dec 3, 2018 · 0 comments
Open

Couldnt start it #59

dikkatdeli opened this issue Dec 3, 2018 · 0 comments

Comments

@dikkatdeli
Copy link

startup

docker run -dt --name rtorrent \
--restart=always \
-p 64443:443 -p 49160:49160/udp -p 49161:49161 \
-v /path-to-crt:/downloads/nginx.crt:ro \
-v /path-to-key:/downloads/nginx.key:ro \
-v /path-to-downloads/:/downloads \
-e PHP_MEM=1024M \
-e NOIPV6=1 \
diameter/rtorrent-rutorrent:latest
docker logs -f rtorrent
/usr/lib/python2.7/dist-packages/supervisor/options.py:298: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
  'Supervisord is running as root and it is searching '
2018-12-03 20:40:58,370 CRIT Supervisor running as root (no user in config file)
2018-12-03 20:40:58,370 INFO Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2018-12-03 20:40:58,378 INFO RPC interface 'supervisor' initialized
2018-12-03 20:40:58,379 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-12-03 20:40:58,379 INFO supervisord started with pid 1
2018-12-03 20:40:59,381 INFO spawned: 'nginx' with pid 10
2018-12-03 20:40:59,384 INFO spawned: 'rtorrent' with pid 11
2018-12-03 20:40:59,387 INFO spawned: 'php-fpm' with pid 12
2018-12-03 20:40:59,390 INFO spawned: 'irssi' with pid 13
2018-12-03 20:41:00,563 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-03 20:41:00,563 INFO success: rtorrent entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-03 20:41:00,563 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-03 20:41:00,563 INFO success: irssi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-03 20:41:00,710 INFO reaped unknown pid 45
2018-12-03 20:41:15,032 INFO reaped unknown pid 87
2018-12-03 20:41:30,033 INFO reaped unknown pid 89

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