You can subscribe to this list here.
2004 |
Jan
(64) |
Feb
(530) |
Mar
(266) |
Apr
(580) |
May
(360) |
Jun
(161) |
Jul
(185) |
Aug
(164) |
Sep
(123) |
Oct
(160) |
Nov
(59) |
Dec
(84) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(156) |
Feb
(95) |
Mar
(124) |
Apr
(81) |
May
(79) |
Jun
(179) |
Jul
(35) |
Aug
(64) |
Sep
(56) |
Oct
(57) |
Nov
(18) |
Dec
(41) |
2006 |
Jan
(65) |
Feb
(37) |
Mar
(59) |
Apr
(73) |
May
(65) |
Jun
(27) |
Jul
(54) |
Aug
(76) |
Sep
(103) |
Oct
(23) |
Nov
(45) |
Dec
(29) |
2007 |
Jan
(41) |
Feb
(47) |
Mar
(61) |
Apr
(24) |
May
(14) |
Jun
(6) |
Jul
(23) |
Aug
(30) |
Sep
(16) |
Oct
(9) |
Nov
(53) |
Dec
(36) |
2008 |
Jan
(19) |
Feb
(49) |
Mar
(74) |
Apr
(21) |
May
(24) |
Jun
(5) |
Jul
(9) |
Aug
(53) |
Sep
(26) |
Oct
(23) |
Nov
(32) |
Dec
(19) |
2009 |
Jan
(47) |
Feb
(49) |
Mar
(39) |
Apr
(61) |
May
(28) |
Jun
(19) |
Jul
(12) |
Aug
(10) |
Sep
(31) |
Oct
(16) |
Nov
(60) |
Dec
(26) |
2010 |
Jan
(17) |
Feb
(9) |
Mar
(32) |
Apr
(11) |
May
(24) |
Jun
(33) |
Jul
(5) |
Aug
(2) |
Sep
(7) |
Oct
(8) |
Nov
(17) |
Dec
(7) |
2011 |
Jan
(12) |
Feb
(16) |
Mar
(2) |
Apr
(12) |
May
(5) |
Jun
(10) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
(17) |
Dec
(1) |
2012 |
Jan
(9) |
Feb
(9) |
Mar
(8) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(8) |
Sep
(11) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2013 |
Jan
|
Feb
(7) |
Mar
(4) |
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Mathias W. <mat...@gm...> - 2004-04-18 23:59:03
|
Hi Jaroslaw, I've tried the new root image together with the sparse tool and it works great! :-) Here my feedback: There are still some missing modules: char-major-21, char-major-10-135, block-major-2 Also it would be usefull, if you include the packages kbd and redhat-config-keyboard. I could not get dhcp to work. But maybe this could not work with bridged TAP? If I use redhat-config-network to change network settings, they made in the wrong file (/etc/sysconfig/networking/ifcfg-eth0). It must be changed in /etc/sysconfig/network-scripts/ifcfg-eth0). Good work! -- Good night, Mathias > -----Original Message----- > From: col...@li... > [mailto:col...@li...] On Behalf > Of Jaroslaw Kowalski > Sent: Sunday, April 18, 2004 8:51 PM > To: col...@li... > Subject: [coLinux-devel] Minimal Fedora Root > > > Hi! > > Has anyone of you actually installed 'fedora core 1' that I posted > yesterday? (my logs say that 22 people have downloaded it since then) > > I'm very intersted in hearing your opinion or at least > learning if it worked > for anyone beside me. > > If it works, I'd like to ask Dan to upload it to sourceforge > because serving > it myself, takes a considerable amout of bandwidth. > > Jarek > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: ePAc <ep...@ko...> - 2004-04-18 22:37:35
|
Hello, is htere support for more than 1 NIX inside Colinux? i would possibly need more than 1 NIC support (up to 3, maybe 4). one of my machine has 2 NICs, one of the nix is essentially not configuured, but hooked to a "monitor port" on the switch next to it. i've been toying wit colinux to do things like running the linux version of Snort, and potentially othernetwork tools. I see there is a "network number" in the XML config file, is the suport for it there? (i've tried to set it up, but it didn't appear to work) Let me know... Thanks, Jok --- Nothing is foolproof to a sufficiently talented fool... oo ,(..)\ ~~ |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 21:47:29
|
Sorry, I have compiled it with managed C++. The new version which doesn't require .NET is in the same place. Wow! It only depends on kernel32.dll !!! Jarek ----- Original Message ----- From: "Jaroslaw Kowalski" <ja...@zd...> To: "Jaroslaw Kowalski" <ja...@zd...>; "Mathias Walter" <mat...@gm...>; <col...@li...> Sent: Sunday, April 18, 2004 11:31 PM Subject: Re: [coLinux-devel] Minimal Fedora Root > > I liked the idea of having sparse image files so much that I created a tool > for decompressing *.bz2 and making the result sparse at the same time: > > http://jaak.sav.net/colinux/sparsify.exe > (source is here: http://jaak.sav.net/colinux/sparsify.cpp) > > Usage: > > bzip2 -cd image_file.bz2 | sparsify.exe image_file > > It will print "#" for each non-zero chunk and "." for each all-zero chunk. > > BTW. CoLinux works like a charm with these sparse files! > BTW2. Bzipping with "sparsify.exe" is actually faster than normal because > fewer disk blocks get written to the disk. > BTW3. Untested with really large images (over 4GB) but should be fine. > > Jarek > > ----- Original Message ----- > From: "Jaroslaw Kowalski" <ja...@zd...> > To: "Mathias Walter" <mat...@gm...>; > <col...@li...> > Sent: Sunday, April 18, 2004 9:31 PM > Subject: Re: [coLinux-devel] Minimal Fedora Root > > > > > > I thought about it but at the same time I wanted GNOME to be usable with > the > > default image. Unfortunately you need >512 MB image for this. > > > > Jarek > > > > ----- Original Message ----- > > From: "Mathias Walter" <mat...@gm...> > > To: <col...@li...> > > Sent: Sunday, April 18, 2004 9:22 PM > > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > > > > Hmm, > > > > > > the question may must be, how can it be unbzipped and sparsed at the > > > same time? Correct? > > > Up to yesterday I do not fully understand sparse files, but now. > > > I can not answer the above question. > > > Maybe you can make the image file size much smaller (i.e. 500 MB or 1 > > > GB) and everybody who needs more space, can expand the file with the > > > tools listen at the WIKI page? > > > > > > -- > > > Mathias > > > > > > > -----Original Message----- > > > > From: Jaroslaw Kowalski [mailto:ja...@zd...] > > > > Sent: Sunday, April 18, 2004 9:18 PM > > > > To: Mathias Walter; col...@li... > > > > Subject: Re: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > > > How can it be sparse and bzipped at the same time ? > > > > > > > > Jarek > > > > ----- Original Message ----- > > > > From: "Mathias Walter" <mat...@gm...> > > > > To: "'Jaroslaw Kowalski'" <ja...@zd...>; > > > > <col...@li...> > > > > Sent: Sunday, April 18, 2004 9:17 PM > > > > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > > > > Hi Jaroslaw, > > > > > > > > > > can you make the image as an sparse image per default? It would be > > > > > usefull, because I don't have enough space and configured > > > > the image from > > > > > 9. of April as I need. > > > > > > > > > > -- > > > > > Regards, Mathias > > > > > > > > > > > -----Original Message----- > > > > > > From: col...@li... > > > > > > [mailto:col...@li...] On Behalf > > > > > > Of Jaroslaw Kowalski > > > > > > Sent: Sunday, April 18, 2004 8:51 PM > > > > > > To: col...@li... > > > > > > Subject: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > > > > > > > > > Hi! > > > > > > > > > > > > Has anyone of you actually installed 'fedora core 1' that I posted > > > > > > yesterday? (my logs say that 22 people have downloaded it > > > > since then) > > > > > > > > > > > > I'm very intersted in hearing your opinion or at least > > > > > > learning if it worked > > > > > > for anyone beside me. > > > > > > > > > > > > If it works, I'd like to ask Dan to upload it to sourceforge > > > > > > because serving > > > > > > it myself, takes a considerable amout of bandwidth. > > > > > > > > > > > > Jarek > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > > > Free Linux tutorial presented by Daniel Robbins, > > > > President and CEO of > > > > > > GenToo technologies. Learn everything from fundamentals to system > > > > > > > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > > > > _______________________________________________ > > > > > > coLinux-devel mailing list > > > > > > coL...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > > GenToo technologies. Learn everything from fundamentals to system > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > _______________________________________________ > > > coLinux-devel mailing list > > > coL...@li... > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > coLinux-devel mailing list > > coL...@li... > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 21:31:04
|
I liked the idea of having sparse image files so much that I created a tool for decompressing *.bz2 and making the result sparse at the same time: http://jaak.sav.net/colinux/sparsify.exe (source is here: http://jaak.sav.net/colinux/sparsify.cpp) Usage: bzip2 -cd image_file.bz2 | sparsify.exe image_file It will print "#" for each non-zero chunk and "." for each all-zero chunk. BTW. CoLinux works like a charm with these sparse files! BTW2. Bzipping with "sparsify.exe" is actually faster than normal because fewer disk blocks get written to the disk. BTW3. Untested with really large images (over 4GB) but should be fine. Jarek ----- Original Message ----- From: "Jaroslaw Kowalski" <ja...@zd...> To: "Mathias Walter" <mat...@gm...>; <col...@li...> Sent: Sunday, April 18, 2004 9:31 PM Subject: Re: [coLinux-devel] Minimal Fedora Root > > I thought about it but at the same time I wanted GNOME to be usable with the > default image. Unfortunately you need >512 MB image for this. > > Jarek > > ----- Original Message ----- > From: "Mathias Walter" <mat...@gm...> > To: <col...@li...> > Sent: Sunday, April 18, 2004 9:22 PM > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > Hmm, > > > > the question may must be, how can it be unbzipped and sparsed at the > > same time? Correct? > > Up to yesterday I do not fully understand sparse files, but now. > > I can not answer the above question. > > Maybe you can make the image file size much smaller (i.e. 500 MB or 1 > > GB) and everybody who needs more space, can expand the file with the > > tools listen at the WIKI page? > > > > -- > > Mathias > > > > > -----Original Message----- > > > From: Jaroslaw Kowalski [mailto:ja...@zd...] > > > Sent: Sunday, April 18, 2004 9:18 PM > > > To: Mathias Walter; col...@li... > > > Subject: Re: [coLinux-devel] Minimal Fedora Root > > > > > > > > > How can it be sparse and bzipped at the same time ? > > > > > > Jarek > > > ----- Original Message ----- > > > From: "Mathias Walter" <mat...@gm...> > > > To: "'Jaroslaw Kowalski'" <ja...@zd...>; > > > <col...@li...> > > > Sent: Sunday, April 18, 2004 9:17 PM > > > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > Hi Jaroslaw, > > > > > > > > can you make the image as an sparse image per default? It would be > > > > usefull, because I don't have enough space and configured > > > the image from > > > > 9. of April as I need. > > > > > > > > -- > > > > Regards, Mathias > > > > > > > > > -----Original Message----- > > > > > From: col...@li... > > > > > [mailto:col...@li...] On Behalf > > > > > Of Jaroslaw Kowalski > > > > > Sent: Sunday, April 18, 2004 8:51 PM > > > > > To: col...@li... > > > > > Subject: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > > > > > > Hi! > > > > > > > > > > Has anyone of you actually installed 'fedora core 1' that I posted > > > > > yesterday? (my logs say that 22 people have downloaded it > > > since then) > > > > > > > > > > I'm very intersted in hearing your opinion or at least > > > > > learning if it worked > > > > > for anyone beside me. > > > > > > > > > > If it works, I'd like to ask Dan to upload it to sourceforge > > > > > because serving > > > > > it myself, takes a considerable amout of bandwidth. > > > > > > > > > > Jarek > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > > Free Linux tutorial presented by Daniel Robbins, > > > President and CEO of > > > > > GenToo technologies. Learn everything from fundamentals to system > > > > > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > > > _______________________________________________ > > > > > coLinux-devel mailing list > > > > > coL...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > coLinux-devel mailing list > > coL...@li... > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: Michael T. <mt...@em...> - 2004-04-18 21:03:45
|
Thanks. =20 -----Original Message----- From: col...@li... [mailto:col...@li...] On Behalf Of Jaroslaw Kowalski Sent: Sunday, April 18, 2004 11:44 AM To: mt...@em...; col...@li... Subject: Re: [coLinux-devel] Building a distribution Simple way: 1. Create a physical partition (2 GB or similar) 2. Install your distribution there 3. mknod the cobdX devices 4. Modify /etc/fstab (or not) 5. Switch to windows or another linux (you can also try to remount the = root filesystem readonly) 6. DD the partition to a file 7. Voila! More complicated way (which I prefer) 1. Create an empty file (2GB )under Linux (using dd) 2. Mount it using "mount -o loop" under an empty directory 3. Copy files that make up a linux distro there (I personally use "rpm" = and "apt-get" for this so that dependencies are handled properly, with = simple distributions like "slackware" you can be successful using just "tar") 4. Umount the partition 5. Voila! As a finishing touch I remove some things to make the download MUCH = smaller: /lib/modules/2.4.*.nptl (original Fedora kernel - not very useful under coLinux) /boot/* /usr/share/locale/* /usr/share/i18n/locales/* /usr/share/i18n/charmaps/* /usr/lib/locale/* /var/state/apt/lists/*base* I'm sending the script that I use to generate fedora_root image. It was = made using trial-and-error method but in general it works. You should be able = to use it on RHEL with minor modifications. Note that it uses my home = machine as a RPM repository, so that I don't have to download RPMs from the internet. BTW. BE VERY CAREFUL when running the script. Error detection is not = done very well. I once removed my whole partition because of this... Jarek ----- Original Message -----=20 From: "Michael Taylor" <mt...@em...> To: <col...@li...> Sent: Sunday, April 18, 2004 8:26 PM Subject: [coLinux-devel] Building a distribution Guys, When I want to build/install a new distro for colinux, what is the = general strategy? I've tried to boot directly from raw boot floppy images, ISO = 9660 images, etc. with no luck. The only boots I get are from the supplied = root partition files. I know I have to make changes to the disk image once I = get it set up, but I'm not quite clear. since I can't seem to get any of = these sources to boot - not sure how to work with them. If I mount them under = an existing colinux install, I'm still not sure what I would have to do to = them to get 'em to install. I'm trying to install a degenerate (read open = source ;-) ) form of RHEL. I've got three boxes running this distro and I'm = happy with it. Would be cool to see it on my desktop. Thanks, Michael Taylor mt...@em... -- There are only 10 types of people in this world... -- those who understand binary, and those who don't. |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 19:30:53
|
I thought about it but at the same time I wanted GNOME to be usable with the default image. Unfortunately you need >512 MB image for this. Jarek ----- Original Message ----- From: "Mathias Walter" <mat...@gm...> To: <col...@li...> Sent: Sunday, April 18, 2004 9:22 PM Subject: RE: [coLinux-devel] Minimal Fedora Root > Hmm, > > the question may must be, how can it be unbzipped and sparsed at the > same time? Correct? > Up to yesterday I do not fully understand sparse files, but now. > I can not answer the above question. > Maybe you can make the image file size much smaller (i.e. 500 MB or 1 > GB) and everybody who needs more space, can expand the file with the > tools listen at the WIKI page? > > -- > Mathias > > > -----Original Message----- > > From: Jaroslaw Kowalski [mailto:ja...@zd...] > > Sent: Sunday, April 18, 2004 9:18 PM > > To: Mathias Walter; col...@li... > > Subject: Re: [coLinux-devel] Minimal Fedora Root > > > > > > How can it be sparse and bzipped at the same time ? > > > > Jarek > > ----- Original Message ----- > > From: "Mathias Walter" <mat...@gm...> > > To: "'Jaroslaw Kowalski'" <ja...@zd...>; > > <col...@li...> > > Sent: Sunday, April 18, 2004 9:17 PM > > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > > > > Hi Jaroslaw, > > > > > > can you make the image as an sparse image per default? It would be > > > usefull, because I don't have enough space and configured > > the image from > > > 9. of April as I need. > > > > > > -- > > > Regards, Mathias > > > > > > > -----Original Message----- > > > > From: col...@li... > > > > [mailto:col...@li...] On Behalf > > > > Of Jaroslaw Kowalski > > > > Sent: Sunday, April 18, 2004 8:51 PM > > > > To: col...@li... > > > > Subject: [coLinux-devel] Minimal Fedora Root > > > > > > > > > > > > Hi! > > > > > > > > Has anyone of you actually installed 'fedora core 1' that I posted > > > > yesterday? (my logs say that 22 people have downloaded it > > since then) > > > > > > > > I'm very intersted in hearing your opinion or at least > > > > learning if it worked > > > > for anyone beside me. > > > > > > > > If it works, I'd like to ask Dan to upload it to sourceforge > > > > because serving > > > > it myself, takes a considerable amout of bandwidth. > > > > > > > > Jarek > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > Free Linux tutorial presented by Daniel Robbins, > > President and CEO of > > > > GenToo technologies. Learn everything from fundamentals to system > > > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > > _______________________________________________ > > > > coLinux-devel mailing list > > > > coL...@li... > > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: Meno A. <men...@ad...> - 2004-04-18 19:28:42
|
Hello, Co linux is great-:) I tried to build colinux under cygwin 1.5.9 and got the following with the driver.o undefined references __imp_MmAllocatePagesForMdl@28 undefined references __imp_MmMapIoSpace@16 undefined references __imp_KeQueryPerformanceCounter@4 the KeQueryPerformanceCounter is totaly disappeared from the cygwin libhal.a in 1.5.9. I found the symbol in an 1.5.7 libhal but i think this is only an short term fix. The __imp_MmAllocatePagesForMdl@28 isn't found. Only __imp_MmAllocatePagesForMdl@16 symbol exists but it didn't matched. The __imp_MmMapIoSpace@16 only exists as __imp_MmMapIoSpace@12. So i can't link the drive.o either and have no real idea how to fix. Any clues? regards meno |
From: Mathias W. <mat...@gm...> - 2004-04-18 19:22:47
|
Hmm, the question may must be, how can it be unbzipped and sparsed at the same time? Correct? Up to yesterday I do not fully understand sparse files, but now. I can not answer the above question. Maybe you can make the image file size much smaller (i.e. 500 MB or 1 GB) and everybody who needs more space, can expand the file with the tools listen at the WIKI page? -- Mathias > -----Original Message----- > From: Jaroslaw Kowalski [mailto:ja...@zd...] > Sent: Sunday, April 18, 2004 9:18 PM > To: Mathias Walter; col...@li... > Subject: Re: [coLinux-devel] Minimal Fedora Root > > > How can it be sparse and bzipped at the same time ? > > Jarek > ----- Original Message ----- > From: "Mathias Walter" <mat...@gm...> > To: "'Jaroslaw Kowalski'" <ja...@zd...>; > <col...@li...> > Sent: Sunday, April 18, 2004 9:17 PM > Subject: RE: [coLinux-devel] Minimal Fedora Root > > > > Hi Jaroslaw, > > > > can you make the image as an sparse image per default? It would be > > usefull, because I don't have enough space and configured > the image from > > 9. of April as I need. > > > > -- > > Regards, Mathias > > > > > -----Original Message----- > > > From: col...@li... > > > [mailto:col...@li...] On Behalf > > > Of Jaroslaw Kowalski > > > Sent: Sunday, April 18, 2004 8:51 PM > > > To: col...@li... > > > Subject: [coLinux-devel] Minimal Fedora Root > > > > > > > > > Hi! > > > > > > Has anyone of you actually installed 'fedora core 1' that I posted > > > yesterday? (my logs say that 22 people have downloaded it > since then) > > > > > > I'm very intersted in hearing your opinion or at least > > > learning if it worked > > > for anyone beside me. > > > > > > If it works, I'd like to ask Dan to upload it to sourceforge > > > because serving > > > it myself, takes a considerable amout of bandwidth. > > > > > > Jarek > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > > > GenToo technologies. Learn everything from fundamentals to system > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > _______________________________________________ > > > coLinux-devel mailing list > > > coL...@li... > > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 19:17:57
|
How can it be sparse and bzipped at the same time ? Jarek ----- Original Message ----- From: "Mathias Walter" <mat...@gm...> To: "'Jaroslaw Kowalski'" <ja...@zd...>; <col...@li...> Sent: Sunday, April 18, 2004 9:17 PM Subject: RE: [coLinux-devel] Minimal Fedora Root > Hi Jaroslaw, > > can you make the image as an sparse image per default? It would be > usefull, because I don't have enough space and configured the image from > 9. of April as I need. > > -- > Regards, Mathias > > > -----Original Message----- > > From: col...@li... > > [mailto:col...@li...] On Behalf > > Of Jaroslaw Kowalski > > Sent: Sunday, April 18, 2004 8:51 PM > > To: col...@li... > > Subject: [coLinux-devel] Minimal Fedora Root > > > > > > Hi! > > > > Has anyone of you actually installed 'fedora core 1' that I posted > > yesterday? (my logs say that 22 people have downloaded it since then) > > > > I'm very intersted in hearing your opinion or at least > > learning if it worked > > for anyone beside me. > > > > If it works, I'd like to ask Dan to upload it to sourceforge > > because serving > > it myself, takes a considerable amout of bandwidth. > > > > Jarek > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > coLinux-devel mailing list > > coL...@li... > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > |
From: Mathias W. <mat...@gm...> - 2004-04-18 19:17:01
|
Hi Jaroslaw, can you make the image as an sparse image per default? It would be usefull, because I don't have enough space and configured the image from 9. of April as I need. -- Regards, Mathias > -----Original Message----- > From: col...@li... > [mailto:col...@li...] On Behalf > Of Jaroslaw Kowalski > Sent: Sunday, April 18, 2004 8:51 PM > To: col...@li... > Subject: [coLinux-devel] Minimal Fedora Root > > > Hi! > > Has anyone of you actually installed 'fedora core 1' that I posted > yesterday? (my logs say that 22 people have downloaded it since then) > > I'm very intersted in hearing your opinion or at least > learning if it worked > for anyone beside me. > > If it works, I'd like to ask Dan to upload it to sourceforge > because serving > it myself, takes a considerable amout of bandwidth. > > Jarek > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 18:51:11
|
Hi! Has anyone of you actually installed 'fedora core 1' that I posted yesterday? (my logs say that 22 people have downloaded it since then) I'm very intersted in hearing your opinion or at least learning if it worked for anyone beside me. If it works, I'd like to ask Dan to upload it to sourceforge because serving it myself, takes a considerable amout of bandwidth. Jarek |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 18:43:59
|
Simple way: 1. Create a physical partition (2 GB or similar) 2. Install your distribution there 3. mknod the cobdX devices 4. Modify /etc/fstab (or not) 5. Switch to windows or another linux (you can also try to remount the root filesystem readonly) 6. DD the partition to a file 7. Voila! More complicated way (which I prefer) 1. Create an empty file (2GB )under Linux (using dd) 2. Mount it using "mount -o loop" under an empty directory 3. Copy files that make up a linux distro there (I personally use "rpm" and "apt-get" for this so that dependencies are handled properly, with simple distributions like "slackware" you can be successful using just "tar") 4. Umount the partition 5. Voila! As a finishing touch I remove some things to make the download MUCH smaller: /lib/modules/2.4.*.nptl (original Fedora kernel - not very useful under coLinux) /boot/* /usr/share/locale/* /usr/share/i18n/locales/* /usr/share/i18n/charmaps/* /usr/lib/locale/* /var/state/apt/lists/*base* I'm sending the script that I use to generate fedora_root image. It was made using trial-and-error method but in general it works. You should be able to use it on RHEL with minor modifications. Note that it uses my home machine as a RPM repository, so that I don't have to download RPMs from the internet. BTW. BE VERY CAREFUL when running the script. Error detection is not done very well. I once removed my whole partition because of this... Jarek ----- Original Message ----- From: "Michael Taylor" <mt...@em...> To: <col...@li...> Sent: Sunday, April 18, 2004 8:26 PM Subject: [coLinux-devel] Building a distribution Guys, When I want to build/install a new distro for colinux, what is the general strategy? I've tried to boot directly from raw boot floppy images, ISO 9660 images, etc. with no luck. The only boots I get are from the supplied root partition files. I know I have to make changes to the disk image once I get it set up, but I'm not quite clear. since I can't seem to get any of these sources to boot - not sure how to work with them. If I mount them under an existing colinux install, I'm still not sure what I would have to do to them to get 'em to install. I'm trying to install a degenerate (read open source ;-) ) form of RHEL. I've got three boxes running this distro and I'm happy with it. Would be cool to see it on my desktop. Thanks, Michael Taylor mt...@em... -- There are only 10 types of people in this world... -- those who understand binary, and those who don't. |
From: Michael T. <mt...@em...> - 2004-04-18 18:26:55
|
Guys, =20 When I want to build/install a new distro for colinux, what is the = general strategy? I've tried to boot directly from raw boot floppy images, ISO = 9660 images, etc. with no luck. The only boots I get are from the supplied = root partition files. I know I have to make changes to the disk image once I = get it set up, but I'm not quite clear. since I can't seem to get any of = these sources to boot - not sure how to work with them. If I mount them under = an existing colinux install, I'm still not sure what I would have to do to = them to get 'em to install. I'm trying to install a degenerate (read open = source ;-) ) form of RHEL. I've got three boxes running this distro and I'm = happy with it. Would be cool to see it on my desktop. =20 Thanks, =20 Michael Taylor mt...@em... -- There are only 10 types of people in this world...=20 -- those who understand binary, and those who don't. =20 |
From: morfic <mo...@bb...> - 2004-04-18 18:06:32
|
after eliminating a mistake i made when trying to use raw partitions i have it now partitioned and formatted with ext3 when trying reiserfs, i get this: reiserfs_create: can not create that small (0 blocks) filesystem while as ext3 it mounts nicely after being formatted: /dev/cobd3 14G 33M 13G 1% /mnt im using the binary snapshot, i still havent built one from scratch this disk is a external firewire disk mke2fs -j /dev/cobd3 shows this: mke2fs 1.34 (25-Jul-2003) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 1771904 inodes, 3540324 blocks 177016 blocks (5.00%) reserved for the super user First data block=0 109 block groups 32768 blocks per group, 32768 fragments per group 16256 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208 Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 22 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. ran smooth any idea why i still can't use reiserfs with the 4/17 snapshot? thanks in advance morfic |
From: Richard G. <ric...@ri...> - 2004-04-18 16:51:57
|
That's what I'm running :-) Two actually, one w/ XP Pro and one with Server2k3. ----- Original Message ----- From: "Michael Taylor" <mt...@em...> To: "'Dan Aloni'" <da...@co...>; "'Jaroslaw Kowalski'" <ja...@zd...> Cc: <col...@li...> Sent: Sunday, April 18, 2004 11:49 AM Subject: RE: Updated with SMP stability workaround (Was: Re: [coLinux-devel] Modules broken?) > I will try it out on a dual Xeon XP Pro box with HT (looks like 4 procs) and > let you know how it works. > > > I have updated the snapshot with one addition: > > * The daemon process is pinned to the first processor until > we get the SMP stability issue fixed. > > With this change it runs without any problem on my HT machine (Linux as > host, though). > > -- > Dan Aloni > da...@co... > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > |
From: Michael T. <mt...@em...> - 2004-04-18 16:49:59
|
I will try it out on a dual Xeon XP Pro box with HT (looks like 4 procs) and let you know how it works. I have updated the snapshot with one addition: * The daemon process is pinned to the first processor until we get the SMP stability issue fixed. With this change it runs without any problem on my HT machine (Linux as host, though). -- Dan Aloni da...@co... |
From: morfic <mo...@bb...> - 2004-04-18 15:27:38
|
sweet, gotta try this Vlad Doubrov wrote: > morfic wrote: > >> if i may ask, with what livecd did you get the partition onto the >> firewire drive, i have yet to find one that boots my laptop and loads >> firewire + SBP2 drivers correctly, i have set aside 13GB for gentoo, >> but need to go partition/format for linux > > > I used the following line in colinux.xml: > > <block_device index="3" path="\Device\Harddisk1\Partition2" > enabled="true"></block_device> > > Where \Device\Harddisk1\Partition2 is my firewire drive partition. After > booting coLinux, I formated /dev/cobd3 with mke2fs, just like any other > partition. > > -- vlad > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > |
From: Richard G. <ric...@ri...> - 2004-04-18 14:40:06
|
So far I've had 100% success after about 30 VM cycles (start/reboot) without hanging. Seems like the workaround is pretty stable. I'm still having a problem inside Gentoo where the gcc process gets killed every time I try to emerge something, but I don't know if it's related. Also haven't yet tried to start an xdm (or any dm) so I don't know if things will still hard lock. Richard |
From: tei <42...@in...> - 2004-04-18 14:28:20
|
Jaroslaw Kowalski escribió: > Try this: > > http://www.sysinternals.com/ntw2k/freeware/winobj.shtml > > I'm not sure if this will work, but it's pretty powerful. > > Jarek > cool tool, also list Devices has needed to fill our xml config :D (looks at ArcName folder) > ----- Original Message ----- > From: "Daniel Slater" <dan...@au...> > To: <col...@li...> > Sent: Sunday, April 18, 2004 3:52 PM > Subject: [coLinux-devel] running colinux as a service under the NETWORK > SERVICES account > > > I have been trying to get colinux to run as a service under the NETWORK > SERVICES account. I have given the account permission to access the > files and directories in my colinux directory, however I am using a raw > disk partition for my linux filesystem. Does anyone know how I can give > the NETWORK SERVICES account access to my linux partition? > > > > Dan > > > |
From: Jaroslaw K. <ja...@zd...> - 2004-04-18 14:05:37
|
Try this: http://www.sysinternals.com/ntw2k/freeware/winobj.shtml I'm not sure if this will work, but it's pretty powerful. Jarek ----- Original Message ----- From: "Daniel Slater" <dan...@au...> To: <col...@li...> Sent: Sunday, April 18, 2004 3:52 PM Subject: [coLinux-devel] running colinux as a service under the NETWORK SERVICES account I have been trying to get colinux to run as a service under the NETWORK SERVICES account. I have given the account permission to access the files and directories in my colinux directory, however I am using a raw disk partition for my linux filesystem. Does anyone know how I can give the NETWORK SERVICES account access to my linux partition? Dan |
From: Daniel S. <dan...@au...> - 2004-04-18 13:52:30
|
I have been trying to get colinux to run as a service under the NETWORK SERVICES account. I have given the account permission to access the files and directories in my colinux directory, however I am using a raw disk partition for my linux filesystem. Does anyone know how I can give the NETWORK SERVICES account access to my linux partition?=20 =20 Dan =20 |
From: Daniel S. <dan...@au...> - 2004-04-18 13:27:57
|
I have been getting this message from my colinux kernel when running fedora core 1. I was getting many of these messages until I turned on the enhanced RTC option ( CONFIG_RTC=3Dm ). However, when I turned on = this option, I had to delete /dev/rtc or fedora core 1 would hang on startup. ( I believe it was the kudzu process that hung ).=20 =20 Is this the correct way to handle this? Should I have CONFIG_RTC turned on? Is there something else I need to do to completely eliminate these messages?=20 =20 Dan =20 |
From: Vlad D. <vl...@w-...> - 2004-04-18 10:57:36
|
morfic wrote: > if i may ask, with what livecd did you get the partition onto the > firewire drive, i have yet to find one that boots my laptop and loads > firewire + SBP2 drivers correctly, i have set aside 13GB for gentoo, but > need to go partition/format for linux I used the following line in colinux.xml: <block_device index="3" path="\Device\Harddisk1\Partition2" enabled="true"></block_device> Where \Device\Harddisk1\Partition2 is my firewire drive partition. After booting coLinux, I formated /dev/cobd3 with mke2fs, just like any other partition. -- vlad |
From: Joel C. <joe...@pl...> - 2004-04-18 09:42:07
|
Hi, I am on th elist of Colinux, admire you all but not my field joe...@pl... Joel Cahen joe...@jh... jj...@ar... |
From: morfic <mo...@bb...> - 2004-04-18 02:39:24
|
if i may ask, with what livecd did you get the partition onto the firewire drive, i have yet to find one that boots my laptop and loads firewire + SBP2 drivers correctly, i have set aside 13GB for gentoo, but need to go partition/format for linux any help appreciated, all i would need is a livecd to get the partition ready then i could mount it in colinux and mount and finish from there, thanks in advance Vlad Doubrov wrote: > Dan Aloni wrote: > >> * Sizes of raw partition devices are now detected properly. This >> means that the resierfs problems should be over, plus cat >> /dev/cobd* would work for you. > > > Cool! It now works with a native partition on my external firewire > hard drive! > > Thanks! > > -- vlad > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > |