Problem With Login

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
maheshp8
Posts: 1
Joined: Sat Apr 08, 2023 12:29 pm

Problem With Login

Post by maheshp8 » Sat Apr 08, 2023 12:33 pm

Hi All,

This is the 2nd time this is happening to me.
Everything was working fine, all I did was upload a CentOS image as per the instructions on this page (https://www.eve-ng.net/index.php/docume ... ost-image/). I unzipped the file, deleted the old one, tried to fix the permissions and got this error:
-bash: /opt/unetlab/wrappers/unl_wrapper: /usr/bin/php: bad interpreter: No such file or directory

And now I can't even log in to EVE, when I click the sign in button nothing happens. I read the FAQ and it says nothing on my HDD should show 100% but several of my /dev/loop are 100%. Is this the problem? How is uploading a less then 2GB file cause this? Last time this happened when I tried to install docker and had to reinstall everything for it to work again.

root@eve-ng-instance:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 1.1M 3.2G 1% /run
/dev/sda1 97G 29G 69G 30% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/loop0 56M 56M 0 100% /snap/core18/2667
/dev/loop1 56M 56M 0 100% /snap/core18/2679
/dev/loop2 64M 64M 0 100% /snap/core20/1778
/dev/loop3 64M 64M 0 100% /snap/core20/1822
/dev/loop6 50M 50M 0 100% /snap/snapd/17883
/dev/loop4 337M 337M 0 100% /snap/google-cloud-cli/101
/dev/loop5 338M 338M 0 100% /snap/google-cloud-cli/105
/dev/sda15 105M 6.1M 99M 6% /boot/efi
/dev/loop7 50M 50M 0 100% /snap/snapd/17950
/dev/loop8 92M 92M 0 100% /snap/lxd/24061
tmpfs 3.2G 0 3.2G 0% /run/user/1001

THank you.

Uldis (UD)
Posts: 5179
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Problem With Login

Post by Uldis (UD) » Sun Apr 09, 2023 7:25 am

You did not tell what EVE it was Pro or Community.
from that depends how to fix you

If EVE Pro:

Code: Select all

apt install --reinstall eve-ng-pro
if community

Code: Select all

apt install --reinstall eve-ng
In both cases live internet and DNS is amust !!

Post Reply