Unable to list my VM's or Backups, not listed and not on the directory, plesae help.

Re: Unable to list my VM's or Backups, not listed and not on the directory, plesae he

Hi,
why you don't copy and paste the commands I wrote???

I can't help you if you do other things...

Here is my last try.

Move the "normal" /var/lib to an save place:
Code:
mv /var/lib/lib /var/lib.org
Now do the following in one line, because pve recreate the folder if you are not fast enough!!
Code:
mv /var/lib /var/lib.old3; mv /var/lib.org /var/
Udo

Code:
Udo, 
did exactly copy & paste your commands, here is the result :

root@unlimitedelectro:/var/lib/lib# mv /var/lib/lib /var/lib.org
root@unlimitedelectro:/var/lib/lib# mv /var/lib /var/lib.old3; mv /var/lib.org /var/
mv: `/var/lib.org' and `/var/lib.org' are the same file



Thanks.
 
Last edited:
Re: Unable to list my VM's or Backups, not listed and not on the directory, plesae he

Code:
Udo, 
did exactly copy & paste your commands, here is the result :

root@unlimitedelectro:/var/lib/lib# mv /var/lib/lib /var/lib.org
root@unlimitedelectro:/var/lib/lib# mv /var/lib /var/lib.old3; mv /var/lib.org /var/
mv: `/var/lib.org' and `/var/lib.org' are the same file



Thanks.
Hi,
opps - yes because of renaming lib to lib.org.

Do this:
Code:
mv /var/lib /var/lib.old4; mv /var/lib.org /var/lib
Udo
 
Re: Unable to list my VM's or Backups, not listed and not on the directory, plesae he

Hi,
opps - yes because of renaming lib to lib.org.

Do this:
Code:
mv /var/lib /var/lib.old4; mv /var/lib.org /var/lib
Udo

Code:
Udo,
Thanks for all your patience that did it, i was able to start one of the vms with out errors, on the next weekend I will look into upgrading the system and of course i will do a backup before.
thanks!
 
Re: Unable to list my VM's or Backups, not listed and not on the directory, plesae he

Code:
Udo,
Thanks for all your patience that did it, i was able to start one of the vms with out errors, on the next weekend I will look into upgrading the system and of course i will do a backup before.
thanks!
Hi,
fine!
Don't forget to move the 500er directory back.

Udo