Re: Pb with multiple identical nfs mount dir in different VEs [message #29933 is a reply to message #29929] |
Wed, 30 April 2008 11:15 |
maratrus
Messages: 1495 Registered: August 2007 Location: Moscow
|
Senior Member |
|
|
Hi,
1. But we've get rid of the message "unregister_vlan_device: ERROR: Tried to remove a non-vlan device with VLAN code, name: eth1.35 priv_flags: 0", haven't we?
out.txt
Quote: |
execve("/sbin/vconfig", ["vconfig", "rem", "eth1.35"], [/* 11 vars */]) = 0
|
out2.txt
Quote: |
execve("/sbin/ifconfig", ["ifconfig", "eth1.35", "inet", "0"], [/* 15 vars */]) = 0
|
So, in the first case we call vconfig to remove non-vlan device with a VLAN code; in the second case we call ifconfig to put down the interface.
2. When you run "ifconfig eth1.35 down" inside the ubuntu VPS other VPSes loose an access to nfs share. Is that true? And when you run "ifconfig eth1.32 down"?
3. Anything in logs or in dmesg?
P.S. I don't expect this help but could you possible rename your eth1.35 interface inside VE to eth1?
|
|
|