carlonluca / docker-mldonkey

Project to build a docker image containing the mldonkey service.
GNU General Public License v3.0
5 stars 3 forks source link

mlDonkey close at start #7

Open dfpmola opened 4 months ago

dfpmola commented 4 months ago

Resetting mldonkey uid to 998 Resetting mldonkey gid to 100 groupmod: GID '100' already exists /usr/lib/python2.7/dist-packages/supervisor/options.py:461: 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 ' 2024-02-20 23:07:26,261 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. 2024-02-20 23:07:26,261 INFO Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing 2024-02-20 23:07:26,267 INFO RPC interface 'supervisor' initialized 2024-02-20 23:07:26,267 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2024-02-20 23:07:26,267 INFO supervisord started with pid 17 2024-02-20 23:07:27,269 INFO spawned: 'mldonkey-next' with pid 20 2024-02-20 23:07:27,271 INFO spawned: 'mldonkey' with pid 21 Waiting for mldonkey to start... WebSocket server listening on port 4002 2024-02-20 23:07:28,383 INFO success: mldonkey-next entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-02-20 23:07:28,383 INFO success: mldonkey entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) mldonkey process closed 2024-02-20 23:07:37,291 INFO exited: mldonkey (exit status 0; expected)

carlonluca commented 4 months ago

How are you starting the container?