[Vserver] Newbie: getting started

2006-05-02 Thread Fareha Shafique

Hi,

I wanted to know where I could find out more about RTNETLINK.
When I stop my vserser, I get the message:
RTNETLINK answers: Cannot assign requested address

Thanks,
-FS
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Newbie: getting started

2006-05-02 Thread Herbert Poetzl
On Tue, May 02, 2006 at 11:24:53AM -0400, Fareha Shafique wrote:
 Hi,
 
 I wanted to know where I could find out more about RTNETLINK.
 When I stop my vserser, I get the message:
 RTNETLINK answers: Cannot assign requested address

looks like your address (assigned to the guest) is
not (properly) configured, maybe you changed it while
the guest was running, and/or you have it configured
on the host _and_ for the guest, but with 'dev' instead
of 'nodev' (and most likely a different netmask too)

HTH,
Herbert

 Thanks,
 -FS
 ___
 Vserver mailing list
 Vserver@list.linux-vserver.org
 http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Newbie: getting started

2006-05-02 Thread Guenther Fuchs
Hi there,

on Tuesday, May 2, 2006 at 5:24:53 PM there was posted:

FS I wanted to know where I could find out more about RTNETLINK.
FS When I stop my vserser, I get the message:
FS RTNETLINK answers: Cannot assign requested address

Maybe you found the same problem Helmut and me had a couple of
months ago - try to name your net devices in a unique manner (if you 
didn't yet), this might solve your problem:

example to create this in a unique way for each existing device:
 code snippet - execute on root shell unchanged 
for vsn in /etc/vservers/*/; do
  for ifa in ${vsn}interfaces/*/; do
echo `basename ${vsn}``basename ${ifa}`  ${ifa}name
  done
done
 end code snipped 

-- 
regards 'n greez,

Guenther Fuchs
(aka muh and powerfox)

___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver