Recent content by softlion

  1. S

    Error on dist-upgrade: is it safe to reboot now ?

    Ok it seems simple apt-get upgrade are not supported, you have to use apt-get dist-upgrade. This is a bummer. Will look to move away from proxmox to k8s/docker.
  2. S

    Error on dist-upgrade: is it safe to reboot now ?

    Hi, i just apt-get dist-upgrade and i see this in the log: > Installing new version of config file /etc/vzdump.conf ... > Failed to preset unit: File /etc/systemd/system/pve-manager.service already exists and is a symlink to /dev/null. > /usr/bin/deb-systemd-helper: error: systemctl preset...
  3. S

    time drift in all guests

    No command needed anymore in guests. Upgrade host to Debian 6 and to proxmox 2. Proxmox 2 sets the qemu options correctly. And debian 6 is much more stable.
  4. S

    debian 5 guest "freezing" (vcpu shows 100%) randomly twice a day

    Hi, since moving to proxmox 2.0 one of the vm guest freezes twice a day, vm cpu shows 100%, network seems stopped. vm guest is a debian 5 x64 with plesk I've tryed to switch the clocksource after reading http://wp.libpf.com/?p=373 (grub 1 version) but it won't boot (vm hangs while loading...
  5. S

    How to use templates ?

    They are not compatible with KVM ? I've downloaded a debian 5 kvm template for proxmox 1.
  6. S

    How to use templates ?

    Hi, Using "Create VM" there is no option to select an existing template. I've searched but have not found anything. How to use an appliance template with proxmox v2 ?
  7. S

    where are guest's config files ?

    Thanks, i missed it ! It is /etc/pve/qemu-server/
  8. S

    where are guest's config files ?

    They are not in /etc/qemu-server/ any more.
  9. S

    fresh install : empty node name ?!

    Yes that is what was in there. ns22xxxx And it didn't work as you can see in the screen capture.
  10. S

    fresh install : empty node name ?!

    I found the problem. In /etc/hostname there have to be the fully qualified host name.
  11. S

    fresh install : empty node name ?!

    What should be in this drop down ? # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 46.xxx.xxx.xxx ns22xxxx.ovh.net ns22xxxx # The following lines are desirable for IPv6 capable...