Re: [gentoo-user] re: make distclean

2013-12-17 Thread Alexander Kapshuk
So far, I've been building and installing my kernels manually, as suggested in the handbook: make make modules_install cp arch/x86/boot/bzImage /boot/kernel-x.x.x-gentoo Thanks for pointing out the 'make install' option. I'll give that a try. On Mon, Dec 16, 2013 at 10:52 PM, Alan McKinnon

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Alexander Kapshuk
Thanks, but, as Bruce Hill pointed out, for your advice to work I'd have to have the appropriate kernel options enabled, which I don't. Thanks anyway. On Mon, Dec 16, 2013 at 10:57 PM, Markos Chandras hwoar...@gentoo.org wrote: On 12/16/2013 07:30 PM, Alexander Kapshuk wrote:

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Alexander Kapshuk
So there's still some hope left, huh? :-). Thanks a lot. I'll check it out. On Mon, Dec 16, 2013 at 11:11 PM, Bruce Hill da...@happypenguincomputers.com wrote: On Mon, Dec 16, 2013 at 09:30:52PM +0200, Alexander Kapshuk wrote: https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Alexander Kapshuk
Thanks very much, Tom, for your prompt response and action taken. On Tue, Dec 17, 2013 at 3:05 AM, Tom Wijsman tom...@gentoo.org wrote: On Mon, 16 Dec 2013 21:30:52 +0200 Alexander Kapshuk alexander.kaps...@gmail.com wrote: https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Thanasis
on 12/16/2013 11:11 PM Bruce Hill wrote the following: There should be a .config in /lib/modules/`uname -r`/source/.config and if you look under /lib/modules/ you should see a directory for each kernel version you've installed with a .config. In my system /lib/modules/`uname -r`/source is

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Peter Humphrey
On Monday 16 Dec 2013 15:12:58 Bruce Hill wrote: On Mon, Dec 16, 2013 at 08:57:08PM +, Markos Chandras wrote: You could get your running config using zcat /proc/config.gz .config Only if you enabled: CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y in your running kernel. ... and if

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Bruce Hill
On Tue, Dec 17, 2013 at 11:34:14AM +0200, Thanasis wrote: In my system /lib/modules/`uname -r`/source is a symbolic link to /usr/src/linux-`uname -r` What does that guys sig say - List replies preferred. -- Happy Penguin Computers ') 126 Fenco Drive (

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Thanasis
on 12/17/2013 05:24 PM Bruce Hill wrote the following: On Tue, Dec 17, 2013 at 11:34:14AM +0200, Thanasis wrote: In my system /lib/modules/`uname -r`/source is a symbolic link to /usr/src/linux-`uname -r` What does that guys sig say - List replies preferred. My sig? Where is that?

Reply-To Munging Considered Harmful (was: Re: [gentoo-user] re: make distclean)

2013-12-17 Thread Tom Wijsman
On Tue, 17 Dec 2013 09:24:58 -0600 Bruce Hill da...@happypenguincomputers.com wrote: From: Bruce Hill da...@happypenguincomputers.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] re: make distclean Reply-to: gentoo-user@lists.gentoo.org User-Agent: Mutt/1.5.21 (2010-09-15

Re: Reply-To Munging Considered Harmful (was: Re: [gentoo-user] re: make distclean)

2013-12-17 Thread Bruce Hill
On Tue, Dec 17, 2013 at 05:49:30PM +0100, Tom Wijsman wrote: On Tue, 17 Dec 2013 09:24:58 -0600 Bruce Hill da...@happypenguincomputers.com wrote: From: Bruce Hill da...@happypenguincomputers.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] re: make distclean Reply

Re: Reply-To Munging Considered Harmful (was: Re: [gentoo-user] re: make distclean)

2013-12-17 Thread Tom Wijsman
To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] re: make distclean Reply-to: gentoo-user@lists.gentoo.org User-Agent: Mutt/1.5.21 (2010-09-15) On Tue, Dec 17, 2013 at 11:34:14AM +0200, Thanasis wrote: In my system /lib/modules/`uname -r`/source is a symbolic

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Bruce Hill
On Tue, Dec 17, 2013 at 06:15:59PM +0200, Thanasis wrote: What does that guys sig say - List replies preferred. My sig? Where is that? It was a soft hint, asking you to not CC me, I'm on the list. Hope you don't get as offended as some other person. Cheers, Bruce -- Happy

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Tom Wijsman
On Tue, 17 Dec 2013 11:41:47 -0600 Bruce Hill da...@happypenguincomputers.com wrote: On Tue, Dec 17, 2013 at 06:15:59PM +0200, Thanasis wrote: What does that guys sig say - List replies preferred. My sig? Where is that? It was a soft hint, asking you to not CC me,

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Bruce Hill
On Tue, Dec 17, 2013 at 06:48:33PM +0100, Tom Wijsman wrote: It was a soft hint, asking you to not CC me, I'm on the list. Hope you don't get as offended as some other person. http://en.wikipedia.org/wiki/Wikipedia:Assume_good_faith

[gentoo-user] re: make distclean

2013-12-16 Thread Alexander Kapshuk
https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize sources If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources: |root # ||make distclean| Interesting option. Wish it had said it would nuke my .config as well. Just finished setting it up.

Re: [gentoo-user] re: make distclean

2013-12-16 Thread the
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/13 23:30, Alexander Kapshuk wrote: Interesting option. Wish it had said it would nuke my .config as well. Just finished setting it up. Thought I'd follow the advice given before rebuilding the kernel. Should've backed up the .config file

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Alexander Kapshuk
On Dec 16, 2013 9:38 PM, the the.gu...@mail.ru wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/13 23:30, Alexander Kapshuk wrote: Interesting option. Wish it had said it would nuke my .config as well. Just finished setting it up. Thought I'd follow the advice given before

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Mick
On Monday 16 Dec 2013 19:57:30 Alexander Kapshuk wrote: On Dec 16, 2013 9:38 PM, the the.gu...@mail.ru wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/13 23:30, Alexander Kapshuk wrote: Interesting option. Wish it had said it would nuke my .config as well. Just

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Alexander Kapshuk
On 12/16/2013 10:28 PM, Mick wrote: On Monday 16 Dec 2013 19:57:30 Alexander Kapshuk wrote: On Dec 16, 2013 9:38 PM, the the.gu...@mail.ru wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/13 23:30, Alexander Kapshuk wrote: Interesting option. Wish it had said it would nuke my

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Alan McKinnon
On 16/12/2013 22:39, Alexander Kapshuk wrote: On 12/16/2013 10:28 PM, Mick wrote: On Monday 16 Dec 2013 19:57:30 Alexander Kapshuk wrote: On Dec 16, 2013 9:38 PM, the the.gu...@mail.ru wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/13 23:30, Alexander Kapshuk wrote:

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Markos Chandras
On 12/16/2013 07:30 PM, Alexander Kapshuk wrote: https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize sources If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources: |root # ||make distclean| Interesting option. Wish it had said it

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Bruce Hill
On Mon, Dec 16, 2013 at 09:30:52PM +0200, Alexander Kapshuk wrote: https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize sources If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources: |root # ||make distclean| Interesting option.

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Bruce Hill
On Mon, Dec 16, 2013 at 08:57:08PM +, Markos Chandras wrote: You could get your running config using zcat /proc/config.gz .config Only if you enabled: CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y in your running kernel. -- Happy Penguin Computers ') 126 Fenco Drive

[gentoo-user] Re: make distclean

2013-12-16 Thread eroen
On Mon, 16 Dec 2013 15:12:58 -0600 Bruce Hill da...@happypenguincomputers.com wrote: On Mon, Dec 16, 2013 at 08:57:08PM +, Markos Chandras wrote: You could get your running config using zcat /proc/config.gz .config Only if you enabled: CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Neil Bothwick
On Mon, 16 Dec 2013 22:39:36 +0200, Alexander Kapshuk wrote: Don't you save a copy of your kernel .config in /boot/ ? Apparently not. How do you install the kernel? make install copies the config to /boot as well as the kernel. -- Neil Bothwick Don't put all your hypes in one home

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Tom Wijsman
On Mon, 16 Dec 2013 21:30:52 +0200 Alexander Kapshuk alexander.kaps...@gmail.com wrote: https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize sources If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources: |root # ||make distclean|