Recent content by spoonman

  1. S

    curl SSL certificate problem

    Recently I have a problem with a virtual machine in which is running an ecommerce. The paypal module is not working anymore so I have to test the connectivity with this command: curl -d "test" https://api-3t.paypal.com/nvp -v I get * About to connect() to api-3t.paypal.com port 443 (#0) *...
  2. S

    Boot failed: not a bootable disk after reboot

    I've installed proxmox 2.3 version in another machine, and i moved the raw file (vm-109-disk-1.raw). With the old Proxmox version the VM start regulary. If I try to see the partition with testdisk I also can't see any partition inside the raw file, but the vm start regolary... now i'm going to...
  3. S

    Boot failed: not a bootable disk after reboot

    Hello, I've migrate to 3.1 version, after rebooting the server (using the web interface) there is a virtual machine that is not starting anymore. The error is: boot failed: not a bootable disk I tried to analyze the disk with the testdisk utility this is the partition table found: Disk...
  4. S

    problem after update to proxmox-ve-2.6.32

    Hello if can't fix the problem in the upgrade, can I revert to the old release ? best regards Fabio
  5. S

    problem after update to proxmox-ve-2.6.32

    my /etc/hosts is 127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters 95.141.37.8 server.mydomain.it server ... my...
  6. S

    problem after update to proxmox-ve-2.6.32

    After dist-upgrade I have this error: # apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this...
  7. S

    raw files damaged a due a ram error

    Thanks very interesting, I tried to retrieve the information about starting sector etc.. with parted but it gave me an error: Error: / var/lib/vz/images/vm-400-disk-1.raw: unrecognized disk label so I thought to see the information using fdisk from a backup that I restored, but the mount...
  8. S

    raw files damaged a due a ram error

    After some strange errors inside a vm I realized that a ram module was damaged, so I stopped the system, changed the module but when I try to mount the file with mount -o loop -t ext2 vm-400-disk-1.raw tmp/ I got mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing...
  9. S

    boot failed: not a bootable disk

    I have not used Clonezilla because I would have liked to migrate only the data of the primary partition. At the end I solved by using the command dd if = / dev / sda | ssh root@192.168.2.190 dd of = / var/lib/vz/images/100/vm-100-disk-1.raw copying the entire disk as suggested Thanks Fabio
  10. S

    boot failed: not a bootable disk

    Thank you, It is a software raid 1 I tried to copy the partition sda1 and got the same error. I did this test: - I took the raw files generated, I tried to mount it with mount-t ext3-o loop ... in proxmox and see the contents - I created a virtual machine with the same version of linux...
  11. S

    boot failed: not a bootable disk

    It is a software raid 1; As suggested I tried using dd ​​with the partition sda1 but got the same error. After that I tried to install on a virtual machine the same version of debian and then I added as a secondary drive the raw image of the real system. If a tried to view partition with...