Search results

  1. S

    Problem with pve-upgrade-1.9-to-2.0

    I've found the blocking package. Do you know why "Unable to get local IP address" Setting up pve-cluster (1.0-26) ... Starting pve cluster filesystem : pve-cluster[main] crit: Unable to get local IP address (warning). invoke-rc.d: initscript pve-cluster, action "start" failed. dpkg: error...
  2. S

    Problem with pve-upgrade-1.9-to-2.0

    Yes, but I don't find the right way. I tried dpkg --configure of each package manually and each time I've a dependency problem. Bad loop! Sure that in the real life, I will prefer to reinstall from iso and reload saved VM.
  3. S

    Problem with pve-upgrade-1.9-to-2.0

    You're right. apt.source was modified by hand. I removed the added lines. The rest is standard but the upgrade is completely unstable now. Errors were encountered while processing: pve-cluster redhat-cluster-pve fence-agents-pve libpve-access-control clvm libpve-storage-perl qemu-server...
  4. S

    Problem with pve-upgrade-1.9-to-2.0

    Hello! I tried the upgrade script on a testing 1.9 node. The script failed because the script configure /etc/apt/sources.list with non available repository. W: Failed to fetch http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/binary-amd64/Packages 404 Not Found [IP...
  5. S

    ipfailover and PVE 2.0

    I finally solved the problem. The solution is easy, we simply need to edit /etc/vz/vz.conf file and change the 'NEIGHBOUR_DEVS=detect' to 'NEIGHBOUR_DEVS=all' (or eth0). But not sure to deeply understand the problem. On PVE 1.9, NEIGHBOUR_DEVS=detect and the container work without this...
  6. S

    ipfailover and PVE 2.0

    Hello! With PVE 1.9, I can have an openvz container with an IP on a different subnet than the PVE node. This doesn't work with PVE 2.0. Any idea of the problem? Example (not the real IPs): PVE node on eth0 : 10.10.0.1 IP 10.50.0.1 is an ipfailover mapped on the PVE node card eth0 The...
  7. S

    error creating user

    Hello! I got this error when trying to create an user in PVE2. create user failed: command '/usr/sbin/usermod -p '$5$oa5jUS8w$b2h7PyHoGCmrWmPzln6UrNGmBjpJr060k9BNMGmj1B0' manager' failed: exit code 6 (500) Any idea of the problem? pve-manager: 2.0-33 (pve-manager/2.0/c598d9e1) running...
  8. S

    Unable to copy ssh ID

    Hello, I've found part of the problem. If I use the shell console in PVE, I got the message. If I use a real ssh connexion to the node, it work. Seems still some problem. root@vstest-02:~# pvecm add xxx.xx.98.25 The authenticity of host 'xxx.xx.98.25 (xxx.xx.98.25)' can't be established...
  9. S

    Unable to copy ssh ID

    Hello. I've the same problem here. I tried to add a node to the cluster and got the message "unable to copy ssh ID". pve-manager: 2.0-18 (pve-manager/2.0/16283a5a) running kernel: 2.6.32-6-pve proxmox-ve-2.6.32: 2.0-55 pve-kernel-2.6.32-6-pve: 2.6.32-55 lvm2: 2.02.88-2pve1 clvm: 2.02.88-2pve1...
  10. S

    KVM and external mount backup

    Ok, I'll do that. A litle advice if you can. Is my setup the best? In promxox, I created sdb1 with parted, mklabel gpt, mkpart, qm set In the vm, parted, mklabel gbt, mkpart, lvm create & co, and mount I have to do a second time mklabel gbt and mkpart inside the VM. I don't now why the...
  11. S

    KVM and external mount backup

    Thanks Tom for the tip. I don't want to backup the big disk as well. I will try with the new setup. Seems the process is blocked. Running for 2 hours now and no change. root 3096 3034 0 14:25 ? 00:00:00 sh -c /usr/lib/qemu-server/vmtar...
  12. S

    zoneminder in a container - Can't open memory map file /dev/shm/zm.mmap.2

    Here, I'm running Zoneminder 1.24.2 on Debian Squeeze on openvz without problem if this can help.
  13. S

    KVM and external mount backup

    Hello! I'm running pve 1.8 on a Dell R510 with 2 raid array. One with promox, and a second array mounted on a VM. I've a KMV host running Debian 6 with 2 disk. One qcow2 and one special mount of a dedicated local partition (/dev/sdb1 on the server running proxmox). Both using VIRTUO driver...
  14. S

    High Availablity for Proxmox VE 2.0 beta arrived!

    Hi! HA with openVZ container is really a killer. A very good new for this starting new year. Thanks to all the team.
  15. S

    Is it possible to install Poxmox 2.0 with xfs ?

    Hello! I've a R510 too with 2 x 300Go disk and 10 x 1T disk. I installed pve on the 300Go disk in raid1. On this, I build a VM with the "NAS system" using Debian6. The rest of the disk available as a second raid array are formated with LVM and mounted in the VM as a secondary disk. As this, you...
  16. S

    KVM image disk resizing in GUI

    Hi Tom! This can may be solved with a background task if pve2 engine can handle this? The problem is not to do resize with shell commands (not really difficult) but this can only be done by sysadmin connected as root on the node. To have this feature in GUI will permit to have this done by...
  17. S

    KVM image disk resizing in GUI

    Hello! Do you plan to add menu and features in pve 2.0 GUI to resize KVM raw, qcow2 disk from a VM? And also to convert them from a format to another? Sorry if this question has been already asked. A qemu-img tired boy! ;-)
  18. S

    Proxmox VE 2.0 beta2 released!

    Port 8006: And better for security if you have a firewall in front of the installation. We can have an easier management if pve is running on a special port instead of running on the common 443 port.
  19. S

    Proxmox VE 2.0 beta2 released!

    I should be stupid but where is "Simple File Manager" to upload disk image in this new release? EDIT: Sorry, I found it: we just need to select a "storage" + "Content" and we have an "upload" tab in the windows. Was too easy...
  20. S

    VM High availability

    Hi Tom! Why do you say each time "in 2.0 stable"? Why do not introduce HA during the beta cycle as other 2.0 features? It's a good way for a smooth debugging by the community.