Can You Help me? (serious)

  • Thread starter Thread starter jarukit
  • Start date Start date
J

jarukit

Guest
The system is send email to me.>>>/usr/lib/atsar/atsa1: line 5: /bin/date: cannot execute binary file.
After that proxmox can't login. Because username and password is a problem.

sorry....I can't speak English.


Help me Please.................
 
Hi,
looks like a very broken system - bash is also not executable. Do you have installed a different libc or similiar?
Perhaps your disk is damaged?

Boot an live-cd (64bit) like grml and mount your pve-root. Then you can try to execute date and bash (file /bin/bash; ldd /bin/bash), look for healty of the disk and backup your importand data!

Udo
 
Hi,
looks like a very broken system - bash is also not executable. Do you have installed a different libc or similiar?
Perhaps your disk is damaged?

Boot an live-cd (64bit) like grml and mount your pve-root. Then you can try to execute date and bash (file /bin/bash; ldd /bin/bash), look for healty of the disk and backup your importand data!

Udo

Ok, I can mount the HDD, the pve-root and also pve-data.

Please tell me how to restore the vm without the backup file. (how to move it to newly installed Proxmox machine).
pve-root.pngpve-data.png
 
Ok, I can mount the HDD, the pve-root and also pve-data.

Please tell me how to restore the vm without the backup file. (how to move it to newly installed Proxmox machine).
Hi,
depends on your VMs. For KVM copy the config below /etc/qemu-server/ and the VM-folder (if you use local storage) below /var/lib/vz/images.

OpenVZ-VMs has the config in /etc/vz/conf/ and the "filesystem" (use tar to save the content) in /var/lib/vz/private.
Perhaps you need also iso-images below /var/lib/vz/template/iso

Udo