From: coLinux a. <col...@he...> - 2010-11-23 05:16:05
|
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-20101122/ colinux-0.7.9-20101122.src.tgz (1077306 Bytes) daemons-0.7.9-20101122.dbg.zip (686199 Bytes) daemons-0.7.9-20101122.zip (566498 Bytes) modules-2.6.33.5-co-0.7.9-r1547-20101122.tgz (4074538 Bytes) vmlinux-2.6.33.5-co-0.7.9-r1547-20101122.zip (2221935 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 Inside coLinux please update modules as follow: rm -rf /lib/modules/*-co-* tar -xzf modules-*-co-*-20101122.tgz -C / 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.3.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1547 | henryn | 2010-11-22 22:06:40 +0000 (Mon, 22 Nov 2010) | 6 lines Changed paths: M /branches/devel/patch/scsi-core.diff * scsi read_write(): Sector 2147483648 was wrong converted, with negative value in conversation from shifted "unsigned char" to "unsigned long long". Reading disk from offset at 1TB was faulted with: sd 0:0:2:0: [sda] CDB: Read(10): 28 00 80 00 00 00 00 00 08 00 end_request: I/O error, dev sda, sector 2147483648 Fixed by cast "unsigned long" before storing value as "unsigned long long". ------------------------------------------------------------------------ |