From: Paul Sladen (vserver_at_paul.sladen.org)
Date: Mon 25 Nov 2002 - 22:14:36 GMT
On Mon, 25 Nov 2002, Dimitri Roschkowski wrote:
> font-family:Arial;mso-ansi-language:EN-GB'>I’ve a little
> problem with <span class=SpellE>vserver</span>.
...HTML emails perhaps?
> Interface eth0 hochfahren: arping: socket: Operation not permitted
> Fehler, andere Hosts verwenden bereits die Adresse 213.133.118.242.
Presumable the vserver is starting quite happily anyway?
If I've got the gist correctly you are trying to start `arping' from within
a vserver, which is a low-level utility/daemon for pinging ARP addresses.
This will want raw socket access if you want to run it from within a
vserver, which you can do if you giving it the `CAP_NET_RAW' capability in:
/etc/vservers/$HOSTNAME.conf
add:
S_CAPS="CAP_NET_RAW"
Hope that helps. If you translate any of the rest of that error message
into English I may be able to assist you better--although other people on
the list maybe able to answer the question more directly.
-Paul
-- Nottingham, GB