Recent content by jmartin

  1. J

    kernel BUG at fs/fuse/file.c:1110 after upgrade to pve-kernel-2.6.32-19-pve

    I upgraded the kernel on my proxmox servers to pve-kernel-2.6.32-19-pve today (previous running kernel was pve-kernel-2.6.32-11-pve). Ever since I have problems mounting a ext4 filesystem image residing on a glusterfs share (glusterfs is a network file system based on fuse). Whenever I try to...
  2. J

    lshw runs for hours in Ubuntu 12.04.1 LTS VM running under Proxmox/KVM

    Hi, it took me a while to upgrade, but now I can confirm that the problem is fixed for me, too. Thanks! Regards Johannes
  3. J

    lshw runs for hours in Ubuntu 12.04.1 LTS VM running under Proxmox/KVM

    I contacted Canonical about this problem to get the new version of lshw backported to Ubuntu 12.04.1 LTS (which shouldn't be a problem since it works just fine as it is). February 21, they wrote: February 26, they wrote: I submmited the information they asked for... Yesterday, they wrote...
  4. J

    lshw runs for hours in Ubuntu 12.04.1 LTS VM running under Proxmox/KVM

    Yes, it works for me too. Thank you for responding so quickly!
  5. J

    lshw runs for hours in Ubuntu 12.04.1 LTS VM running under Proxmox/KVM

    Create a new KVM virtual machine as follows: General Tab: - accept defaults - choose any name OS Tab: - Linux 3.x/2.6 Kernel CD/DVD: - ISO image (ubuntu-12.04.1-server-amd64.iso on hard drive) Hard Disk: - IDE 0 - local - size 8 GB - defaults for format and cache CPU: -...
  6. J

    vztop and vzps "Segmentation fault"

    I contacted Thorsten about a week ago, no reply so far. His website hasn't been updated in quite a while (late note from November 2009). So I would guess he is not maintaining the package any more. It was never released to any official repository anyways, as far as I can tell. You are welcome...
  7. J

    vztop and vzps "Segmentation fault"

    Updated debian packages are available at: http://www.notamusica.com/~jmartin/proxmox/vzprocps/
  8. J

    vztop and vzps "Segmentation fault"

    I have submitted a patch upstream...
  9. J

    Proxy support - Appliance template update

    Oops, sorry. Works fine, thank you.
  10. J

    Proxy support - Appliance template update

    Yes, I configured the proxy via the web interface, and it is now listed in /etc/pve/pve.cfg. Proxmox uses it do download appliance templates etc. However, the daily cron job /etc/cron.daily/pve disregards that setting, so I added extra code to evaluate the configuration file and use the setting...
  11. J

    vztop and vzps "Segmentation fault"

    I would be willing to look into it. From an initial strace, the problem looks to be rather trivial (/proc/meminfo has grown past the maximum buffer size (1023) that vzprocps currently deals with for that file). Of course there might be other problems lateron... vzprocps isn't a standard debian...
  12. J

    Proxy support - Appliance template update

    This issue is still not fixed. In the Proxmox VE system configuration, I can specify a proxy server to be used. That server will be used for downloading templates, but _NOT_ for downloading the appliance template directory through /etc/cron.daily/pve. The following patch solves this: ---...
  13. J

    vztop and vzps "Segmentation fault"

    Are you planning to fix this issue with Proxmox VE 2.0?