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: Ken P. <ke...@gm...> - 2006-10-14 07:31:07
|
with your all help, I got the bridge network problem resolved, here is how I make it work. set coLinux MAC address same as wireless, then coLinux can get a good dhcp address and Internet connection is ok, the coLinux network config is like this, <network index="0" type="tap" mac="00:16:CF:45:F8:F4" /> The 00:16:CF:45:F8:F4 is my wireless MAC. Below is the screen that how coLinux get a good dhcp address. Sending on Socket/fallback/fallback-net DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 DHCPOFFER from 10.10.10.1 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 10.10.10.1 bound to 10.10.10.11 -- renewal in 3600 seconds. done. but the XP's Inetnet connection is lost, and the Bridge doesn't have a ip address, see below, Ethernet adapter Network Bridge: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : MAC Bridge Miniport Physical Address. . . . . . . . . : 02-FF-D0-D4-C0-D0 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Autoconfiguration IP Address. . . : 169.254.158.113 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : The wireless network signal strengh is very good, I tried to reboot the machine because wiki said someone has similar problem with DELL laptop and I'm also using Dell Wireless 1390 WLAN Mini-Card, but reboot doesn't help. then I tried another wiki resolution "Bridge May Not Work With a Non-Promiscuous Mode Network Adapter" like this, netsh bridge set adapter 2 forcecompatmode=enable C:\>netsh bridge show adapter ---------------------------------------------------------------------- ID AdapterFriendlyName ForceCompatibilityMode ---------------------------------------------------------------------- 1 coLinux Connection disabled 2 Wireless Network Connection enabled 3 Local Area Connection disabled ---------------------------------------------------------------------- now everything is ok, coLinux & Bridge both get their working dhcp address, and Inetnet connection is also ok. Thanks to you all. On 10/14/06, Bruce Pinsky <be...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Holger Krull wrote: > > Ken Perl schrieb: > >> I set the explicit MAC address in the coLinux config file and install > >> dhcp-client in debian, bridge wireless with coLinux network > > > >> I tried to set the same MAC address as wireless card for the coLinux > >> connection, this doesn't help, and also tried to set different MAC > >> address for coLinux connection, this also doesn't work. > > > > You have to set a different MAC address for the colinux connection. > > > > Can you ping your Windows host if you assign a static address to colinux? > > What is the output of route -n and ifconfig on colinux? > > Is the wireless connection to the router stable? > > > > > > > > I never got it to work with a different MAC address. Here is my current setup: > > Windoze > - ----------- > Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2915ABG Network > Connection > Physical Address. . . . . . . . . : 00-13-CE-89-F2-48 > > CoLinux > - --------- > eth1 Link encap:Ethernet HWaddr 00:13:CE:89:F2:48 > > > It is well documented here: > > http://wiki.colinux.org/wiki/Network#PCAP.2BWireless_issues > http://sourceforge.net/mailarchive/message.php?msg_id=9455968 > > as to why. > > Also the Wiki mentions possibly needing to run in non-promiscuous mode on > some wireless cards to successfully use bridging > > - -- > ========= > bep > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.4 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFL/QSE1XcgMgrtyYRAr7HAJ91kR8pL/s4ebyn4v1uZ5b03EKo1gCgtWx9 > ff9kxCzNOInMqbak/rrSbas= > =2Lr/ > -----END PGP SIGNATURE----- > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Bruce P. <be...@pi...> - 2006-10-13 20:16:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Holger Krull wrote: > Ken Perl schrieb: >> I set the explicit MAC address in the coLinux config file and install >> dhcp-client in debian, bridge wireless with coLinux network > >> I tried to set the same MAC address as wireless card for the coLinux >> connection, this doesn't help, and also tried to set different MAC >> address for coLinux connection, this also doesn't work. > > You have to set a different MAC address for the colinux connection. > > Can you ping your Windows host if you assign a static address to colinux? > What is the output of route -n and ifconfig on colinux? > Is the wireless connection to the router stable? > > > I never got it to work with a different MAC address. Here is my current setup: Windoze - ----------- Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2915ABG Network Connection Physical Address. . . . . . . . . : 00-13-CE-89-F2-48 CoLinux - --------- eth1 Link encap:Ethernet HWaddr 00:13:CE:89:F2:48 It is well documented here: http://wiki.colinux.org/wiki/Network#PCAP.2BWireless_issues http://sourceforge.net/mailarchive/message.php?msg_id=9455968 as to why. Also the Wiki mentions possibly needing to run in non-promiscuous mode on some wireless cards to successfully use bridging - -- ========= bep -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFL/QSE1XcgMgrtyYRAr7HAJ91kR8pL/s4ebyn4v1uZ5b03EKo1gCgtWx9 ff9kxCzNOInMqbak/rrSbas= =2Lr/ -----END PGP SIGNATURE----- |
From: Holger K. <hol...@gm...> - 2006-10-13 14:56:30
|
Ken Perl schrieb: > I set the explicit MAC address in the coLinux config file and install > dhcp-client in debian, bridge wireless with coLinux network > > I tried to set the same MAC address as wireless card for the coLinux > connection, this doesn't help, and also tried to set different MAC > address for coLinux connection, this also doesn't work. You have to set a different MAC address for the colinux connection. Can you ping your Windows host if you assign a static address to colinux? What is the output of route -n and ifconfig on colinux? Is the wireless connection to the router stable? |
From: Ken P. <ke...@gm...> - 2006-10-13 14:36:20
|
I set the explicit MAC address in the coLinux config file and install dhcp-client in debian, bridge wireless with coLinux network connection, I still can't get the ip from dhcp server, then I switched to static ip for network bridge connection, but I still can't ping the gateway and connect to Internet. I tried to set the same MAC address as wireless card for the coLinux connection, this doesn't help, and also tried to set different MAC address for coLinux connection, this also doesn't work. I have no idea how to continue. On 10/12/06, Bruce Pinsky <be...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Holger Krull wrote: > > Ken Perl schrieb: > >> I use pump to config dhcp client in Debian like this /etc/network/inferfaces, > >> > >> iface eth0 inet dhcp > > > > In recent debian versions this uses dhclient and not pump. Check if dhclient is installed. > > > > > >> and then bridged the coLinux network connection with Ethernet card and > >> set it as dhcp, > >> this works great in my company. > >> But don't work at home, I'm using the wireless card to do the bridge > >> but the wireless card can't get a dhcp ip address, if I remove the > >> bridge, it can get one. > > > >> so what maybe the problem? > > > > Try setting an explicit mac address for eth0 in your config. Like > > <network index="0" type="tap" mac="00:ff:39:29:51:50" /> > > > > > > I find that CoLinux bridge mode only works with wireless if you have an > explicit MAC address set and you have a static IP set. The wireless card > doesn't seem to want to pass packets if it has a different MAC address than > the BIA. And if you try to do DHCP you end up being given the same address > as the Windows wireless interface since the MAC address is the same. > > - -- > ========= > bep > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.4 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFLliIE1XcgMgrtyYRAsVxAJ9d/X3C3fqobTdCA6DD3/7eULbBvQCglMKg > DDoIiJ0/L9peFeAH579FQFc= > =+qQ1 > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Bruce P. <be...@pi...> - 2006-10-12 15:00:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Holger Krull wrote: > Ken Perl schrieb: >> I use pump to config dhcp client in Debian like this /etc/network/inferfaces, >> >> iface eth0 inet dhcp > > In recent debian versions this uses dhclient and not pump. Check if dhclient is installed. > > >> and then bridged the coLinux network connection with Ethernet card and >> set it as dhcp, >> this works great in my company. >> But don't work at home, I'm using the wireless card to do the bridge >> but the wireless card can't get a dhcp ip address, if I remove the >> bridge, it can get one. > >> so what maybe the problem? > > Try setting an explicit mac address for eth0 in your config. Like > <network index="0" type="tap" mac="00:ff:39:29:51:50" /> > > I find that CoLinux bridge mode only works with wireless if you have an explicit MAC address set and you have a static IP set. The wireless card doesn't seem to want to pass packets if it has a different MAC address than the BIA. And if you try to do DHCP you end up being given the same address as the Windows wireless interface since the MAC address is the same. - -- ========= bep -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFLliIE1XcgMgrtyYRAsVxAJ9d/X3C3fqobTdCA6DD3/7eULbBvQCglMKg DDoIiJ0/L9peFeAH579FQFc= =+qQ1 -----END PGP SIGNATURE----- |
From: Holger K. <hol...@gm...> - 2006-10-12 11:18:20
|
Ken Perl schrieb: > I use pump to config dhcp client in Debian like this /etc/network/inferfaces, > > iface eth0 inet dhcp In recent debian versions this uses dhclient and not pump. Check if dhclient is installed. > and then bridged the coLinux network connection with Ethernet card and > set it as dhcp, > this works great in my company. > But don't work at home, I'm using the wireless card to do the bridge > but the wireless card can't get a dhcp ip address, if I remove the > bridge, it can get one. > so what maybe the problem? Try setting an explicit mac address for eth0 in your config. Like <network index="0" type="tap" mac="00:ff:39:29:51:50" /> |
From: Ken P. <ke...@gm...> - 2006-10-12 11:08:19
|
I removed the index=1 entry and now only one line in the config file, <network index="0" type="tap" /> I use pump to config dhcp client in Debian like this /etc/network/inferfaces, iface eth0 inet dhcp and then bridged the coLinux network connection with Ethernet card and set it as dhcp, this works great in my company. But don't work at home, I'm using the wireless card to do the bridge but the wireless card can't get a dhcp ip address, if I remove the bridge, it can get one. so what maybe the problem? On 10/10/06, Holger Krull <hol...@gm...> wrote: > Ken Perl schrieb: > > ok, I just want to do this, > > > > Priority 1) make the coLinux connect to Internet, so that I can > > install Debian packages. Internet connection sharing is disabled by IT > > administrator, so I have to try the bridge. > > priority 2) from XP, I can access and use the Apache/ModPerl or > > catalyst, or little X use in the coLinux/Debian > > > > I choose the bridge network approach, but I don't what's good method > > to setup the coLinux/XP network is better. > > > > could you advice? > > As you are using Windows XP i would choose the TAP Adapter and bridge it on the windows side to your real ethernet adapter. Write down your TCP/IP settings somewhere and assign them to the bridge on the windows. > Delete your network index=1 entry. > If you have a DHCP Server on your network set colinux to use dhcp, if not assign eth0 a static but unique address from your subnet. > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Holger K. <hol...@gm...> - 2006-10-12 07:57:13
|
Konovalov, Vadim Vladimirovich (Vadim)** CTR ** schrieb: > In my installation /usr/src/linux is missing, what should go there? > If everything is working as expected you probably don't need anything in /usr/src/linux. Usally /usr/src/linux is a link to the kernel source of the running kernel. I assume that is the same in gentoo. |
From: Konovalov, V. V. (Vadim)** C. ** <vko...@Lu...> - 2006-10-12 07:50:16
|
Dear all, In my installation /usr/src/linux is missing, what should go there? Thanks in advance. BR, Vadim. |
From: <mki...@tl...> - 2006-10-11 07:34:21
|
seb...@ne... wrote: > ... > - Running startkde tries to begin the ui, and I could begin to select > some preferences (country/language) but in kde, coLinux crashes always and > coLinux continue running but without ethernet (tap) support (and without > kde). > ... The original 0.6.4 net-daemons might crash on heavy traffic. Do you have the updated net-daemons from henry nestler? http://www.henrynestler.com/colinux/testing/stable-0.6.4-2/update/colinux-0.6.4-20060912-update.zip Hope this helps, Matthias Kievernagel mkiever at web dot de |
From: Holger K. <hol...@gm...> - 2006-10-10 14:10:39
|
Ken Perl schrieb: > ok, I just want to do this, > > Priority 1) make the coLinux connect to Internet, so that I can > install Debian packages. Internet connection sharing is disabled by IT > administrator, so I have to try the bridge. > priority 2) from XP, I can access and use the Apache/ModPerl or > catalyst, or little X use in the coLinux/Debian > > I choose the bridge network approach, but I don't what's good method > to setup the coLinux/XP network is better. > > could you advice? As you are using Windows XP i would choose the TAP Adapter and bridge it on the windows side to your real ethernet adapter. Write down your TCP/IP settings somewhere and assign them to the bridge on the windows. Delete your network index=1 entry. If you have a DHCP Server on your network set colinux to use dhcp, if not assign eth0 a static but unique address from your subnet. |
From: Ken P. <ke...@gm...> - 2006-10-10 13:52:32
|
ok, I just want to do this, Priority 1) make the coLinux connect to Internet, so that I can install Debian packages. Internet connection sharing is disabled by IT administrator, so I have to try the bridge. priority 2) from XP, I can access and use the Apache/ModPerl or catalyst, or little X use in the coLinux/Debian I choose the bridge network approach, but I don't what's good method to setup the coLinux/XP network is better. could you advice? On 10/10/06, Holger Krull <hol...@gm...> wrote: > Answer on the list please. > > Ken Perl schrieb: > > sorry, the coLinux config file should be like this, a typo in previous > > post mail. > > > > <network index="0" type="tap" /> > > <network index="1" type="bridged" name="Connection Name" /> > > > > so I should still remove the tap entry? > > That depends on what you want to achieve. > > The way you put it now you would have eth0 attached to a TAP Adapter and eth1 to a Winpcap Driver. > If you don't need 2 network adapters in colinux i recommend deleting the unnecessary entry and using the remaining as index 0. > > > and after that, give eth0 a > > static network address or dhcp address? > > That depends on the existence of a dhcp Server in your network. Do you have one? Then you may use dhcp on eth1. If not a static address is necessary. > > > anything should be done in > > windows XP side? > > Depends on which interface you want to use to connect to the outside world. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: <seb...@ne...> - 2006-10-10 13:44:56
|
Hi, I have been playing/working with coLinux 0.6.4 in last two weeks with different results depending on distribution. On Fedora Core 5 everything I tested ran fine. On Ubuntu 6.06.1 I have been experienced many problems with the up to date software. First gnome: - Running gnome-session it takes a lot of time to start... and doesn't start completely. Trying to debug something with strace show me gconfd-2 is taking so much time to start, polling something. In some posts people experienced a similar problem because loopback interface was not configured, but it's not my case. - Running startkde tries to begin the ui, and I could begin to select some preferences (country/language) but in kde, coLinux crashes always and coLinux continue running but without ethernet (tap) support (and without kde). There is any hint of how to solve issues on Ubuntu? What is the best, I mean usable, distribution to run under coLinux. From my little experience it seems Fedora Core 5? Thank You, Sebastian Wain -- http://www.nektra.com |
From: Holger K. <hol...@gm...> - 2006-10-10 12:51:48
|
Answer on the list please. Ken Perl schrieb: > sorry, the coLinux config file should be like this, a typo in previous > post mail. > > <network index="0" type="tap" /> > <network index="1" type="bridged" name="Connection Name" /> > > so I should still remove the tap entry? That depends on what you want to achieve. The way you put it now you would have eth0 attached to a TAP Adapter and eth1 to a Winpcap Driver. If you don't need 2 network adapters in colinux i recommend deleting the unnecessary entry and using the remaining as index 0. > and after that, give eth0 a > static network address or dhcp address? That depends on the existence of a dhcp Server in your network. Do you have one? Then you may use dhcp on eth1. If not a static address is necessary. > anything should be done in > windows XP side? Depends on which interface you want to use to connect to the outside world. |
From: Holger K. <hol...@gm...> - 2006-10-09 17:57:31
|
Ken Perl schrieb: > I'm trying to follow the instruction under the section > http://wiki.colinux.org/wiki/Network#WinPcap to config the bridge > ethernet, after I configured this in coLinux side, > > <network index="0" type="tap" /> > <network index="0" type="bridged" name="Connection Name" /> > > what to do next step? I have to add, this will not work. You can only have one entry with network index="0". You have to delete the tap entry to use winpcap. After that, start colinux and give eth0 a network address. |
From: Holger K. <hol...@gm...> - 2006-10-09 17:53:04
|
Ken Perl schrieb: > I'm trying to follow the instruction under the section > http://wiki.colinux.org/wiki/Network#WinPcap to config the bridge > ethernet, after I configured this in coLinux side, > > <network index="0" type="tap" /> > <network index="0" type="bridged" name="Connection Name" /> > > what to do next step? Start colinux and give eth0 a network address. |
From: Ken P. <ke...@gm...> - 2006-10-09 14:08:02
|
I'm trying to follow the instruction under the section http://wiki.colinux.org/wiki/Network#WinPcap to config the bridge ethernet, after I configured this in coLinux side, <network index="0" type="tap" /> <network index="0" type="bridged" name="Connection Name" /> what to do next step? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: George P B. <geo...@gm...> - 2006-10-07 19:16:41
|
On 10/3/06, Gary Zablackis <suppressed> wrote: > I was wondering if anyone has had any problems with > restarting/reconnecting colinux when stopping and > restarting colinux without rebooting Windows? > Occassionally, I have this problem on my Windows XP > machine. Been a few reports of that kind. Generally seems to be solved by removing colinux's initrd. It seem to be caused by it. If you haven't tried that, try it and if the problem doesn't clear-up let us know. -- George |
From: Henry N. <Hen...@Ar...> - 2006-10-06 17:30:38
|
Michelangelo wrote: > I'm using 0.7.1devel, actually - needed for 2.6.12 and stil 3.3.x. > I'm gonna upgrade to 0.6.4 asap. > I previously searched some wikis and somehow missed the GCC mversion > jump (and, alas, I'm no GCC expert) in 0.6.4. Oh, yes. We should write down the used gcc version for a release version. coLinux version 0.6.4 was build with gcc 3.4.2 You need a gcc 3.4.x to rebuild the kernel without rebuilding the daemons. -- Henry Nestler |
From: Michelangelo <mic...@gm...> - 2006-10-06 16:13:13
|
On 10/5/06, Henry Nestler <Hen...@ar...> wrote: > > Michelangelo wrote: > > > I'm not know, why you need to recompile the daemons, if you have gcc 3.4.x? > > . > > 3.3.x, this was coLinux 0.6.2 or older. I'm using 0.7.1devel, actually - needed for 2.6.12 and stil 3.3.x. I'm gonna upgrade to 0.6.4 asap. I previously searched some wikis and somehow missed the GCC mversion jump (and, alas, I'm no GCC expert) in 0.6.4. Thanks for the useful info. Michelangelo |
From: Holger K. <hol...@gm...> - 2006-10-06 12:38:21
|
Please answer on the list. I don't think there is a possibility of scrolling back in the nt console. You will need telnet or ssh for this. Ken Perl schrieb: > Thanks, do you know which is the option of srolling back? > >> > >> Start the console with -t nt and enable Quick Edit in the settings of >> the console window. |
From: Henry N. <Hen...@Ar...> - 2006-10-06 09:01:18
|
Ken Perl wrote: > how to launch multi consoles at the same times while my X is still not > installed in coLinux? You are locking for ALT-F2, ALT-F3 and back with ALT-F1 ? ;-) -- Henry Nestler |
From: Holger K. <hol...@gm...> - 2006-10-06 07:06:55
|
Ken Perl schrieb: > ok, then how to update perl ? I tried to apt-get install perl, but it > is still very old. > You are probably using debian stable. If you need a newer perl, i assume this will be in testing or unstable. |
From: Holger K. <hol...@gm...> - 2006-10-06 07:02:39
|
Ken Perl schrieb: > how to copy the console message to a windows notepad quickly just like > in a cmd window? > Start the console with -t nt and enable Quick Edit in the settings of the console window. Or use putty. That is better anyway. |
From: Holger K. <hol...@gm...> - 2006-10-06 07:00:10
|
Ken Perl schrieb: > how to launch multi consoles at the same times while my X is still not > installed in coLinux? > Use putty to connect to the ssh server. The X11 Server will be installed on Windows and not Colinux. |