Some nodes are always running

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
romzhke
Posts: 6
Joined: Wed Oct 07, 2020 7:38 am

Some nodes are always running

Post by romzhke » Thu Mar 31, 2022 9:11 am

Hi,
Sometimes i see node stay running even if i force 'em to stop or even wipe.
If i check logs i see the followin:
Mar 31 11:04:27 INFO: stopping fuser -k -TERM /opt/unetlab/tmp/0/b7aaa016-edda-4033-a773-300af5d33e13/8 > /dev/null 2>&1
Mar 31 11:04:27 ERROR: Failed to stop the node (80035).
Okey. I see the error, Then i go to the mentioned folder and wonderingly see there is no folder "./8"! How it happens?
root@eve-ng:/opt/unetlab/data/Logs# ls -l /opt/unetlab/tmp/0/b7aaa016-edda-4033-a773-300af5d33e13/
total 28
drwxrwsr-x 2 root unl 4096 Jan 24 16:59 1
drwxrwsr-x 2 root unl 4096 Jan 25 11:33 2
drwxrwsr-x 2 root unl 4096 Jan 24 18:03 3
drwxrwsr-x 2 root unl 4096 Jan 24 17:47 4
drwxrwsr-x 2 root unl 4096 Feb 7 12:07 5
drwxrwsr-x 2 root unl 4096 Jan 27 15:03 6
drwxrwsr-x 2 root unl 4096 Jan 27 15:34 7

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

Re: Some nodes are always running

Post by Uldis (UD) » Thu Mar 31, 2022 1:22 pm

It is because you deleted lab from CLI when nodes were running
try stop all using CLI

Code: Select all

/opt/unetlab/wrappers/unl_wrapper -a stopall

Post Reply