Re: [gentoo-user] Re: Kernel modules and security

2019-03-22 Thread Peter Humphrey
On Friday, 22 March 2019 15:22:48 GMT Grant Edwards wrote: > On 2019-03-22, Peter Humphrey wrote: > > Years ago, in the days of Yggdrasil I think, > > Wow, that triggers a flashback! Glad to be of service :) Thanks all for the advice. -- Regards, Peter.

[gentoo-user] Re: Kernel modules and security

2019-03-22 Thread Grant Edwards
On 2019-03-22, Peter Humphrey wrote: > Years ago, in the days of Yggdrasil I think, Wow, that triggers a flashback! My first Linux install was Yggdrasil, and it took _hours_ to boot. The smartasses at Yggdrasil insisted on trying to play an audio clip that said something like "Welcome to

Re: [gentoo-user] Re: Kernel modules: initramfs vs. /lib/modules

2017-02-13 Thread Daniel Frey
On 02/13/2017 10:51 AM, Remy Blank wrote: > Daniel Frey wrote on 2017-02-13 17:34: >> On 02/13/2017 03:34 AM, Rich Freeman wrote: >>> Anytime you see something like root=UUID=* that is being handled by an >>> initramfs. And of course a UUID is more reliable than a device name, >>> since the

Re: [gentoo-user] Re: Kernel modules: initramfs vs. /lib/modules

2017-02-13 Thread Mike Gilbert
On Mon, Feb 13, 2017 at 1:51 PM, Remy Blank wrote: > Daniel Frey wrote on 2017-02-13 17:34: >> On 02/13/2017 03:34 AM, Rich Freeman wrote: >>> Anytime you see something like root=UUID=* that is being handled by an >>> initramfs. And of course a UUID is more reliable than a

[gentoo-user] Re: Kernel modules: initramfs vs. /lib/modules

2017-02-13 Thread Remy Blank
Daniel Frey wrote on 2017-02-13 17:34: > On 02/13/2017 03:34 AM, Rich Freeman wrote: >> Anytime you see something like root=UUID=* that is being handled by an >> initramfs. And of course a UUID is more reliable than a device name, >> since the latter can change if you add/remove a device, or

Re: [gentoo-user] Re: Kernel Modules

2011-06-15 Thread Peter Humphrey
On Friday 10 June 2011 21:31:15 Paul Hartman wrote: ( shopt -s extglob; eselect bashcomp list | while read -r s; do s=${s##*][[:space:]]}; [[ $s != Available* ]] eselect bashcomp enable --global ${s%%?([[:space:]]\\*)}; done ) I'd like to use this but I don't have shopt. Which package is it

Re: [gentoo-user] Re: Kernel Modules

2011-06-15 Thread Peter Humphrey
On Thursday 09 June 2011 21:44:19 Mick wrote: I had to memorise that because it kept popping up every time I would run emerge (and couldn't be bothered to run eselect at the time). So it is: eselect news read new Or just eselect news read. I found that while messing about trying to find

Re: [gentoo-user] Re: Kernel Modules

2011-06-15 Thread Neil Bothwick
On Wed, 15 Jun 2011 17:07:01 +0100, Peter Humphrey wrote: I'd like to use this but I don't have shopt. Which package is it in? If I ask Google I get a list of places to buy T-shirts. It's a Bash built-in. -- Neil Bothwick Things are more like they are today than they ever have been before.

Re: [gentoo-user] Re: Kernel Modules

2011-06-15 Thread Peter Humphrey
On Wednesday 15 June 2011 17:25:23 Neil Bothwick wrote: On Wed, 15 Jun 2011 17:07:01 +0100, Peter Humphrey wrote: I'd like to use this but I don't have shopt. Which package is it in? If I ask Google I get a list of places to buy T-shirts. It's a Bash built-in. Hmm. It seems that the

Re: [gentoo-user] RE: Kernel Modules

2011-06-13 Thread YoYo Siska
On Sat, Jun 11, 2011 at 08:35:52AM +0700, Pandu Poluan wrote: -original message- Subject: Re: [gentoo-user] Re: Kernel Modules From: Dale rdalek1...@gmail.com Date: 2011-06-11 03:05 I notice a really long list of things when I do this: eselect bashcomp list Is there a way to just

[gentoo-user] Re: Kernel Modules

2011-06-10 Thread Nikos Chantziaras
On 06/09/2011 09:52 PM, Bill Longman wrote: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git Wasn't on this list that I saw the correct procedure for

Re: [gentoo-user] RE: Kernel Modules

2011-06-10 Thread Paul Hartman
On Thu, Jun 9, 2011 at 8:41 PM, Pandu Poluan pa...@poluan.info wrote: eselect bashcomp enable gentoo eselect bashcomp enable eselect I always do those when doing a new install. Of course, don't forget to do USE=bash-completion and the subsequent emerge --update --newuse --deep @world ;)

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Dale
Nikos Chantziaras wrote: On 06/09/2011 09:52 PM, Bill Longman wrote: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git Wasn't on this list that I saw the

[gentoo-user] RE: Kernel Modules

2011-06-10 Thread Pandu Poluan
-original message- Subject: Re: [gentoo-user] Re: Kernel Modules From: Dale rdalek1...@gmail.com Date: 2011-06-11 00:41 Nikos Chantziaras wrote: On 06/09/2011 09:52 PM, Bill Longman wrote: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by bit

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Dale
Paul Hartman wrote: See Pandu's latest message in this thread. Once you enable it like he showed, it'll work like this: # eselectpressed tab twice here bashcomp boost ctags fontconfig java-vm locale news pager python usage

[gentoo-user] Re: Kernel Modules

2011-06-10 Thread Nikos Chantziaras
On 06/10/2011 10:08 PM, Dale wrote: Paul Hartman wrote: See Pandu's latest message in this thread. Once you enable it like he showed, it'll work like this: # eselectpressed tab twice here bashcomp boost ctags fontconfig java-vm locale news pager python usage visual binutils --brief editor help

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Dale
Nikos Chantziaras wrote: On 06/10/2011 10:08 PM, Dale wrote: Paul Hartman wrote: See Pandu's latest message in this thread. Once you enable it like he showed, it'll work like this: # eselectpressed tab twice here bashcomp boost ctags fontconfig java-vm locale news pager python usage visual

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Paul Hartman
On Fri, Jun 10, 2011 at 3:05 PM, Dale rdalek1...@gmail.com wrote: I notice a really long list of things when I do this: eselect bashcomp list Is there a way to just enable them all? The wiki has a bunch of info, including a command to set them all at once. I've pasted it below, but e-mail

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Paul Hartman
On Fri, Jun 10, 2011 at 2:08 PM, Dale rdalek1...@gmail.com wrote: We need to start a thread and list all the NEATO things like this that others may not know about.  Sound like a idea? Additional sources of fun info: Gentoo Tips, Tricks Documentation forum:

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Dale
Paul Hartman wrote: On Fri, Jun 10, 2011 at 3:05 PM, Dalerdalek1...@gmail.com wrote: I notice a really long list of things when I do this: eselect bashcomp list Is there a way to just enable them all? The wiki has a bunch of info, including a command to set them all at once. I've

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Mick
On Friday 10 Jun 2011 19:18:06 Paul Hartman wrote: On Fri, Jun 10, 2011 at 12:41 PM, Dale rdalek1...@gmail.com wrote: Nikos Chantziaras wrote: On 06/09/2011 09:52 PM, Bill Longman wrote: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Paul Hartman
On Fri, Jun 10, 2011 at 4:34 PM, Mick michaelkintz...@gmail.com wrote: Not here: # eselect bashcomp list Available completions:  [1]   gdbus  [2]   gsettings # eselect bashcomp enable eselect !!! Error: /usr/share/bash-completion/eselect doesn't exist Looks like maybe you didn't have the

Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Mick
On Friday 10 Jun 2011 22:42:21 Paul Hartman wrote: On Fri, Jun 10, 2011 at 4:34 PM, Mick michaelkintz...@gmail.com wrote: Not here: # eselect bashcomp list Available completions: [1] gdbus [2] gsettings # eselect bashcomp enable eselect !!! Error:

[gentoo-user] RE: Kernel Modules

2011-06-10 Thread Pandu Poluan
-original message- Subject: Re: [gentoo-user] Re: Kernel Modules From: Dale rdalek1...@gmail.com Date: 2011-06-11 03:05 I notice a really long list of things when I do this: eselect bashcomp list Is there a way to just enable them all? Is there some that should NOT be enabled, maybe for good

Re: [gentoo-user] RE: Kernel Modules

2011-06-10 Thread Dale
Pandu Poluan wrote: Personally, I do some cherry-picking and enable a bashcomp when I found out I need it. I have 2 concerns (which may or may not be true): 1. It will make bash (or the whole system) slower 2. For some commands I *might* want the standard completion That results in a short

[gentoo-user] Re: Kernel Modules

2011-06-09 Thread Nikos Chantziaras
On 06/09/2011 03:12 PM, Ignas Anikevicius wrote: On 09/06/11 12:06, Alan McKinnon wrote: why you making so much work for yourself? set the /usr/src/linux symlink to each set of installed sources in turn, run emerge @module-rebuild or run module-rebuild rebuild you could even script it cd

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Alan McKinnon
Apparently, though unproven, at 19:32 on Thursday 09 June 2011, Nikos Chantziaras did opine thusly: On 06/09/2011 03:12 PM, Ignas Anikevicius wrote: On 09/06/11 12:06, Alan McKinnon wrote: why you making so much work for yourself? set the /usr/src/linux symlink to each set of installed

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Bill Longman
On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git Wasn't on this list that I saw the correct procedure for eselect? eselect eselect kernel eselect kernel

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Dale
Alan McKinnon wrote: Sure, but I can use ln in my sleep. eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git I'm still not used to eselect and its options. They are sensible but I just haven't

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Alan McKinnon
Apparently, though unproven, at 20:52 on Thursday 09 June 2011, Bill Longman did opine thusly: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Alan McKinnon
Apparently, though unproven, at 21:03 on Thursday 09 June 2011, Dale did opine thusly: Alan McKinnon wrote: Sure, but I can use ln in my sleep. eselect OTOH, is something I always have to run bit by bit to recall the invocation. That's just way too much effort for this here old git

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread YouTube Support
the contact forms located there to send us your question. Original Message Follows: From: Alan McKinnon alan.mckin...@gmail.com Subject: [gentoo-user] Re: Kernel Modules Date: Thu, 9 Jun 2011 21:37:30 +0200 Apparently, though unproven, at 21:03 on Thursday 09 June 2011

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Paul Hartman
On Thu, Jun 9, 2011 at 2:37 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 21:03 on Thursday 09 June 2011, Dale did opine thusly: Alan McKinnon wrote: Sure, but I can use ln in my sleep. eselect OTOH, is something I always have to run bit by bit to

Re: [gentoo-user] Re: Kernel Modules

2011-06-09 Thread Mick
On Thursday 09 Jun 2011 21:06:12 Paul Hartman wrote: On Thu, Jun 9, 2011 at 2:37 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 21:03 on Thursday 09 June 2011, Dale did opine thusly: Alan McKinnon wrote: Sure, but I can use ln in my sleep.

[gentoo-user] RE: Kernel Modules

2011-06-09 Thread Pandu Poluan
-original message- Subject: Re: [gentoo-user] Re: Kernel Modules From: Alan McKinnon alan.mckin...@gmail.com Date: 2011-06-10 02:06 Apparently, though unproven, at 20:52 on Thursday 09 June 2011, Bill Longman did opine thusly: On 06/09/2011 11:18 AM, Alan McKinnon wrote: eselect OTOH