You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a VPS running YNH 11.1.10 I tried to install netdata both via the webadmin & the CLI without success. I had also tried it before on YNH 11.1.6 with the same result: it gets stuck at the step "Executing Netdata Installer" and makes the server unresponsive (both webadmin & SSH) for 15-30mn. Is this a script issue or limitation due to the server's ressources ?
Webadmin install : when the sever starts responding again, Netdata is considered as installed by YNH, although nothing happens when clicking on Netdata tile. It seems the installation process did not complete. It can then be uninstalled. No error thrown into the install log which ends like that:
With CLI install (sudo yunohost app install netdata), the warning "Failed to compile/install" is thrown:
Info: Installing netdata...
Info: [....................] > Validating installation parameters...
Info: [....................] > Storing installation settings...
Info: [++++++++............] > Installing dependencies...
Info: [########++..........] > Setting up source files...
Info: [##########+.........] > Configuring NGINX web server...
Info: [###########+++++++..] > Executing Netdata installer...
Warning: FAILED TO COMPILE/INSTALL NETDATA
Error: Unable to install netdata: An error occurred inside the app installation script
Info: The operation 'Install the 'netdata' app' could not be completed. Please share the full log of this operation using the command 'yunohost log share 20230222-140444-app_install-netdata' to get help
Warning: Here's an extract of the logs before the crash. It might help debugging the error:
Info: DEBUG - + ynh_systemd_action --service_name=nginx --action=reload
Info: DEBUG - + service_name=nginx
Info: DEBUG - + action=reload
Info: DEBUG - + line_match=
Info: DEBUG - + length=20
Info: DEBUG - + log_path=/var/log/nginx/nginx.log
Info: DEBUG - + timeout=300
Info: DEBUG - + '[' reload == stop ']'
Info: DEBUG - + '[' reload == reload ']'
Info: DEBUG - + action=reload-or-restart
Info: DEBUG - + systemctl reload-or-restart nginx
Info: INFO - [###########+++++++..] > Executing Netdata installer...
Info: DEBUG - ++ mktemp /tmp/netdata-updater-log-XXXXXX.log
Info: DEBUG - + tmp=/tmp/netdata-updater-log-DOo66u.log
Info: DEBUG - + exec
Info: DEBUG - + pushd /tmp/tmp.oe0cRAfj4z
Info: DEBUG - /tmp/tmp.oe0cRAfj4z /var/cache/yunohost/app_tmp_work_dirs/app_8pcmuzi3/scripts
Info: DEBUG - + ./netdata-installer.sh --install /opt --dont-wait --disable-cloud --disable-telemetry --stable-channel
Info: DEBUG - + ynh_die 'FAILED TO COMPILE/INSTALL NETDATA'
Info: DEBUG - + ynh_exit_properly
Warning: Removing the app after installation failure...
Info: [+...................] > Loading installation settings...
Info: [#+..................] > Removing NGINX web server configuration...
Info: [##++++++++..........] > Removing dependencies...
Info: [##########++++++....] > Uninstalling Netdata...
Warning: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (111)
Info: [####################] > Removal of netdata completed
Error: The operation 'Install the 'netdata' app' could not be completed. Please share the full log of this operation using the command 'yunohost log share 20230222-140444-app_install-netdata' to get help
This VPS has a rather light config with 2GB RAM. The up & down peaks in the graphs below (both yesterday and today) are most likely related to netdata install attempt.
The text was updated successfully, but these errors were encountered:
Hello,
On a VPS running YNH 11.1.10 I tried to install netdata both via the webadmin & the CLI without success. I had also tried it before on YNH 11.1.6 with the same result: it gets stuck at the step "Executing Netdata Installer" and makes the server unresponsive (both webadmin & SSH) for 15-30mn.
Is this a script issue or limitation due to the server's ressources ?
sudo yunohost app install netdata
), the warning "Failed to compile/install" is thrown:This VPS has a rather light config with 2GB RAM. The up & down peaks in the graphs below (both yesterday and today) are most likely related to netdata install attempt.
The text was updated successfully, but these errors were encountered: