Unable to login, GUI does not respond

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
labrat51
Posts: 3
Joined: Wed Sep 07, 2022 6:56 pm

Unable to login, GUI does not respond

Post by labrat51 » Fri Sep 09, 2022 12:58 pm

Hello,

I am running 5.0.1-20-PRO and I cannot login into the web gui anymore. It was on overnight (not shutdown) and now this morning I cannot login. I tried restoring the db with the following command, but it did not work.

root@eve-ng:~# unl_wrapper -a restoredb ; grep -q default_time_zone /etc/mysql/mysql.conf.d/mysqld.cnf || echo "default_time_zone='+00:00'" >> /etc/mysql/mysql.conf.d/mysqld.cnf ; systemctl restart mysql
Sep 09 12:54:24 Sep 09 12:54:24 Online Check state: Valid
root@eve-ng:~#

I have plenty of space on the main partition, but I did add a second hard drive and reboot.

root@eve-ng:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 63G 0 63G 0% /dev
tmpfs 13G 1.5M 13G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 491G 52G 418G 12% /
tmpfs 63G 0 63G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 63G 0 63G 0% /sys/fs/cgroup
/dev/loop0 62M 62M 0 100% /snap/core20/1611
/dev/loop2 47M 47M 0 100% /snap/snapd/16292
/dev/loop1 64M 64M 0 100% /snap/core20/1623
/dev/sda2 1.5G 252M 1.2G 19% /boot
/dev/loop3 68M 68M 0 100% /snap/lxd/21835
/dev/loop4 44M 44M 0 100% /snap/snapd/14978
/dev/loop5 68M 68M 0 100% /snap/lxd/22753
tmpfs 13G 0 13G 0% /run/user/0

I also did the following:

apt autoremove
apt-get upgrade
reboot

Still cannot login. Any ideas? Thank you.

labrat51
Posts: 3
Joined: Wed Sep 07, 2022 6:56 pm

Re: Unable to login, GUI does not respond

Post by labrat51 » Fri Sep 09, 2022 12:59 pm

I ran this command and it works now:

root@eve-ng:~# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Post Reply