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: Henry N. <Hen...@Ar...> - 2006-12-21 22:53:57
|
Andy Chandler wrote: > Hi folks, I'm wondering if there are any newere images than the ones on > sourceforge? I'd love to find a suse image etc. The hard part for me is > that I don't run QEMU which seems to be how these things are bootstrapped. > I tried using the Debian one and as soon as I upgraded it to a newer version > of KDE using the APT facilities I managed to mess it up. I'm about to try > playing with the fedora core image but any insights are welcomed. I have also no qemu. I use a 2 GB native partition and install my SuSE in this. It's hard: You must disable all graphics features and don't install KDE in the first install. If the system is running, copy the partition to a file and run it in coLinux. You can copy it directly under your running SuSE, but better you starts knoppix for that. Mount a USB disk or a FAT partition, than run such command line: dd if=/dev/zero of=/tmp/foo # fill all empty sectors with 0 rm /tmp/foo dd if=/dev/hda2 | bzip2 > /mount/to/usbdisk/rootfs.img.bz2 In this sample hda2 was the 2GB partition, that I have used for SuSE installation. This will be stored as compressed image. If you have enought space, than save the file without bzip2. My latest image was SuSE 9.3 without graphics (no KDE, no Gnome). Than view into the wiki http://wiki.colinux.org/wiki/Converting_Distributions Change in the image file the /etc/fstab and remove all /boot and /lib/modules. If you can't boot this image file under coLinux, add this bootparms init 1 This will not run all the SuSE stuff and you can run it step by step to the next runlevel (init 2, init 3). Or if totaly not runs, add to the bootparms init=/bin/sh -- Henry Nestler |
From: Henry N. <Hen...@Ar...> - 2006-12-21 22:17:21
|
Ken Perl wrote: > I run coLinux as a windows service, so could I add vncserver and ssh > port forward config information into the xml config file? I tried but > it seems doesn't work. If this is not supported, Could this be added > for future release? > > colinux-daemon kernel=vmlinux cobd0=fs_4095Mb cobd1=swap_512Mb mem=256 > eth0=slirp,"",tcp:5901:5901/tcp:22:22 root=/dev/cobd0 > It is supported since colinux 0.6.3 Have you allowed your firewall to agent colinux-slirp-net-daemon.exe as "server" and allowed to open a listen port? Try to redirect the windows port 2222 as port 22 for coLinux (and without the "" after slirp please): colinux-daemon kernel=vmlinux cobd0=fs_4095Mb cobd1=swap_512Mb mem=256 eth0=slirp,,tcp:5901:5901/tcp:2222:22 root=/dev/cobd0 This is the slirp network with redirections as XML: <network index="0" type="slirp" redir="tcp:5901:5901/tcp:2222:22" /> Install the tool TCPview.exe from Sysinternals to view open sockets. -- Henry Nestler |
From: peter g. <plu...@P1...> - 2006-12-20 12:08:15
|
> How to setup the http proxy for coLinux to use? I think command line apps generally use the http_proxy environment = variable, stuff like firefox will generally have a setting somewhere in = its options dialog. |
From: Ken P. <ke...@gm...> - 2006-12-20 11:47:57
|
hi, I'm using Slirp network model in coLinux but the IT policy donesn't allow any connection go through the Internete except through the http proxy. How to setup the http proxy for coLinux to use? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Ken P. <ke...@gm...> - 2006-12-20 11:45:36
|
yes, I verified, that is true. On 12/20/06, Holger Krull <hol...@gm...> wrote: > Ken Perl schrieb: > > hi, > > > > The ICS, Bridge are forbidden to be used by my company, so I'm trying > > to switch to Slirp, but I guess the switch managed by IT will monitor > > all network port, if there are two different MAC address out-going > > from the same single network port, the port will be disabled > > automatically. > > > > How can work around with this policy? and let coLinux works like one > > single Mac address? > > If i understood it right, the mac address of the slirp connection will never show on the 'real' network. This mac address is only seen by colinux. The windows host will 'translate' all packets to his own ip address and send them out on the network with his on mac address in the ethernet frame. > > > > > ------------------------------------------------------------------------- > 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: Ken P. <ke...@gm...> - 2006-12-20 11:44:46
|
OK, thanks. I don't have the experience to do the compile. Does anybody have the complied model for squashfs file system support for coLinux kernel 2.6.11-co-0.6.4? I can copy it into my machine. On 12/20/06, Holger Krull <hol...@gm...> wrote: > Ken Perl schrieb: > > > If I run Debian system on coLinux, how to install a new kernel module > > like new filesystem support to coLinux, I think the normal install > > method using apt-get doesn't work. > > This is because the modules have to match the kernel. > You can compile your own modules if you can compile the colinux kernel. You need at least the patched source of the colinux kernel to compile a module for it. > Maybe forcing the modules to load with modprobe -f is worth a try. But weird things can happen with modules compiled for a different kernel. > > > ------------------------------------------------------------------------- > 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-12-20 10:25:17
|
Ken Perl schrieb: > If I run Debian system on coLinux, how to install a new kernel module > like new filesystem support to coLinux, I think the normal install > method using apt-get doesn't work. This is because the modules have to match the kernel. You can compile your own modules if you can compile the colinux kernel. You need at least the patched source of the colinux kernel to compile a module for it. Maybe forcing the modules to load with modprobe -f is worth a try. But weird things can happen with modules compiled for a different kernel. |
From: Holger K. <hol...@gm...> - 2006-12-20 10:19:30
|
Ken Perl schrieb: > hi, > > The ICS, Bridge are forbidden to be used by my company, so I'm trying > to switch to Slirp, but I guess the switch managed by IT will monitor > all network port, if there are two different MAC address out-going > from the same single network port, the port will be disabled > automatically. > > How can work around with this policy? and let coLinux works like one > single Mac address? If i understood it right, the mac address of the slirp connection will never show on the 'real' network. This mac address is only seen by colinux. The windows host will 'translate' all packets to his own ip address and send them out on the network with his on mac address in the ethernet frame. |
From: peter g. <plu...@P1...> - 2006-12-18 21:54:10
|
> Anyway, has anyone had any success updating a > Sarge distro to Etch? It always seems to baulk on > me. what errors do you get exactly? |
From: Alice G. <app...@co...> - 2006-12-18 21:31:33
|
¡Buenos días! Nuestra empresa está buscando representantes independientes en España y le ofrecemos un programa de carrera firme y establecido ocupando la siguiente vacancia: Gestor financiero Descripción Experiencia y conocimientos del software común de MS Office (sobre todo, hábitos de la Internet y email) y residencia en España son obligatorios. Lo demás es deseable. La incorporación es inmediata y no requiere inversiones. No se necesita enseñanza especial. Si tiene ganas de saber más para incorporarse, estamos esperando su CV a ap...@au... junto con este formulario rellenado: 1. Su nombre completo: 2. El país donde vive: 3. Su dirección completa: 4. Su número del móvil: 5. Su número fijo: 6. Su número de oficina o fax: 7. Sus emails: 8. ¿Está dispuesto(-a) a firmar un convenio con nosotros? (debe ser sí) Si este email le ha llegado por equivocación y no quiere recibir más en el futuro, por favor, infórmenos a re...@au... Por favor, notifique del abuso a: re...@au... Hasta luego - Alice H. Firma anti scam :Uneok wsi lnlo yjop n qasregt lxpi onsfzd rt vnnsuo. Sb sdtw rxfwg rzl, tnbi ypztyh limryd. |
From: Andy C. <ach...@vi...> - 2006-12-17 21:32:16
|
(sorry if this comes through twice - I used my wrong email account to send it the first time) Hi folks, I'm wondering if there are any newere images than the ones on sourceforge? I'd love to find a suse image etc. The hard part for me is that I don't run QEMU which seems to be how these things are bootstrapped. I tried using the Debian one and as soon as I upgraded it to a newer version of KDE using the APT facilities I managed to mess it up. I'm about to try playing with the fedora core image but any insights are welcomed. |
From: Andy C. <ach...@vi...> - 2006-12-17 21:22:19
|
Hi folks, I'm wondering if there are any newere images than the ones on sourceforge? I'd love to find a suse image etc. The hard part for me is that I don't run QEMU which seems to be how these things are bootstrapped. I tried using the Debian one and as soon as I upgraded it to a newer version of KDE using the APT facilities I managed to mess it up. I'm about to try playing with the fedora core image but any insights are welcomed. =20 |
From: Ken P. <ke...@gm...> - 2006-12-17 15:46:38
|
hi, If I run Debian system on coLinux, how to install a new kernel module like new filesystem support to coLinux, I think the normal install method using apt-get doesn't work. Could you help? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Mr S. D. <sim...@ya...> - 2006-12-16 15:49:10
|
Needs work, but here's a simple DOS batch to open a named colinux service console. (Useful when you're running multiple colinux instances.) Save it to whatever file you want to call it, with the extension .bat, then pass the console type as the first argument (nt or fltk) and the name of the service instance as the second argument. The script relies on the tasklist utility, but I've no idea if this is installed on anything other than XP Pro by default. Usage: ---8X--- @echo off @for /F "tokens=1,2" %%i in ('tasklist /NH /FI "SERVICES eq %2"') do colinux-console-%1.exe -a %%j ---8X--- ___________________________________________________________ The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html |
From: Mr S. D. <sim...@ya...> - 2006-12-16 15:45:27
|
Seems we're being hit with spam more and more these days. :-( Anyway, has anyone had any success updating a Sarge distro to Etch? It always seems to baulk on me. ___________________________________________________________ The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html |
From: Ken P. <ke...@gm...> - 2006-12-16 07:33:33
|
I run coLinux as a windows service, so could I add vncserver and ssh port forward config information into the xml config file? I tried but it seems doesn't work. If this is not supported, Could this be added for future release? colinux-daemon kernel=vmlinux cobd0=fs_4095Mb cobd1=swap_512Mb mem=256 eth0=slirp,"",tcp:5901:5901/tcp:22:22 root=/dev/cobd0 -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Ken P. <ke...@gm...> - 2006-12-16 05:37:38
|
hi, The ICS, Bridge are forbidden to be used by my company, so I'm trying to switch to Slirp, but I guess the switch managed by IT will monitor all network port, if there are two different MAC address out-going from the same single network port, the port will be disabled automatically. How can work around with this policy? and let coLinux works like one single Mac address? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Henry N. <Hen...@Ar...> - 2006-12-14 09:05:08
|
Wisut Hantanong wrote: > This might be a late question. I just want to know what's wrong with > XML configuration file ? Why remove it ? Not all typical users can write an error free xml file with "notepad". The no XML config has the same parametes as you put in command line. Plain text config is better readable for users. -- Henry Nestler |
From: Wisut H. <wi...@gm...> - 2006-12-14 07:45:26
|
This might be a late question. I just want to know what's wrong with XML configuration file ? Why remove it ? Wisut On 12/10/06, Henry Nestler <Hen...@ar...> wrote: > Hello, > > a new snapshot for next stable 0.7.1 release is available as snapshot > 10-Dec-2006 > http://www.colinux.org/snapshots/ > > The complete list of changes can read from NEWS and ChangeLog > http://www.colinux.org/snapshots/stable-NEWS > > Last changes: > - ArchLinux and FedoraCore5 as download from installer > - MAC support for SLiRP network devices > - More doc changes. > > XML config files have been removed. Use the command-line syntax in a > name=value per line plain text file instead. This converter would help > you to upgrade your old XML file into new CFG format > http://www.henrynestler.com/colinux/tools/colinux-xml2cfg-0.1.0.zip > > -- > Henry Nestler > > ------------------------------------------------------------------------- > 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 > |
From: Henry N. <Hen...@Ar...> - 2006-12-13 17:13:09
|
Chris Dahl wrote: > I have ugraded to 64 bit XP and would like to use coLinux, but I am > having trouble installing the driver. Can someone point me to a 64 > bit version of linux.sys? I see talk in the archives about people > using 64 bit Win2003, so I am assuming it is out there. But I also > see posts indicating that it doesn't exist yet. :-( Anyway, if it > DOES exist, I would be greatful for a link. No, it does not exist. Sorry. First we need a gcc and assembler for 64 bit. That does not esist, see this talks: http://search.gmane.org/?query=64Bit+Windows&group=gmane.comp.gnu.mingw.user The second: Some need to change the inline assembler for switching from 64 bit Windows into 32 bit linux, or from 64 bit windows into 64 bit linux. Or some one would rewrite the switching code to build it with Windows DDK for 64 bit (currently the source can only compile with gnu gcc). That is a lot of doing, before such code would runs. Plese search for "64 bit" on the devel list, there exist some more peaples with 64 bits ideas: http://sourceforge.net/mailarchive/message.php?msg_id=15694127 -- Henry Nestler |
From: Chris D. <nuv...@gm...> - 2006-12-13 15:22:15
|
I have ugraded to 64 bit XP and would like to use coLinux, but I am having trouble installing the driver. Can someone point me to a 64 bit version of linux.sys? I see talk in the archives about people using 64 bit Win2003, so I am assuming it is out there. But I also see posts indicating that it doesn't exist yet. :-( Anyway, if it DOES exist, I would be greatful for a link. Thanks, --Chris -- http://www.SudokuCubed.com - Free 3D Sudoku http://www.dahlweb.net |
From: mattias <mj...@mj...> - 2006-12-10 17:13:37
|
aG93IHRvIHN0YXJ0IHRoZSBuZXR3b3JrIGluIGNvbGludXggbWFuZHJha2U/DQpwbGVhc2UgaGVs cA0K |
From: Henry N. <Hen...@Ar...> - 2006-12-10 15:14:10
|
Henry Nestler wrote: > Nambi J U wrote: >> But when I use the SLiRP networking I get a different MAC address on >> every boot of the colinux session. >> >> I do not get the network adapters MAC address, could you please clarify >> why this is happening. In the case of 0.6.4, I set the MAC address to >> the network adapters value in the xml config file. > > Ok, I see. The MAC is ignored for the SLiRP interface. The config line > parser still ignors it. > > Let me see, how can add it. I think, it's simple. But, I must test the > working. Give me some days. > > Thank you for your pointer! Is fixed in snapshot 10-Dec-2006. -- Henry Nestler |
From: Henry N. <Hen...@Ar...> - 2006-12-10 15:12:18
|
Hello, a new snapshot for next stable 0.7.1 release is available as snapshot 10-Dec-2006 http://www.colinux.org/snapshots/ The complete list of changes can read from NEWS and ChangeLog http://www.colinux.org/snapshots/stable-NEWS Last changes: - ArchLinux and FedoraCore5 as download from installer - MAC support for SLiRP network devices - More doc changes. XML config files have been removed. Use the command-line syntax in a name=value per line plain text file instead. This converter would help you to upgrade your old XML file into new CFG format http://www.henrynestler.com/colinux/tools/colinux-xml2cfg-0.1.0.zip -- Henry Nestler |
From: Henry N. <Hen...@Ar...> - 2006-12-05 11:13:22
|
Nambi J U wrote: > But when I use the SLiRP networking I get a different MAC address on > every boot of the colinux session. > > I do not get the network adapters MAC address, could you please clarify > why this is happening. In the case of 0.6.4, I set the MAC address to > the network adapters value in the xml config file. Ok, I see. The MAC is ignored for the SLiRP interface. The config line parser still ignors it. Let me see, how can add it. I think, it's simple. But, I must test the working. Give me some days. Thank you for your pointer! -- Henry Nestler |