Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Helmut Jarausch
On 05/10/2011 02:36:33 AM, Volker Armin Hemmann wrote: On Sunday 08 May 2011 12:59:57 Helmut Jarausch wrote: On 05/08/2011 11:21:06 AM, Florian Philipp wrote: sys-process/atop shows current CPU freqency I use it to check the effect of sys-power/powernowd why are you using powernowd?

[gentoo-user] Hyperthreading

2011-05-10 Thread Adam Carter
I haven't been able to find clear info on Hyperthreading, but from what I can tell it appears that with Hyperthreading On; 1. per core performance is slightly reduced 2. you can run two threads per core, but there is some contention between threads So, generally, if you have less busy threads

Re: [gentoo-user] win key takes me from X to VT

2011-05-10 Thread Jesús J . Guerrero Botella
2011/4/20 YoYo Siska y...@gl.ksp.sk: On Mon, Apr 18, 2011 at 12:27:03AM +0200, Jesús J. Guerrero Botella wrote: El día 18 de abril de 2011 00:01, Jesús J. Guerrero Botella jesus.guerrero.bote...@gmail.com escribió: Try to reset all shortcuts with: setxkbmap -option It doesn't change

Re: [gentoo-user] Hyperthreading

2011-05-10 Thread Joost Roeleveld
On Tuesday 10 May 2011 12:28:01 Adam Carter wrote: I haven't been able to find clear info on Hyperthreading, but from what I can tell it appears that with Hyperthreading On; 1. per core performance is slightly reduced Not in all circumstances... 2. you can run two threads per core, but there

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Volker Armin Hemmann
On Tuesday 10 May 2011 08:27:42 Helmut Jarausch wrote: On 05/10/2011 02:36:33 AM, Volker Armin Hemmann wrote: On Sunday 08 May 2011 12:59:57 Helmut Jarausch wrote: On 05/08/2011 11:21:06 AM, Florian Philipp wrote: sys-process/atop shows current CPU freqency I use it to check the

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Helmut Jarausch
On 05/10/2011 02:44:26 PM, Volker Armin Hemmann wrote: On Tuesday 10 May 2011 08:27:42 Helmut Jarausch wrote: On 05/10/2011 02:36:33 AM, Volker Armin Hemmann wrote: On Sunday 08 May 2011 12:59:57 Helmut Jarausch wrote: On 05/08/2011 11:21:06 AM, Florian Philipp wrote:

[gentoo-user] Prevent depclean from removing Python-2.6?

2011-05-10 Thread Grant Edwards
I ran emerge --depclean the other day on one of my machines and it removed Python 2.6. I was using Python 2.6 as my default python, and depclean's removal of it broke a _lot_ of stuff. About a half day's worth of hassle later I had Python 2.6 re-installed and my system was again usable. In

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Sebastian Beßler
Am 10.05.2011 16:34, schrieb Helmut Jarausch: Am I missing something? Look at 'grep MHz /proc/cpuinfo' to see if your CPU is throttling correctly. signature.asc Description: OpenPGP digital signature

[gentoo-user] Re: Need Preferred Applications help

2011-05-10 Thread walt
On 05/09/2011 03:44 PM, Michael Sullivan wrote: A couple of weeks ago I switched my gcc profile over and rebuilt everything with emerge -e system and emerge -e world. Now, when I click on a link in Evolution, seamonkey opens to a blank page instead of to the link that I clicked on. I'm using

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Helmut Jarausch
On 05/10/2011 04:42:52 PM, Sebastian Beßler wrote: Am 10.05.2011 16:34, schrieb Helmut Jarausch: Am I missing something? Look at 'grep MHz /proc/cpuinfo' to see if your CPU is throttling correctly. And that tells me that the CPU is running at full speed (3 GHz in my case) although all

Re: [gentoo-user] Prevent depclean from removing Python-2.6?

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 16:40 on Tuesday 10 May 2011, Grant Edwards did opine thusly: I ran emerge --depclean the other day on one of my machines and it removed Python 2.6. I was using Python 2.6 as my default python, and depclean's removal of it broke a _lot_ of stuff. About a half

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Sebastian Beßler
Am 10.05.2011 16:49, schrieb Helmut Jarausch: And that tells me that the CPU is running at full speed (3 GHz in my case) although all CPUs are idle. What does cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor and cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies

[gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Alan McKinnon
Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving my cpu a stress workout. usage is pegged at 100% and .xession-errors is full of junk like this: /usr/bin/nepomukservicestub(13816) Soprano: SQLExecDirect failed on query 'sparql select distinct ?r ?reqProp1 where { { ?r

[gentoo-user] Need more NFS help

2011-05-10 Thread Michael Sullivan
A couple of weeks ago I switched my gcc profile over and rebuilt everything with emerge -e system and emerge -e world. Now, when I restart the computer (any of the three on my LAN), the NFS shares listed in /etc/fstab are not automatically mounted. I can mount them manually with no errors.

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Helmut Jarausch
On 05/10/2011 04:57:05 PM, Sebastian Beßler wrote: Am 10.05.2011 16:49, schrieb Helmut Jarausch: And that tells me that the CPU is running at full speed (3 GHz in my case) although all CPUs are idle. What does cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor userspace and

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Sebastian Beßler
Am 10.05.2011 17:03, schrieb Helmut Jarausch: Do I have to disable the userspace governor? Yes you have to. The userspace governor needs a external programm to set the cpu speed. Set it to ondemand should do the trick because ondemand lets the kernel choose the right cpu speed. Greetings

[gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Grant Edwards
On 2011-05-10, Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 16:40 on Tuesday 10 May 2011, Grant Edwards did opine thusly: I ran emerge --depclean the other day on one of my machines and it removed Python 2.6. I was using Python 2.6 as my default python, and

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Helmut Jarausch
On 05/10/2011 04:57:05 PM, Sebastian Beßler wrote: Am 10.05.2011 16:49, schrieb Helmut Jarausch: And that tells me that the CPU is running at full speed (3 GHz in my case) although all CPUs are idle. What does cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor and cat

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Volker Armin Hemmann
On Tuesday 10 May 2011 16:34:53 Helmut Jarausch wrote: On 05/10/2011 02:44:26 PM, Volker Armin Hemmann wrote: On Tuesday 10 May 2011 08:27:42 Helmut Jarausch wrote: On 05/10/2011 02:36:33 AM, Volker Armin Hemmann wrote: On Sunday 08 May 2011 12:59:57 Helmut Jarausch wrote: On

Re: [gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 17:13 on Tuesday 10 May 2011, Grant Edwards did opine thusly: I think the issue happens because portage does not take eselect choices into account when building it's dep graph, it only uses the DEPENDS in ebuilds. Apparently so. It seems like it ought to

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 17:14 on Tuesday 10 May 2011, Helmut Jarausch did opine thusly: On 05/10/2011 04:57:05 PM, Sebastian Beßler wrote: Am 10.05.2011 16:49, schrieb Helmut Jarausch: And that tells me that the CPU is running at full speed (3 GHz in my case) although

Re: [gentoo-user] Need more NFS help

2011-05-10 Thread Bill Longman
On 05/10/2011 08:02 AM, Michael Sullivan wrote: A couple of weeks ago I switched my gcc profile over and rebuilt everything with emerge -e system and emerge -e world. Now, when I restart the computer (any of the three on my LAN), the NFS shares listed in /etc/fstab are not automatically

Re: [gentoo-user] Check CPU for throttling

2011-05-10 Thread Bill Longman
On 05/10/2011 08:36 AM, Alan McKinnon wrote: I suppose this step-down-through-the-levels nonsense comes from flawed comparisons with combustion engines and turbines - it makes sense to ramp these up and down. It does not make sense to do this with a cpu as a cpu is a completely different

[gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Grant Edwards
On 2011-05-10, Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 17:13 on Tuesday 10 May 2011, Grant Edwards did opine thusly: I think the issue happens because portage does not take eselect choices into account when building it's dep graph, it only uses the

[gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread James
Alan McKinnon alan.mckinnon at gmail.com writes: otherwise. Just enable ondemand, disable everything else, and et the kernel get on with doing what it does best: So this is what you are saying? [*] CPU Frequency scaling │ │ │ │[*] Enable

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Bill Longman
On 05/10/2011 09:34 AM, James wrote: Alan McKinnon alan.mckinnon at gmail.com writes: otherwise. Just enable ondemand, disable everything else, and et the kernel get on with doing what it does best: So this is what you are saying? [*] CPU Frequency scaling

[gentoo-user] consolefont do not start after migration to openrc

2011-05-10 Thread Alexander Tiurin
Hi! I tried add consolefont to boot or default runlevel, but consolefont is not start # /etc/init.d/cosolefont status * status: stopped Can anyone to solve this problem? # grep consolefont /var/log/rc.log /etc/rc.conf rc_shell=/sbin/sulogin rc_logger=YES unicode=YES rc_sys=uml

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Mark Knecht
On Tue, May 10, 2011 at 9:38 AM, Bill Longman bill.long...@gmail.com wrote: On 05/10/2011 09:34 AM, James wrote: Alan McKinnon alan.mckinnon at gmail.com writes: otherwise. Just enable ondemand, disable everything else, and et the kernel get on with doing what it does best: So this is what

[gentoo-user] KDE-4.6 upgrade - no applications

2011-05-10 Thread Mark Knecht
For anyone who has a stable machine, upgrades KDE as per the release from last night and finds, like me, that they had no applications in the applications menu, the command kbuildsycoca4 --noincremental run from the user account should help you get running again. Cheers, Mark

Re: [gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Neil Bothwick
On Tue, 10 May 2011 16:07:24 + (UTC), Grant Edwards wrote: Perhaps having eselect add currently selected slots to the world file would be sufficient? Not the world file, that would be horrible, but they could be added to a spacial set. -- Neil Bothwick Three kinds of people: Those who

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 18:34 on Tuesday 10 May 2011, James did opine thusly: Alan McKinnon alan.mckinnon at gmail.com writes: otherwise. Just enable ondemand, disable everything else, and et the kernel get on with doing what it does best: So this is what you are saying?

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Mick
On Tuesday 10 May 2011 19:05:08 Mark Knecht wrote: On Tue, May 10, 2011 at 9:38 AM, Bill Longman bill.long...@gmail.com wrote: On 05/10/2011 09:34 AM, James wrote: Alan McKinnon alan.mckinnon at gmail.com writes: otherwise. Just enable ondemand, disable everything else, and et the kernel

Re: [gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Mick
On Tuesday 10 May 2011 16:13:41 Grant Edwards wrote: On 2011-05-10, Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 16:40 on Tuesday 10 May 2011, Grant Edwards did opine thusly: I ran emerge --depclean the other day on one of my machines and it removed

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Bill Longman
On 05/10/2011 01:30 PM, Mick wrote: Same with the other virtual core, power management is blank. Am I missing something in my kernel or is my MoBo/CPU feature poor? cat .config | grep CPU_FREQ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set

Re: [gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Mick
On Tuesday 10 May 2011 15:59:22 Alan McKinnon wrote: Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving my cpu a stress workout. usage is pegged at 100% and .xession-errors is full of junk like this: /usr/bin/nepomukservicestub(13816) Soprano: SQLExecDirect failed on

Re: [gentoo-user] consolefont do not start after migration to openrc

2011-05-10 Thread Mick
On Tuesday 10 May 2011 18:38:20 Alexander Tiurin wrote: Hi! I tried add consolefont to boot or default runlevel, but consolefont is not start # /etc/init.d/cosolefont status * status: stopped Can anyone to solve this problem? # grep consolefont /var/log/rc.log /etc/rc.conf

Re: [gentoo-user] Re: Check CPU for throttling

2011-05-10 Thread Mick
On Tuesday 10 May 2011 21:36:40 Bill Longman wrote: On 05/10/2011 01:30 PM, Mick wrote: Same with the other virtual core, power management is blank. Am I missing something in my kernel or is my MoBo/CPU feature poor? It usually comes down to capabilities in your BIOS, Mick. My P4

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-10 Thread Dale
Dale wrote: Here is a update. I been going back and forth with python-updater and revdep-rebuild and it just never seems to finish cleanly. I think it reached a stalemate. So, I'm doing a emerge -e world which will also upgrade KDE. Maybe this will get it going again. Dale :-) :-)

Re: [gentoo-user] consolefont do not start after migration to openrc

2011-05-10 Thread Paul Hartman
On Tue, May 10, 2011 at 12:38 PM, Alexander Tiurin ar...@fromru.com wrote: I tried add consolefont to boot or default runlevel, but consolefont is not start consolefont is in openrc, did you recently upgrade baselayout and friends? Maybe there's some config updates needed.

Re: [gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine thusly: On Tuesday 10 May 2011 15:59:22 Alan McKinnon wrote: Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving my cpu a stress workout. usage is pegged at 100% and .xession-errors is full

[gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Dale
Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a simple works here and I'm X86 or amd64 would be nice. List

Re: [gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Alex Schuster
Alan McKinnon writes: Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine thusly: Have you tried running kdedebug --off area to see if the error logging stop? I don't have such an app as kdedebug. What package provides it? Bash, with 'alias

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Todd Goodman
* Dale rdalek1...@gmail.com [110510 17:29]: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a simple works

Re: [gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Todd Goodman
* Alan McKinnon alan.mckin...@gmail.com [110510 17:26]: Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine thusly: [SNIP] Have you tried running kdedebug --off area to see if the error logging stop? I don't have such an app as kdedebug. What package provides

Re: [gentoo-user] KDE-4.6 upgrade - no applications

2011-05-10 Thread Mick
On Tuesday 10 May 2011 19:36:54 Mark Knecht wrote: For anyone who has a stable machine, upgrades KDE as per the release from last night and finds, like me, that they had no applications in the applications menu, the command kbuildsycoca4 --noincremental run from the user account should

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Alan McKinnon
Apparently, though unproven, at 23:55 on Tuesday 10 May 2011, Dale did opine thusly: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Paul Hartman
On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs?  Is it pretty simple and just works or are there issues?  I'm mostly interested in x86 and amd64 since that is what I have.  

Re: [gentoo-user] KDE-4.6 upgrade - no applications

2011-05-10 Thread Mark Knecht
On Tue, May 10, 2011 at 3:06 PM, Mick michaelkintz...@gmail.com wrote: On Tuesday 10 May 2011 19:36:54 Mark Knecht wrote: For anyone who has a stable machine, upgrades KDE as per the release from last night and finds, like me, that they had no applications in the applications menu, the command

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Florian Philipp
Am 10.05.2011 23:55, schrieb Dale: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a simple works here and I'm

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Alex Schuster
Dale writes: I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a simple works here and I'm X86 or amd64 would be nice.

Re: [gentoo-user] [OT] bash script error

2011-05-10 Thread David Haller
Hello, On Mon, 09 May 2011, Kevin McCarthy wrote: On Mon, May 09, 2011 at 01:44:58PM +0800, Xi Shen wrote: It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute

Re: [gentoo-user] [OT] bash script error

2011-05-10 Thread David Haller
Hello, On Mon, 09 May 2011, JDM wrote: Do as you tried first, but add an eval: eval curl $url -d \mydata\ $curl_opts eval is evil ... -dnh -- Being disintegrated makes me ve-ry an-gry! huff, huff

Re: [gentoo-user] KDE-4.6 upgrade - no applications

2011-05-10 Thread Paul Hartman
On Tue, May 10, 2011 at 5:33 PM, Mark Knecht markkne...@gmail.com wrote: It took me a while to dig out the command from the Gentoo docs. It was there if you read carefully. I'm just quite sleepy today so it took longer than it should of and I didn't want others to panic like I did after the

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Dale
Alex Schuster wrote: Anyway, I think the update is quite safe when you follow the instructions. Wonko After the mess I had with hal and xorg, I hope it is safe. ;-) Thanks to all for the replies. I'm going to back up my /etc directory and give it a whirl. If it gives me

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread covici
Paul Hartman paul.hartman+gen...@gmail.com wrote: On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs?  Is it pretty simple and just works or are there issues?  I'm mostly

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Neil Bothwick
On Tue, 10 May 2011 18:10:40 -0500, Dale wrote: After the mess I had with hal and xorg, I hope it is safe. ;-) Of course it is, but so was hal and xorg for the rest of us :-/ -- Neil Bothwick Anything worth fighting for is worth fighting dirty for. signature.asc Description: PGP

Re: [gentoo-user] Need more NFS help

2011-05-10 Thread Alex Schuster
Bill Longman writes: On 05/10/2011 08:02 AM, Michael Sullivan wrote: A couple of weeks ago I switched my gcc profile over and rebuilt everything with emerge -e system and emerge -e world. Now, when I restart the computer (any of the three on my LAN), the NFS shares listed in /etc/fstab

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Dale
Neil Bothwick wrote: On Tue, 10 May 2011 18:10:40 -0500, Dale wrote: After the mess I had with hal and xorg, I hope it is safe. ;-) Of course it is, but so was hal and xorg for the rest of us :-/ Well some seemed to have no issues with it and just changing the USE flags

Re: [gentoo-user] Hyperthreading

2011-05-10 Thread Adam Carter
In general, for a desktop or server that is doing a lot of different things, HT is likely to improve performance. If the server is dedicated to a single service, there is a distinct chance HT will lead to decreased performance. Thanks Joost! That certainly helps.

Re: [gentoo-user] Need more NFS help

2011-05-10 Thread Bill Longman
On 05/10/2011 04:39 PM, Alex Schuster wrote: Bill Longman writes: You're barking up the wrong tree. Show your rc-status -a and you'll see a few nfs-related services that you've not added to default run level. I don't say that's not true, but wouldn't this be a bug, and the nfsmount init

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Adam Carter
I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a simple works here and I'm X86 or amd64 would be nice. List issues if

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Manuel McLure
On Tue, May 10, 2011 at 2:55 PM, Dale rdalek1...@gmail.com wrote: I was curious, what's the results of the openrc update for people that have done theirs?  Is it pretty simple and just works or are there issues?  I'm mostly interested in x86 and amd64 since that is what I have.  Just a simple

[gentoo-user] /etc/conf.d/net syntax under new baselayout?

2011-05-10 Thread Walter Dnes
I tried to follow the instructions for the baselayout upgrade... - good news - the system boots - bad news - networking is totally broken - really good news - I have a hot backup machine, which I'm sending this message from G DMESG does show the Via-Rhine card coming up, and I do not use

Re: [gentoo-user] /etc/conf.d/net syntax under new baselayout?

2011-05-10 Thread William Hubbs
Hi Walter, On Tue, May 10, 2011 at 08:19:10PM -0400, Walter Dnes wrote: config_eth0= The quote on the line below this should be moved up, so it looks like: config_eth0= 192.168.123.249/29 broadcast 192.168.123.255 mtu 1454 169.254.1.3/16 broadcast 169.254.255.255 routes_eth0= Same here:

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Leonardo Guilherme
Works without a flaw. x86 here. Leonardo 2011/5/10 Manuel McLure man...@mclure.org On Tue, May 10, 2011 at 2:55 PM, Dale rdalek1...@gmail.com wrote: I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Indi
On Wed, May 11, 2011 at 12:20:02AM +0200, Paul Hartman wrote: On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs?  Is it pretty simple and just works or are there issues?  I'm

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Jim Burwell
On 5/10/2011 18:25, Indi wrote: On Wed, May 11, 2011 at 12:20:02AM +0200, Paul Hartman wrote: On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just

[gentoo-user] Re: Prevent depclean from removing Python-2.6?

2011-05-10 Thread Grant Edwards
On 2011-05-10, Mick michaelkintz...@gmail.com wrote: Apparently so. It seems like it ought to pay attention to eselect. If I've explicitly configured my system to use 2.6 instead of 2.7, removing 2.6 doesn't seem like a good thing... I am not sure I understand: If you eselect python 2.7

[gentoo-user] Re: [SOLVED] /etc/conf.d/net syntax under new baselayout?

2011-05-10 Thread Walter Dnes
On Tue, May 10, 2011 at 07:42:21PM -0500, William Hubbs wrote Hi Walter, On Tue, May 10, 2011 at 08:19:10PM -0400, Walter Dnes wrote: config_eth0= The quote on the line below this should be moved up, so it looks like: config_eth0= ELVIS Thank you, thank you, thank you verrry verrry

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Walter Dnes
On Tue, May 10, 2011 at 04:55:01PM -0500, Dale wrote Hi folks, I was curious, what's the results of the openrc update for people that have done theirs? Is it pretty simple and just works or are there issues? I'm mostly interested in x86 and amd64 since that is what I have. Just a

[gentoo-user] openrc updated, but...

2011-05-10 Thread meino . cramer
Hi, after updated to openrc (nearly) successfully, two questions are remaining: # What can be removed from /etc beside /etc/conf.d/rc ? # With my old setup I had a /etc/conf.d/net, which does: preup() { ifconfig eth1 hw ether 00:15:F2:18:B0:20 up

[gentoo-user] rdate stopped working, and I just upgraded to baselayout 2

2011-05-10 Thread Walter Dnes
Like the subject says, rdate has stopped working for me. I tried different timeservers, with and without iptables firewall, and it always times out. /var/log/portage shows that I emerged the current version of rdate back in early August last year. I just updated to baselayout 2 so I wonder if

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Walter Dnes
Possibly one more problem, rdate seems to have stopped working for me. I've opened a separate thread on that. -- Walter Dnes waltd...@waltdnes.org

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Dale
Dale wrote: Well some seemed to have no issues with it and just changing the USE flags was it. Not for me tho. Got locked out of my own system with no mouse or keyboard. I never did get that thing to work either. This however seems to have worked. I emerged them, ran etc-update which

Re: [gentoo-user] nepomuk/virtuoso using 100% cpu

2011-05-10 Thread Mick
On Tuesday 10 May 2011 23:00:30 Alex Schuster wrote: Alan McKinnon writes: Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine thusly: Have you tried running kdedebug --off area to see if the error logging stop? I don't have such an app as kdedebug. What

Re: [gentoo-user] openrc updated, but...

2011-05-10 Thread Thanasis
on 05/11/2011 06:15 AM meino.cra...@gmx.de wrote the following: Hi, after updated to openrc (nearly) successfully, two questions are remaining: # What can be removed from /etc beside /etc/conf.d/rc ? # With my old setup I had a /etc/conf.d/net, which does:

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread justin
On 11/05/11 04:07, Jim Burwell wrote: On 5/10/2011 18:25, Indi wrote: On Wed, May 11, 2011 at 12:20:02AM +0200, Paul Hartman wrote: On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for people that have done

Re: [gentoo-user] How's the openrc update going for everyone?

2011-05-10 Thread Mick
On Wednesday 11 May 2011 03:07:32 Jim Burwell wrote: On 5/10/2011 18:25, Indi wrote: On Wed, May 11, 2011 at 12:20:02AM +0200, Paul Hartman wrote: On Tue, May 10, 2011 at 4:55 PM, Dale rdalek1...@gmail.com wrote: Hi folks, I was curious, what's the results of the openrc update for