irgendwie will mein netzwerk nicht hinhauen... dabei hab ich
rc.d/net und hosts(von knoppix kopiert) editiert (resolv.conf ist leer)
Code: Alles auswählen
[b]rc.d/net[/b]
case $1
start)
/sbin/ifconfig lo 127.0.0.1
/sbin/dhcpcd eth0
;;
stop)
killall -q /sbin/dhcpcd
/sbin/ifconfig lo down
;;
restart)
$0 stop
$0 start
;;
*)
echo "usage: $0 [start|stop|restart]"
;;
esac
Code: Alles auswählen
starting services: net[ERROR] crond