jarischaefer / docker-librenms

Docker image for LibreNMS
MIT License
115 stars 37 forks source link

When run docker exec docker-librenms create_admin #141

Closed wstlwc closed 1 year ago

wstlwc commented 1 year ago

When I execute this command, the following message appears: ❯ docker exec docker-librenms create_admin Could not open input file: /opt/librenms/adduser.php

Thank you for your reply Orz

jarischaefer commented 1 year ago

Fixed in 6c5e017a2e760421729e4d706b9659ae6b4702ca, try version 23.5.0-1.

wstlwc commented 1 year ago

"Thank you for your effort🙏, but the message continued for two hours and I had to forcibly terminate it. The test result was unsuccessful. . . . ransaction id 20 librenms_database | 2023-06-05 15:45:12 0 [Note] Plugin 'FEEDBACK' is disabled. librenms_database | 2023-06-05 15:45:12 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool librenms_database | 2023-06-05 15:45:12 0 [Note] InnoDB: Buffer pool(s) load completed at 230605 15:45:12 librenms_database | 2023-06-05 15:45:12 0 [Note] Server socket created on IP: '::'. librenms_database | 2023-06-05 15:45:12 0 [Note] Reading of all Master_info entries succeeded librenms_database | 2023-06-05 15:45:12 0 [Note] Added new Master_info '' to hash table librenms_database | 2023-06-05 15:45:12 0 [Note] mysqld: ready for connections. librenms_database | Version: '10.5.20-MariaDB-1:10.5.20+maria~ubu2004' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution web_1 | > scripts/dynamic_check_requirements.py || pip3 install --user -r requirements.txt || : web_1 | Running /etc/my_init.d/librenms_201_create_default_files... web_1 | Running /etc/my_init.d/librenms_220_optional_services... web_1 | Running /etc/my_init.d/librenms_221_syslog... web_1 | Running /etc/my_init.d/librenms_290_daily... web_1 | Running /etc/my_init.d/librenms_800_msphpsql... web_1 | Running /etc/my_init.d/librenms_900_permissions... web_1 | Booting runit daemon... web_1 | Runit started as PID 249 web_1 | Starting nginx... web_1 | Starting php-fpm... web_1 | Starting rrdcached... web_1 | Jun 5 15:45:13 58d7fa9dbe7f cron[257]: (CRON) INFO (pidfile fd = 3) web_1 | Jun 5 15:45:13 58d7fa9dbe7f cron[257]: (CRON) INFO (Running @reboot jobs) web_1 | Jun 5 15:46:01 58d7fa9dbe7f CRON[271]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/artisan schedule:run >> /dev/null 2>&1) web_1 | Jun 5 15:46:01 58d7fa9dbe7f CRON[270]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/alerts.php >> /dev/null 2>&1) web_1 | Jun 5 15:47:01 58d7fa9dbe7f CRON[308]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/alerts.php >> /dev/null 2>&1) web_1 | Jun 5 15:47:01 58d7fa9dbe7f CRON[309]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/artisan schedule:run >> /dev/null 2>&1) web_1 | Jun 5 15:49:01 58d7fa9dbe7f CRON[384]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/alerts.php >> /dev/null 2>&1) web_1 | Jun 5 15:49:01 58d7fa9dbe7f CRON[385]: (librenms) CMD (. /etc/librenms_environment; /opt/librenms/artisan schedule:run >> /dev/null 2>&1) . . . .

jarischaefer commented 1 year ago