From: coLinux a. <col...@he...> - 2009-01-14 05:07:04
|
The autobuild system has detected a new revision in the source repository. Review last changed from changelog.txt, also attached in mail. Download the compiled version: http://www.henrynestler.com/colinux/autobuild/devel-20090113/ colinux-0.8.0-20090113.src.tgz (684066 Bytes) daemons-0.8.0-20090113.dbg.zip (591811 Bytes) daemons-0.8.0-20090113.zip (478675 Bytes) Note, the autobuild compilation does not include an installer. Remember to reload the driver with these commands: colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20090103/ The autobuild compilations are not official releases of Cooperative Linux software. There is no warranty that any autobuild version is stable. If use this autobuild version, please give us feedback of your experience. Job runs on machine with 64 bit version of gcc 4.1.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1203 | henryn | 2009-01-13 21:05:15 +0000 (Tue, 13 Jan 2009) | 1 line Changed paths: M /branches/devel/NEWS * update NEWS. ------------------------------------------------------------------------ r1202 | henryn | 2009-01-13 20:46:57 +0000 (Tue, 13 Jan 2009) | 12 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/conet-bridged-daemon/main.c Reconnect pcap-bridged after losing interface: * Split function pcap_init() into co_pcap_search() and co_pcap_open(). * pcap2Daemon: Don't exit daemon after getting error from pcap_next_ex(). Suspend this thread on errors and wait for re-open pcap from main task. * conet_bridged_main: Check errors from pcap2Daemon and try re-open the adpater with delays from 1 to 19 seconds. Total timeout is ~190 sec. If the "reactor" stops reading, then daemon will exit faster. This should solve problems that the daemon was exiting on suspend under Vista. Same problem was reproducible under XP via disable and enable the network adapter from the "windows network Neighborhood". ------------------------------------------------------------------------ r1201 | henryn | 2009-01-13 20:18:39 +0000 (Tue, 13 Jan 2009) | 1 line Changed paths: D /branches/devel/patch/conet-core.diff * conet-core.diff: Remove unused kernel patch (replaced by conet-pci-core.diff). ------------------------------------------------------------------------ |