Page 1 of 1

Upgrade communiity version

Posted: Fri Nov 15, 2019 11:41 pm
by tcpip
hi all,

I have the community version and Im with the issue in the space

root@eve-ng:/boot# df -h
Filesystem Size Used Avail Use% Mounted on
udev 6.9G 0 6.9G 0% /dev
tmpfs 1.4G 14M 1.4G 1% /run
/dev/mapper/eve--ng--vg-root 215G 66G 141G 32% /
tmpfs 6.9G 0 6.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 6.9G 0 6.9G 0% /sys/fs/cgroup
/dev/sda1 472M 472M 0 100% /boot ----->

How can i fix this?

thanks.

Re: Upgrade communiity version

Posted: Fri Nov 15, 2019 11:45 pm
by Uldis (UD)
you did not follow how to steps provided in our web :)
now go to eve helpdesk live chat and talk how to fix it..
you have overloaded boot hdd 100% and now only manually can be cleaned

https://www.eve-ng.net/index.php/live-helpdesk/
use gmail to join in chat

Uldis

Re: Upgrade communiity version

Posted: Fri Nov 15, 2019 11:54 pm
by tcpip
Hello,

root@eve-ng:/boot# apt autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-image-virtual : Depends: linux-image-4.4.0-104-generic but it is not installed
E: Unmet dependencies. Try using -f.

Re: Upgrade communiity version

Posted: Sat Nov 16, 2019 7:51 am
by ecze
try to install missing package....

Code: Select all

apt install linux-image-4.4.0-104-generic
E.