Search results

  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

    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: -...
  3. J

    Network communication between containers on different hardware nodes

    I have two servers running Proxmox setup as a Cluster. eth0 is configured as bridge device (default setup), eth1 used as a direct link between the cluster nodes. /etc/network/interfaces looks like this: # network interface settings auto lo iface lo inet loopback iface eth0 inet manual auto...
  4. J

    Patch: Make dab exec return exit code of programm called

    It find it useful to evaluate the exit code of the programs I call using dab exec. To do this, we need to append the following to sub ve_exec in /usr/share/perl5/PVE/DAB.pm: waitpid( $pid, 0 ); my $rc=$? >> 8; if ($rc != 0) { die "@cmd exited with status $rc"; }...
  5. J

    Feature request: add packages to install in dab.conf

    Currently, we have to run dab install <package> to install a package once the bootstrap process has finished. It would be nice, if the packages I want to be installed could be specified in dab.conf, like: Packages: emacs zip unzip Depends: only seems to check whether that package is...
  6. J

    dab install fails on packages with critical questions

    dab install fails when a package is installed that asks "critical" questions. An example is "nis". That's because, even if DEBIAN_FRONTEND is set to noninteractive, debconf will start a menu based configuration for the critical questions. You can avoid this problem by adding export...
  7. J

    Can't call method "accept" on an undefined value at /sbin/init line 62.

    Hi, I keep running into the error message mentioned in the subject. Here's my dab.conf: Suite: lenny CacheDir: /root/dab/cache Source: http://ftp.debian.org/debian SUITE main contrib Source: http://security.debian.org SUITE/updates main contrib Source: http://www.backports.org/debian...
  8. J

    drbd8-utils for proxmox kernel

    Hi, the proxmox kernel (2.6.24-7-pve) comes with drbd modules at version 8.3.1, lenny's drbd8-utils are at version 8.0.14. Those versions don't work together. In lenny-backports there is version 8.3.2. It works with the 8.3.1 modules, but mixing versions isn't really recommended. Could you...
  9. J

    Hanging process inside container

    While running a previously successful compile in an OpenVZ container, one of the processes got stuck. I can only tell which process it is by running "top": PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 31425 1002 20 0 1330m 18m 9508 D 99 0.1 1186:07 jarsigner...
  10. J

    vzctl restore fails on plain ubuntu template

    Created a new plain ubuntu hardy template using dab: excerpt from dab.conf: Suite: hardy Name: plain-hardy-8.04 Architecture: amd64 dab init dab bootstrap dab finalize created VM from this template. VM starts fine. vzctl chkpnt works without problems. vzctl restore fails to restore the VM...
  11. J

    Feature request: support for union file systems

    Hi, is there any chance you can supply a kernel with unionfs and/or aufs enabled in future? They come in really handy when you try to build a number of similar appliances on the same host where each appliance differs only in a few files. Of course, you can use templates to create these...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!