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)
*...
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...
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...
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...
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...
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...
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...
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
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...
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...
Hi I am doing a migration from a physical server with debian etch 32bit to proxmox kvm
I ran this command on the physical server:
dd if=/dev/md0 | ssh root@192.168.2.190 dd of=/var/lib/vz/images/100/vm-100-disk-1.raw
and in Proxmox I can manually mount the drive and see the contents with this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.