Search results

  1. O

    dab fails on Debian 5.0 (with fix)

    Mmm yeah I didn't installed the proxmox vzctl. This is the problem I think :)
  2. O

    dab fails on Debian 5.0 (with fix)

    On my Debian lenny system (in a VirtualBox environnement) openvz:~# vzctl status 90001 VEID 90001 exist unmounted down openvz:~# cat /etc/debian_version 5.0.4 openvz:~# uname -a Linux openvz 2.6.26-2-openvz-amd64 #1 SMP Tue Mar 9 23:10:10 UTC 2010 x86_64 GNU/Linux openvz:~# On my Proxmox 1.5...
  3. O

    dab fails on Debian 5.0 (with fix)

    Mmmm it's strange. I tried to build 2 ubuntu template and one debian and they all failled until I patch the dab perl script.
  4. O

    dab fails on Debian 5.0 (with fix)

    You didn,t understand what I mean. I'm not trying to build a debian template. I'm trying to build a templace with dab on a Debian systerm (lenny 64 bits). It's working ounce this line is fixed.
  5. O

    dab fails on Debian 5.0 (with fix)

    I had the message "unable to parse ve status" when I tried "dab bootstrap". I found the problem at /usr/share/perl5/PVE/DAB.pm: if ($res =~ m/^CTID\s+$veid\s+(exist|deleted)\s+(mounted|unmounted)\s+(running|down)$/) { I replaced with: if ($res =~...
  6. O

    Problems to set default locale with Ubuntu template

    Hello, The proxmox locale is fine. My problem is with the VE template.
  7. O

    Problems to set default locale with Ubuntu template

    Hello, I read many things about setting up the default locale in Ubuntu and nothing works... my system stay in English... How do you change your default language ? Thanks!