On 10/20/06, sacarde <[EMAIL PROTECTED]> wrote: > /etc/rc.d/network restart > :: Stopping Network [BUSY] SIOCSIFNETMASK: No such device > SIOCSIFBRDADDR: No such device > 192.168.1.10: unknown interface: No such device > 192.168.1.10: unknown interface: No such device
Looks like you have something like: eth1="192.168.1.10 ...." in rc.conf You need the interface name first. eth1="eth1 192.168.1.10 ..." _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
