Recent content by wrichter

  1. W

    Kernel 2.6.32-4 changes venet behaviour with VLANs -- Problem!

    Sorry for being dense, but I don't really know what to do here. I can't get the venet0 to work properly (well, unless I switch back to the older kernel, then the behaviour may not be correct, but at least it'll work). Things I have tried (everything on the 2.6.32-4 kernel): removed the eth0...
  2. W

    Kernel 2.6.32-4 changes venet behaviour with VLANs -- Problem!

    /etc/network/interfaces only has a stanza for eth0, however the vmbr1 stanza directly references eth0.10. ifconfig shows both eth0 and eth0.10 configured. This was the configuration as set up through the Proxmox Web UI, I didn't change anything manually. The two vmbr devices do work correctly...
  3. W

    Kernel 2.6.32-4 changes venet behaviour with VLANs -- Problem!

    TCPdumps of a ping request on 2.6.24-8: root@proxmox:~# uname -a Linux proxmox 2.6.24-8-pve #1 SMP PREEMPT Fri Oct 16 11:17:55 CEST 2009 x86_64 GNU/Linux root@proxmox:~# tcpdump -n -i eth0 host 192.168.10.20 tcpdump: WARNING: eth0: no IPv4 address assigned tcpdump: verbose output suppressed, use...
  4. W

    Kernel 2.6.32-4 changes venet behaviour with VLANs -- Problem!

    I tried to search the forum for hints but was unsuccessful so far... I have a PVE HN set up with a single NIC using two VLANs. On VLAN1, the IP subnet 192.168.1.0/24 is configured, on VLAN10 the IP subnet 192.168.10.0/24. A router routes between these subnets. On Kernel 2.6.24-8, a VE using...
  5. W

    OpenVZ shutdown, xfs and bind mounts oddness

    Great - thanks. The man page doesn't mention '--fast' :rolleyes: but the openvz wiki does - for other reader's reference:
  6. W

    OpenVZ shutdown, xfs and bind mounts oddness

    Hi dietmar, I already tried that, but there isn't a mention of the word "shutdown" in the vzctl man page. So I assumed it must be part of the proxmox special sauce :p (which is tasty, btw!). Wolfram
  7. W

    OpenVZ shutdown, xfs and bind mounts oddness

    Hi Dietmar, thanks for the quick response! I use the following <VMID>.mount script: proxmox:~# cat /etc/vz/conf/102.mount #!/bin/bash source /etc/vz/vz.conf source ${VE_CONFFILE} mount --bind /mnt/videos ${VE_ROOT}/mnt/videos And as suggested in the OpenVZ Wiki I also use an umount script...
  8. W

    OpenVZ shutdown, xfs and bind mounts oddness

    Hi, I have an odd problem regarding the "shutdown" functionality of openvz containers in proxmox ve ("stop" is working fine). I'm on an bare metal install of 1.4: proxmox:~# pveversion --verbose pve-manager: 1.4-10 (pve-manager/1.4/4403) qemu-server: 1.1-8 pve-kernel: 2.6.24-18 pve-qemu-kvm...