Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Steven Susbauer
The archived sources (afaik) for installed (and probably downloaded sources as well) programs are stored in /usr/portage/distfiles. This includes all patches to the application as well. Digby Tarvin wrote: This is a question from somebody who is just testing the water with the gentoo

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Tero Grundström
On Mon, 28 Mar 2005, Digby Tarvin wrote: So the question is, how to I go about making sure that the sources that my system is built from reside on my disk, and how do I find them? A simple answer to your simple question... The sources are in /usr/portage/distfiles -- T.G. --

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Myk Taylor
The source is available in the ${DISTDIR} directory (/var/tmp/distfiles by default, I think). If you just want the source, emerge -f packagename will get the raw source (OpenBSD's 'make fetch'). However, I haven't found the equivalent of OpenBSD's 'make patch'. It's done as part of the

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Richard Fish
Well, some patches are stored in /usr/portage/distfiles. Others are in /usr/portage/group/pkg/files/. I think the ones in the files/ directory are those created by the Gentoo developers. Does anyone know if there is an official way to clean the distfiles directory of old sources. So far, the

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
Thanks Myk (and everyone else that responded).. The bit about 'keeptemp' and 'keepwork' in /etc/make.conf sounds like the clue I was looking for. I'll have to see if it can be configured to keep a nice logical source tree similar to what I was used to under /usr/src so that my souces are always

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Holly Bostick
Digby Tarvin wrote: However after going through the install process, the only sources which I can find in an expected place are the kernel sources. So the question is, how to I go about making sure that the sources that my system is built from reside on my disk, and how do I find them? They do

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Joey
Myk Taylor wrote: The source is available in the ${DISTDIR} directory (/var/tmp/distfiles by default, I think). If you just want the source, emerge -f packagename will get the raw source (OpenBSD's 'make fetch'). However, I haven't found the equivalent of OpenBSD's 'make patch'. It's done

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
Hello Holly, Thanks for the advice. I must say I prefer the original Unix approach of putting all the sources under /usr/src, with the kernel going into /usr/src/sys. One of the reasons I like to have the unpacked sources for everything on my disk is that the with open source the documentation

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Holly Bostick
Digby Tarvin wrote: Hello Holly, Thanks for the advice. I must say I prefer the original Unix approach of putting all the sources under /usr/src, with the kernel going into /usr/src/sys. One of the reasons I like to have the unpacked sources for everything on my disk is that the with open source

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Tom Wesley
Richard Fish wrote: Well, some patches are stored in /usr/portage/distfiles. Others are in /usr/portage/group/pkg/files/. I think the ones in the files/ directory are those created by the Gentoo developers. Does anyone know if there is an official way to clean the distfiles directory of

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Joey
Tom Wesley wrote: Richard Fish wrote: Well, some patches are stored in /usr/portage/distfiles. Others are in /usr/portage/group/pkg/files/. I think the ones in the files/ directory are those created by the Gentoo developers. Does anyone know if there is an official way to clean the distfiles

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
Hi, ... If, on the other hand, you treat the source code as the 'definative' documentation, then by keeping it around I know that there is nothing about my system that I cannot find out, and I never have to resort to trial and error to work out how something works. Works in what way? For

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread James Hiscock
snip While I am at it, anyone know what the problem with the grip help menu is on gentoo? There's nothing wrong with grip or its help menu. Do you happen to have gnome-extra/yelp installed? I'm fairly certain the problem here is that you're missing the Gnome help browser... --

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
That did the trick - thanks. I'm not convinced that this isn't an indication of a problem though. Shouldn't 'emerge grip' have pulled in anything that grip depended on? Or failing that, shouldn't grip have complained about whatever it was looking for being missing rather than just silently

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread A. Khattri
On Mon, 28 Mar 2005, Digby Tarvin wrote: Thanks for the advice. I must say I prefer the original Unix approach of putting all the sources under /usr/src, with the kernel going into /usr/src/sys. Linux is not UNIX :-) One of the reasons I like to have the unpacked sources for everything on

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread A. Khattri
On Mon, 28 Mar 2005, Digby Tarvin wrote: I'm not convinced that this isn't an indication of a problem though. Shouldn't 'emerge grip' have pulled in anything that grip depended on? Or failing that, shouldn't grip have complained about whatever it was looking for being missing rather than

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
When I run emerge -pv grip (You always run -pv before doing the actual emerge don't you?), I see gnome-extra/yelp listed so it appears the ebuild does pull in the correct dependencies. So maybe you installed it differently? Any USE flags? Did you use --inject? etc etc etc. Ah, so it was

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread James Hiscock
Ah, so it was supposed to have pulled it in... ...not necessarily: when I run emerge -pvtDe grip, I don't see yelp in the output... but I'm not entirely sure why. Might be because of my USE flags, or something. I'm also curious if you've got gnome-base/gnome or gnome-base/gnome-light installed.

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Digby Tarvin
No, I had not installed gnome-base/gnome or gnome-base/gnome-light yet on my system. I am confident that it would have all worked first time if I had done so. I generally use fvwm as something reasonably lean and unobtrusive, but had also installed KDE to see what the more full blown GUI

Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Matthew Cline
One thing I did like in the SuSE distro which I havn't worked out how to reproduce on gentoo yet is the way the KDM login prompter includes a 'Session Type' menu of window manager options. It made it nice and easy to experiment with different environments. My KDM does this by default. If you

Re: [gentoo-user] gentoo-sources vs. gentoo-dev-sources

2005-03-27 Thread Peng
On 03/26/05 17:52, Jörgen Andersson wrote: Hi I'm currently on to my very first Gentoo installation and just sitting around waiting for my system to finish the bootstrap.sh. Meanwhile I've been looking around a great deal and started to think about what kernel-package to use. I can't see any

Re: [gentoo-user] gentoo-sources vs. gentoo-dev-sources

2005-03-26 Thread Philippe Gagnon
Jörgen Andersson wrote: Hi I'm currently on to my very first Gentoo installation and just sitting around waiting for my system to finish the bootstrap.sh. Meanwhile I've been looking around a great deal and started to think about what kernel-package to use. I can't see any reason for not going

Re: [gentoo-user] gentoo-sources-2.4.22-r5 BIG PROBLEMS

2004-02-05 Thread _JusSx_
On Wed, Feb 04, 2004 at 02:33:14PM +0100, Arne Vogel wrote: _JusSx_ wrote: Hi, i have installed gentoo-sources-2.4.22-r5 and i got a big problem. Everytime i shutdown my system my kernel start the process, so i can see from console, but my comp will never poweoff Thanx in advance

Re: [gentoo-user] gentoo-sources-2.4.22-r5 BIG PROBLEMS

2004-02-04 Thread Arne Vogel
_JusSx_ wrote: Hi, i have installed gentoo-sources-2.4.22-r5 and i got a big problem. Everytime i shutdown my system my kernel start the process, so i can see from console, but my comp will never poweoff Thanx in advance You will probably need to enable APM (or ACPI?) support in the kernel.

Re: [gentoo-user] gentoo-sources-2.4.22-r5

2004-01-15 Thread Thomas Prock
Hi, this is probably because the digest-file in /usr/portage/sys-kernel/gentoo-sources/files/digest-gentoo-sources-2.4.22-r5 claims that the size of gentoo-sources-2.4.22-r5.patch.bz2 has to be 3769551 bytes but the downloaded file has got a file size of 3766950 bytes. Greetz, Thomas Prock

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-09 Thread Andrew Cowie
On Thu, 2004-01-08 at 04:56, Marius Mauch wrote: Both r2 and r3 were fixed yesterday, however to be sure use r3 (the patch was added to r2 after it was already deployed, so it's hard to say wether your installation has it). Sorry to prolong the thread, but isn't this not supposed to happen?

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-09 Thread Aaron Walker
pb wrote: gentoo-sources-2.4.22-r3 (released yesterday) doesn't fix any latestst security problems. in fact, it is identical to 2.4.22-r2. i wonder why it has been released and marked as stable... pb -- Public Key: http://teleinfo.tu.kielce.pl/~pb/gpg.asc Glad I decided to wait to upgrade to r3,

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Marius Mauch
On 01/07/04 pb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gentoo-sources-2.4.22-r3 (released yesterday) doesn't fix any latestst security problems. in fact, it is identical to 2.4.22-r2. i wonder why it has been released and marked as stable... How did you check this ? Marius

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread pb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marius Mauch wrote: gentoo-sources-2.4.22-r3 (released yesterday) doesn't fix any latestst security problems. in fact, it is identical to 2.4.22-r2. i wonder why it has been released and marked as stable... How did you check this ? # cd

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Miércoles, 07 de Enero de 2004 16:24, Marius Mauch escribió: On 01/07/04 pb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gentoo-sources-2.4.22-r3 (released yesterday) doesn't fix any latestst security problems. in fact, it is

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Marius Mauch
On 01/07/04 Alberto Garcia Hierro wrote: Differences are _trivial_. I wasn't talking about the differences but the vulnerability. Marius -- Public Key at http://www.genone.de/info/gpg-key.pub In the beginning, there was nothing. And God said, 'Let there be Light.' And there was still

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Jonathan Nichols
Marius Mauch wrote: On 01/07/04 Alberto Garcia Hierro wrote: Differences are _trivial_. I wasn't talking about the differences but the vulnerability. So, does gentoo-sources-2.4.22r3 address this recent vulnerability or not? :-) I just finished upgrading everything to 2.4.22r2, so if

Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Marius Mauch
On 01/07/04 Jonathan Nichols wrote: So, does gentoo-sources-2.4.22r3 address this recent vulnerability or not? :-) I just finished upgrading everything to 2.4.22r2, so if I'm going to reboot stuff, now is a good time. ;) Both r2 and r3 were fixed yesterday, however to be sure use r3

Re: [gentoo-user] Gentoo-sources vs GS-sources

2003-12-31 Thread Aaron Walker
Brett I. Holcomb wrote: The Gentoo docs say gs-sources are more stable and reliable then gentoo-sources but gentoo-sources have better performance. How much more stable are the gs vs gentoo-sources? For those who have used both - what is the difference in performance and stability,

Re: [gentoo-user] gentoo-sources vs gs-sources

2003-12-31 Thread SN
I would use vanilla with ck patches for a desktop system, it has got all the cool preempt low latency O1 seduler stuff in :-) - Original Message - From: Brett I. Holcomb [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:33 AM Subject: [gentoo-user]

Re: Re: [gentoo-user] Gentoo-sources vs GS-sources

2003-12-31 Thread brettholcomb
: 2003/12/31 Wed AM 05:29:47 EST To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Gentoo-sources vs GS-sources Brett I. Holcomb wrote: The Gentoo docs say gs-sources are more stable and reliable then gentoo-sources but gentoo-sources have better First of all, why ask the same question

Re: [gentoo-user] gentoo-sources vs gs-sources

2003-12-30 Thread Alec Berryman
On Tue, 2003-12-30 at 18:33, Brett I. Holcomb wrote: The Gentoo Kernel Guide says gs is supposed to be more stable then gentoo-sources. How much more stable and reliable is the question or conversely, how much difference is there in performance. I'm running a desktop system used for

RE: [gentoo-user] gentoo-sources-2.4.22-r1 sound

2003-12-10 Thread Mark Knecht
I tried using esd and directly play audio, no difference. I'm using the ALSA i8x0 driver for my on-board soundchip. has this somehow to do with why gentoo-sources-2.4.22-r1 are masked? if not, what else could cause this behaviour? No promises that this will fix anything, but there has been

Re: [gentoo-user] gentoo-sources-2.4.22-r1 and reiser

2003-12-09 Thread N. Owen Gunden
On Tue, Dec 09, 2003 at 11:51:23AM +0100, Guy Van Sanden wrote: I treid gentoo-sources 2.4.22-r1 today because of my ongoing problems with 2.4.20-r9, but it is unreasonably slow on reiser internal tree checks. Does anyone else have this problem? This may be related:

RE: [gentoo-user] Gentoo-sources

2003-11-19 Thread Chase Jeffery D
Title: Message Thanks!! Jeff -Original Message-From: Jesper Frickmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 5:45 PMTo: [EMAIL PROTECTED]Subject: Re: [gentoo-user] Gentoo-sourcesHere is my Netfilter configuration on a 2.6-test8 kernel: M

Re: [gentoo-user] Gentoo-sources

2003-11-18 Thread Jesper Frickmann
Here is my Netfilter configuration on a 2.6-test8 kernel: M Connection tracking (required for masq/NAT) M FTP protocol support M IRC protocol support M TFTP protocol support M Amanda backup protocol support M Userspace queueing via NETLINK M IP tables support

Re: [gentoo-user] Gentoo-sources

2003-11-18 Thread Norberto Bensa
Jesper Frickmann wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head Can you turn off that HTML thingy please? HTML mails on a public mailing list is rude. Thanks, Norberto pgp0.pgp Description: signature

Re: [gentoo-user] gentoo-sources and freeswan won't compile

2003-09-16 Thread Mike Diehl (Encrypted email prefer red)
On Thursday 11 September 2003 04:17 am, Mike Williams wrote: On Thursday 11 September 2003 05:53, Mike Diehl I'm trying to get FreeSwan IPsec installed on my machines. I emerged a fresh copy of the latest gentoo sources. Then I patched it with the latest freeswan kernel patch. But, when

Re: [gentoo-user] gentoo-sources and freeswan won't compile

2003-09-11 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 11 September 2003 05:53, Mike Diehl (Encrypted email prefer red) wrote: Hi all. I'm trying to get FreeSwan IPsec installed on my machines. I emerged a fresh copy of the latest gentoo sources. Then I patched it with the latest

Re: [gentoo-user] gentoo-sources-2.4.20-r2 vs. r6

2003-09-08 Thread Tom Wesley
On Monday 08 September 2003 22:22, Mark Knecht wrote: Hi, Where can I find out what was changed from rev to rev on gentoo-sources? I'd like to understand what's different in the sources between the 2.4.20-r2 I had been running and the 2.4.20-r6 that I switched to today. The online

RE: [gentoo-user] gentoo-sources-2.4.20-r2 vs. r6

2003-09-08 Thread Mark Knecht
The file /usr/portage/sys-kernel/gentoo-sources/ChangeLog should have enough information for you. -- Tom Wesley Thanks Tom. I'll check it out. Cheers, Mark -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] gentoo-sources-2.4.20-r2 vs. r6

2003-09-08 Thread Chris I
On 2003.09.08 17:29, Mark Knecht wrote: The file /usr/portage/sys-kernel/gentoo-sources/ChangeLog should have enough information for you. -- Tom Wesley Thanks Tom. I'll check it out. etcat -c packagename This is a fairly new way to do things as well, kinda nice. -- Chris I I feel like

Re: [gentoo-user] gentoo-sources-2.4.20-r2 vs. r6

2003-09-08 Thread Tom Wesley
On Monday 08 September 2003 22:57, Chris I wrote: On 2003.09.08 17:29, Mark Knecht wrote: The file /usr/portage/sys-kernel/gentoo-sources/ChangeLog should have enough information for you. -- Tom Wesley Thanks Tom. I'll check it out. etcat -c packagename This is a

Re: [gentoo-user] gentoo-sources-2.4.20-r2 vs. r6

2003-09-08 Thread Mark Knecht
On Mon, 2003-09-08 at 15:00, Tom Wesley wrote: On Monday 08 September 2003 22:57, Chris I wrote: etcat -c packagename This is a fairly new way to do things as well, kinda nice. But it seems this only shows the most recent additions, so wouldn't show the r2 to r6 changes and

RE: [gentoo-user] gentoo-sources

2003-08-14 Thread Gwendolyn van der Linden
What are your kernel parameters for 1400x1050? I'm using vga=0x318 (1024x768) at the moment but anything higher like vga=0x31A|B (1280x1024) gives blurred fonts like you said. No kernel parameters IIRC. I just enabled the radeon framebuffer in the kernel. It autodetects my LCD correctly, and

RE: [gentoo-user] gentoo-sources

2003-08-14 Thread Christian Aust
Am Don, 2003-08-07 um 13.24 schrieb Gwendolyn van der Linden: [...] Autodetection gives a totally warped and unreadable text screen, and all 1400x1050 parameter settings I could think of (playing with color depth and refresh rate) did not work either. Some of the 1280x1024 modes did work.

RE: [gentoo-user] gentoo-sources

2003-08-14 Thread Gwendolyn van der Linden
quote who=Gwendolyn van der Linden I have the same problem with 2.5 / 2.6-test kernels with my 7500 mobility. In my case the framebuffer does not autodetect correctly (I get a very distorted display), and only lower resolutions work properly if I hand-pick them. The 2.4 series

RE: [gentoo-user] gentoo-sources

2003-08-14 Thread Dhruba Bandopadhyay
quote who=Gwendolyn van der Linden I have the same problem with 2.5 / 2.6-test kernels with my 7500 mobility. In my case the framebuffer does not autodetect correctly (I get a very distorted display), and only lower resolutions work properly if I hand-pick them. The 2.4 series framebuffer

Re: [gentoo-user] gentoo-sources

2003-08-14 Thread Dhruba Bandopadhyay
Chris I wrote: -1400x1050 lcd (seems we all have the same res) I havent tried lower modes yet. I don't suppose anyone knows anything about the vga= mode for 1400x1050 with vesa using an nvidia card? Chris. Many thanks on your input regarding the touchpad. Mine is now working perfectly. I'm

Re: [gentoo-user] gentoo-sources

2003-08-14 Thread Chris I
On 2003.08.07 07:24, Gwendolyn van der Linden wrote: Do you think that radeon FB support is generally broke in 2.6? That would be bad, because I've the very same situation as you've described: Laptop, Radeon plus TFT display running best @ 1400x1050. That is interesting... I have an Asus

RE: [gentoo-user] gentoo-sources

2003-08-14 Thread Gwendolyn van der Linden
Chris I wrote: As I said, framebuffer, at least for me, refuses to work no matter how hard I try, wheras with 2.4 it worked with so little effort it was eerie. This, I think, is due to the fact that the radeonfb is being worked on (was forked) again, and something broke

Re: [gentoo-user] gentoo-sources

2003-08-14 Thread Dhruba Bandopadhyay
Gwendolyn van der Linden wrote: No, I don't think vesa runs upto 1400x1050. I can run the 2.6 kernel radeon framebuffer in 1280x1024, so I don't see a need for using the vesa framebuffer. Anyway, because I do a lot of text editing in framebuffer mode (emacs/vim), I switched back to 2.4.21, and

RE: [gentoo-user] gentoo-sources

2003-08-09 Thread Gwendolyn van der Linden
Do you think that radeon FB support is generally broke in 2.6? That would be bad, because I've the very same situation as you've described: Laptop, Radeon plus TFT display running best @ 1400x1050. That is interesting... I have an Asus L3800S, with a Radeon mobility 7500. I have tried a few

Re: [gentoo-user] gentoo-sources

2003-08-08 Thread Dhruba Bandopadhyay
Chris I wrote: As I said, framebuffer, at least for me, refuses to work no matter how hard I try, wheras with 2.4 it worked with so little effort it was eerie. This, I think, is due to the fact that the radeonfb is being worked on (was forked) again, and something broke compatability with

RE: [gentoo-user] gentoo-sources

2003-08-07 Thread Gwendolyn van der Linden
p.s.: Do you see an effect of your screen staying dark during boot every now and then, coming back to live if you switch the console back and forth? No, I have not... Gwendolyn. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] gentoo-sources

2003-08-04 Thread Terje Kvernes
Chris I [EMAIL PROTECTED] writes: [ ... ] I had to go through a bit of trouble to get my synaptics touchpad working. It wasnt hard, it was just different than with 2.4 -- it threw it into a ps/2 compat mode, which i thought was how the device normally worked, wheras I had to change it to

Re: [gentoo-user] gentoo-sources

2003-08-04 Thread Chris I
On 2003.08.04 11:46, Terje Kvernes wrote: Chris I [EMAIL PROTECTED] writes: I had to go through a bit of trouble to get my synaptics touchpad working. It wasnt hard, it was just different than with 2.4 -- it threw it into a ps/2 compat mode, which i thought was how the device normally worked,

Re: [gentoo-user] gentoo-sources

2003-08-03 Thread Ralph F. De Witt
On Saturday 02 August 2003 07:36 pm, Heschi Kreinick wrote: Does anyone know when the gento-sources 2.4.21 will come out? When it's ready. In the meantime you can use pfeifer-sources, which is the development branch for gentoo-sources. -Heschi -- [EMAIL PROTECTED] mailing list Personal I

Re: [gentoo-user] gentoo-sources

2003-08-03 Thread Chris I
On 2003.08.03 08:47, Ralph F. De Witt wrote: Personal I think we should not persue a 2.4.21 kernel, but should be working on a 2.6 kernel so that it will be ready when it reach release status. Since we are progressing so slowly on 2.4.21 I think resources would be better spent on 2.6. I don't

Re: [gentoo-user] gentoo-sources

2003-08-03 Thread Dhruba Bandopadhyay
Ralph F. De Witt wrote: On Saturday 02 August 2003 07:36 pm, Heschi Kreinick wrote: Does anyone know when the gento-sources 2.4.21 will come out? When it's ready. In the meantime you can use pfeifer-sources, which is the development branch for gentoo-sources. -Heschi -- [EMAIL PROTECTED] mailing

Re: [gentoo-user] gentoo-sources

2003-08-03 Thread Norberto BENSA
gabriel wrote: On August 2, 2003 07:44 pm, Svein Harald Soleim wrote: Does anyone know when the gento-sources 2.4.21 will come out? the answer is, as always: when it's ready. Next question: when will it be ready? :-) I'm using pfeifer-sources-2.4.21-pre4 for now. Norberto -- $ man women

Re: [gentoo-user] gentoo-sources

2003-08-02 Thread gabriel
On August 2, 2003 07:44 pm, Svein Harald Soleim wrote: Does anyone know when the gento-sources 2.4.21 will come out? the answer is, as always: when it's ready. -- a little science may take one away from God; much science brings one back - roger bacon -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] gentoo-sources

2003-08-02 Thread Svein Harald Soleim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 03 August 2003 02:12, gabriel wrote: On August 2, 2003 07:44 pm, Svein Harald Soleim wrote: Does anyone know when the gento-sources 2.4.21 will come out? the answer is, as always: when it's ready. hehe, as long as 2.4.22 doesn't come

Re: [gentoo-user] gentoo-sources

2003-08-02 Thread Thomas T. Veldhouse
-user] gentoo-sources On August 2, 2003 07:44 pm, Svein Harald Soleim wrote: Does anyone know when the gento-sources 2.4.21 will come out? the answer is, as always: when it's ready. -- a little science may take one away from God; much science brings one back - roger bacon

Re: [gentoo-user] gentoo-sources

2003-08-02 Thread Heschi Kreinick
Does anyone know when the gento-sources 2.4.21 will come out? When it's ready. In the meantime you can use pfeifer-sources, which is the development branch for gentoo-sources. -Heschi -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] gentoo-sources-2.4.20-r4 and r5

2003-06-03 Thread Jonathan Kelly
On Sat, 31 May 2003 09:37:04 +0200 Tony Clark [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 05.46, Jonathan Kelly wrote: On Fri, 30 May 2003 16:03:54 -0500 Charlton Harrison [EMAIL PROTECTED] wrote: I have the same problem. My

Re: [gentoo-user] gentoo-sources-2.4.20-r4 and r5

2003-05-31 Thread Charlton Harrison
I have the same problem. My dual-processor P3-500 crashed within minutes of installing r5. I had to back down to r2. On Thu, May 29, 2003 at 12:45:22PM +0100, Dhruba Bandopadhyay wrote: On Thu, 2003-05-29 at 08:41, Tony Clark wrote: Does anyone have these patched kernels running correctly on

Re: [gentoo-user] gentoo-sources-2.4.20-r4 and r5

2003-05-31 Thread Jonathan Kelly
On Fri, 30 May 2003 16:03:54 -0500 Charlton Harrison [EMAIL PROTECTED] wrote: I have the same problem. My dual-processor P3-500 crashed within minutes of installing r5. I had to back down to r2. Hmm, yeah, me too. But before I realized I had a problem I trashed the 2.4.20-r2 source

Re: [gentoo-user] gentoo-sources-2.4.20-r4 and r5

2003-05-31 Thread Tony Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 05.46, Jonathan Kelly wrote: On Fri, 30 May 2003 16:03:54 -0500 Charlton Harrison [EMAIL PROTECTED] wrote: I have the same problem. My dual-processor P3-500 crashed within minutes of installing r5. I had to back down

Re: [gentoo-user] gentoo-sources-2.4.20-r1

2003-02-03 Thread Mitch
On 03 Feb 2003 17:46:17 +1030 Chris van der Pennen [EMAIL PROTECTED] wrote: Has anyone tried the gentoo-sources-2.4.20-r1 kernel? Have they had any issues with it, and is it better than 2.4.19-r10? Chris worked with it for a while without any issues, and right now running 2.4.20-r1 with