From: SourceForge.net <no...@so...> - 2008-08-07 06:35:17
|
Bugs item #1952057, was opened at 2008-04-26 10:52 Message generated for change (Comment added) made by xuefer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=1952057&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Xuefer (xuefer) Assigned to: Nobody/Anonymous (nobody) Summary: 0.8.0-20080420 ndis-bridge hang system Initial Comment: config gentoo.txt: kernel=vmlinux mem=256 # the old one which is ok # eth0=pcap-bridge,Bridge,00:ff:4f:0d:e7:c0 # the new one which hang eth0=ndis-bridge,Bridge,00:ff:4f:0d:e7:c0 root=/dev/sda3 sda2=\Device\Harddisk1\Partition2 sda3=\Device\Harddisk1\Partition3 sda5=\Device\Harddisk1\Partition4 cofs0=\DosDevices\c:\app\system\colinux\ cofs1=\DosDevices\c:\ cofs2=\DosDevices\d:\ cofs3=\DosDevices\e:\ bootlevel=c.boot softlevel=c.default setcobd=async "Bridge" is an windows xp bridge interface that bridge 2 of my interfaces, WAN (which is a real eth card) and lo (loopback virtual device). i use bridge because i want to "interface down" issue when the wire is unplugged from eth card, since lo is always up so "Bridge" will be up too. when i do "net start gentoo" (colinux), it boots nicely but as soon as it reach one of the init.d script (/etc/init.d/net.eth0, i guess), the whole box become slower and slower, any windows becomes not responding, and lastly only mouse pointer is active, i have to reset the box ---------------------------------------------------------------------- Comment By: Xuefer (xuefer) Date: 2008-08-07 14:35 Message: Logged In: YES user_id=185131 Originator: YES still reproduced in 0.8.0-20080803 i was about to file a bug claim that colinux network latency is high and make samba slow but i found a workaround to this bug. pcap based config that working fine: eth0=pcap-bridge,Bridge,00:ff:4f:0d:e7:c0 ndis based config that hang: eth0=ndis-bridge,Bridge,00:ff:4f:0d:e7:c0 ndis based config that workaround: eth0=ndis-bridge,lo,00:ff:4f:0d:e7:c0 so pcap-bridge will work on Bridge interface (and maybe "lo" interface, not tested) but ndis-bridge will hang when using Bridge interface can u pls fix it? either disallow user to use bridge interface or fix the problem ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=1952057&group_id=98788 |