Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Neil Bothwick
On Thu, 27 Feb 2014 10:22:24 +1100, wraeth wrote: Neil Bothwick wrote: I hate when you have to enable something else for the one you are looking for to show up. No I didn't, Dale wrote that. Pro-tip: In menuconfig you can press z to show all available kernel options regardless of

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Peter Humphrey
On Wednesday 26 Feb 2014 16:41:22 Tanstaafl wrote: On 2/26/2014 3:05 PM, Neil Bothwick n...@digimed.co.uk wrote: Run make menuconfig Press / Type FHANDLE Then you can see it is enabled by switching on systemd support in the Gentoo specific options. I did say that I know how

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Andrew Savchenko
Hi, On Thu, 27 Feb 2014 08:04:01 +0200 Alan McKinnon wrote: # eselect news read 10 2014-02-25-udev-upgrade Title Upgrade to =sys-fs/udev-210 AuthorSamuli Suominen ssuomi...@gentoo.org Posted2014-02-25 Revision

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread thegeezer
On 02/27/2014 06:04 AM, Alan McKinnon wrote: On 26/02/2014 21:58, Tanstaafl wrote: Hello all, This is for those of use who to choose to roll our kernels by hand... So, am I missing something? Given the most recent gentoo news item: # eselect news read 10 2014-02-25-udev-upgrade

Re: [gentoo-user] Fwd: How about the gentoo server or cluster in production environment?

2014-02-27 Thread Nick Cameo
Just because google does it, does not mean it's right. If you are going to make a suggestion, please make it an educated one. For example: I prefer RHEL because of it's mature GFS, and CMAN support which is Red Hat's implementation of global file system and cluster computing. Or you could even

Re: [gentoo-user] Modifying Suspend Script?

2014-02-27 Thread Poison BL.
On Wed, Feb 26, 2014 at 9:35 PM, Lee ny6...@gmail.com wrote: Hi, I always need to reconnect my laptop pcmcia wireless card to my WAP when awaking from suspend. It would be nice if I could add two commands, ifconfig and dhpcd, to the script which controls awaking from suspend. Anyone know which

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Dan Johansson
On 26.02.2014 22:24, Poison BL. wrote: On Wed, Feb 26, 2014 at 2:58 PM, Tanstaafl tansta...@libertytrek.org wrote: Hello all, This is for those of use who to choose to roll our kernels by hand... So, am I missing something? Given the most recent gentoo news item: # eselect news read 10

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Tanstaafl
On 2/27/2014 12:24 PM, Dan Johansson d...@dmj.nu wrote: On 26.02.2014 22:24, Poison BL. wrote: When I search FHANDLE in menuconfig I get: │ Symbol: FHANDLE [=y] │ Type : boolean │ Prompt: open by fhandle syscalls │ Location: │ (1) - General setup │ Defined at

Re: [gentoo-user] Fwd: How about the gentoo server or cluster in production environment?

2014-02-27 Thread Facundo Curti
Debian, and Ubuntu are desktop platforms. Yes they are widely used in production server environments (the slow ones that is) however, our last experience with Debian squeeze as a whole (ie, source tree, reliability, performance), was inhospitable. Dare I say, it was making as nauseated as we

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread thegeezer
On 02/27/2014 05:24 PM, Dan Johansson wrote: On 26.02.2014 22:24, Poison BL. wrote: On Wed, Feb 26, 2014 at 2:58 PM, Tanstaafl tansta...@libertytrek.org wrote: Hello all, This is for those of use who to choose to roll our kernels by hand... So, am I missing something? Given the most

Re: [gentoo-user] Modifying Suspend Script?

2014-02-27 Thread Canek Peláez Valdés
On Wed, Feb 26, 2014 at 8:35 PM, Lee ny6...@gmail.com wrote: Hi, I always need to reconnect my laptop pcmcia wireless card to my WAP when awaking from suspend. Something similar happens with my bluetooth dongle; I need to stop the service, unload the kernel module, load it again, and start the

[gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread Grant Edwards
On 2014-02-27, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-02-27, Alan McKinnon alan.mckin...@gmail.com wrote: make menuconfig press / type CONFIG_FHANDLE press enter profit!!! [Note the lack of ??? in the list] works like searching in vi or less The issue I occasionally

[gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread Grant Edwards
On 2014-02-27, Alan McKinnon alan.mckin...@gmail.com wrote: make menuconfig press / type CONFIG_FHANDLE press enter profit!!! [Note the lack of ??? in the list] works like searching in vi or less The issue I occasionally have with that is that it only tells you the name of the CONFIG_

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Poison BL.
On Thu, Feb 27, 2014 at 12:34 PM, Tanstaafl tansta...@libertytrek.org wrote: On 2/27/2014 12:24 PM, Dan Johansson d...@dmj.nu wrote: On 26.02.2014 22:24, Poison BL. wrote: When I search FHANDLE in menuconfig I get: │ Symbol: FHANDLE [=y] │ Type : boolean │ Prompt: open by

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Alan McKinnon
On 27/02/2014 19:24, Dan Johansson wrote: This clearly states that the prompt you're looking for is a line that says open by fhandle syscalls under General setup Sure, it's not the absolute simplest interface (i.e. it doesn't give a 'enable this' in the search results) but it does give

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Dale
Poison BL. wrote: On Thu, Feb 27, 2014 at 12:34 PM, Tanstaafl tansta...@libertytrek.org wrote: On 2/27/2014 12:24 PM, Dan Johansson d...@dmj.nu wrote: On 26.02.2014 22:24, Poison BL. wrote: When I search FHANDLE in menuconfig I get: │ Symbol: FHANDLE [=y] │ Type : boolean │

Re: [gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread Alan McKinnon
On 27/02/2014 20:32, Grant Edwards wrote: On 2014-02-27, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-02-27, Alan McKinnon alan.mckin...@gmail.com wrote: make menuconfig press / type CONFIG_FHANDLE press enter profit!!! [Note the lack of ??? in the list] works like searching

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Samuli Suominen
On 27/02/14 19:24, Dan Johansson wrote: On 26.02.2014 22:24, Poison BL. wrote: On Wed, Feb 26, 2014 at 2:58 PM, Tanstaafl tansta...@libertytrek.org wrote: Hello all, This is for those of use who to choose to roll our kernels by hand... So, am I missing something? Given the most recent

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Samuli Suominen
On 27/02/14 21:49, Samuli Suominen wrote: On 27/02/14 19:24, Dan Johansson wrote: On 26.02.2014 22:24, Poison BL. wrote: On Wed, Feb 26, 2014 at 2:58 PM, Tanstaafl tansta...@libertytrek.org wrote: Hello all, This is for those of use who to choose to roll our kernels by hand... So, am I

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Tanstaafl
On 2/27/2014 2:59 PM, Samuli Suominen ssuomi...@gentoo.org wrote: On 27/02/14 21:49, Samuli Suominen wrote: On 27/02/14 19:24, Dan Johansson wrote: On 26.02.2014 22:24, Poison BL. wrote: When I search FHANDLE in menuconfig I get: │ Symbol: FHANDLE [=y] │ Type : boolean │ Prompt:

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Neil Bothwick
On Thu, 27 Feb 2014 18:24:50 +0100, Dan Johansson wrote: But if you press 1 in the example above you will jump directly to the menu item. Clue -- (1) Damn you, why didn't you let us in on this secret year ago? -- Neil Bothwick Pedestrians come in two types: Quick or Dead. signature.asc

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Samuli Suominen
On 27/02/14 22:33, Neil Bothwick wrote: On Thu, 27 Feb 2014 18:24:50 +0100, Dan Johansson wrote: But if you press 1 in the example above you will jump directly to the menu item. Clue -- (1) Damn you, why didn't you let us in on this secret year ago? because Linux 3.8'ish wasn't released

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Neil Bothwick
On Thu, 27 Feb 2014 23:01:28 +0200, Samuli Suominen wrote: Damn you, why didn't you let us in on this secret year ago? because Linux 3.8'ish wasn't released year ago yet? :p :-) But where is this documented? The built in help doesn't mention search at all and there doesn't appear to be

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Peter Humphrey
On Thursday 27 Feb 2014 21:38:54 Alan McKinnon wrote: On 27/02/2014 19:24, Dan Johansson wrote: This clearly states that the prompt you're looking for is a line that says open by fhandle syscalls under General setup Sure, it's not the absolute simplest interface (i.e. it doesn't

[gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread walt
On 02/27/2014 09:58 AM, thegeezer wrote: wow, it's been years that i've been staring at it and trying to find device drivers with bleary eyes. I'm having cataract surgery next month. Care to join me? ;) i can't believe i have missed the obvious for so very long thanks! always happy to

Re: [gentoo-user] Modifying Suspend Script?

2014-02-27 Thread Lee
Many thanks - will try it shortly. On Feb 27, 2014 7:06 AM, Poison BL. poiso...@gmail.com wrote: On Wed, Feb 26, 2014 at 9:35 PM, Lee ny6...@gmail.com wrote: Hi, I always need to reconnect my laptop pcmcia wireless card to my WAP when awaking from suspend. It would be nice if I could add

Re: [gentoo-user] Debian just voted in systemd for default init system in jessie

2014-02-27 Thread Stroller
On Wed, 26 February 2014, at 8:29 pm, Walter Dnes waltd...@waltdnes.org wrote: … * Netscape (under AOL) aimed at becoming a pseudo-OS on top of Windows. We know how that turned out. You appear to be underestimating it - whilst the AOL suite was hated by many of those forced to use it (I