You can subscribe to this list here.
2004 |
Jan
(64) |
Feb
(530) |
Mar
(266) |
Apr
(580) |
May
(360) |
Jun
(161) |
Jul
(185) |
Aug
(164) |
Sep
(123) |
Oct
(160) |
Nov
(59) |
Dec
(84) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(156) |
Feb
(95) |
Mar
(124) |
Apr
(81) |
May
(79) |
Jun
(179) |
Jul
(35) |
Aug
(64) |
Sep
(56) |
Oct
(57) |
Nov
(18) |
Dec
(41) |
2006 |
Jan
(65) |
Feb
(37) |
Mar
(59) |
Apr
(73) |
May
(65) |
Jun
(27) |
Jul
(54) |
Aug
(76) |
Sep
(103) |
Oct
(23) |
Nov
(45) |
Dec
(29) |
2007 |
Jan
(41) |
Feb
(47) |
Mar
(61) |
Apr
(24) |
May
(14) |
Jun
(6) |
Jul
(23) |
Aug
(30) |
Sep
(16) |
Oct
(9) |
Nov
(53) |
Dec
(36) |
2008 |
Jan
(19) |
Feb
(49) |
Mar
(74) |
Apr
(21) |
May
(24) |
Jun
(5) |
Jul
(9) |
Aug
(53) |
Sep
(26) |
Oct
(23) |
Nov
(32) |
Dec
(19) |
2009 |
Jan
(47) |
Feb
(49) |
Mar
(39) |
Apr
(61) |
May
(28) |
Jun
(19) |
Jul
(12) |
Aug
(10) |
Sep
(31) |
Oct
(16) |
Nov
(60) |
Dec
(26) |
2010 |
Jan
(17) |
Feb
(9) |
Mar
(32) |
Apr
(11) |
May
(24) |
Jun
(33) |
Jul
(5) |
Aug
(2) |
Sep
(7) |
Oct
(8) |
Nov
(17) |
Dec
(7) |
2011 |
Jan
(12) |
Feb
(16) |
Mar
(2) |
Apr
(12) |
May
(5) |
Jun
(10) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
(17) |
Dec
(1) |
2012 |
Jan
(9) |
Feb
(9) |
Mar
(8) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(8) |
Sep
(11) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2013 |
Jan
|
Feb
(7) |
Mar
(4) |
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Henry N. <hen...@ar...> - 2010-03-10 08:51:52
|
Sergio Paracuellos wrote: > El mié, 10-03-2010 a las 09:34 +0100, Henry Nestler escribió: >> Am 10.03.2010 07:36, schrieb Sergio Paracuellos: >>> I am using ubuntu gutsy 7.10 for the base system of my software but >>> ubuntu is not supporting that version in these days. I have my own >>> mirror for build it. >> The question is, how your module >> "/lib/modules/2.6.28-11-generic/kernel/ubuntu/squashfs/squashfs.ko" was >> build? > Because I use the ubuntu default kernel included in 7.10. I use the > prebuild version, I didn't compile anything for the native linux. Please locate the source package of that kernel. Or the diff file from Ubuntu. >> This is Unionfs 1.4 for a highter kernel version. The source of this >> module is mutch easyly to patch into coLinux kernel 2.6.26. >> >> I have tried to build the old tar on kernel 2.6.22.18 and got some errors: >> unionfs.h:520: error: 'struct inode' has no member named 'i_blksize' > Yes, I have just tried that to and I get the same error with colinux. In the Unionfs 1.4 exist a function fist_copy_attr_all. This is totaly differend to Unionfs 2.x function unionfs_copy_attr_all. -- Henry N. |
From: Sergio P. <spa...@zi...> - 2010-03-10 08:44:59
|
El mié, 10-03-2010 a las 09:34 +0100, Henry Nestler escribió: > Am 10.03.2010 07:36, schrieb Sergio Paracuellos: > > I am using ubuntu gutsy 7.10 for the base system of my software but > > ubuntu is not supporting that version in these days. I have my own > > mirror for build it. > > The question is, how your module > "/lib/modules/2.6.28-11-generic/kernel/ubuntu/squashfs/squashfs.ko" was > build? Because I use the ubuntu default kernel included in 7.10. I use the prebuild version, I didn't compile anything for the native linux. > This is Unionfs 1.4 for a highter kernel version. The source of this > module is mutch easyly to patch into coLinux kernel 2.6.26. > > I have tried to build the old tar on kernel 2.6.22.18 and got some errors: > unionfs.h:520: error: 'struct inode' has no member named 'i_blksize' Yes, I have just tried that to and I get the same error with colinux. > |
From: Henry N. <hen...@ar...> - 2010-03-10 08:35:02
|
Am 10.03.2010 07:36, schrieb Sergio Paracuellos: > I am using ubuntu gutsy 7.10 for the base system of my software but > ubuntu is not supporting that version in these days. I have my own > mirror for build it. The question is, how your module "/lib/modules/2.6.28-11-generic/kernel/ubuntu/squashfs/squashfs.ko" was build? This is Unionfs 1.4 for a highter kernel version. The source of this module is mutch easyly to patch into coLinux kernel 2.6.26. I have tried to build the old tar on kernel 2.6.22.18 and got some errors: unionfs.h:520: error: 'struct inode' has no member named 'i_blksize' -- Henry N. |
From: Henry N. <hen...@ar...> - 2010-03-10 07:54:34
|
Sergio Paracuellos wrote: > I am using ubuntu gutsy 7.10 for the base system of my software but > ubuntu is not supporting that version in these days. I have my own > mirror for build it. > > Anyway, the sources of unionfs 1.4 are in the link below: > > http://download.filesystems.org/unionfs/OLD/unionfs-1.x/unionfs-1.4.tar.gz > > I haven't found any patches but I think this is all the source code for > this unionfs. What is the way for building this in tha actual stable > version of colinux?? I don't know if the problem is because of that but > I would like to try and see what happends. Any help is appreciated. This source is for kernel 2.6.18. I think, this source can't build kernel module for 2.6.22. But, we can try. See into "patch-kernel.sh". Patching kernel is a simple copy all source files *.h and *.h into the kernel tree and they do insert some lines into Kconfig and kernels Makefile. The Kconfig is ready under coLinux and the directory fs/unionfs exist, so you should remove all files from coLinux Kernel fs/unionfs and copy *.c and *.h from the tar to there. Than store Makefile.kernel as fs/unionfs/Makefile, and rebuild coLinux kernel with "make modules && make modules_install". -- Henry N. |
From: Sergio P. <spa...@zi...> - 2010-03-10 06:36:33
|
El mar, 09-03-2010 a las 22:05 +0100, Henry Nestler escribió: > Sergio Paracuellos wrote: > > NATIVE LINUX: > > [...] > > filename: /lib/modules/2.6.28-11-generic/kernel/ubuntu/unionfs/unionfs.ko > > license: GPL > > description: Unionfs 1.4 (http://unionfs.filesystems.org/) > > [...] > > > > COLINUX: > > [...] > > filename: /lib/modules/2.6.22.18-co-0.7.6/kernel/fs/unionfs/unionfs.ko > > license: GPL > > description: Unionfs 2.5.4 (for 2.6.22.19) (http://unionfs.filesystems.org/) > > Is Unionfs version 1.4 compatible to version 2.5.4 ? I think is compatible. > > I would assume the user space program that created the Unionfs 1.x maybe > or maybe not compatible to work with kernel Unionfs 2.x > > On site http://unionfs.filesystems.org/ I can't find version 1.4 for > kernel 2.6.28 (your native running system). > If you can find source from Ubuntu, then you can build this as module > for coLinux. I can help you, if you point me to source. I am using ubuntu gutsy 7.10 for the base system of my software but ubuntu is not supporting that version in these days. I have my own mirror for build it. Anyway, the sources of unionfs 1.4 are in the link below: http://download.filesystems.org/unionfs/OLD/unionfs-1.x/unionfs-1.4.tar.gz I haven't found any patches but I think this is all the source code for this unionfs. What is the way for building this in tha actual stable version of colinux?? I don't know if the problem is because of that but I would like to try and see what happends. Any help is appreciated. Thanks in advance, Sergio. |
From: Henry N. <hen...@ar...> - 2010-03-09 21:05:24
|
Sergio Paracuellos wrote: > NATIVE LINUX: > [...] > filename: /lib/modules/2.6.28-11-generic/kernel/ubuntu/unionfs/unionfs.ko > license: GPL > description: Unionfs 1.4 (http://unionfs.filesystems.org/) > [...] > > COLINUX: > [...] > filename: /lib/modules/2.6.22.18-co-0.7.6/kernel/fs/unionfs/unionfs.ko > license: GPL > description: Unionfs 2.5.4 (for 2.6.22.19) (http://unionfs.filesystems.org/) Is Unionfs version 1.4 compatible to version 2.5.4 ? I would assume the user space program that created the Unionfs 1.x maybe or maybe not compatible to work with kernel Unionfs 2.x On site http://unionfs.filesystems.org/ I can't find version 1.4 for kernel 2.6.28 (your native running system). If you can find source from Ubuntu, then you can build this as module for coLinux. I can help you, if you point me to source. -- Henry N. |
From: Sergio P. <spa...@zi...> - 2010-03-09 02:31:04
|
Hi Henri, > What type of filesystem is under the unionfs? > Are the mounts different between coLinux and native Linux? Please check > differences from `mount` and `cat /proc/mounts`. > I am using squashfs. NATIVE LINUX: ubuntu@live:~$ mount proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755) varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755) varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777) udev on /dev type tmpfs (rw,mode=0755) devshm on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /tmp type tmpfs (rw,nodev,size=2022196k) securityfs on /sys/kernel/security type securityfs (rw) /sys/bus/usb on /proc/bus/usb type usbfs (rw) ubuntu@live:~$ cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec 0 0 none /proc proc rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw,mode=755 0 0 /dev/sdc1 /cdrom vfat rw,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset= iso8859-1 0 0 /dev/mapper/uncrypted /rofs squashfs ro 0 0 /dev/mapper/persist /media/pers ext3 rw,errors=continue,data=ordered 0 0 /dev/mapper/data /media/data ext3 rw,errors=continue,data=ordered 0 0 tmpfs /cow tmpfs rw,noatime 0 0 unionfs / unionfs rw,noatime,dirs=/cow=rw:/rofs=ro,debug=4294967295,delete=white out 0 0 unionfs /dev/.static/dev unionfs rw,noatime,dirs=/cow=rw:/rofs=ro,debug=42949672 95,delete=whiteout 0 0 tmpfs /var/run tmpfs rw,nosuid,nodev,noexec,mode=755 0 0 tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0 tmpfs /dev/shm tmpfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 tmpfs /var/run tmpfs rw,nosuid,nodev,noexec,mode=755 0 0 tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0 tmpfs /tmp tmpfs rw,nodev,size=2022196k 0 0 securityfs /sys/kernel/security securityfs rw 0 0 /sys/bus/usb /proc/bus/usb usbfs rw 0 0 root@live:/home/ubuntu# modinfo squashfs filename: /lib/modules/2.6.28-11-generic/kernel/ubuntu/squashfs/squashfs.ko license: GPL author: Phillip Lougher <ph...@lo...> description: squashfs 3.2-r2-CVS, a compressed read-only filesystem srcversion: 7626F567E1FBB5EDCFF9F67 depends: vermagic: 2.6.28-11-generic SMP mod_unload modversions 586 root@live:/home/ubuntu# modinfo unionfs filename: /lib/modules/2.6.28-11-generic/kernel/ubuntu/unionfs/unionfs.ko license: GPL description: Unionfs 1.4 (http://unionfs.filesystems.org/) author: Filesystems and Storage Lab, Stony Brook University (http://www.fsl.cs.sunysb.edu/) srcversion: 61DAFD752F65FAF0D40207F depends: vermagic: 2.6.28-11-generic SMP mod_unload modversions 586 parm: debug:Initial Unionfs debug value. (int) root@live:/home/ubuntu# COLINUX: ubuntu@live:~$ mount proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755) varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755) varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777) udev on /dev type tmpfs (rw,mode=0755) devshm on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) securityfs on /sys/kernel/security type securityfs (rw) ubuntu@live:~$ cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec 0 0 none /proc proc rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw 0 0 fusectl /sys/fs/fuse/connections fusectl 0 0 /dev/sda /cdrom vfat rw,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset= iso8859-1 0 0 0 tmpfs /cow tmpfs rw,noatime 0 0 unionfs / unionfs rw,noatime,dirs=/cow=rw:/rofs=ro 0 0 unionfs /dev/.static/dev unionfs rw,noatime,dirs=/cow=rw:/rofs=ro 0 0 tmpfs /var/run tmpfs rw,nosuid,nodev,noexec 0 0 tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0 tmpfs /dev/shm tmpfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 tmpfs /var/run tmpfs rw,nosuid,nodev,noexec,mode=755 0 0 tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0 tmpfs /tmp tmpfs rw,nodev,size=2022196k 0 0 securityfs /sys/kernel/security securityfs rw 0 0 root@live:/home/ubuntu# modinfo squashfs filename: /lib/modules/2.6.22.18-co-0.7.6/kernel/fs/squashfs/squashfs.ko license: GPL author: Phillip Lougher <ph...@lo...> description: squashfs 3.4, a compressed read-only filesystem depends: vermagic: 2.6.22-18-co-0.7.6 preemp mod_unload 586 root@live:/home/ubuntu# modinfo unionfs filename: /lib/modules/2.6.22.18-co-0.7.6/kernel/fs/unionfs/unionfs.ko license: GPL description: Unionfs 2.5.4 (for 2.6.22.19) (http://unionfs.filesystems.org/) author: Filesystems and Storage Lab, Stony Brook University (http://www.fsl.cs.sunysb.edu/) depends: vermagic: 2.6.22.18-co-0.7.6 preemp mod_unload 586 root@live:/home/ubuntu# |
From: Henry N. <hen...@ar...> - 2010-03-08 22:28:16
|
Sergio Paracuellos wrote: > Please try a newer version of unionfs. >> You can get "unionfs-2.5.4_for_2.6.22.19" from >> http://www.filesystems.org/project-unionfs.html >> The build is ok. But I can't test it. I have no filesystems ready for >> unionfs. >> >> Run these steps inside your Linux kernel tree: >> * patch -p0 -R< patches/unionfs-2.2.4_for_2.6.22.18.diff >> * patch -p0< patches/unionfs-2.5.4_for_2.6.22.19.diff >> * Than rebuild your modules with "make modules&& make modules_install". >> * Reboot coLinux and check the version number 2.5.4 on module load. > The get the same problem with this patch of unionfs. I don't get the > problem if I don't use colinux and use a normal linux and firefox 3.5. What type of filesystem is under the unionfs? Are the mounts different between coLinux and native Linux? Please check differences from `mount` and `cat /proc/mounts`. -- Henry N. |
From: SourceForge.net <no...@so...> - 2010-03-08 22:21:25
|
Bugs item #2965587, was opened at 2010-03-08 19:23 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2965587&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: MASQUERADE works only for first 1-3 TCP packets Initial Comment: having the following config: eth0 - bridged with windows LAN0 eth1 - bridged with windows LAN1 PPPoE connection established from coLinux through eth0. pings/HTTP and etc work perfectly from coLinux. trying to get Internet from Windows (iptables configured POSTROUTING/MASQUERADE thru ppp0): pings from windows work OK; but TCP - does not. According to Wireshark only couple packets in the begging of TCP session are masqueraded. Others go unchanged with local IPs in source field. So TCP connection can be established from windows, but w/o further communication. ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2010-03-08 23:21 Message: If I understand right, then use wand to use coLinux as router for the windows host? LAN0 you have connected only with an ADSL-Modem, and LAN1 is your internal network. Check, that LAN1 does not have an IP address on Window side. Check, that Windows host must use the IP address of coLinux eth1 as default gateway. Have you enabled ip forward? Simple NAT works with these commands: iptables -A POSTROUTING -j MASQUERADE -t nat echo "1" > /proc/sys/net/ipv4/ip_forward It's very simple and natting in both directions. Please lets see your firewall rules for the NAT, you can get it with iptables-restore. The traffic way for TCP packets you can check with "watch iptables -L -v". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2965587&group_id=98788 |
From: SourceForge.net <no...@so...> - 2010-03-08 18:23:22
|
Bugs item #2965587, was opened at 2010-03-08 18:23 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2965587&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: MASQUERADE works only for first 1-3 TCP packets Initial Comment: having the following config: eth0 - bridged with windows LAN0 eth1 - bridged with windows LAN1 PPPoE connection established from coLinux through eth0. pings/HTTP and etc work perfectly from coLinux. trying to get Internet from Windows (iptables configured POSTROUTING/MASQUERADE thru ppp0): pings from windows work OK; but TCP - does not. According to Wireshark only couple packets in the begging of TCP session are masqueraded. Others go unchanged with local IPs in source field. So TCP connection can be established from windows, but w/o further communication. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2965587&group_id=98788 |
From: Sergio P. <spa...@zi...> - 2010-03-08 08:35:24
|
El vie, 05-03-2010 a las 16:57 +0100, Henry Nestler escribió: > Hello Sergio, > > At 05.03.2010 09:04, Sergio Paracuellos wrote: > > I am using the last stable version of colinux > > (stable-colinux-20100205.tar.gz) compiled in linux using an autoboot usb > > which uses unionfs for the filesystem. I am using windows 7 with Xming. > > When I tryed to launch firefox 3.5, colinux crash with an kernel oops. I > > attached the oops in the mail. > > > > When firefox starts sqlite tried to do a ftruncate in /tmp/var which is > > a directory of the unionfs and get always this oops. (In general I get > > this oops in every program which do the same operation ftruncate) > > > > My temporal solution is to make a link of this directory to a directory > > in another FS and the problem disappear. > > > > ln -fs tmp /media/data/tmp > > > Mar 5 06:54:54 live kernel: WARNING: at /home/sergio/LIME-ACCESS/colinux/workspace/build/linux-2.6.22.18-source/fs/unionfs/subr.c:244 unionfs_copy_attr_times() > > Mar 5 06:54:54 live kernel: [<c0103b5a>] show_trace_log_lvl+0x1a/0x30 > > Mar 5 06:54:54 live kernel: [<c0103ca2>] show_trace+0x12/0x20 > > Mar 5 06:54:54 live kernel: [<c0104b35>] dump_stack+0x15/0x20 > > Mar 5 06:54:54 live kernel: [<e08d7141>] unionfs_copy_attr_times+0x141/0x160 [unionfs] > > Mar 5 06:54:54 live kernel: [<e08ea1f0>] unionfs_readpage+0x120/0x1e0 [unionfs] > > Mar 5 06:54:54 live kernel: [<c013e66b>] do_generic_mapping_read+0x17b/0x570 > > Mar 5 06:54:54 live kernel: [<c0140891>] generic_file_aio_read+0xc1/0x1c0 > > Mar 5 06:54:54 live kernel: [<c015d57f>] do_sync_read+0xcf/0x110 > > Mar 5 06:54:54 live kernel: [<c015de3f>] vfs_read+0xaf/0x160 > > Mar 5 06:54:54 live kernel: [<c015e26d>] sys_read+0x3d/0x70 > > Mar 5 06:54:54 live kernel: [<c0102866>] sysenter_past_esp+0x5f/0x89 > > Mar 5 06:54:54 live kernel: ======================= > > This is the part of source: > > /* copy a/m/ctime from the lower branch with the newest times */ > void unionfs_copy_attr_times(struct inode *upper) > { > int bindex; > struct inode *lower; > > if (!upper) > return; > if (ibstart(upper) < 0) { > #ifdef CONFIG_UNION_FS_DEBUG > WARN_ON(ibstart(upper) < 0); <=== line 244 > #endif /* CONFIG_UNION_FS_DEBUG */ > return; > } > ... > > coLinux developer can't help you for this warning. > > Please try a newer version of unionfs. > You can get "unionfs-2.5.4_for_2.6.22.19" from > http://www.filesystems.org/project-unionfs.html > The build is ok. But I can't test it. I have no filesystems ready for > unionfs. > > Run these steps inside your Linux kernel tree: > * patch -p0 -R < patches/unionfs-2.2.4_for_2.6.22.18.diff > * patch -p0 < patches/unionfs-2.5.4_for_2.6.22.19.diff > * Than rebuild your modules with "make modules && make modules_install". > * Reboot coLinux and check the version number 2.5.4 on module load. The get the same problem with this patch of unionfs. I don't get the problem if I don't use colinux and use a normal linux and firefox 3.5. Thanks in advance. Sergio > > Maybe, it is a known bug and new version helps? If not, then you should > post this bug to unionfs, and give they and us simple shell steps or > small C-Programs to repeat your problem. I think, there is not only a > ftruncate. The warning comes from a file "read". maybe from read after > ftruncate? > > Exists a test-suite for this filesystem? So, everybody without knowing > of all the usage of unionfs can run some automated tests? > |
From: coLinux a. <col...@he...> - 2010-03-07 05:51:24
|
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-20100306/ colinux-0.8.0-20100306.src.tgz (1058587 Bytes) daemons-0.8.0-20100306.dbg.zip (591836 Bytes) daemons-0.8.0-20100306.zip (478345 Bytes) modules-2.6.26.8-co-0.8.0-20100306.tgz (3331360 Bytes) vmlinux-2.6.26.8-co-0.8.0-20100306.zip (1823604 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-*-20100306.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 ------------------------------------------------------------------------ r1381 | henryn | 2010-03-06 20:57:03 +0000 (Sat, 06 Mar 2010) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/bin/build-common.sh M /branches/devel/bin/build-cross.sh * Update to binutils 2.19.1 ------------------------------------------------------------------------ r1380 | henryn | 2010-03-05 20:01:21 +0000 (Fri, 05 Mar 2010) | 1 line Changed paths: M /branches/devel/patch/base-2.6.26.diff Two separate printk for "virtual kernel memory layout". Limit of 200 chars. ------------------------------------------------------------------------ r1379 | henryn | 2010-03-05 17:49:50 +0000 (Fri, 05 Mar 2010) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/patch/series-2.6.22.18 M /branches/devel/patch/series-2.6.25.20 M /branches/devel/patch/series-2.6.26.8 D /branches/devel/patch/unionfs-2.2.4_for_2.6.22.18.diff D /branches/devel/patch/unionfs-2.5.2_for_2.6.25.20.diff D /branches/devel/patch/unionfs-2.5.3_for_2.6.26.8.diff A /branches/devel/patch/unionfs-2.5.4_for_2.6.22.19.diff (from /branches/devel/patch/unionfs-2.2.4_for_2.6.22.18.diff:1377) A /branches/devel/patch/unionfs-2.5.4_for_2.6.25.20.diff (from /branches/devel/patch/unionfs-2.5.2_for_2.6.25.20.diff:1377) A /branches/devel/patch/unionfs-2.5.4_for_2.6.26.8.diff (from /branches/devel/patch/unionfs-2.5.3_for_2.6.26.8.diff:1377) * Update to Unionfs version 2.5.4 for all kernels. ------------------------------------------------------------------------ r1378 | henryn | 2010-03-05 17:05:46 +0000 (Fri, 05 Mar 2010) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/conf/linux-2.6.26.8-config A /branches/devel/patch/cloop-2.6.26.diff D /branches/devel/patch/cloop-core-2.06.diff A /branches/devel/patch/cloop-core-2.628.diff (from /branches/devel/patch/cloop-core-2.06.diff:1377) M /branches/devel/patch/series-2.6.22.18 M /branches/devel/patch/series-2.6.25.20 M /branches/devel/patch/series-2.6.26.8 * Add Cloop 2.628-2 to kernel 2.6.26.8. Update all other kernels with same. ------------------------------------------------------------------------ r1377 | henryn | 2010-02-28 22:20:37 +0000 (Sun, 28 Feb 2010) | 1 line Changed paths: M /branches/devel/conf/linux-2.6.26.8-config * Enable CONFIG_LSF=y in kernel config (2.6.26.8). ------------------------------------------------------------------------ |
From: Henry N. <hen...@ar...> - 2010-03-07 00:21:57
|
Cooperative Linux version 0.7.6 was released now. Release: 0.7.6 Kernel: 2.6.22.18 Build date: February 5 2010 Release date: March 6 2010 This is a bugfix release. Please check the project file release and wiki for information, updates and progress. Downloads: http://sourceforge.net/projects/colinux/files/coLinux-stable/0.7.6-linux-2.6.22.18 News: http://www.colinux.org/?section=status Wiki: http://colinux.wikia.com Snapshots: http://www.colinux.org/snapshots ---- NEWS General: * Bug #2895531: "mkfs.ext3 freezes on scsi disks" fixed by limit number of entries in scsi queue from 73 to 32, and changed type from Critical- into DelayedWorkQueue. * Bug #2890857: Fixed panic "COSCSI: response: use_sg (2) > 1". Walking thought scsi scatterlist with more as 1 segment now. * Bug #2893343: VMALLOC_END was overlapping coLinux shared host memory. If user used mem=1000, then this crashed Linux kernel or the host. Maximal guest memory limit is 984 MB, host driver will adjust it now. * Bug #2911886: Move file to subdirecory was blocked under cofs. * Bugfix pci device list. conet0 was missing in bootlog sometimes. Console: * FLTK: Fix buffer overflow for option cocon=x*y with x > 256 columns. -- Henry N. |
From: SourceForge.net <no...@so...> - 2010-03-06 23:21:57
|
Bugs item #2893343, was opened at 2009-11-06 16:25 Message generated for change (Settings changed) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2893343&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: Closed Resolution: Fixed Priority: 7 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Henry N. (henryn) >Summary: BSOD with 20091105 - VMALLOC_END overlaps host shared memory Initial Comment: with snapshot 0.8.0-20091105, the host got BSOD. no problem with 0.8.0-20090905. downloaded from http://www.colinux.org/snapshots/ os: windows xp sp3 with all hotfix installed i have retried many time, double check file permission, no luck ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2009-11-11 00:16 Message: Now, also fixed for the stable release 0.7.6-rc1 and committed to SVN release r1291. Download available from Snapshot page. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-11-10 17:29 Message: no crash with ram=any value. looks like it's fixed. thanks for your great work ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2009-11-08 13:51 Message: Real memory limit was 984 MB all times. With value of 1000 MB "vmalloc" and "lowmem" overlaps the "colinux" shared host memory and would crash, if Linux would use all of this memory later. Here is a virtual memory layout with adjusted pointers for vmalloc: fixmap : 0xffffc000 - 0xfffff000 ( 12 kB) colinux : 0xfe800000 - 0xffc00000 ( 20 MB) vmalloc : 0xfe000000 - 0xfe7fe000 ( 7 MB) lowmem : 0xc0000000 - 0xfd800000 ( 984 MB) Fixed in SVN revision r1285. New snapshot available. ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2009-11-07 15:22 Message: Thanks. Think, the new kernel uses more "reserved" memory. I have successfully tested up to mem=984 with and without PAE in Windows boot.ini. Is 984M also working in your environment? Than I would change the limit to that value. ---------------------------------------------------------------------- Comment By: Xuefer (xuefer) Date: 2009-11-07 14:09 Message: btw, no crash if i configure as: mem=1024 init=/bin/sh looks like there's some memory overrun colinux compiled with new kernel while 1024M ram is in use ---------------------------------------------------------------------- Comment By: Xuefer (xuefer) Date: 2009-11-07 14:06 Message: reproduced only with big ram configured for colinux =================== ram=960 -> no problem ram=992 (960+32) -> guest crash ram=1024 -> host crash =================== colinux-daemon output: Cooperative Linux Daemon, 0.8.0 Daemon compiled on Thu Nov 5 23:08:04 2009 using 'vmlinux' as kernel image configuring 992 MB of virtual RAM selected cobd0 for sda2, mapping to '\Device\Harddisk0\Partition2' selected cobd1 for sda3, mapping to '\Device\Harddisk0\Partition3' selected cobd2 for sda5, mapping to '\Device\Harddisk0\Partition4' configured NDIS bridge at 'coLinux' device as eth1 MAC address: 00:ff:4f:0d:e7:c0 mapping cofs0 to \DosDevices\c:\app\system\colinux\ mapping cofs1 to \DosDevices\c:\ mapping cofs2 to \DosDevices\d:\ mapping cofs3 to \DosDevices\i:\ mapping cofs4 to \DosDevices\g:\ kernel boot parameters: 'video0=4 root=/dev/sda3 bootlevel=c.boot softlevel=c.default' creating monitor PID: 2300 colinux: launching console executing: colinux-console-fltk -a 2300 launching daemon for conet1 executing: colinux-ndis-net-daemon -i 2300 -u 1 -n "coLinux" -mac 00:ff:4f:0d:e7:c0 -p 1 colinux: booting Ndis bridge probe on "1394 连接" Ndis bridge probe on "本地连接" Ndis bridge probe on "WAN" Ndis bridge probe on "Bluetooth" Ndis bridge probe on "VirtualBox Host-Only Network" Ndis bridge probe on "VirtualBox Host-Only Network" Ndis bridge probe on "VirtualBox Host-Only Network" Ndis bridge probe on "VirtualBox Host-Only Network" Ndis bridge probe on "coLinux" conet-ndis-daemon: Bridge on: coLinux Linux version 2.6.25.20-co-0.8.0 (hn@hn-dt) (gcc version 4.2.1 (SUSE Linux)) #1 PREEMPT Thu Nov 5 23:06:10 CET 2009 992MB LOWMEM available. Entering add_active_range(0, 0, 253952) 0 entries of 256 used Zone PFN ranges: Normal 0 -> 253952 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0 -> 253952 On node 0 totalpages: 253952 Normal zone: 1984 pages used for memmap Normal zone: 0 pages reserved Normal zone: 251968 pages, LIFO batch:31 Movable zone: 0 pages used for memmap Built 1 zonelists in Zone order, mobility grouping on. Total pages: 251968 Kernel command line: video0=4 root=/dev/sda3 bootlevel=c.boot softlevel=c.default Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 Setting proxy interrupt vectors PID hash table entries: 4096 (order: 12, 16384 bytes) Console: colour CoCON 80x25 console [tty0] enabled Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1002624k/1015808k available (2029k kernel code, 0k reserved, 618k data, 156k init, 0k highmem) .init : 0xcCPA: page pool initialized 1 of 1 pages preallocated Calibrating delay loop... 14522.77 BogoMIPS (lpj=72613888) Security Framework initialized SELinux: Disabled at boot. Capability LSM initialized Mount-cache hash table entries: 512 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) Compat vDSO mapped to ffffe000. CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 Checking 'hlt' instruction... OK. Freeing SMP alternatives: 0k freed net_namespace: 536 bytes NET: Registered protocol family 16 SCSI subsystem initialized PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 131072 (order: 8, 1048576 bytes) TCP bind hash table entries: 65536 (order: 6, 262144 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered audit: initializing netlink socket (disabled) colinux: Linux VM terminated colinux: Kernel panic: Attempted to kill init! shutting down Pipe broken, exiting daemon cleanup rc=0b14b800 exit=0 =================== kernel output: (no idea how to paste kernel output as text) see http://paste.ubuntu.com.cn/i46371 cannot attach a screenshot file here as i didn't open this bug ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2009-11-06 21:43 Message: Do clean upgrade steps by step: * Download archive "daemons-0.8.0-20091105.zip" form: http://www.henrynestler.com/colinux/testing/devel-0.8.0/20091105-Snapshot/packages/ * Unpack all the files into new directory, for example to c:\coLinux-2.6.25 * Copy your colinux config file or your BAT file from old installation into the new directory. Edit the new config- or bat- file and add the full path for your image files (cobd, scsi or hda). - If you not have used full path names before. * Remove or comment out the "initrd=initrd.gz" from config, and save the config. * Stop all running colinux * Open command prompt on old installation directory * Remove the driver colinux-daemon --remove-driver * Check, that the driver is truely removed: colinux-daemon --status-driver * Reboot your windows now! * Open command prompt on the new directory and perform the manual install: colinux-daemon --install-driver * Reboot your Windows now! (This step is need, if the start would crash at next step.) * Run your new colinux versioon from new directory. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2893343&group_id=98788 |
From: Henry N. <hen...@ar...> - 2010-03-05 16:09:43
|
Henry Nestler wrote: > Run these steps inside your Linux kernel tree: > * patch -p0 -R< patches/unionfs-2.2.4_for_2.6.22.18.diff > * patch -p0< patches/unionfs-2.5.4_for_2.6.22.19.diff Sorry "-p1" must use: * patch -p1 -R < patches/unionfs-2.2.4_for_2.6.22.18.diff * patch -p1 < patches/unionfs-2.5.4_for_2.6.22.19.diff -- Henry N. |
From: Henry N. <hen...@ar...> - 2010-03-05 15:57:42
|
Hello Sergio, At 05.03.2010 09:04, Sergio Paracuellos wrote: > I am using the last stable version of colinux > (stable-colinux-20100205.tar.gz) compiled in linux using an autoboot usb > which uses unionfs for the filesystem. I am using windows 7 with Xming. > When I tryed to launch firefox 3.5, colinux crash with an kernel oops. I > attached the oops in the mail. > > When firefox starts sqlite tried to do a ftruncate in /tmp/var which is > a directory of the unionfs and get always this oops. (In general I get > this oops in every program which do the same operation ftruncate) > > My temporal solution is to make a link of this directory to a directory > in another FS and the problem disappear. > > ln -fs tmp /media/data/tmp > Mar 5 06:54:54 live kernel: WARNING: at /home/sergio/LIME-ACCESS/colinux/workspace/build/linux-2.6.22.18-source/fs/unionfs/subr.c:244 unionfs_copy_attr_times() > Mar 5 06:54:54 live kernel: [<c0103b5a>] show_trace_log_lvl+0x1a/0x30 > Mar 5 06:54:54 live kernel: [<c0103ca2>] show_trace+0x12/0x20 > Mar 5 06:54:54 live kernel: [<c0104b35>] dump_stack+0x15/0x20 > Mar 5 06:54:54 live kernel: [<e08d7141>] unionfs_copy_attr_times+0x141/0x160 [unionfs] > Mar 5 06:54:54 live kernel: [<e08ea1f0>] unionfs_readpage+0x120/0x1e0 [unionfs] > Mar 5 06:54:54 live kernel: [<c013e66b>] do_generic_mapping_read+0x17b/0x570 > Mar 5 06:54:54 live kernel: [<c0140891>] generic_file_aio_read+0xc1/0x1c0 > Mar 5 06:54:54 live kernel: [<c015d57f>] do_sync_read+0xcf/0x110 > Mar 5 06:54:54 live kernel: [<c015de3f>] vfs_read+0xaf/0x160 > Mar 5 06:54:54 live kernel: [<c015e26d>] sys_read+0x3d/0x70 > Mar 5 06:54:54 live kernel: [<c0102866>] sysenter_past_esp+0x5f/0x89 > Mar 5 06:54:54 live kernel: ======================= This is the part of source: /* copy a/m/ctime from the lower branch with the newest times */ void unionfs_copy_attr_times(struct inode *upper) { int bindex; struct inode *lower; if (!upper) return; if (ibstart(upper) < 0) { #ifdef CONFIG_UNION_FS_DEBUG WARN_ON(ibstart(upper) < 0); <=== line 244 #endif /* CONFIG_UNION_FS_DEBUG */ return; } ... coLinux developer can't help you for this warning. Please try a newer version of unionfs. You can get "unionfs-2.5.4_for_2.6.22.19" from http://www.filesystems.org/project-unionfs.html The build is ok. But I can't test it. I have no filesystems ready for unionfs. Run these steps inside your Linux kernel tree: * patch -p0 -R < patches/unionfs-2.2.4_for_2.6.22.18.diff * patch -p0 < patches/unionfs-2.5.4_for_2.6.22.19.diff * Than rebuild your modules with "make modules && make modules_install". * Reboot coLinux and check the version number 2.5.4 on module load. Maybe, it is a known bug and new version helps? If not, then you should post this bug to unionfs, and give they and us simple shell steps or small C-Programs to repeat your problem. I think, there is not only a ftruncate. The warning comes from a file "read". maybe from read after ftruncate? Exists a test-suite for this filesystem? So, everybody without knowing of all the usage of unionfs can run some automated tests? -- Henry N. |
From: Sergio P. <spa...@zi...> - 2010-03-05 08:04:31
|
Hello everyone, This is my first mail to the list. I am using the last stable version of colinux (stable-colinux-20100205.tar.gz) compiled in linux using an autoboot usb which uses unionfs for the filesystem. I am using windows 7 with Xming. When I tryed to launch firefox 3.5, colinux crash with an kernel oops. I attached the oops in the mail. When firefox starts sqlite tried to do a ftruncate in /tmp/var which is a directory of the unionfs and get always this oops. (In general I get this oops in every program which do the same operation ftruncate) My temporal solution is to make a link of this directory to a directory in another FS and the problem disappear. ln -fs tmp /media/data/tmp I hope this can helps you to solve. Thanks in advance. Cheers, Sergio |
From: SourceForge.net <no...@so...> - 2010-02-22 09:06:20
|
Bugs item #2956364, was opened at 2010-02-22 00:29 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956364&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.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: thirdwheel (thirdwheel) Assigned to: Nobody/Anonymous (nobody) Summary: coLinux causes blue screen on shutdown Initial Comment: When I shut down coLinux using shutdown -h now, it goes through the paces, then just after it shuts down, I get an INVALID_KERNEL_PAGE error. This is using coLinux 0.7.5 with the Debian Linux image. Attached is a report from CPU-Z for my system. ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2010-02-22 10:06 Message: We need your stack back trace (STACK_TEXT), created from WinDbg.exe. Please follow steps from section "Howto use Windows crash dump" you find in file debugging.txt. A copy of that file exist here: http://colinux.svn.sourceforge.net/viewvc/colinux/branches/stable/doc/debugging ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956364&group_id=98788 |
From: SourceForge.net <no...@so...> - 2010-02-21 23:29:54
|
Bugs item #2956364, was opened at 2010-02-22 10:29 Message generated for change (Tracker Item Submitted) made by thirdwheel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956364&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.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: thirdwheel (thirdwheel) Assigned to: Nobody/Anonymous (nobody) Summary: coLinux causes blue screen on shutdown Initial Comment: When I shut down coLinux using shutdown -h now, it goes through the paces, then just after it shuts down, I get an INVALID_KERNEL_PAGE error. This is using coLinux 0.7.5 with the Debian Linux image. Attached is a report from CPU-Z for my system. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956364&group_id=98788 |
From: SourceForge.net <no...@so...> - 2010-02-21 18:11:52
|
Bugs item #2956051, was opened at 2010-02-21 14:58 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956051&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: v0.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Leonius () Assigned to: Nobody/Anonymous (nobody) Summary: colinux-net-daemon: error opening registry key Initial Comment: At first, sample log: [code] Cooperative Linux Daemon, 0.7.4 Daemon compiled on Wed Apr 15 18:59:08 2009 PID: 3424 colinux: booting colinux-net-daemon: auto selecting TAP colinux-net-daemon: error opening registry key: SYSTEM\CurrentControlSet\Control \Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\SYSTEM\CurrentControlSet\Control \Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{016A6C21-3C79-4285-AEC2-A08BB7B B0215}\Connecticolinux-net-daemon: TAP device not found conet-slirp-daemon: running [/code] I discovered that * error happens when HKLM\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{016A6C21-3C79-4285-AEC2-A08BB7BB0215}\Connection is empty ("Default" key has no value and there are no keys). Yes, emptiness of that key can mean something abnormal (i'm not expert in Windows registry), but IMHO that's not a reason to fail searching for tap device. (I've lost estimately a day discovering a reason why there isn't connection to TAP device from andLinux :) ) And also, * Error message format is obscure, you'd better use "%s\Connection" instead of "%s\%s\Connection". ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2010-02-21 19:11 Message: The error message with %s\\%s is correct. The first %s should contain "SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}", and the second %s should contain "{016A6C21-3C79-4285-AEC2-A08BB7BB0215}" in your case. The value for second %s was read from enumerated registry "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\<any number>\NetCfgInstanceId". I can not exactly say, what's wrong here. Please open registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}". This is the list of all network drivers. From this position search for value "tap0801co" (CTRL-F). You will find it for name "ComponentId". In the same level: Please check the value for name "NetCfgInstanceId". There should be value like "{016A6C21-3C79-4285-AEC2-A08BB7BB0215}". Is it? Yes, empty key with only a "Default" is not normal. To fix it, please remove and install the driver again. C:\coLinux\netdriver>tapcontrol.exe remove TAP0801co C:\coLinux\netdriver>tapcontrol.exe install OemWin2k.inf TAP0801co In wiki you will find more about TAP driver: http://colinux.wikia.com/wiki/TAP-Win32_driver What is your host operating system (XP, Vista, Windows7)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956051&group_id=98788 |
From: SourceForge.net <no...@so...> - 2010-02-21 13:58:59
|
Bugs item #2956051, was opened at 2010-02-21 16:58 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956051&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: v0.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Leonius () Assigned to: Nobody/Anonymous (nobody) Summary: colinux-net-daemon: error opening registry key Initial Comment: At first, sample log: [code] Cooperative Linux Daemon, 0.7.4 Daemon compiled on Wed Apr 15 18:59:08 2009 PID: 3424 colinux: booting colinux-net-daemon: auto selecting TAP colinux-net-daemon: error opening registry key: SYSTEM\CurrentControlSet\Control \Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\SYSTEM\CurrentControlSet\Control \Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{016A6C21-3C79-4285-AEC2-A08BB7B B0215}\Connecticolinux-net-daemon: TAP device not found conet-slirp-daemon: running [/code] I discovered that * error happens when HKLM\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{016A6C21-3C79-4285-AEC2-A08BB7BB0215}\Connection is empty ("Default" key has no value and there are no keys). Yes, emptiness of that key can mean something abnormal (i'm not expert in Windows registry), but IMHO that's not a reason to fail searching for tap device. (I've lost estimately a day discovering a reason why there isn't connection to TAP device from andLinux :) ) And also, * Error message format is obscure, you'd better use "%s\Connection" instead of "%s\%s\Connection". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2956051&group_id=98788 |
From: coLinux a. <col...@he...> - 2010-02-12 05:12:48
|
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-20100211/ colinux-0.8.0-20100211.src.tgz (1060682 Bytes) daemons-0.8.0-20100211.dbg.zip (593180 Bytes) daemons-0.8.0-20100211.zip (479031 Bytes) modules-2.6.26.8-co-0.8.0-20100211.tgz (3333991 Bytes) vmlinux-2.6.26.8-co-0.8.0-20100211.zip (1823619 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-*-20100211.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 ------------------------------------------------------------------------ r1370 | henryn | 2010-02-11 21:19:30 +0000 (Thu, 11 Feb 2010) | 1 line Changed paths: M /branches/devel/NEWS * Update NEWS. ------------------------------------------------------------------------ r1369 | henryn | 2010-02-11 20:52:29 +0000 (Thu, 11 Feb 2010) | 1 line Changed paths: M /branches/devel/patch/cofs-2.6.25.diff M /branches/devel/patch/cofs-2.6.26.diff * cofs: Unlock inode only, if iget_locked retuned I_NEW. (2.6.25.20, 2.6.26.8) ------------------------------------------------------------------------ r1368 | henryn | 2010-02-11 20:35:12 +0000 (Thu, 11 Feb 2010) | 1 line Changed paths: M /branches/devel/TODO * Doc: Refresh ToDo list and add problem with divdi3 debug relocations. ------------------------------------------------------------------------ r1367 | henryn | 2010-02-11 20:30:23 +0000 (Thu, 11 Feb 2010) | 1 line Changed paths: M /branches/devel/bin/build-kernel.sh * Build: Soft link "series" relative to directory patches. ------------------------------------------------------------------------ r1366 | henryn | 2010-02-11 20:25:05 +0000 (Thu, 11 Feb 2010) | 1 line Changed paths: M /branches/devel/bin/build-kernel.sh * Build: Remove comments from series for quilt emulation and checksum. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-02-06 05:12:41
|
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-20100205/ colinux-0.8.0-20100205.src.tgz (1060835 Bytes) daemons-0.8.0-20100205.dbg.zip (593186 Bytes) daemons-0.8.0-20100205.zip (479044 Bytes) modules-2.6.26.8-co-0.8.0-20100205.tgz (3333555 Bytes) vmlinux-2.6.26.8-co-0.8.0-20100205.zip (1823502 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-*-20100205.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 ------------------------------------------------------------------------ r1353 | henryn | 2010-02-05 19:01:49 +0000 (Fri, 05 Feb 2010) | 1 line Changed paths: M /branches/devel/patch/pci-core.diff * pci: kmalloc must outside passage page holding, because it can host switch. ------------------------------------------------------------------------ r1352 | henryn | 2010-02-05 18:58:37 +0000 (Fri, 05 Feb 2010) | 1 line Changed paths: M /branches/devel/src/colinux/user/daemon.c * printk: Fix warning: suggest parentheses around && within ||. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-02-05 05:07:20
|
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-20100204/ colinux-0.8.0-20100204.src.tgz (1060765 Bytes) daemons-0.8.0-20100204.dbg.zip (593199 Bytes) daemons-0.8.0-20100204.zip (479046 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-20100203/ 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 ------------------------------------------------------------------------ r1351 | henryn | 2010-02-04 21:38:25 +0000 (Thu, 04 Feb 2010) | 1 line Changed paths: M /branches/devel/src/colinux/user/daemon.c * printk: Supress <d> KERN_DEFAULT and <c> KERN_CONT. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-02-04 05:12:51
|
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-20100203/ colinux-0.8.0-20100203.src.tgz (1060757 Bytes) daemons-0.8.0-20100203.dbg.zip (593169 Bytes) daemons-0.8.0-20100203.zip (479029 Bytes) modules-2.6.26.8-co-0.8.0-20100203.tgz (3333423 Bytes) vmlinux-2.6.26.8-co-0.8.0-20100203.zip (1823566 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-*-20100203.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 ------------------------------------------------------------------------ r1350 | henryn | 2010-02-03 23:00:20 +0000 (Wed, 03 Feb 2010) | 1 line Changed paths: M /branches/devel/patch/conet-pci-core.diff * conet: Replace all "dev->priv" with macro "netdev_priv(priv)". ------------------------------------------------------------------------ r1349 | henryn | 2010-02-03 22:43:48 +0000 (Wed, 03 Feb 2010) | 1 line Changed paths: M /branches/devel/patch/conet-pci-core.diff * conet: Variable "priv" was not initialized before using for spin_lock_init. ------------------------------------------------------------------------ |