Re: [gentoo-user] ERROR: cannot start hwclock as fsck would not start

2008-08-05 Thread Hilco Wijbenga
On Mon, Aug 4, 2008 at 11:29 PM, ionut cucu <[EMAIL PROTECTED]> wrote: > On Thu, 31 Jul 2008 22:32:31 -0700 > "Hilco Wijbenga" <[EMAIL PROTECTED]> wrote: > >> Hi all, >> >> I've had the above error during boot for quite some time now so >> clearly it doesn't have too major consequences. :-) I would

[gentoo-user] gentoo-wiki.com - whom to contact?

2008-08-05 Thread Helmut Jarausch
Hi nearly all links on http://gentoo-wiki.com/Index:MAN are broken. Does anybody know someome to inform about that? Thanks, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany

Re: [gentoo-user] System beep during low battery

2008-08-05 Thread ert256
BIOS ? [ 05.08.2008 04:54 ], Benoit St-Pierre : > When my battery gets below 10% my laptop has a very loud system beep. I > thought I disabled the PC speaker in the kernel. Any clues as to what > could be causing this? -- Rafał (ert16) Trójniak [EMAIL PROTECTED] : [EMAIL PROTECTED] Jid : [EMAIL

Re: [gentoo-user] make oldconfig

2008-08-05 Thread Daniel Pielmeier
2008/8/4, James <[EMAIL PROTECTED]>: > Hello, > > It seems like I remember that 'make oldconfig' is not > needed any more, to pass the current (booted) kernel > option to the .config for building a new kernel. > > Of is 'make oldconfig' still a good idea? > > > James At least in the kernel Makefi

Re: [gentoo-user] gentoo-wiki.com - whom to contact?

2008-08-05 Thread Daniel Pielmeier
2008/8/5, Helmut Jarausch <[EMAIL PROTECTED]>: > Hi > > nearly all links on > http://gentoo-wiki.com/Index:MAN > are broken. > > Does anybody know someome to inform about that? http://gentoo-wiki.com/Gentoo_Linux_Wiki:Mailing_Lists http://gentoo-wiki.com/Gentoo_Linux_Wiki:Irc http://gentoo-wiki.co

Re: [gentoo-user] Re: make oldconfig

2008-08-05 Thread Eric Martin
Nikos Chantziaras wrote: James wrote: Hello, It seems like I remember that 'make oldconfig' is not needed any more, to pass the current (booted) kernel option to the .config for building a new kernel. Of is 'make oldconfig' still a good idea? It's not needed, but a good idea to see if there

Re: [gentoo-user] world's leaves

2008-08-05 Thread Albert Hopkins
I wrote this script awhile back that I used to clean up my world file. It doesn't actually clean the file, just reports on possible ways to do it. You can run it like # auditworld < /var/lib/package/world Feel free to use it if you find it useful. -a #!/usr/bin/python """ Report any packages

Re: [gentoo-user] Low Battery System Beep

2008-08-05 Thread Benoit St-Pierre
I've check and there is no option in the BIOS for anything like this. On Tue, Aug 5, 2008 at 2:25 AM, Sebastian Günther < [EMAIL PROTECTED]> wrote: > * Benoit St-Pierre ([EMAIL PROTECTED]) [05.08.08 04:58]: > > When my battery gets below 10% my laptop has a very loud system beep. I > > thought I

Re: [gentoo-user] Low Battery System Beep

2008-08-05 Thread Boris Fersing
On Tue, Aug 5, 2008 at 14:07, Benoit St-Pierre <[EMAIL PROTECTED]> wrote: > I've check and there is no option in the BIOS for anything like this. Hi, Maybe do you have a Fn+ shortcut which disables this beep. On my laptop it's Fn+F3 Regards, > > On Tue, Aug 5, 2008 at 2:25 AM, Sebastian Günther

[gentoo-user] Re: Why does emerge -auvND world wants to install old gentoo-soruces?

2008-08-05 Thread Grant Edwards
On 2008-08-03, Grant Edwards <[EMAIL PROTECTED]> wrote: > Suddenly (starting today) "emerge -auvtND world" wants to > install an older version of gentoo-sources (2.6.25-r6), and I > can't figure out why: > ># emerge --search gentoo-sources >Searching... >[ Results for search key : g

Re: [gentoo-user] make oldconfig

2008-08-05 Thread Dale
Daniel Pielmeier wrote: 2008/8/4, James <[EMAIL PROTECTED]>: Hello, It seems like I remember that 'make oldconfig' is not needed any more, to pass the current (booted) kernel option to the .config for building a new kernel. Of is 'make oldconfig' still a good idea? James At least

Re: [gentoo-user] make oldconfig

2008-08-05 Thread Eric Martin
Dale wrote: > Daniel Pielmeier wrote: >> 2008/8/4, James <[EMAIL PROTECTED]>: >> >>> Hello, >>> >>> It seems like I remember that 'make oldconfig' is not >>> needed any more, to pass the current (booted) kernel >>> option to the .config for building a new kernel. >>> >>> Of is 'make oldconfig' s

Re: [gentoo-user] make oldconfig

2008-08-05 Thread Dale
Eric Martin wrote: Dale wrote: Daniel Pielmeier wrote: At least in the kernel Makefile there is no hint about /proc/config.gz which contains the running kernel configuration, so I think make oldconfig or your favourite kernel configuration tool is still needed. If there is no .config o

[gentoo-user] way off-topic - is it possible to log webmail messages content in an enterprise network

2008-08-05 Thread Francisco Ares
Hi, guys. Sorry to post such off-topic message, but I didn't know where I could ask this question. I know that things such as address, trafic, bandwith are easy to be tracked and logged, but what about, say, my gmail messages - is it possible to log them also? Which package should I use or look

[gentoo-user] Re: make oldconfig

2008-08-05 Thread James
Dale bellsouth.net> writes: Well, the reason I asked is for clarity. I found this gentoo doc, which seems a little dated: http://gentoo-wiki.com/ HOWTO_Detailed_Kernel_Configuration So what I gleen is that you run on a kernel, say version linux-2.6.24-gentoo-r8 You down load newer source

Re: [gentoo-user] Re: make oldconfig

2008-08-05 Thread M. Sitorus
cd /usr/src rm linux ln -sf /usr/src/linux-2.6.25-gentoo-r7 linux cp /usr/src/linux-2.6.24-gentoo-r8/.config /usr/src/linux-2.6.25-gentoo-r7 make oldconfig make menuconfig On 8/6/08, James <[EMAIL PROTECTED]> wrote: > Dale bellsouth.net> writes: > > > > Well, the reason I asked is for clarity. >

Re: [gentoo-user] Re: make oldconfig

2008-08-05 Thread Dale
James wrote: Dale bellsouth.net> writes: Well, the reason I asked is for clarity. I found this gentoo doc, which seems a little dated: http://gentoo-wiki.com/ HOWTO_Detailed_Kernel_Configuration So what I gleen is that you run on a kernel, say version linux-2.6.24-gentoo-r8 You down

Re: [gentoo-user] way off-topic - is it possible to log webmail messages content in an enterprise network

2008-08-05 Thread Dirk Uys
On Wed, Aug 6, 2008 at 3:45 AM, Francisco Ares <[EMAIL PROTECTED]> wrote: > Hi, guys. > > Sorry to post such off-topic message, but I didn't know where I could > ask this question. > > I know that things such as address, trafic, bandwith are easy to be > tracked and logged, but what about, say, my