From: SourceForge.net <no...@so...> - 2009-01-21 01:26:51
|
Bugs item #2445837, was opened at 2008-12-18 18:07 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2445837&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: Crash / BSOD Group: v0.8.x (devel) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Xuefer (xuefer) Assigned to: Henry N. (henryn) Summary: colinux+ndis-bridge hang with vbox 2.1 Initial Comment: Virtualbox version: VirtualBox-2.1.0-41146-Win_x86.msi (got from http://www.filehippo.com/download_virtualbox/ same file as official though) colinux version: 0.8.0-20080924, 0.8.0-20081212 windows version: xp with all SP/hotfix patched guest os: gentoo configuration: ======== kernel=vmlinux mem=512 video0=4 kernel=vmlinux mem=512 video0=4 #eth0=pcap-bridge,ADSLModem #eth1=pcap-bridge,coLinux,00:ff:4f:0d:e7:c0 eth1=ndis-bridge,coLinux,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\i:\ cofs4=\DosDevices\g:\ bootlevel=c.boot softlevel=c.default setcobd=async ========= it used to work when i have virtualbox VirtualBox-2.0.6-39760-Win_x86.msi installed. but when i upgrade virtualbox to 2.1.0-41146-Win_x86, colinux network stopped working. i restart colinux and the whole system just stuck there, no keyb/mouse response. this is a ndis-bridge specified problem again. works fine with pcap-bridge to reproduce it 1. install colinux, configure with ndis-bridge 2. install VirtualBox-2.1.0-41146-Win_x86.msi (just install, no need to run it) 3. start colinux i guess it's relatived to the driver (filter?) vbox2.1 installed for each network adapter: VBoxNetFlt Driver, VirtualBox Host Interface Networking Driver ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-01-21 01:26 Message: The date means I checkout latest SVN code and rebuild in this day. I have been re-patch kernel(I do not rebuild compiler, FLTK, etc). then do "--remove-driver" and "--install-driver" also. I must go home tomorrow, I will recheck my build next month. btw: I upgrade my cross-GCC to 4.2.4, the build 20081209 & 20090105 both compile with it. ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2009-01-19 21:47 Message: Hello, with the "win2k sp4", can you please check on what revision does start exactly the problem. Between 20081209 and 20090105 have many small changes, and for date 2008-12-09 I can not find any change in changelog (http://www.colinux.org/snapshots/devel-ChangeLog). You will find some older binaries and sources under http://www.henrynestler.com/colinux/autobuild/ If you have self build coLinux: Remember that you need to re-patch and re-build the kernel, if any of the files are changed in directory "patch/*.diff", and be sure to have called "--remove-driver" and "--install-driver" while coLinux is not running. If you build coLinux from source, you can use "svn update rNNNN" with any revision number NNNN, to find the exactly revision number what does create the "halt" problem. Use initrd, to avoid loosing data on your filesystem. For example: colinux-daemon kernel=vmlinux initrd=initrd.gz root=/dev/ram0 eth1=ndis-bridge,"LAN" ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-01-19 05:16 Message: Yes, I got this bug also. I build colinux myself, I build about every two weeks. My compute run win2k sp4, the colinux build at 20081209 can be work fine, but 20090105 and later wrong. I can boot the colinux and do any works. but when I 'halt' the linux, the colinux-ndis-net-daemon.exe can not stop, it will hang my computer, I can not open any program, can not reboot. I must turn off(or hard-reset) my computer to continue. ---------------------------------------------------------------------- Comment By: Xuefer (xuefer) Date: 2008-12-18 18:12 Message: network adapters: 1. WAN: nvidia nforce 10/100/1000Mbps Ethernet (i don't think it relatived to this problem) 2. coLinux: Microsoft Loopback Adapter i just found a workaround 1. right click "coLinux" adapter 2. uncheck "VirtualBox Host Interface Networking Driver" press OK ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2445837&group_id=98788 |