From: SourceForge.net <no...@so...> - 2009-02-11 07:36:37
|
Bugs item #2587396, was opened at 2009-02-11 03:42 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2587396&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: Daemons (Windows) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ndis-bridge hang host Initial Comment: I report this problem in #2445837 Unfortunate, the problem live also. I try the autobuild-20090210, it hang also. step: 1. Boot your linux with cmd set COLINUX_NO_SMP_WORKAROUND=N colinux-daemon.exe -t FLTK cocon=116x36 kernel=vmlinux mem=500 cobd0=..\root_fs cobd1=..\swap_fs eth0=ndis-bridge,"本地连接" setcobd=async root=/dev/cobd0 ro 2. login to linux 3. execute 'halt'. Now, you will found process 'colinux-ndis-net-daemon.exe' can not halt, and host can not do manything(include close system), you must hard-reset your PC. btw: another info when I use my build-20081209, it work fine, and when I replace vmlinux in build-20090211, it will report "colinux: BUG at /develop/build/linux-2.6.22.18/block/elevator.c:780" I do not known what's wrong in kernel patch. ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2009-02-11 08:36 Message: What is the host system? Windows XP or Windows 2000? Does it hang with COLINUX_NO_SMP_WORKAROUND=Y ? Does it hang, if you boots without using network? For example by adding "init 1" to the kernel parameters (starts in runlevel 1). For the elevator.c:780 you have changed the IO Scheduler to CFQ? "setcobd=async" does not work in conjunction with "elevator=cfq". I have added as separate bug artifact #2588147 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2587396&group_id=98788 |