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 than
2011/4/20 YoYo Siska :
> 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
>> escribió:
>> >> Try to reset all shortcuts with:
>> >> setxkbmap -option
>> >
>> > It doesn't change anything. The problem starts in
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 th
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 t
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:
> > > >
>
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 ord
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
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 us
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
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
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
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 { {
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. Here'
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
users
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
Sebas
On 2011-05-10, Alan McKinnon 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 depclean's re
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
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:
> > >
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 o
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
> >
> > > cas
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 mo
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
On 2011-05-10, Alan McKinnon 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
>> > DEPENDS in ebu
Alan McKinnon 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 CPUfreq debugg
On 05/10/2011 09:34 AM, James wrote:
> Alan McKinnon 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
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"
rc_tty_num
On Tue, May 10, 2011 at 9:38 AM, Bill Longman wrote:
> On 05/10/2011 09:34 AM, James wrote:
>> Alan McKinnon 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?
>>
>
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
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
Apparently, though unproven, at 18:34 on Tuesday 10 May 2011, James did opine
thusly:
> Alan McKinnon 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?
>
>
> [*]
On Tuesday 10 May 2011 19:05:08 Mark Knecht wrote:
> On Tue, May 10, 2011 at 9:38 AM, Bill Longman
wrote:
> > On 05/10/2011 09:34 AM, James wrote:
> >> Alan McKinnon gmail.com> writes:
> >>> otherwise. Just enable ondemand, disable everything else, and et the
> >>> kernel
> >>
> >>> get on with
On Tuesday 10 May 2011 16:13:41 Grant Edwards wrote:
> On 2011-05-10, Alan McKinnon 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.
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
> CONF
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 fail
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
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
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
:-) :-)
On Tue, May 10, 2011 at 12:38 PM, Alexander Tiurin 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.
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
> >
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
Alan McKinnon writes:
> Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine
> thusly:
>> Have you tried running kdedebug --off to see if the error logging
>> stop?
>
> I don't have such an app as kdedebug. What package provides it?
Bash, with 'alias kdedebug=kdebugdia
* Dale [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 here and I'm
* Alan McKinnon [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 to see if the error logging
> > stop?
>
> I don't have such an app as kdedebug. What package provides it?
I think he mean
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 sho
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 sin
On Tue, May 10, 2011 at 4:55 PM, 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 simple
> w
On Tue, May 10, 2011 at 3:06 PM, Mick 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
>>
>> kbuildsycoca
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
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 nic
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_
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!"
On Tue, May 10, 2011 at 5:33 PM, Mark Knecht 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 upgrade and before
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 prob
Paul Hartman wrote:
> On Tue, May 10, 2011 at 4:55 PM, 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
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 signatur
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 /et
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 was
>
> 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.
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 i
>
> 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
On Tue, May 10, 2011 at 2:55 PM, Dale 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
> works here and
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
DMESG does show the Via-Rhine card coming up, and I do not use mo
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:
r
Works without a flaw. x86 here.
Leonardo
2011/5/10 Manuel McLure
> On Tue, May 10, 2011 at 2:55 PM, Dale 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 inter
On Wed, May 11, 2011 at 12:20:02AM +0200, Paul Hartman wrote:
> On Tue, May 10, 2011 at 4:55 PM, 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
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 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" o
On 2011-05-10, Mick 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 and run python-up
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="
Thank you, thank you, thank you verrry ve
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
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
retur
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
Possibly one more problem, rdate seems to have stopped working for me.
I've opened a separate thread on that.
--
Walter Dnes
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 ha
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 to see if the error logging
> >> stop?
> >
> > I don't have such an app as
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:
>
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 wrote:
Hi folks,
I was curious, what's the results of the openrc update for people that have
done t
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 wrote:
> >>> Hi folks,
> >>>
> >>> I was curious, what's the results of the openrc update for people
110510 Dale wrote:
> what's the results of the openrc update for people that have done theirs?
On amd64 here no problem, despite being half-asleep at the time.
It worried at the 2nd line of Init msgs that I hadn't set rc_sys ,
but that was fixed when I uncommented the default "" in /etc/rc.con
Philip Webb wrote:
110510 Dale wrote:
what's the results of the openrc update for people that have done theirs?
On amd64 here no problem, despite being half-asleep at the time.
It worried at the 2nd line of Init msgs that I hadn't set rc_sys ,
but that was fixed when I uncommented th
79 matches
Mail list logo