Failed to lock the lab (60061)
Moderator: mike
-
- Posts: 13
- Joined: Fri May 26, 2017 10:42 am
Failed to lock the lab (60061)
Hi, After I entered copy run start in Cisco node, and then click Export CFG in EVE GUI, it shows "CSR1: Failed to lock the lab (60061)."
How to fix it?
How to fix it?
-
- Posts: 5177
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: Failed to lock the lab (60061)
usually this error is if not fixed permissions for copied lab in the eve.
you have to check if such happens on freshly new created lab
you have to check if such happens on freshly new created lab
-
- Posts: 135
- Joined: Wed Mar 15, 2017 3:30 pm
Re: Failed to lock the lab (60061)
more info wouldn't hurt at all - version for example of eve
-
- Posts: 5177
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: Failed to lock the lab (60061)
no sir..
all pll who did right update to newest version, never have probs..
you have to be sure if you had no probs during update
AND
it is MUST
clear browser cache and rferesh it !!!!
all pll who did right update to newest version, never have probs..
you have to be sure if you had no probs during update
AND
it is MUST
clear browser cache and rferesh it !!!!
-
- Posts: 13
- Joined: Fri May 26, 2017 10:42 am
Re: Failed to lock the lab (60061)
I upgraded to the latest version, 2.0.3-68, run the below command, but the problem still occur.
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
-
- Posts: 13
- Joined: Fri May 26, 2017 10:42 am
Re: Failed to lock the lab (60061)
I found there is a lab file named xxx.lock. How to unlock the lab file?
root@eve-ng:/opt/unetlab/labs# ls -al
total 72
drwxr-sr-x 2 www-data www-data 4096 Jul 3 07:07 .
drwxr-xr-x 10 root root 4096 Apr 11 03:01 ..
-rwxrwxrwx 1 www-data www-data 61303 Jul 1 12:25 QYTDCVLAB2.unl
-rwxrwxrwx 1 www-data www-data 0 Jul 1 12:26 QYTDCVLAB2.unl.lock
-rw-r--r-- 1 www-data www-data 158 May 29 06:28 test.unl
root@eve-ng:/opt/unetlab/labs# ls -al
total 72
drwxr-sr-x 2 www-data www-data 4096 Jul 3 07:07 .
drwxr-xr-x 10 root root 4096 Apr 11 03:01 ..
-rwxrwxrwx 1 www-data www-data 61303 Jul 1 12:25 QYTDCVLAB2.unl
-rwxrwxrwx 1 www-data www-data 0 Jul 1 12:26 QYTDCVLAB2.unl.lock
-rw-r--r-- 1 www-data www-data 158 May 29 06:28 test.unl
-
- Posts: 135
- Joined: Wed Mar 15, 2017 3:30 pm
Re: Failed to lock the lab (60061)
just remove that file with
rm QYTDCVLAB2.unl.lock
rm QYTDCVLAB2.unl.lock
-
- Posts: 13
- Joined: Fri May 26, 2017 10:42 am
Re: Failed to lock the lab (60061)
Fixed, thanks