You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(100) |
Jun
(134) |
Jul
(149) |
Aug
(123) |
Sep
(185) |
Oct
(122) |
Nov
(59) |
Dec
(127) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(128) |
Feb
(233) |
Mar
(210) |
Apr
(196) |
May
(85) |
Jun
(96) |
Jul
(76) |
Aug
(149) |
Sep
(65) |
Oct
(78) |
Nov
(121) |
Dec
(82) |
| 2006 |
Jan
(249) |
Feb
(181) |
Mar
(176) |
Apr
(156) |
May
(128) |
Jun
(102) |
Jul
(157) |
Aug
(80) |
Sep
(42) |
Oct
(49) |
Nov
(36) |
Dec
(42) |
| 2007 |
Jan
(64) |
Feb
(38) |
Mar
(45) |
Apr
(74) |
May
(26) |
Jun
(20) |
Jul
(17) |
Aug
(12) |
Sep
(40) |
Oct
(7) |
Nov
(14) |
Dec
(16) |
| 2008 |
Jan
(52) |
Feb
(49) |
Mar
(90) |
Apr
(80) |
May
(78) |
Jun
(82) |
Jul
(25) |
Aug
(8) |
Sep
(10) |
Oct
(11) |
Nov
(3) |
Dec
(17) |
| 2009 |
Jan
(12) |
Feb
(16) |
Mar
(20) |
Apr
(14) |
May
(17) |
Jun
(10) |
Jul
(13) |
Aug
(12) |
Sep
(21) |
Oct
(10) |
Nov
(30) |
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
(7) |
Mar
(22) |
Apr
(6) |
May
(33) |
Jun
(5) |
Jul
(4) |
Aug
(38) |
Sep
(46) |
Oct
(23) |
Nov
(9) |
Dec
(5) |
| 2011 |
Jan
(21) |
Feb
(27) |
Mar
(1) |
Apr
(18) |
May
(12) |
Jun
(12) |
Jul
(10) |
Aug
(30) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(19) |
| 2012 |
Jan
(26) |
Feb
(6) |
Mar
(8) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(10) |
Aug
(1) |
Sep
(18) |
Oct
(5) |
Nov
|
Dec
(1) |
| 2013 |
Jan
(27) |
Feb
|
Mar
(11) |
Apr
(14) |
May
|
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Ilya B. <ne...@ne...> - 2004-09-21 18:48:47
|
> > >> hello, >> >> has anyone seen this error before? any ideas? >> >> ~Samir > > > Only idea I have is to try to comment the initrd stuff and see if it > works that way. I had this problem. Now - solved. You can try also: 1. install udev - this is what finaly I have done. or 2. remove "alias=.." |
|
From: John F. <J.P...@as...> - 2004-09-21 16:19:54
|
Rob Thank you for this very helpful posting. I have been able to build and run a Fedora Core 2 image using it. There are one or two comments I can make which may help others take less time than I have spent. I started from a clean copy of the fc1_2GB_root file. 1. I needed to edit the file /etc/sysconfig/network-scripts/ifcfg-eth0 to have GATEWAY=192.168.0.1 2. I also needed to change the numbers in /etc/resolv.conf to point to the correct local DNS server. This is enough for apt-get to start working. 3. I needed to find a mirror for the APT site as the main one was down. As it is the location where the mirrors are listed.... this took some time. 4. apt-get dist-upgrade worked as mentioned, except that there were more errors as some files it needed are missing from the mirror site I was using. (!) 5. I was able to sort out the duplicates making use of a few extra things. (a) the -V (verbose) option of apt-get spells out version numbers. (b) apt-get check does some useful checking. (c) rpm -q xyz can be use to find the versions of a package xyz. This will report BOTH when there is a duplicate. (d) rpm -e xyn.a.b-c can then be used to delete a particular version The duplicates I found were basesystem words libattr Thanks again John From: "Rob Irvin" <and...@ho...> To: col...@li... BCC to: Subject: [coLinux-users] Re: Fedora Core 2 Image Date sent: Tue, 21 Sep 2004 11:16:57 +0100 > In reply to John Fletcher's post about a Fedora Core 2 image, it is > possible to use the existing Fedora Core 1 image and update it. > > Extract a new copy of the filesystem and setup the necessary CoLinux > configuration. Once done, edit the file /etc/apt/sources.list (pretty > sure thats correct) and look for the uncommented line that details a > repository over at freshrpms.net. All you need to do in this file is > change the .../1/... to a 2. I left this line as it was, commented it > out and made a new section in the file for Fedora Core 2, so stay > inline with the existing contents. Save the changes then return to > the command line. > > By running "apt-get update", the information about the Fedora Core 2 > packages will be downloaded which allows you to run "apt-get > dist-upgrade" so downloaded all of the latest packages. The only > issue is that several of the files are protected and can not be > automatically removed, for example basesystem (or something similar). > As a result apt-get will compain about two copies of the system > existing. It will also mention running "rpm --rebuilddb". By running > apt-get a few more times it is possible to solve these last few > niggles. Use "apt-get dist-upgrade" to find which files have two > versions installed, and then use "apt-get remove packagename-version." > I found it easier if you load up the package list on the Fedora > website, under projects, to determine which is the latest version. If > you have a copy of the package listings for Fedora Core 1 it makes it > a lot easier. > > After several runs of this process, there will be no error messages > left. Now simply reboot the system, or run shutdown, and you will be > presented with Fedora Core 2. Quickest way to tell is the colour of > "Fedora" during start up and it should state Fedora Core 2 at the > login screen. > > Hope this helps. > > > Android808 > > _________________________________________________________________ Use > MSN Messenger to send music and pics to your friends > http://www.msn.co.uk/messenger > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement > on who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ coLinux-users mailing > list coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > ------------------------------------------------------------------- Dr John P. Fletcher Tel: (44) 121 359 3611 ext 4625 Chemical Engineering and Applied Chemistry (CEAC), School of Engineering and Applied Science (SEAS), Aston University, Fax: (44) 121 359 4094 Aston Triangle, Email: J.P...@as... BIRMINGHAM B4 7ET U.K. CEAC Web site http://www.ceac.aston.ac.uk/ |
|
From: Martin K. <ka...@po...> - 2004-09-21 15:33:42
|
Hi Praveen, if you look at your adapters both are part of one network - 10.112.7.0 but this ain't true. You should use 192.168.1.0 for your TAP connection and everything should be fine. Regards, Martin Praveen Kumar Jha, Noida wrote: > Hi Martin, > I did exactly what you said but I'm still unable to connect my coLinux to > Internet using the VPN. > Here's what I did: > > My real network card's IP address: 10.112.7.224 > Gateway: 10.112.7.7 > Net Mask: 255.255.255.0 > > I assigned the IP 10.112.7.253 to my TAP adapter in windows (Net mask: > 255.255.255.0). > > Then made the following settings to the /etc/network/interfaces file of > coLinux: > > auto lo eth0 eth1 > > iface eth0 inet static > address 10.112.7.254 > netmask 255.255.255.0 > > iface eth1 inet static > address 10.112.7.224 > netmask 255.255.255.0 > > Also my default.colinux.xml file reads as > > <network index="0" type="tap" name="TAP"></network> > <network index="1" name="VIA Rhine II Fast Ethernet Adapter" > type="bridged"></network> > > > Please let me know, if I am making a mistake anywhere because the above > settings doesn't work for me. > > Regards, > Praveen > > > > -----Original Message----- > From: col...@li... > [mailto:col...@li...] On Behalf Of > col...@li... > Sent: Tuesday, September 21, 2004 8:56 AM > To: col...@li... > Subject: coLinux-users digest, Vol 1 #131 - 10 msgs > > 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. VPN access problem. (Praveen Kumar Jha, Noida) > 2. coLinux Gentoo emerge of Perl (Steve Frank) > 3. Re: create shortcuts on desktop (Samir Kuthiala) > 4. Re: coLinux Gentoo emerge of Perl (Joe Wells reverse mailbox letters > for non-public replies > ) > 5. Re: VPN access problem. (Martin Kanich) > 6. Processor limit on coLinux? (Steve Frank) > 7. Re: bridged networking with wireless? (Milind Kamble) > 8. Re: Processor limit on coLinux? (Nuno Lucas) > 9. Re: Re: error: alias already used (Nuno Lucas) > > --__--__-- > > Message: 1 > From: "Praveen Kumar Jha, Noida" <pra...@no...> > To: col...@li... > Date: Mon, 20 Sep 2004 13:22:29 +0530 > Subject: [coLinux-users] VPN access problem. > > Hi, > I have successfully installed coLinux (Debian) on my Win 2k PC. I used the > bridged method of connection. > Everything thing works fine and I can ping the other PC's of my network from > coLinux but the problem is that > I use VPN to connect to the Internet. > With coLinux, if I enable the connection sharing of the real network card I > am no longer able to login to my VPN > account. Please help me in connecting to the Internet with VPN so that I can > download and Install packages > like Apache, PHP and Mysql. > > Thanks in advance. > >>Praveen > > > > > --__--__-- > > Message: 2 > Date: Mon, 20 Sep 2004 08:42:26 -0500 > From: "Steve Frank" <ste...@be...> > To: <col...@li...> > Subject: [coLinux-users] coLinux Gentoo emerge of Perl > > This is a multi-part message in MIME format. > > ------_=_NextPart_001_01C49F17.AAB69BBE > Content-Type: text/plain; > charset="US-ASCII" > Content-Transfer-Encoding: quoted-printable > > Discussed back in May on the developers list was the issue of the > failure to run the tests for Perl installation on Gentoo. I'm very new > to Gentoo (but old to Redhat), so I'm having a bear of getting this to > install. It gets to the lib/Benchmark after failing the HiRes time > stuff. I'm using 0.6.1. Any pointers on getting this to go? > =20 > Steve > =20 > > ------_=_NextPart_001_01C49F17.AAB69BBE > Content-Type: text/html; > charset="US-ASCII" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=3DContent-Type content=3D"text/html; = > charset=3Dus-ascii"> > <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR></HEAD> > <BODY> > <DIV><SPAN class=3D528093913-20092004><FONT face=3DArial = > size=3D2>Discussed back in=20 > May on the developers list was the issue of the failure to run the = > tests=20 > for Perl installation on Gentoo. I'm very new to Gentoo (but old to = > Redhat), so=20 > I'm having a bear of getting this to install. It gets to the = > lib/Benchmark after=20 > failing the HiRes time stuff. I'm using 0.6.1. Any = > pointers on=20 > getting this to go?</FONT></SPAN></DIV> > <DIV><SPAN class=3D528093913-20092004><FONT face=3DArial=20 > size=3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D528093913-20092004><FONT face=3DArial=20 > size=3D2>Steve</FONT></SPAN></DIV> > <DIV><SPAN class=3D528093913-20092004></SPAN> </DIV></BODY></HTML> > > ------_=_NextPart_001_01C49F17.AAB69BBE-- > > > --__--__-- > > Message: 3 > Date: Mon, 20 Sep 2004 22:50:20 +0800 > From: Samir Kuthiala <sam...@gm...> > Reply-To: Samir Kuthiala <sam...@gm...> > To: Olivier Souiry <co...@a-...> > Subject: Re: [coLinux-users] create shortcuts on desktop > Cc: col...@li... > > Thanks. It works. > > > On Mon, 20 Sep 2004 04:52:19 +0100, Olivier Souiry <co...@a-...> > wrote: > >> >> >>----- Original Message ----- >>From: "Samir Kuthiala" <sam...@gm...> >>To: <col...@li...> >>Sent: Saturday, September 18, 2004 2:31 PM >>Subject: [coLinux-users] create shortcuts on desktop >> >> >>>Hi >>> >>>I have got the latest colinux working on my comp along with >>>colinuxManager (which is quite a useful prog). The new version seems >>>to be much faster as compared to 0.6.1. I am using X-win32 as my >>>windows x-server. Is there any way of creating shortcuts to various >>>linux apps on the windows desktop? >>> >>>Thx >>>Samir >> >> >>Indeed : >> >>first, create a session with XUTIL32, using rexec and a command like : >> >>DISPLAY=$MYIP:1 /usr/X11R6/bin/xterm >> >>if your X-Win32 display is :1, use :0 if you want. put a password if you >>don't want to enter it each time. >> >>(you may want to install a rexec server and add a few hosts to /etc/hosts > > in > >>order to give a machine name to your Windows ip in your subnetwork, >>(typically 192.168.0.1), Starnet (X-Win32 editor) describes it as a >>shortcoming of Linux's rexec implementation.) >> >>once that works, you can create a shortcut containing : >> >>C:\Prog2\XWin32\xwin32.exe xtermsession, where xtermsession is the name of >>the session you just created. >> >>there may be a safer way to do this, but this one works fine. >> >>Regards, Olivier Souiry >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE for your judgement on >>who ports your project to Linux PPC the best. Sponsored by IBM. >>Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>_______________________________________________ >>coLinux-users mailing list >>coL...@li... >>https://lists.sourceforge.net/lists/listinfo/colinux-users >> > > > > --__--__-- > > Message: 4 > To: Steve Frank <ste...@be...> > Cc: <col...@li...> > From: sl...@bl... (Joe Wells (reverse mailbox letters for > non-public replies)) > Date: 20 Sep 2004 16:29:57 +0100 > Subject: Re: [coLinux-users] coLinux Gentoo emerge of Perl > > "Steve Frank" <ste...@be...> writes: > > >>Discussed back in May on the developers list was=C2=A0the issue of the fa= > > ilure to > >>run the tests for Perl installation on Gentoo. I'm very new to >>Gentoo (but old to Redhat), so I'm having a bear of getting this to >>install. It gets to the lib/Benchmark after failing the HiRes time >>stuff.=C2=A0=C2=A0 I'm using 0.6.1.=C2=A0 Any pointers on getting this to= > > go? > > Just kill the Perl process running the lib/Benchmark test to allow the > installation to proceed. > > The long-term fix is to upgrade to the latest coLinux snapshot which > has fixes for the system time issues that the Perl self tests are > (correctly!) detecting. > > --=20 > Joe > > > --__--__-- > > Message: 5 > To: col...@li... > From: Martin Kanich <ka...@po...> > Date: Mon, 20 Sep 2004 18:34:29 +0200 > Subject: [coLinux-users] Re: VPN access problem. > > Hallo, > > there's a connection setup option that could help you. Do not use > connection sharing on your real card. instead use following in you > colinux-config.xml: > > <network index="0" type="tap" name="TAP CoLinux" /> > <network index="1" type="bridged" name="your real network card > connection" /> > > and in /etc/interfaces (on colinux-debian) add line > > auto lo eth0 eth1 > > maybe you have just to add eth1 to that line > > the next is to have this line there: > iface eth0 inet static > address 192.168.1.2 > netmask 255.255.255.0 > > iface eth1 inet static > address 192.168.0.40 > netmask 255.255.255.0 > > and in windows configure IP for your TAP Colinux with 192.168.1.1 and > same netmask. > > It works for me, it can for you. > > You can also swap those adapters, you don't need to have anyone assigned > as 1st. > > Regards, > Martin > > > > --__--__-- > > Message: 6 > Date: Mon, 20 Sep 2004 14:46:41 -0500 > From: "Steve Frank" <ste...@be...> > To: <col...@li...> > Subject: [coLinux-users] Processor limit on coLinux? > > This is a multi-part message in MIME format. > > ------_=_NextPart_001_01C49F4A.8D251E89 > Content-Type: text/plain; > charset="US-ASCII" > Content-Transfer-Encoding: quoted-printable > > Is it possible to somehow processor limit how much CPU coLinux gets? On > my Athlon64 box, it gobbles up all it can. On my P4 desktop with > Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the > hyperthreading enabled. > =20 > Thanks! =20 > =20 > =20 > > ------_=_NextPart_001_01C49F4A.8D251E89 > Content-Type: text/html; > charset="US-ASCII" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=3DContent-Type content=3D"text/html; = > charset=3Dus-ascii"> > <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR></HEAD> > <BODY> > <DIV><SPAN class=3D411234519-20092004><FONT face=3DArial size=3D2>Is it = > possible to=20 > somehow processor limit how much CPU coLinux gets? On my Athlon64 box, = > it=20 > gobbles up all it can. On my P4 desktop with Hyperthreading, it's = > getting 50%=20 > cpu which I guess is a byproduct of the hyperthreading=20 > enabled.</FONT></SPAN></DIV> > <DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20 > size=3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D411234519-20092004><FONT face=3DArial = > size=3D2>Thanks! =20 > </FONT></SPAN></DIV> > <DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20 > size=3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20 > size=3D2></FONT></SPAN> </DIV></BODY></HTML> > > ------_=_NextPart_001_01C49F4A.8D251E89-- > > > --__--__-- > > Message: 7 > Date: Mon, 20 Sep 2004 14:54:29 -0700 (PDT) > From: Milind Kamble <mb...@ya...> > Subject: Re: [coLinux-users] bridged networking with wireless? > To: Samir Kuthiala <sam...@gm...>, > col...@li... > > I don't think it is possible to get 2 ip addresses > associated with one wireless link. Hence bridging does > not work with wireless interface. I have coLinux > working with XP using ICS on wireless link. Because of > that I have also reverted to using ICS with wired LAN > too. > > --- Samir Kuthiala <sam...@gm...> wrote: > > >>Hey, >> >>has anyone got bridged network working with >>wireless? >> >>Samir >> >> >> > > ------------------------------------------------------- > >>This SF.Net email is sponsored by: YOU BE THE JUDGE. >>Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE >>for your judgement on >>who ports your project to Linux PPC the best. >>Sponsored by IBM. >>Deadline: Sept. 24. Go here: >>http://sf.net/ppc_contest.php >>_______________________________________________ >>coLinux-users mailing list >>coL...@li... >> > > https://lists.sourceforge.net/lists/listinfo/colinux-users > > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > > > --__--__-- > > Message: 8 > Date: Mon, 20 Sep 2004 23:02:05 +0100 > From: Nuno Lucas <lu...@nl...> > To: Steve Frank <ste...@be...> > Cc: col...@li... > Subject: Re: [coLinux-users] Processor limit on coLinux? > > Steve Frank, dando pulos de alegria, escreveu : > >>Is it possible to somehow processor limit how much CPU coLinux gets? On >>my Athlon64 box, it gobbles up all it can. On my P4 desktop with >>Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the >>hyperthreading enabled. > > > Colinux runs as a normal windows application, so it uses what it can as > any other windows application, unless it is idle. > > Right now, it is coded to use only one of the cpu's, so on HT machines, > it seems to use just 50% CPU. This number is not very reliable, as HT > machines are not true SMP computers. > > This is because there were some reports of colinux not doing well with > HT machines. It seems to be fixed now, but I don't think it was tested > yet. > > If you want to limit CPU usage for colinux, you can do the same as for > other windows applications: use the task manager and decrease it's > priority. But note that you probably will not gain anything with it. > > If you decide you want to test if the HT code is working now, define a > global environment variable COLINUX_NO_SMP_WORKAROUND as "Y", i.e., > "COLINUX_NO_SMP_WORKAROUND=Y". > > Regards, > ~Nuno Lucas > > > > --__--__-- > > Message: 9 > Date: Tue, 21 Sep 2004 00:22:27 +0100 > From: Nuno Lucas <lu...@nl...> > To: Samir Kuthiala <sam...@gm...> > Cc: col...@li... > Subject: Re: [coLinux-users] Re: error: alias already used > > Samir Kuthiala, dando pulos de alegria, escreveu : > >>hello, >> >>has anyone seen this error before? any ideas? >> >>~Samir > > > Only idea I have is to try to comment the initrd stuff and see if it > works that way. > > Regards, > ~Nuno Lucas > > > > > --__--__-- > > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > > End of coLinux-users Digest > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php |
|
From: Rob I. <and...@ho...> - 2004-09-21 10:22:39
|
In reply to John Fletcher's post about a Fedora Core 2 image, it is possible to use the existing Fedora Core 1 image and update it. Extract a new copy of the filesystem and setup the necessary CoLinux configuration. Once done, edit the file /etc/apt/sources.list (pretty sure thats correct) and look for the uncommented line that details a repository over at freshrpms.net. All you need to do in this file is change the .../1/... to a 2. I left this line as it was, commented it out and made a new section in the file for Fedora Core 2, so stay inline with the existing contents. Save the changes then return to the command line. By running "apt-get update", the information about the Fedora Core 2 packages will be downloaded which allows you to run "apt-get dist-upgrade" so downloaded all of the latest packages. The only issue is that several of the files are protected and can not be automatically removed, for example basesystem (or something similar). As a result apt-get will compain about two copies of the system existing. It will also mention running "rpm --rebuilddb". By running apt-get a few more times it is possible to solve these last few niggles. Use "apt-get dist-upgrade" to find which files have two versions installed, and then use "apt-get remove packagename-version." I found it easier if you load up the package list on the Fedora website, under projects, to determine which is the latest version. If you have a copy of the package listings for Fedora Core 1 it makes it a lot easier. After several runs of this process, there will be no error messages left. Now simply reboot the system, or run shutdown, and you will be presented with Fedora Core 2. Quickest way to tell is the colour of "Fedora" during start up and it should state Fedora Core 2 at the login screen. Hope this helps. Android808 _________________________________________________________________ Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger |
|
From: Praveen K. J. N. <pra...@no...> - 2004-09-21 06:39:28
|
Hi Martin,
I did exactly what you said but I'm still unable to connect my coLinux to
Internet using the VPN.
Here's what I did:
My real network card's IP address: 10.112.7.224
Gateway: 10.112.7.7
Net Mask: 255.255.255.0
I assigned the IP 10.112.7.253 to my TAP adapter in windows (Net mask:
255.255.255.0).
Then made the following settings to the /etc/network/interfaces file of
coLinux:
auto lo eth0 eth1
iface eth0 inet static
address 10.112.7.254
netmask 255.255.255.0
iface eth1 inet static
address 10.112.7.224
netmask 255.255.255.0
Also my default.colinux.xml file reads as
<network index="0" type="tap" name="TAP"></network>
<network index="1" name="VIA Rhine II Fast Ethernet Adapter"
type="bridged"></network>
Please let me know, if I am making a mistake anywhere because the above
settings doesn't work for me.
Regards,
Praveen
-----Original Message-----
From: col...@li...
[mailto:col...@li...] On Behalf Of
col...@li...
Sent: Tuesday, September 21, 2004 8:56 AM
To: col...@li...
Subject: coLinux-users digest, Vol 1 #131 - 10 msgs
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. VPN access problem. (Praveen Kumar Jha, Noida)
2. coLinux Gentoo emerge of Perl (Steve Frank)
3. Re: create shortcuts on desktop (Samir Kuthiala)
4. Re: coLinux Gentoo emerge of Perl (Joe Wells reverse mailbox letters
for non-public replies
)
5. Re: VPN access problem. (Martin Kanich)
6. Processor limit on coLinux? (Steve Frank)
7. Re: bridged networking with wireless? (Milind Kamble)
8. Re: Processor limit on coLinux? (Nuno Lucas)
9. Re: Re: error: alias already used (Nuno Lucas)
--__--__--
Message: 1
From: "Praveen Kumar Jha, Noida" <pra...@no...>
To: col...@li...
Date: Mon, 20 Sep 2004 13:22:29 +0530
Subject: [coLinux-users] VPN access problem.
Hi,
I have successfully installed coLinux (Debian) on my Win 2k PC. I used the
bridged method of connection.
Everything thing works fine and I can ping the other PC's of my network from
coLinux but the problem is that
I use VPN to connect to the Internet.
With coLinux, if I enable the connection sharing of the real network card I
am no longer able to login to my VPN
account. Please help me in connecting to the Internet with VPN so that I can
download and Install packages
like Apache, PHP and Mysql.
Thanks in advance.
>Praveen
--__--__--
Message: 2
Date: Mon, 20 Sep 2004 08:42:26 -0500
From: "Steve Frank" <ste...@be...>
To: <col...@li...>
Subject: [coLinux-users] coLinux Gentoo emerge of Perl
This is a multi-part message in MIME format.
------_=_NextPart_001_01C49F17.AAB69BBE
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Discussed back in May on the developers list was the issue of the
failure to run the tests for Perl installation on Gentoo. I'm very new
to Gentoo (but old to Redhat), so I'm having a bear of getting this to
install. It gets to the lib/Benchmark after failing the HiRes time
stuff. I'm using 0.6.1. Any pointers on getting this to go?
=20
Steve
=20
------_=_NextPart_001_01C49F17.AAB69BBE
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D528093913-20092004><FONT face=3DArial =
size=3D2>Discussed back in=20
May on the developers list was the issue of the failure to run the =
tests=20
for Perl installation on Gentoo. I'm very new to Gentoo (but old to =
Redhat), so=20
I'm having a bear of getting this to install. It gets to the =
lib/Benchmark after=20
failing the HiRes time stuff. I'm using 0.6.1. Any =
pointers on=20
getting this to go?</FONT></SPAN></DIV>
<DIV><SPAN class=3D528093913-20092004><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D528093913-20092004><FONT face=3DArial=20
size=3D2>Steve</FONT></SPAN></DIV>
<DIV><SPAN class=3D528093913-20092004></SPAN> </DIV></BODY></HTML>
------_=_NextPart_001_01C49F17.AAB69BBE--
--__--__--
Message: 3
Date: Mon, 20 Sep 2004 22:50:20 +0800
From: Samir Kuthiala <sam...@gm...>
Reply-To: Samir Kuthiala <sam...@gm...>
To: Olivier Souiry <co...@a-...>
Subject: Re: [coLinux-users] create shortcuts on desktop
Cc: col...@li...
Thanks. It works.
On Mon, 20 Sep 2004 04:52:19 +0100, Olivier Souiry <co...@a-...>
wrote:
>
>
>
> ----- Original Message -----
> From: "Samir Kuthiala" <sam...@gm...>
> To: <col...@li...>
> Sent: Saturday, September 18, 2004 2:31 PM
> Subject: [coLinux-users] create shortcuts on desktop
>
> > Hi
> >
> > I have got the latest colinux working on my comp along with
> > colinuxManager (which is quite a useful prog). The new version seems
> > to be much faster as compared to 0.6.1. I am using X-win32 as my
> > windows x-server. Is there any way of creating shortcuts to various
> > linux apps on the windows desktop?
> >
> > Thx
> > Samir
>
>
> Indeed :
>
> first, create a session with XUTIL32, using rexec and a command like :
>
> DISPLAY=$MYIP:1 /usr/X11R6/bin/xterm
>
> if your X-Win32 display is :1, use :0 if you want. put a password if you
> don't want to enter it each time.
>
> (you may want to install a rexec server and add a few hosts to /etc/hosts
in
> order to give a machine name to your Windows ip in your subnetwork,
> (typically 192.168.0.1), Starnet (X-Win32 editor) describes it as a
> shortcoming of Linux's rexec implementation.)
>
> once that works, you can create a shortcut containing :
>
> C:\Prog2\XWin32\xwin32.exe xtermsession, where xtermsession is the name of
> the session you just created.
>
> there may be a safer way to do this, but this one works fine.
>
> Regards, Olivier Souiry
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> coLinux-users mailing list
> coL...@li...
> https://lists.sourceforge.net/lists/listinfo/colinux-users
>
--__--__--
Message: 4
To: Steve Frank <ste...@be...>
Cc: <col...@li...>
From: sl...@bl... (Joe Wells (reverse mailbox letters for
non-public replies))
Date: 20 Sep 2004 16:29:57 +0100
Subject: Re: [coLinux-users] coLinux Gentoo emerge of Perl
"Steve Frank" <ste...@be...> writes:
> Discussed back in May on the developers list was=C2=A0the issue of the fa=
ilure to
> run the tests for Perl installation on Gentoo. I'm very new to
> Gentoo (but old to Redhat), so I'm having a bear of getting this to
> install. It gets to the lib/Benchmark after failing the HiRes time
> stuff.=C2=A0=C2=A0 I'm using 0.6.1.=C2=A0 Any pointers on getting this to=
go?
Just kill the Perl process running the lib/Benchmark test to allow the
installation to proceed.
The long-term fix is to upgrade to the latest coLinux snapshot which
has fixes for the system time issues that the Perl self tests are
(correctly!) detecting.
--=20
Joe
--__--__--
Message: 5
To: col...@li...
From: Martin Kanich <ka...@po...>
Date: Mon, 20 Sep 2004 18:34:29 +0200
Subject: [coLinux-users] Re: VPN access problem.
Hallo,
there's a connection setup option that could help you. Do not use
connection sharing on your real card. instead use following in you
colinux-config.xml:
<network index="0" type="tap" name="TAP CoLinux" />
<network index="1" type="bridged" name="your real network card
connection" />
and in /etc/interfaces (on colinux-debian) add line
auto lo eth0 eth1
maybe you have just to add eth1 to that line
the next is to have this line there:
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
iface eth1 inet static
address 192.168.0.40
netmask 255.255.255.0
and in windows configure IP for your TAP Colinux with 192.168.1.1 and
same netmask.
It works for me, it can for you.
You can also swap those adapters, you don't need to have anyone assigned
as 1st.
Regards,
Martin
--__--__--
Message: 6
Date: Mon, 20 Sep 2004 14:46:41 -0500
From: "Steve Frank" <ste...@be...>
To: <col...@li...>
Subject: [coLinux-users] Processor limit on coLinux?
This is a multi-part message in MIME format.
------_=_NextPart_001_01C49F4A.8D251E89
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Is it possible to somehow processor limit how much CPU coLinux gets? On
my Athlon64 box, it gobbles up all it can. On my P4 desktop with
Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the
hyperthreading enabled.
=20
Thanks! =20
=20
=20
------_=_NextPart_001_01C49F4A.8D251E89
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D411234519-20092004><FONT face=3DArial size=3D2>Is it =
possible to=20
somehow processor limit how much CPU coLinux gets? On my Athlon64 box, =
it=20
gobbles up all it can. On my P4 desktop with Hyperthreading, it's =
getting 50%=20
cpu which I guess is a byproduct of the hyperthreading=20
enabled.</FONT></SPAN></DIV>
<DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D411234519-20092004><FONT face=3DArial =
size=3D2>Thanks! =20
</FONT></SPAN></DIV>
<DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D411234519-20092004><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV></BODY></HTML>
------_=_NextPart_001_01C49F4A.8D251E89--
--__--__--
Message: 7
Date: Mon, 20 Sep 2004 14:54:29 -0700 (PDT)
From: Milind Kamble <mb...@ya...>
Subject: Re: [coLinux-users] bridged networking with wireless?
To: Samir Kuthiala <sam...@gm...>,
col...@li...
I don't think it is possible to get 2 ip addresses
associated with one wireless link. Hence bridging does
not work with wireless interface. I have coLinux
working with XP using ICS on wireless link. Because of
that I have also reverted to using ICS with wired LAN
too.
--- Samir Kuthiala <sam...@gm...> wrote:
> Hey,
>
> has anyone got bridged network working with
> wireless?
>
> Samir
>
>
>
-------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE.
> Be one of 170
> Project Admins to receive an Apple iPod Mini FREE
> for your judgement on
> who ports your project to Linux PPC the best.
> Sponsored by IBM.
> Deadline: Sept. 24. Go here:
> http://sf.net/ppc_contest.php
> _______________________________________________
> coLinux-users mailing list
> coL...@li...
>
https://lists.sourceforge.net/lists/listinfo/colinux-users
>
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
--__--__--
Message: 8
Date: Mon, 20 Sep 2004 23:02:05 +0100
From: Nuno Lucas <lu...@nl...>
To: Steve Frank <ste...@be...>
Cc: col...@li...
Subject: Re: [coLinux-users] Processor limit on coLinux?
Steve Frank, dando pulos de alegria, escreveu :
> Is it possible to somehow processor limit how much CPU coLinux gets? On
> my Athlon64 box, it gobbles up all it can. On my P4 desktop with
> Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the
> hyperthreading enabled.
Colinux runs as a normal windows application, so it uses what it can as
any other windows application, unless it is idle.
Right now, it is coded to use only one of the cpu's, so on HT machines,
it seems to use just 50% CPU. This number is not very reliable, as HT
machines are not true SMP computers.
This is because there were some reports of colinux not doing well with
HT machines. It seems to be fixed now, but I don't think it was tested
yet.
If you want to limit CPU usage for colinux, you can do the same as for
other windows applications: use the task manager and decrease it's
priority. But note that you probably will not gain anything with it.
If you decide you want to test if the HT code is working now, define a
global environment variable COLINUX_NO_SMP_WORKAROUND as "Y", i.e.,
"COLINUX_NO_SMP_WORKAROUND=Y".
Regards,
~Nuno Lucas
--__--__--
Message: 9
Date: Tue, 21 Sep 2004 00:22:27 +0100
From: Nuno Lucas <lu...@nl...>
To: Samir Kuthiala <sam...@gm...>
Cc: col...@li...
Subject: Re: [coLinux-users] Re: error: alias already used
Samir Kuthiala, dando pulos de alegria, escreveu :
> hello,
>
> has anyone seen this error before? any ideas?
>
> ~Samir
Only idea I have is to try to comment the initrd stuff and see if it
works that way.
Regards,
~Nuno Lucas
--__--__--
_______________________________________________
coLinux-users mailing list
coL...@li...
https://lists.sourceforge.net/lists/listinfo/colinux-users
End of coLinux-users Digest
|
|
From: Nuno L. <lu...@nl...> - 2004-09-20 23:22:31
|
Samir Kuthiala, dando pulos de alegria, escreveu : > hello, > > has anyone seen this error before? any ideas? > > ~Samir Only idea I have is to try to comment the initrd stuff and see if it works that way. Regards, ~Nuno Lucas |
|
From: Nuno L. <lu...@nl...> - 2004-09-20 22:02:13
|
Steve Frank, dando pulos de alegria, escreveu : > Is it possible to somehow processor limit how much CPU coLinux gets? On > my Athlon64 box, it gobbles up all it can. On my P4 desktop with > Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the > hyperthreading enabled. Colinux runs as a normal windows application, so it uses what it can as any other windows application, unless it is idle. Right now, it is coded to use only one of the cpu's, so on HT machines, it seems to use just 50% CPU. This number is not very reliable, as HT machines are not true SMP computers. This is because there were some reports of colinux not doing well with HT machines. It seems to be fixed now, but I don't think it was tested yet. If you want to limit CPU usage for colinux, you can do the same as for other windows applications: use the task manager and decrease it's priority. But note that you probably will not gain anything with it. If you decide you want to test if the HT code is working now, define a global environment variable COLINUX_NO_SMP_WORKAROUND as "Y", i.e., "COLINUX_NO_SMP_WORKAROUND=Y". Regards, ~Nuno Lucas |
|
From: Milind K. <mb...@ya...> - 2004-09-20 21:54:35
|
I don't think it is possible to get 2 ip addresses associated with one wireless link. Hence bridging does not work with wireless interface. I have coLinux working with XP using ICS on wireless link. Because of that I have also reverted to using ICS with wired LAN too. --- Samir Kuthiala <sam...@gm...> wrote: > Hey, > > has anyone got bridged network working with > wireless? > > Samir > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. > Be one of 170 > Project Admins to receive an Apple iPod Mini FREE > for your judgement on > who ports your project to Linux PPC the best. > Sponsored by IBM. > Deadline: Sept. 24. Go here: > http://sf.net/ppc_contest.php > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |
|
From: Steve F. <ste...@be...> - 2004-09-20 19:46:49
|
Is it possible to somehow processor limit how much CPU coLinux gets? On my Athlon64 box, it gobbles up all it can. On my P4 desktop with Hyperthreading, it's getting 50% cpu which I guess is a byproduct of the hyperthreading enabled. =20 Thanks! =20 =20 =20 |
|
From: Martin K. <ka...@po...> - 2004-09-20 16:34:15
|
Hallo,
there's a connection setup option that could help you. Do not use
connection sharing on your real card. instead use following in you
colinux-config.xml:
<network index="0" type="tap" name="TAP CoLinux" />
<network index="1" type="bridged" name="your real network card
connection" />
and in /etc/interfaces (on colinux-debian) add line
auto lo eth0 eth1
maybe you have just to add eth1 to that line
the next is to have this line there:
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
iface eth1 inet static
address 192.168.0.40
netmask 255.255.255.0
and in windows configure IP for your TAP Colinux with 192.168.1.1 and
same netmask.
It works for me, it can for you.
You can also swap those adapters, you don't need to have anyone assigned
as 1st.
Regards,
Martin
|
|
From: <sl...@bl...> - 2004-09-20 15:30:48
|
"Steve Frank" <ste...@be...> writes: > Discussed back in May on the developers list was=C2=A0the issue of the fa= ilure to > run the tests for Perl installation on Gentoo. I'm very new to > Gentoo (but old to Redhat), so I'm having a bear of getting this to > install. It gets to the lib/Benchmark after failing the HiRes time > stuff.=C2=A0=C2=A0 I'm using 0.6.1.=C2=A0 Any pointers on getting this to= go? Just kill the Perl process running the lib/Benchmark test to allow the installation to proceed. The long-term fix is to upgrade to the latest coLinux snapshot which has fixes for the system time issues that the Perl self tests are (correctly!) detecting. --=20 Joe |
|
From: Samir K. <sam...@gm...> - 2004-09-20 14:50:23
|
Thanks. It works. On Mon, 20 Sep 2004 04:52:19 +0100, Olivier Souiry <co...@a-...> wrote: > > > > ----- Original Message ----- > From: "Samir Kuthiala" <sam...@gm...> > To: <col...@li...> > Sent: Saturday, September 18, 2004 2:31 PM > Subject: [coLinux-users] create shortcuts on desktop > > > Hi > > > > I have got the latest colinux working on my comp along with > > colinuxManager (which is quite a useful prog). The new version seems > > to be much faster as compared to 0.6.1. I am using X-win32 as my > > windows x-server. Is there any way of creating shortcuts to various > > linux apps on the windows desktop? > > > > Thx > > Samir > > > Indeed : > > first, create a session with XUTIL32, using rexec and a command like : > > DISPLAY=$MYIP:1 /usr/X11R6/bin/xterm > > if your X-Win32 display is :1, use :0 if you want. put a password if you > don't want to enter it each time. > > (you may want to install a rexec server and add a few hosts to /etc/hosts in > order to give a machine name to your Windows ip in your subnetwork, > (typically 192.168.0.1), Starnet (X-Win32 editor) describes it as a > shortcoming of Linux's rexec implementation.) > > once that works, you can create a shortcut containing : > > C:\Prog2\XWin32\xwin32.exe xtermsession, where xtermsession is the name of > the session you just created. > > there may be a safer way to do this, but this one works fine. > > Regards, Olivier Souiry > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |
|
From: Steve F. <ste...@be...> - 2004-09-20 13:42:35
|
Discussed back in May on the developers list was the issue of the failure to run the tests for Perl installation on Gentoo. I'm very new to Gentoo (but old to Redhat), so I'm having a bear of getting this to install. It gets to the lib/Benchmark after failing the HiRes time stuff. I'm using 0.6.1. Any pointers on getting this to go? =20 Steve =20 |
|
From: Praveen K. J. N. <pra...@no...> - 2004-09-20 07:54:27
|
Hi, I have successfully installed coLinux (Debian) on my Win 2k PC. I used the bridged method of connection. Everything thing works fine and I can ping the other PC's of my network from coLinux but the problem is that I use VPN to connect to the Internet. With coLinux, if I enable the connection sharing of the real network card I am no longer able to login to my VPN account. Please help me in connecting to the Internet with VPN so that I can download and Install packages like Apache, PHP and Mysql. Thanks in advance. >Praveen |
|
From: Olivier S. <co...@a-...> - 2004-09-20 02:51:21
|
----- Original Message ----- From: "Samir Kuthiala" <sam...@gm...> To: <col...@li...> Sent: Saturday, September 18, 2004 2:31 PM Subject: [coLinux-users] create shortcuts on desktop > Hi > > I have got the latest colinux working on my comp along with > colinuxManager (which is quite a useful prog). The new version seems > to be much faster as compared to 0.6.1. I am using X-win32 as my > windows x-server. Is there any way of creating shortcuts to various > linux apps on the windows desktop? > > Thx > Samir Indeed : first, create a session with XUTIL32, using rexec and a command like : DISPLAY=$MYIP:1 /usr/X11R6/bin/xterm if your X-Win32 display is :1, use :0 if you want. put a password if you don't want to enter it each time. (you may want to install a rexec server and add a few hosts to /etc/hosts in order to give a machine name to your Windows ip in your subnetwork, (typically 192.168.0.1), Starnet (X-Win32 editor) describes it as a shortcoming of Linux's rexec implementation.) once that works, you can create a shortcut containing : C:\Prog2\XWin32\xwin32.exe xtermsession, where xtermsession is the name of the session you just created. there may be a safer way to do this, but this one works fine. Regards, Olivier Souiry |
|
From: Samir K. <sam...@gm...> - 2004-09-18 14:26:20
|
Hey, has anyone got bridged network working with wireless? Samir |
|
From: Samir K. <sam...@gm...> - 2004-09-18 13:31:29
|
Hi I have got the latest colinux working on my comp along with colinuxManager (which is quite a useful prog). The new version seems to be much faster as compared to 0.6.1. I am using X-win32 as my windows x-server. Is there any way of creating shortcuts to various linux apps on the windows desktop? Thx Samir |
|
From: Aviv O. <avi...@gm...> - 2004-09-18 02:10:47
|
I can't seem to connect to the internet, using ICS. I'm using a router, and changed the IP to 192.168.1.1. The firewall seems to be what's stopping it, and I'm not sure what do about that (and I'm too much of a newbie to safely rely on coLinux as my firewall). I get this alert from zone alarm when I ping www.google.com - "The firewall has blocked Internet access to news.google.com(64.233.161.99)(ICMP Echo Request ('Ping') from your computer." I have set coLinux's IP as trusted, though the wintap adapter I have kept at internet. If you have any suggestions on how to fix this that a newbie would understand, I'd really appreciate it. I have spent hours searching everything I can think of. Some more info, maybe it will help: Windows "ipconfig /all" gives: Windows IP Configuration Host Name . . . . . . . . . . . . : ao Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Real ethernet: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti on Physical Address. . . . . . . . . : 00-0C-F1-70-2E-D8 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 192.168.1.101 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.1.1 DHCP Server . . . . . . . . . . . : 192.168.1.1 DNS Servers . . . . . . . . . . . : 192.168.1.1 Lease Obtained. . . . . . . . . . : Friday, September 17, 2004 4:22:56 P M Lease Expires . . . . . . . . . . : Friday, September 24, 2004 4:22:56 P M Ethernet adapter Colinux TAP: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : TAP-Win32 Adapter #2 Physical Address. . . . . . . . . : 00-FF-A5-06-4A-15 Dhcp Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.0.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : -------------------------- colinux:~# ifconfig eth0 Link encap:Ethernet HWaddr 00:43:4F:4E:45:30 inet addr:192.168.0.40 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:263 errors:0 dropped:0 overruns:0 frame:0 TX packets:196 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:78960 (77.1 KiB) TX bytes:14512 (14.1 KiB) Interrupt:2 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) ------------------ Info from zone alarm Alert property Alert property value Technical explanation Source IP Address 192.168.1.xxx The IP address of the computer that sent the packet which caused the alert. Destination IP 64.233.161.99 The IP address of the computer to which the packet was sent. Transport Layer Protocol ICMP The protocol that allows data to be transported between software programs on different computers. Network Layer Protocol IP The protocol that allows two networked computers to locate each other on a network. Protocol Specific Type 8 - Echo request Some protocols, such as ICMP and IGMP, have multiple "types" associated with the protocol. Each type number for a specific protocol has standardized meaning. Link Layer Protocol Ethernet The protocol that allows two directly linked computers to share a network cable. Alert Date Sep-17-2004 06:54:16 PM PDT The time when ZoneAlarm detected the alert on your computer. Alert Count 1 Number of times this connection attempt repeated its attempt on your machine after the original alert. ZoneAlarm shields your machine from repeated displays of an identical alert. ZoneAlarm security enforcement at time of alert Lock Level Lock Not Engaged Internet and network connections permitted by your ZoneAlarm settings are not blocked by a lock setting. Trusted Zone Security Level Medium This ZoneAlarm setting enforces application privileges and Internet Lock settings, leaving your computer visible to other computers in the Trusted Zone. It does not block file or printer shares (NetBIOS) or operating system traffic to and from the Trusted Zone. Trusted Zone Servers Servers Allowed Computers in your ZoneAlarm Trusted Zone are not prevented from connecting to server programs running on your computer. Internet Zone Security Level High This ZoneAlarm setting blocks access from the Internet Zone to file and printer shares (NetBIOS) and other operating system services. Ports not currently in use by a program are blocked and are not visible to the Internet Zone. This Security Level also enforces application privileges and Internet Lock settings. Internet Zone Servers Servers Allowed Computers in your ZoneAlarm Internet Zone are not prevented from connecting to server programs running on your computer. Packet Direction Outgoing The packet that caused the alert was sent from a program on your computer. It was being sent to a computer located somewhere on the Internet or on your network. Zone Internet Zone This ZoneAlarm zone contains all the computers and networks in the world that are connected to the Internet, until you explicitly define them as members of another zone. Operating system Windows XP-5.1.2600-Service Pack 1-SP Version of operating system running on your computer. |
|
From: peter g. <plu...@bi...> - 2004-09-18 02:03:08
|
i used the extracted and decompressed initrd from root.img of the rc1 installer as cobd1 with root=cobd1 cobd0 was my new blank image as a first step i switched to the supplied virtual terminal formatted and mounted the cobd on /target and cd'd to /target to stop it unmounting it with /target forced to stay mounted the paritioner will fail to start and you will be dumped at the menu from here select install the base system the stubborn thing will try to star the partitioner a copuple more times then start installing i haven't yet tried to finish the install due to the download time for the base system (and the fact its near 3am here) |
|
From: Daniel S. <dan...@au...> - 2004-09-17 21:23:51
|
Just an FYI, After a BSOD, it is always a good idea to run chkdsk.exe /f on all your drives. Generally, a BSOD will leave errors on your drive. Back in the old days of NT 3.51 and earlier, chkdsk would automatically run after an un-clean shutdown (i.e. BSOD, power loss, etc.) However, now you need to do it manually - which is pretty stupid since you need to get started up to issue the command, then you will need to reboot again to get chkdsk to run on your system disk - (BOGUS). Dan > -----Original Message----- > From: col...@li... [mailto:colinux-users- > ad...@li...] On Behalf Of Manuel Marquez > Sent: Friday, September 17, 2004 12:56 PM > To: Steve Frank; Nuno Lucas > Cc: col...@li... > Subject: Re: [coLinux-users] Newbie question: linux.sys causing a BSOD >=20 > Hello, I was following this string in my daily digest. > I might have some revelant info about the BSoD in windows. > Using a Dell 2ghz Celeron with 128mb of memory, running Win2kPro. > Started seeing the same BSoD, for quite some time, > I was trying to find out what it was, but My system eventually died. > One thing I did notices is that every time that I did IPCONFIG /Release on > my windows box, > without running coLinux, it gave this stop error. > "STOP: 0x0000001e (0xC0000005, (and some other I did not document)), > KMODE_EXCEPTION_NOT_HANDLED" >=20 > the box has an Intel Intergrated Network adapter. Can't remember what the > driver is exactly, > since I had to ship My PC across country to get re imaged, anyway. > It eventually died, BSoD every time it booted up. > "STOP: 0x0000007B (Can't Remember the Rest.) > INACCESSIBLE_BOOT_DEVICE" >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
|
From: Samir K. <sam...@gm...> - 2004-09-17 18:40:32
|
hello, has anyone seen this error before? any ideas? ~Samir On Thu, 16 Sep 2004 18:24:30 +0800, Samir Kuthiala <sam...@gm...> wrote: > I am getting the following error when running colinux-200400910 > ------------------------------------------------ > cobd: loaded (max 32 devi > alias for cobd0 is hda7 > alias hda7 already used > alias for cobd1 is hda6 > alias hda6 already used > ---------------------------------------------- > > My config file is > > <?xml version="1.0" encoding="UTF-8"?> > <colinux> > <block_device index="0" path="\Device\HarddiskVolume4" alias="hda7" > enabled="true" /> > <block_device index="1" path="\Device\HarddiskVolume3" alias="hda6" > enabled="true" /> > <bootparams>root=/dev/cobd0</bootparams> > <initrd path="initrd.gz" /> > <image path="vmlinux" /> > <memory size="128" /> > <network index=0 type="bridged" name="Wireless"> > </colinux> > > The system hung at the maintenance screen. I went inside and checked. > it had not created any device for hda7 or hda6. (also checked inside > /dev/hda/. nothing there too). Any idea how to resolve this? I am > using Gentoo with a 2.6 kernel. > > Thanks > > Samir > |
|
From: Nuno L. <lu...@nl...> - 2004-09-17 17:52:09
|
Manuel Marquez, dando pulos de alegria, escreveu : > Hello, I was following this string in my daily digest. > I might have some revelant info about the BSoD in windows. > Using a Dell 2ghz Celeron with 128mb of memory, running Win2kPro. > Started seeing the same BSoD, for quite some time, > I was trying to find out what it was, but My system eventually died. > One thing I did notices is that every time that I did IPCONFIG /Release on my windows box, > without running coLinux, it gave this stop error. > "STOP: 0x0000001e (0xC0000005, (and some other I did not document)), > KMODE_EXCEPTION_NOT_HANDLED" > > the box has an Intel Intergrated Network adapter. Can't remember what the driver is exactly, > since I had to ship My PC across country to get re imaged, anyway. > It eventually died, BSoD every time it booted up. > "STOP: 0x0000007B (Can't Remember the Rest.) > INACCESSIBLE_BOOT_DEVICE" I don't think it's related to colinux. You obviously had other problems with your machine (maybe a bad disk?) Anyway, just post here if you find more problems. Regards, ~Nuno Lucas |
|
From: Manuel M. <mar...@ea...> - 2004-09-17 16:56:17
|
Hello, I was following this string in my daily digest. I might have some revelant info about the BSoD in windows. Using a Dell 2ghz Celeron with 128mb of memory, running Win2kPro. Started seeing the same BSoD, for quite some time, I was trying to find out what it was, but My system eventually died. One thing I did notices is that every time that I did IPCONFIG /Release on my windows box, without running coLinux, it gave this stop error. "STOP: 0x0000001e (0xC0000005, (and some other I did not document)), KMODE_EXCEPTION_NOT_HANDLED" the box has an Intel Intergrated Network adapter. Can't remember what the driver is exactly, since I had to ship My PC across country to get re imaged, anyway. It eventually died, BSoD every time it booted up. "STOP: 0x0000007B (Can't Remember the Rest.) INACCESSIBLE_BOOT_DEVICE" |
|
From: Steve F. <ste...@be...> - 2004-09-17 15:36:57
|
Here's the system log bugcheck: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000008e (0xc0000005, 0xb2834c54, 0xb1d27a88, 0x00000000). A dump was saved in: C:\WINDOWS\MEMORY.DMP. 0x8e is KERNEL_MODE_EXCEPTION_NOT_HANDLED and the code is 0xc00000005, just as you suspected. Steve =20 =20 > -----Original Message----- > From: Nuno Lucas [mailto:lu...@nl...]=20 > Sent: Thursday, September 16, 2004 9:50 PM > To: Steve Frank > Cc: col...@li... > Subject: Re: [coLinux-users] Newbie question: linux.sys causing a BSOD >=20 > Steve Frank, dando pulos de alegria, escreveu : > > I'd be glad to help out any way I can. Feel free to email me=20 > > anytime--just let me know what I need to do. >=20 > For your information, an explanation of the error code (BugCheck) is > here: > http://msdn.microsoft.com/library/default.asp?url=3D/library/en- > us/ddtools/hh/ddtools/BCCodes_12795dee-19a9-4461-a135-bbb882b8 > 1455.xml.asp >=20 > It could help to check your system log for the error in=20 > question and post it here or in the devel list. >=20 > I would guess the exception code is: > 0xC0000005 - STATUS_ACCESS_VIOLATION, but only you can confirm that. >=20 > Regards, > ~Nuno Lucas >=20 >=20 |
|
From: Nuno L. <lu...@nl...> - 2004-09-17 14:20:31
|
Arnold Diaz, dando pulos de alegria, escreveu : > it fails when it tries to configure APR(Apache > Portable Runtime). It complains about shared memory > and stuff I don't understand. You probably have to add a line to /etc/fstab like this: none /dev/shm tmpfs defaults 0 0 Regards, ~Nuno Lucas |