Recent content by _Ernesto_

  1. E

    Debian 12 VM imported from VMware: local root login fails, but mount -a fixes missing filesystems

    Hi Longer, Thank you very much for your reply. I tried following your suggestion and changed the controller from SCSI to SATA, but unfortunately this didn't solve the problem. The machine is still behaving in exactly the same way...
  2. E

    Debian 12 VM imported from VMware: local root login fails, but mount -a fixes missing filesystems

    Hi everyone, I'm migrating several Debian 12 virtual machines from VMware to Proxmox VE using qm importdisk. Most of the VMs booted correctly, while a few had boot issues after the import. For those VMs I solved the problem by booting into emergency mode and running: mount -o remount,rw /...
  3. E

    [SOLVED] pct command in crontab script

    Hi, thanks for your fast replay. No, I was using pct, not ist full path. With full path all work. Bye,
  4. E

    [SOLVED] pct command in crontab script

    Hi, I have one question... Why pct commands (list, exec, push, etc...) work fine if I run script manually, but don't work if script is lauched by crontab or by another script? How can I resolve this problem? (All the script are executable). e.g. "pct list | grep fileserver > /home/user/filetxt"...