|
From: <stu...@ya...> - 2004-09-06 14:48:10
|
hi all, i installed colinux on windows 2000 , did all that there was to do as written on the colinux site under installation heading ... as regards to networking and colinux , which they refer as the hardest part , i dont undertsand what is the fuss all about . is it that we can access other computers on lan from the colinux console or something .... further more i have to submit a 50 page report in college regarding something new that i find interesting .... and have chosen coLinux , plz suggest apart from the installation procedure , on colinux.org ,,,where else can i find more matter .... i read the paper which dan gave in some linux workshop and found it very informative . suggest further reading please shruti pandey pune - india col...@li... wrote: Send coLinux-users mailing list submissions to col...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/colinux-users or, via email, send a message with subject or body 'help' to col...@li... You can reach the person managing the list at col...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of coLinux-users digest..." Today's Topics: 1. Re: Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) (Nuno Lucas) 2. Re: Newbie: implementation details (Dan Aloni) 3. Re: colinux 0.6.2 with pcap (snapshot coLinux-200 40710) (Dan Aloni) 4. Re: Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) (Joe Wells reverse mailbox letters for non-public replies ) 5. Re: colinux 0.6.2 with pcap (snapshot coLinux-200 40710) (gboutwel) 6. Re: Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) (gboutwel) 7. RE: colinux 0.6.2 with pcap (snapshot coLinux-200 40710) (peter green) --__--__-- Message: 1 Date: Sun, 05 Sep 2004 14:41:36 +0100 From: Nuno Lucas To: "Joe Wells (reverse mailbox letters for non-public replies)" Cc: col...@li..., gboutwel Subject: Re: [coLinux-users] Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) Joe Wells, dando pulos de alegria, escreveu : > sl...@bl... (Joe Wells (reverse mailbox letters to reply)) writes: >>"gboutwel" writes: >>>The only significant change >>>between 0.6.1 and 0719 in regards to FP operations was that flop20 >>>didn't pass and now does. >> >>Where do I get flops20 so I can try it on my machine? Is it available >>as a Gentoo ebuild? "emerge search flops" and "emerge search float" >>do not reveal it. > > Does anyone know where I get this floating point test suite? It has > been referred to as "fops20" and "flop20" in e-mail on this mailing > list. Dan Aloni gave me a link to it but I don't remember anymore. You should find it easily with google, but you can also get it at http://nlucas.homeip.net/colinux/test/flops20.zip (it is my home pc, so it is possible the net be down or something). After some googling I found this last year forums about the pentium 4 CFLAGS problems with floating point: http://www.gentoo.org/news/en/gwn/20030401-newsletter.xml#doc_chap4 It seems one way of testing if you have a gentoo configuration that activates this gcc bugs is executing: # python -c 'int(10.1); int(10000.3); int(1.2)' If it doesn't show nothing (no error) it is because your configuration is ok (or you have a mixed compiled environment, off course). Regards, ~Nuno Lucas --__--__-- Message: 2 Date: Sun, 5 Sep 2004 21:00:34 +0300 From: Dan Aloni To: "Digital Infra, Inc." Cc: Peter Wiehe , col...@li... Subject: Re: [coLinux-users] Newbie: implementation details On Fri, Aug 27, 2004 at 05:59:01AM +0900, Digital Infra, Inc. wrote: > >Does it run on any OS? > > Currently, only Linux on Windows is supported. > But for example, Linux on BSD or the reverse is easy. Linux on Linux is also supported. > >Is it an NT subsystem? > > Totally not. It uses a brand new approach which Dan Aloni invented. Not *totally*, but it was revived as a practical approach :) -- Dan Aloni da...@co... --__--__-- Message: 3 Date: Sun, 5 Sep 2004 21:08:36 +0300 From: Dan Aloni To: "Claude LeFrancois (QB/EMC)" Cc: 'Andreas Brand' , gboutwel , col...@li... Subject: Re: [coLinux-users] colinux 0.6.2 with pcap (snapshot coLinux-200 40710) On Fri, Aug 20, 2004 at 08:26:08AM -0500, Claude LeFrancois (QB/EMC) wrote: > Hi, > > However, I suspect the interface selection code has some problems. By example, > on my system, I have multiple "Local Area Connection" entries. Something like this: > > Local Area Connection > Local Area Connection 2 > Local Area Connection 3 > > I needed my system to bridge on "Local Area Connection". I have modified my > xml file accordingly but coLinux never got attached to the proper interface. > If I recall well, it has attached to the "Local Area Connection 3" instead. > > So, to work around this problem, I have renamed the "Local Area Connection" to > "Local Area Connection Broadcom" and after the proper modification has been done > to the xml file, coLinux has attached to the correct interface. coLinux does string searching instead of string matching, and "Local Area Connection" is obviously a substring of "Local Area Connection 3" - here shows the problem. Perhaps we should change it to string matching instead. What's your opinion? -- Dan Aloni da...@co... --__--__-- Message: 4 To: Nuno Lucas Cc: col...@li..., gboutwel From: sl...@bl... (Joe Wells (reverse mailbox letters for non-public replies)) Date: 05 Sep 2004 21:10:09 +0100 Subject: Re: [coLinux-users] Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) Nuno Lucas writes: > Joe Wells, dando pulos de alegria, escreveu : > > sl...@bl... (Joe Wells (reverse mailbox letters to reply)) writes: > >>"gboutwel" writes: > >>>The only significant change > >>>between 0.6.1 and 0719 in regards to FP operations was that flop20 > >>>didn't pass and now does. > >> > >>Where do I get flops20 so I can try it on my machine? Is it available > >>as a Gentoo ebuild? "emerge search flops" and "emerge search float" > >>do not reveal it. > > Does anyone know where I get this floating point test suite? It has > > been referred to as "fops20" and "flop20" in e-mail on this mailing > > list. > > Dan Aloni gave me a link to it but I don't remember anymore. You > should find it easily with google, but you can also get it at > http://nlucas.homeip.net/colinux/test/flops20.zip (it is my home pc, > so it is possible the net be down or something). Thanks very much for the pointer to flops20! > After some googling I found this last year forums about the pentium 4 > CFLAGS problems with floating point: > > http://www.gentoo.org/news/en/gwn/20030401-newsletter.xml#doc_chap4 > > It seems one way of testing if you have a gentoo configuration that > activates this gcc bugs is executing: > > # python -c 'int(10.1); int(10000.3); int(1.2)' This runs fine for me. > If it doesn't show nothing (no error) it is because your configuration > is ok (or you have a mixed compiled environment, off course). After looking at this earlier discussion, it is clear to me that it is unrelated to the problem I am reporting. The key differences are: 1. The earlier discussion is from 2003-04 and earlier (more than 16 months ago) and refers to GCC version 3.2. In many places, it states that the bugs are going to be fixed in GCC 3.3, and I am now using GCC 3.3.4. 2. The earlier discussion does not observe any connection with linking with libpthreads. The problem I am reporting only happens to programs that are linked with libpthreads. 3. The earlier discussion does not refer to any difference between Linux kernel versions. It also (obviously) does not mention coLinux. The problem I am reporting only happens with pre-0.6.2 coLinux snapshots using Linux kernel 2.6.7 and does not happen with coLinux 0.6.1 using Linux kernel 2.4.26. Thanks for pointing out the earlier discussion though. -- Joe --__--__-- Message: 5 Date: 6 Sep 2004 02:35:07 -0000 From: "gboutwel" To: da...@co... CC: col...@li... Subject: Re: [coLinux-users] colinux 0.6.2 with pcap (snapshot coLinux-200 40710) da...@co... wrote: > coLinux does string searching instead of string matching, and "Local > Area Connection" > is obviously a substring of "Local Area Connection 3" - here shows > the problem. > Perhaps we should change it to string matching instead. What's > your opinion? Sounds good to me. I'll prepare a patch/fix and check it in ASAP. George ------------------------------------------ Praize? The all-in-one Christian Community http://www.praize.com/ --__--__-- Message: 6 Date: 6 Sep 2004 02:41:31 -0000 From: "gboutwel" To: col...@li... CC: jb...@bl... Subject: Re: [coLinux-users] Re: floating point problems (was: using 2.6 kernels, moving to latest coLinux snapshot, etc.) > Does anyone know where I get this floating point test suite? It has > been referred to as "fops20" and "flop20" in e-mail on this mailing > list. I responded to this another time, I'm sure. But here goes again. You can find this test at the following Source-Forge Track-It item: http://sourceforge.net/tracker/index.php?func=detail&aid=980389&group_id=98788&atid=622063 Which is an closed bug. Specificaly the link to get the file that has this test as C source is: http://sourceforge.net/tracker/download.php?group_id=98788&atid=622063&file_id=92006&aid=980389 If you're serious about tracking this problem down, since the developers can't seem to duplicate this problem on our machines, I'd be willing to build special builds for you to try (steping backwards in the source code repository versions) until we found the version that it last works correctly in and then looking at the code to determine what change has produced this problem then maybe apply an fix to the latest source and have you try it to see if it fixes your problem. HTH, George ------------------------------ Love the funnies? Christian Cartoons at Praize http://www.praize.com/cartoons/ --__--__-- Message: 7 From: "peter green" To: "gboutwel" , Cc: Subject: RE: [coLinux-users] colinux 0.6.2 with pcap (snapshot coLinux-200 40710) Date: Mon, 6 Sep 2004 03:48:04 +0100 that could break stuff a lot for exsiting users what about checking for an exact match first and then going in for the substring matching if there are no exact matches? > -----Original Message----- > From: col...@li... > [mailto:col...@li...]On Behalf Of gboutwel > Sent: 06 September 2004 03:35 > To: da...@co... > Cc: col...@li... > Subject: Re: [coLinux-users] colinux 0.6.2 with pcap (snapshot > coLinux-200 40710) > > > > > > > da...@co... wrote: > > > coLinux does string searching instead of string matching, and > "Local > > > Area Connection" > > > is obviously a substring of "Local Area Connection 3" - here > shows > > > the problem. > > > Perhaps we should change it to string matching instead. What's > > > your opinion? > > > > Sounds good to me. I'll prepare a patch/fix and check it in > ASAP. > > > > George > > > > ------------------------------------------ > > Praize? The all-in-one Christian Community > > http://www.praize.com/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users --__--__-- _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users End of coLinux-users Digest Yahoo! India Matrimony: Find your life partneronline. |