From: Steve W. <li...@la...> - 2009-06-25 07:36:25
|
Thanks very much Henry, ive didnt noticed this part of the README. Works now. Henry Nestler schrieb: > Steve Wagner wrote: >> Hi, ive upgraded to devel-coLinux-20090520 because i often start >> VirtualBox and dose not want to run into bluescreens. >> >> My problem is that i can not get slirp to work with this version. >> >> ####configuration##### >> kernel=vmlinux >> mem=128 >> cobd0=C:\CoLinux\root >> cobd1=C:\CoLinux\swap >> cobd2=C:\CoLinux\user >> cofs0=C:\ >> eth0=slirp >> eth1=tuntap,"CoLinux" >> root=/dev/cobd0 >> >> #####/etc/network/interfaces##### >> auto lo >> iface lo inet loopback >> >> allow-hotplug eth0 >> iface eth0 inet dhcp >> >> auto eth1 >> iface eth1 inet static >> address 192.168.1.2 >> netmask 255.255.255.0 >> >> #####on ifup eth0 ive get###### >> Internet Systems Consortium DHCP Client V3.1.1 >> Copyright 2004-2008 Internet Systems Consortium. >> All rights reserved. >> For info, please visit http://www.isc.org/sw/dhcp/ >> >> SIOCSIFADDR: No such device >> eth0: ERROR while getting interface flags: No such device >> eth0: ERROR while getting interface flags: No such device >> Bind socket to interface: No such device >> Failed to bring up eth0. > > udev renames the interfaces based on different MAC numbers. > > Please follow the notes for upgrading, and remove all entries from > /etc/udev/rules.d/z25_persistent-net.rules, than reboot coLinux. > > All details about this problen found in Bug #1861876 > http://sourceforge.net/tracker/?func=detail&aid=1861876&group_id=98788&atid=622063 > |