Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Peter Humphrey
On Monday 26 July 2010 21:46:40 Mick wrote:
> On Monday 26 July 2010 19:04:16 Alex Schuster wrote:
> > Isn't there also some other SCSI stuff (which does not get selected
> > automatically), necessary to make the new ATA drivers actually
> > work?
> 
> You mean:
> 
> Device Drivers  --->
>  Generic Driver Options  --->
>   <*> Serial ATA and Parallel ATA drivers  --->
> [*] ATA SFF support
> 
> Symbol: ATA [=y]
> Prompt: Serial ATA and Parallel ATA drivers

I did  have that selected, of course.

> I also have a P4 but I haven't yet switched off the deprecated
> drivers.  Will have a go later in the week and see what gives.

I'll be interested to hear how you get on.

-- 
Rgds
Peter.  Linux Counter 5290, 1994-04-23.



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Mick
On Monday 26 July 2010 19:04:16 Alex Schuster wrote:
> Peter Humphrey writes:
> > On Monday 26 July 2010 16:13:19 Mick wrote:
> > > On 26 July 2010 15:11, Peter Humphrey 
> > > 
> > > wrote:
> > > > So udev is wrong in saying CONFIG_IDE should not be set - on that
> > > > old P4 box it has to be to get ICH4 drivers.
> > > 
> > > Hmm, did you try ATA_PIIX, or PATA_MPIIX, or PATA_SCH?
> > 
> > I've just tried it again now, to make sure, and the answer's "yes". I
> > set all of those, and I tried adding PATA_OLDPIIX to see if it helped.
> > It didn't, and neither did the others, so I'll have to go back to
> > CONFIG_IDE.
> 
> Isn't there also some other SCSI stuff (which does not get selected
> automatically), necessary to make the new ATA drivers actually work?

You mean:

Device Drivers  ---> 
 Generic Driver Options  --->
  <*> Serial ATA and Parallel ATA drivers  --->
[*] ATA SFF support

Symbol: ATA [=y] 
Prompt: Serial ATA and Parallel ATA drivers

I also have a P4 but I haven't yet switched off the deprecated drivers.  Will 
have a go later in the week and see what gives.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Dale

Valmor de Almeida wrote:

Mick wrote:
   

On 26 July 2010 17:24, Valmor de Almeida  wrote:
 

I am still running into the same problem since a couple of days ago. I
tried both

SYNC="rsync://rsync.gentoo.org/gentoo-portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

Is anyone having issues with syncing the portage tree?
   
 

->  emerge --sync
   

Starting rsync with rsync://88.198.83.250/gentoo-portage...
Checking server timestamp ...
 

timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(544) [receiver=3.0.6]
   

Retrying...
 

[snip ...]

 

Alejandro Pino Oreamuno wrote:
   

same problem here with 134.68.240.59 , 88.198.83.249 , 88.198.83.250 ,
140.211.166.189
 

For a couple of weeks I was having problems with
rsync://rsync.europe.gentoo.org/gentoo-portage and changed it to
rsync://rsync.uk.gentoo.org/gentoo-portage - you may want to change it
to the mirror which is nearest to you (and works).  Either try
mirrorselect -i -r -o>>  /mnt/gentoo/etc/make.conf to automatically
find a suitable rsync server, have a look here for your nearest rsync
server and set it up manually:

http://www.gentoo.org/main/en/mirrors-rsync.xml
 

I tried many of those rsync servers in the gentoo web site. No luck.
Maybe my system is broken. I even tried the uk rsync. Don't know where
to go from here...

Thanks,


--
Valmor
   


I just synced to this server.  It worked fine.  You may want to try it.  
If it doesn't work, then you know something is wrong on your end, if it 
does, then there is something weird going on.  From my make.conf:


SYNC="rsync://rsync21.us.gentoo.org/gentoo-portage"

By the way, they don't limit the number of syncs you can do each day 
either.


Dale

:-)  :-)



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Alex Schuster
Peter Humphrey writes:

> On Monday 26 July 2010 16:13:19 Mick wrote:
> > On 26 July 2010 15:11, Peter Humphrey 
> > wrote:
> > > So udev is wrong in saying CONFIG_IDE should not be set - on that
> > > old P4 box it has to be to get ICH4 drivers.
> > 
> > Hmm, did you try ATA_PIIX, or PATA_MPIIX, or PATA_SCH?
> 
> I've just tried it again now, to make sure, and the answer's "yes". I
> set all of those, and I tried adding PATA_OLDPIIX to see if it helped.
> It didn't, and neither did the others, so I'll have to go back to
> CONFIG_IDE.

Isn't there also some other SCSI stuff (which does not get selected 
automatically), necessary to make the new ATA drivers actually work?

Wonko



Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Albert Hopkins
On Mon, 2010-07-26 at 12:38 -0500, Valmor de Almeida wrote:
>  
> Could you post your SYNC value from your /etc/make.conf file?

FYI,

$ qlop -s |tail -n 1
Mon Jul 26 10:09:32 2010 >>> rsync://134.68.240.40/gentoo-portage




Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Albert Hopkins
On Mon, 2010-07-26 at 12:38 -0500, Valmor de Almeida wrote:
> > I had no problems syncing a few hours ago (I'm just using whatever
> the
> > default is).
> > 
> > -a
> > 
> > 
> > 
> Could you post your SYNC value from your /etc/make.conf file?
> 

I don't have a SYNC value in my make.conf.  That's what I meant by
"default".





Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Valmor de Almeida
Mick wrote:
> On 26 July 2010 17:24, Valmor de Almeida  wrote:
>> I am still running into the same problem since a couple of days ago. I
>> tried both
>>
>> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
>> SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
>>
>> Is anyone having issues with syncing the portage tree?
> 
>> -> emerge --sync
> Starting rsync with rsync://88.198.83.250/gentoo-portage...
> Checking server timestamp ...
>> timed out
>> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
>> rsync.c(544) [receiver=3.0.6]
> Retrying...
> [snip ...]
> 
>> Alejandro Pino Oreamuno wrote:
>>> same problem here with 134.68.240.59 , 88.198.83.249 , 88.198.83.250 ,
>>> 140.211.166.189
> 
> For a couple of weeks I was having problems with
> rsync://rsync.europe.gentoo.org/gentoo-portage and changed it to
> rsync://rsync.uk.gentoo.org/gentoo-portage - you may want to change it
> to the mirror which is nearest to you (and works).  Either try
> mirrorselect -i -r -o >> /mnt/gentoo/etc/make.conf to automatically
> find a suitable rsync server, have a look here for your nearest rsync
> server and set it up manually:
> 
> http://www.gentoo.org/main/en/mirrors-rsync.xml

I tried many of those rsync servers in the gentoo web site. No luck.
Maybe my system is broken. I even tried the uk rsync. Don't know where
to go from here...

Thanks,


--
Valmor




Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Peter Humphrey
On Monday 26 July 2010 16:13:19 Mick wrote:
> On 26 July 2010 15:11, Peter Humphrey  
wrote:
> > So udev is wrong in saying CONFIG_IDE should not be set - on that
> > old P4 box it has to be to get ICH4 drivers.
> 
> Hmm, did you try ATA_PIIX, or PATA_MPIIX, or PATA_SCH?

I've just tried it again now, to make sure, and the answer's "yes". I 
set all of those, and I tried adding PATA_OLDPIIX to see if it helped. 
It didn't, and neither did the others, so I'll have to go back to 
CONFIG_IDE.

> Also, make sure you enable BLK_DEV_SR, for some reason I could get a
> box to boot without it.  The box in question is an ancient PIII
> Coppermine!

Hmm. Not surprisingly, that didn't help either.

Thanks anyway.

-- 
Rgds
Peter.  Linux Counter 5290, 1994-04-23.



Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Valmor de Almeida
Albert Hopkins wrote:
> On Mon, 2010-07-26 at 11:24 -0500, Valmor de Almeida wrote:
>> I am still running into the same problem since a couple of days ago. I
>> tried both
>>
>> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
>> SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
>>
>> Is anyone having issues with syncing the portage tree? 
> 
> I had no problems syncing a few hours ago (I'm just using whatever the
> default is).
> 
> -a
> 
> 
> 
Could you post your SYNC value from your /etc/make.conf file?

Thanks,

--
Valmor



Re: [gentoo-user] Re: State of Radeon drivers

2010-07-26 Thread Florian Philipp
Am 26.07.2010 01:01, schrieb James:
> Florian Philipp  f_philipp.fastmail.net> writes:
> 
> 
>> I have a quick question: I plan to buy a notebook with an ATI Mobility
>> Radeon HD 4250. How well would that one work? Can I reasonably expect
>> Suspend2Ram, 3d acceleration etc to work stable?
> 
> Well, lots of good information previously posted. Here's a
> few more tidbits. When ATI video get's older, there's
> always good opensource solutions to keep using it. Nvidia,
> sometimes you toss in garbage can, or use vesa or
> get lucky? Dunno, as I personally avoid Nvidia; other 
> insist on Nvidia. kinda a religious thing with some.
>

Hehe, religious is the right word. I remember a situation at my
workplace: The admin of our departement IT ordered a Linux workstation
with (fully supported) ATI graphics. At the last second he was overruled
by the head of our institute's IT in favor of a completely unsupported
and more expensive NVidia card. Not only did the poor guy have to wait
two more weeks for the shipment to arrive, he was also stuck with the
VESA driver for half a year and unstable NVidia drivers ever since.

Well, thanks everyone who answered! Problem solved.

Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Mick
On 26 July 2010 17:24, Valmor de Almeida  wrote:
>
> I am still running into the same problem since a couple of days ago. I
> tried both
>
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
>
> Is anyone having issues with syncing the portage tree?

> -> emerge --sync
 Starting rsync with rsync://88.198.83.250/gentoo-portage...
 Checking server timestamp ...
> timed out
> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
> rsync.c(544) [receiver=3.0.6]
 Retrying...
[snip ...]

> Alejandro Pino Oreamuno wrote:
>> same problem here with 134.68.240.59 , 88.198.83.249 , 88.198.83.250 ,
>> 140.211.166.189

For a couple of weeks I was having problems with
rsync://rsync.europe.gentoo.org/gentoo-portage and changed it to
rsync://rsync.uk.gentoo.org/gentoo-portage - you may want to change it
to the mirror which is nearest to you (and works).  Either try
mirrorselect -i -r -o >> /mnt/gentoo/etc/make.conf to automatically
find a suitable rsync server, have a look here for your nearest rsync
server and set it up manually:

http://www.gentoo.org/main/en/mirrors-rsync.xml
-- 
Regards,
Mick



Re: [gentoo-user] kdeplasma-addons-4.4.4 fails

2010-07-26 Thread Arttu V.
On 7/26/10, David Kurka  wrote:
> On Tue, Jul 13, 2010 at 9:58 PM, James  wrote:
>
>> Hello,
>>
>> I've manage to update several system (amd64 kde 4.4.4)
>> but one is just giving me fits.
>>
>> I've rebuilt libpng per flameyes blog post:
>> http://blog.flameeyes.eu/2010/06/29/stable-users-libpng-update.
>>
>> I've emerge -e system and used revdep-rebuild
>> many times (clean now). Still kdeplasma-addons fails to
>> build on this one system:
>>
>>  45 Generating ui_LancelotWindowBase.h
>>
>>  python3.1 *
>>  x86_64-pc-linux-gnu-4.4.3 *
>>  dev-util/cmake-2.8.1-r2
>>
>>
>> Any suggestions would be welcome
>>
>
> any updates on this? I'm having exactly the same problem!

I don't have a clue about this, but I'm left wondering. What is the
actual problem or error printout?

Is it a sandbox violation like in bug #257116?

Have you successfully run python-updater after switching to python 3.1?

-- 
Arttu V. -- Running Gentoo is like running with scissors



Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Albert Hopkins
On Mon, 2010-07-26 at 11:24 -0500, Valmor de Almeida wrote:
> I am still running into the same problem since a couple of days ago. I
> tried both
> 
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
> 
> Is anyone having issues with syncing the portage tree? 

I had no problems syncing a few hours ago (I'm just using whatever the
default is).

-a





Re: [gentoo-user] timed out rsync error:

2010-07-26 Thread Valmor de Almeida

I am still running into the same problem since a couple of days ago. I
tried both

SYNC="rsync://rsync.gentoo.org/gentoo-portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

Is anyone having issues with syncing the portage tree?

Thanks,

--
Valmor


-> emerge --sync
>>> Starting rsync with rsync://88.198.83.250/gentoo-portage...
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(544) [receiver=3.0.6]
>>> Retrying...


>>> Starting retry 1 of 3 with rsync://88.198.83.249/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(544) [receiver=3.0.6]
>>> Retrying...


>>> Starting retry 2 of 3 with rsync://134.68.240.59/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(544) [receiver=3.0.6]
>>> Retrying...


>>> Starting retry 3 of 3 with rsync://134.68.240.58/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(544) [receiver=3.0.6]
>>> Exceeded PORTAGE_RSYNC_RETRIES: 3



Alejandro Pino Oreamuno wrote:
> same problem here with 134.68.240.59 , 88.198.83.249 , 88.198.83.250 ,
> 140.211.166.189
> 
> 
> Alejandro




[gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed

2010-07-26 Thread Valmor de Almeida

Hello,

The test code below for writing an image to a file crashes octave. Would
anyone be able to help? I am using octave-3.2.4-r1 and graphicsmagick-1.3.12

Thanks,

--
Valmor


file test.m
---
#! /usr/bin/octave -qf

im = ones(2,2);
im(2,1) = 0.5;
im(1,2) = 0.5;

imwrite(im,"image.png");
--

->  ./test.m
octave: magick/semaphore.c:525: LockSemaphoreInfo: Assertion
`semaphore_info != (SemaphoreInfo *) ((void *)0)' failed.
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted




Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Mick
On 26 July 2010 15:11, Peter Humphrey  wrote:
> On Monday 26 July 2010 12:02:56 Mick wrote:
>
>> Another gotcha is when you disable the deprecated CONFIG_IDE in the
>> kernel and you don't update your grub.conf and /etc/fstab to rename
>> /dev/hda's into /dev/sda's.
>
> Drifting off topic somewhat, when I upgraded udev on my firewall box last
> week I was told I shouldn't have CONFIG_IDE set, so I recompiled the
> kernel without it and lo! a kernel panic during boot. And yes, I had
> changed hdas to sdas.
>
> So udev is wrong in saying CONFIG_IDE should not be set - on that old P4
> box it has to be to get ICH4 drivers.

Hmm, did you try ATA_PIIX, or PATA_MPIIX, or PATA_SCH?

Also, make sure you enable BLK_DEV_SR, for some reason I could get a
box to boot without it.  The box in question is an ancient PIII
Coppermine!
-- 
Regards,
Mick



Re: [gentoo-user] Fwd: Update of mozilla products (firefox, thunderbird, seamonkey) gone "bad"...

2010-07-26 Thread Alex Schuster
pk writes:

> Ok, thanks for the feedback. I've been waiting for the open source
> drivers to mature so that I can rely on them for my needs (incl.
> gaming). Perhaps it's time to check them out... But, again, since I've
> been running the ati-drivers-10.6 for a couple of weeks without
> problems (that includes previous versions of firefox, thunderbird and
> seamonkey) and I upgraded thunderbird, firefox and seamonkey at the
> same time leads me to think that something's changed within these apps
> (and I only have this problem in those three apps)...

Good luck. I have tried the radeon driver from time to time, but never had 
any real success with it. Well, it is working now on one machine, but I 
need TV-Out, and I have temporarily given up on finding out what's wrong 
there, and stick to old kernel, old X and old ati-drivers that still 
support this old card.
On my main computer, radeon drivers get better and better. That is, X now 
starts, it even does 3D acceleration now, but it crashes when I move the 
mouse pointer onto the KDE4 panel.

Wonko



Re: [gentoo-user] Fwd: Update of mozilla products (firefox, thunderbird, seamonkey) gone "bad"...

2010-07-26 Thread Paul Hartman
On Mon, Jul 26, 2010 at 7:58 AM, pk  wrote:
> Yesterday I got an update of said apps (firefox, thunderbird, seamonkey)
> so I updated them (see list of version and possibly related parts
> below). Now all of them exhibit a strange phenomenon: Often, the window,
> or parts thereof are not redrawn, just cleared, which makes it hard to
> see web pages and mail. In order to force a redraw I have to resize the
> app, which is annoying.

Not directly related to your problem (maybe), but I've noticed that
since recent versions, Mozilla applications performance in NX server
is terrible! The screen redraws like crazy and it's almost impossible
to use Thunderbird or Firefox anymore. (I've also noticed this with
certain KDE/Qt programs as well, with Akregator being the worst one.)

Older Mozilla programs like Seamonkey 1.x still work great, though. So
I'm not sure if they're doing some kind of optimized drawing or some
trick that's not fully supported everywhere...



Re: [gentoo-user] Fwd: Update of mozilla products (firefox, thunderbird, seamonkey) gone "bad"...

2010-07-26 Thread pk
On 2010-07-27 01:58, Jake Moe wrote:

> I had a similar issue the other day with Thunderbird (I've been trying
> Chromium lately, so I can't comment on Firefox).  I ended up changing
> drivers from fglrx to radeon, and the issue went away.  I also was
> seeing a slow "redraw" of xterm windows when I switched desktops in
> FVWM; I could see the window being drawn from top to bottom.  That too
> improved with the radeon driver.  However, this is a new build (got a
> new work laptop the other day), so I can't comment on whether older
> versions of Thunderbird had similar issues.

Ok, thanks for the feedback. I've been waiting for the open source
drivers to mature so that I can rely on them for my needs (incl.
gaming). Perhaps it's time to check them out... But, again, since I've
been running the ati-drivers-10.6 for a couple of weeks without problems
(that includes previous versions of firefox, thunderbird and seamonkey)
and I upgraded thunderbird, firefox and seamonkey at the same time leads
me to think that something's changed within these apps (and I only have
this problem in those three apps)...

Best regards

Peter K



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Dale

William Kenworthy wrote:

Might be time for a new setup - amd athlon 2500+ are not so cool these
days :)

BillK

   


Mine still works well.  Just have to blow out the dust every month or so.

Dale

:-)  :-)



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Peter Humphrey
On Monday 26 July 2010 12:02:56 Mick wrote:

> Another gotcha is when you disable the deprecated CONFIG_IDE in the
> kernel and you don't update your grub.conf and /etc/fstab to rename
> /dev/hda's into /dev/sda's.

Drifting off topic somewhat, when I upgraded udev on my firewall box last 
week I was told I shouldn't have CONFIG_IDE set, so I recompiled the 
kernel without it and lo! a kernel panic during boot. And yes, I had 
changed hdas to sdas.

So udev is wrong in saying CONFIG_IDE should not be set - on that old P4 
box it has to be to get ICH4 drivers.

-- 
Rgds
Peter.  Linux Counter 5290, 1994-04-23.



Re: [gentoo-user] Fwd: Update of mozilla products (firefox, thunderbird, seamonkey) gone "bad"...

2010-07-26 Thread Jake Moe
 On 07/26/10 12:58, pk wrote:
> (seems like this message got lost somehow...)
>
> Hi!
>
> Yesterday I got an update of said apps (firefox, thunderbird, seamonkey)
> so I updated them (see list of version and possibly related parts
> below). Now all of them exhibit a strange phenomenon: Often, the window,
> or parts thereof are not redrawn, just cleared, which makes it hard to
> see web pages and mail. In order to force a redraw I have to resize the
> app, which is annoying.
>
> I run the latest ati binary ati-drivers-10.6 which ran fine with the
> previous versions, so I don't think that's the problem.
>
> Does anyone else see this problem or know the solution? It's only
> firefox, seamonkey and thunderbird that exhibits this problem.
>
> x11-libs:cairo-1.8.10:20100723-161942.log
> x11-plugins:enigmail-1.1.2-r1:20100723-172804.log
> www-client:mozilla-firefox-3.6.7:20100723-165946.log
> www-client:seamonkey-2.0.6:20100723-165841.log
> xulrunner-1.9.2.7-r1:20100723-163329.log
> mail-client:thunderbird-3.1.1:20100723-172616.log
>
> Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.4.3, glibc-2.11.2-r0,
> 2.6.34-gentoo-r2_SMP_PREEMPT_100717 i686)
> =
> System uname:
> linux-2.6.34-gentoo-r2_smp_preempt_100717-i686-intel-r-_core-tm-2_quad_cpu_q95...@_2.83ghz-with-gentoo-1.12.13
> Timestamp of tree: Sat, 24 Jul 2010 09:45:02 +
> app-shells/bash: 4.0_p37
> dev-java/java-config: 2.1.11
> dev-lang/python: 2.6.5-r2
> dev-util/cmake:  2.6.4-r3
> sys-apps/baselayout: 1.12.13
> sys-apps/sandbox:1.6-r2
> sys-devel/autoconf:  2.13, 2.65
> sys-devel/automake:  1.7.9-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
> sys-devel/binutils:  2.20.1-r1
> sys-devel/gcc:   4.4.3-r2
> sys-devel/gcc-config: 1.4.1
> sys-devel/libtool:   2.2.6b
> virtual/os-headers:  2.6.30-r1
> ACCEPT_KEYWORDS="x86"
> ACCEPT_LICENSE="* -...@eula dlj-1.1 sun-bcla-java-vm"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=nocona -pipe -fno-delete-null-pointer-checks"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /etc/X11/app-defaults/ /usr/share/X11/xkb
> /usr/share/applications/ /var/lib/hsqldb"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
> /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
> /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d
> /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
> CXXFLAGS="-O2 -march=nocona -pipe -fno-delete-null-pointer-checks"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="assume-digests distlocks fixpackages news parallel-fetch
> protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
> GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
> ftp://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo
> http://ftp.du.se/pub/os/gentoo ftp://ftp.du.se/pub/os/gentoo
> http://mirror.pudas.net/gentoo http://distfiles.gentoo.org
> http://www.ibiblio.org/pub/Linux/distributions/gentoo";
> LANG="en_US.utf8"
> LDFLAGS="-Wl,--as-needed"
> LINGUAS="en sv en_GB sv_SE sv-SE en_US"
> MAKEOPTS="-j5"
> PKGDIR="/usr/portage/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --compress --force --whole-file --delete --stats --timeout=180
> --exclude=/distfiles --exclude=/local --exclude=/packages"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise
> /usr/local/portage/layman/science /usr/local/portage"
> SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
> USE="X a52 aac acl acpi aim alsa ansi asf audiofile avi bash-completion
> bcmath berkdb bitmap-fonts blas bzip2 bzlib cairo caps cdparanoia cdr
> cli cracklib crypt cscope css ctype cups cxx dga divx4linux dlloader doc
> dri dts dv dvb dvd dvdr dvdread emacs encode examples exif fbcon ffmpeg
> fftw filepicker fits flac foomaticdb fortran freetype ftp gd gdbm gif
> gimp ginac glitz glut gmp gnutls gphoto2 gpm gtk2 guile iconv icq
> imagemagick imap imlib jabber java jpeg junit kerberos ladcca lapack
> latex lcms leim libdts liblzo libwww lm_sensors mad matroska memlimit
> mhash mime mjpeg mmap mmx mng modules mozilla moznopango mozsvg mp3 mpeg
> mplayer mudflap mythtv ncurses nls nowin noxft nptl nptlonly ogg openal
> openexr opengl openmp pam pcntl pcre pdf pdflib perl pic pie plotutils
> png posix postgresql ppds pppd ptp2 python qhull quicktime readline
> recode reflection restrict-javascript ruby sasl scanner schroedinger sdl
> session shared sharedmem smp sndfile sockets sox speex spl sse sse2 ssl
> svg sysfs sysvipc szip tcltk tcpd tetex theora threads tiff timidity
> toolame truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd
> videos vorbis win32codecs wmf wxgtk1 x264 x86 xanim xforms xine xorg xpm
> xv xvid xvmc zlib zvbi" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm
> alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug
> ladspa lfloat linear meter mmap_emul mulaw multi nul

Re: [gentoo-user] KDE control center missing?

2010-07-26 Thread Hasan SAHIN

 25-07-2010 18:56, Dale yazmış:

Alex Schuster wrote:

Kevin O'Gorman writes:


I'm using KDE 4 on Gentoo, and I want to add a few items to the "K"
(application launcher) menu.
I thought the control center was the thing to use, and the online help
manual says it should exist on the "K" menu, or as the program
"kcontrol".
That's how it was called in KDE 3, now it's "systemsettings". But you 
are

looking for "kmenuedit", in the kde-base/kmenuedit package.

Wonko



Or just right click on the "K" thingy and select "menu editor".

Dale

:-) :-)

Good trick Dale :)




Re: [gentoo-user] Re: State of Radeon drivers

2010-07-26 Thread Daniel Troeder
Oh yes - considering support time is a really good hint!

Just one thing:

On 07/26/2010 01:01 AM, James wrote:
> http://www.x.org/wiki/radeonhd
The radeonhd driver has been abandoned recently by its last supporter
(Novell), because the "radeon"-driver includes now practically all
features of "radeonhd". So you should look at
http://www.x.org/wiki/radeon

Bye :)
Daniel

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Fwd: Update of mozilla products (firefox, thunderbird, seamonkey) gone "bad"...

2010-07-26 Thread pk
(seems like this message got lost somehow...)

Hi!

Yesterday I got an update of said apps (firefox, thunderbird, seamonkey)
so I updated them (see list of version and possibly related parts
below). Now all of them exhibit a strange phenomenon: Often, the window,
or parts thereof are not redrawn, just cleared, which makes it hard to
see web pages and mail. In order to force a redraw I have to resize the
app, which is annoying.

I run the latest ati binary ati-drivers-10.6 which ran fine with the
previous versions, so I don't think that's the problem.

Does anyone else see this problem or know the solution? It's only
firefox, seamonkey and thunderbird that exhibits this problem.

x11-libs:cairo-1.8.10:20100723-161942.log
x11-plugins:enigmail-1.1.2-r1:20100723-172804.log
www-client:mozilla-firefox-3.6.7:20100723-165946.log
www-client:seamonkey-2.0.6:20100723-165841.log
xulrunner-1.9.2.7-r1:20100723-163329.log
mail-client:thunderbird-3.1.1:20100723-172616.log

Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.4.3, glibc-2.11.2-r0,
2.6.34-gentoo-r2_SMP_PREEMPT_100717 i686)
=
System uname:
linux-2.6.34-gentoo-r2_smp_preempt_100717-i686-intel-r-_core-tm-2_quad_cpu_q95...@_2.83ghz-with-gentoo-1.12.13
Timestamp of tree: Sat, 24 Jul 2010 09:45:02 +
app-shells/bash: 4.0_p37
dev-java/java-config: 2.1.11
dev-lang/python: 2.6.5-r2
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:1.6-r2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.7.9-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -...@eula dlj-1.1 sun-bcla-java-vm"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe -fno-delete-null-pointer-checks"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/X11/app-defaults/ /usr/share/X11/xkb
/usr/share/applications/ /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
/etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d
/etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=nocona -pipe -fno-delete-null-pointer-checks"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch
protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo
http://ftp.du.se/pub/os/gentoo ftp://ftp.du.se/pub/os/gentoo
http://mirror.pudas.net/gentoo http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo";
LANG="en_US.utf8"
LDFLAGS="-Wl,--as-needed"
LINGUAS="en sv en_GB sv_SE sv-SE en_US"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise
/usr/local/portage/layman/science /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi aim alsa ansi asf audiofile avi bash-completion
bcmath berkdb bitmap-fonts blas bzip2 bzlib cairo caps cdparanoia cdr
cli cracklib crypt cscope css ctype cups cxx dga divx4linux dlloader doc
dri dts dv dvb dvd dvdr dvdread emacs encode examples exif fbcon ffmpeg
fftw filepicker fits flac foomaticdb fortran freetype ftp gd gdbm gif
gimp ginac glitz glut gmp gnutls gphoto2 gpm gtk2 guile iconv icq
imagemagick imap imlib jabber java jpeg junit kerberos ladcca lapack
latex lcms leim libdts liblzo libwww lm_sensors mad matroska memlimit
mhash mime mjpeg mmap mmx mng modules mozilla moznopango mozsvg mp3 mpeg
mplayer mudflap mythtv ncurses nls nowin noxft nptl nptlonly ogg openal
openexr opengl openmp pam pcntl pcre pdf pdflib perl pic pie plotutils
png posix postgresql ppds pppd ptp2 python qhull quicktime readline
recode reflection restrict-javascript ruby sasl scanner schroedinger sdl
session shared sharedmem smp sndfile sockets sox speex spl sse sse2 ssl
svg sysfs sysvipc szip tcltk tcpd tetex theora threads tiff timidity
toolame truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd
videos vorbis win32codecs wmf wxgtk1 x264 x86 xanim xforms xine xorg xpm
xv xvid xvmc zlib zvbi" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm
alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug
ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route
share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias
authn_anon authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoind

Re: [gentoo-user] Circular dependencies

2010-07-26 Thread András Csányi
On 26 July 2010 14:08, Alan McKinnon  wrote:

>
> emerge -av1 =glibc-2.10.1-r1
>
> then emerge the rest of world. That version of glibc is OK with gcc-4.1.* and
> breaks the circular loop.
>
> I had to do this very thing this weekend on an old box. Solving it involved
> reading all the ebuilds and writing down their deps to find a path through it
> :-)

Hi Alan,

Thank you! :)

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell



Re: [gentoo-user] Circular dependencies

2010-07-26 Thread Alan McKinnon
On Monday 26 July 2010 13:32:17 András Csányi wrote:
> Hi All,
> 
> Earlier time I did resolve this problem because it was my desktop
> machine. But now this is an virtual machine hosted by Amazon. So, how
> can fix this circular dependencies issue? The portage is synced.
> 
> Thanks for any help!
> 
> [nomerge  ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="fortran mudflap
> nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
> -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
> (-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla"
> [ebuild U ]  sys-libs/glibc-2.11.2 [2.6.1] USE="nls -debug -gd
> -glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla"
> 15,994 kB
> [ebuild  NS   ]   sys-devel/gcc-4.4.3-r2 [4.1.2] USE="fortran mudflap
> nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
> -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
> (-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla" 61,486 kB
> 
> Total: 2 packages (1 upgrade, 1 in new slot), Size of downloads: 77,479 kB
> 
>  * Error: circular dependencies:
> 
> ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
>   ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (buildtime)
> ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
>   ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (buildtime)
> 
>  * Note that circular dependencies can often be avoided by temporarily
>  * disabling USE flags that trigger optional dependencies.


emerge -av1 =glibc-2.10.1-r1

then emerge the rest of world. That version of glibc is OK with gcc-4.1.* and 
breaks the circular loop.

I had to do this very thing this weekend on an old box. Solving it involved 
reading all the ebuilds and writing down their deps to find a path through it 
:-)


-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Circular dependencies

2010-07-26 Thread András Csányi
Hi All,

Earlier time I did resolve this problem because it was my desktop
machine. But now this is an virtual machine hosted by Amazon. So, how
can fix this circular dependencies issue? The portage is synced.

Thanks for any help!

[nomerge  ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="fortran mudflap
nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
-graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
(-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla"
[ebuild U ]  sys-libs/glibc-2.11.2 [2.6.1] USE="nls -debug -gd
-glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla"
15,994 kB
[ebuild  NS   ]   sys-devel/gcc-4.4.3-r2 [4.1.2] USE="fortran mudflap
nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
-graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
(-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla" 61,486 kB

Total: 2 packages (1 upgrade, 1 in new slot), Size of downloads: 77,479 kB

 * Error: circular dependencies:

('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
  ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (buildtime)
('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
  ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread Mick
On 26 July 2010 11:54, William Kenworthy  wrote:

> Fixed it - was grub after all - it renumbered my drives (0 and 1
> swapped :(
>
> Complicated because this was one of the early sata boards with a fake
> raid chip to handle the sata while the old IDE drives were on the normal
> bus.
>
> Further complicated by the bios and raidchip changing drive assignments
> depending on which drive/cd/floppy you booted from (i.e., what grub sees
> as the drive numbers changes when the real OS is booted).  I forgot what
> hoops I had to jump through to get this going originally.
>
> Might be time for a new setup - amd athlon 2500+ are not so cool these
> days :)

Glad you got it working!  Another gotcha is when you disable the
deprecated CONFIG_IDE in the kernel and you don't update your
grub.conf and /etc/fstab to rename /dev/hda's into /dev/sda's.
-- 
Regards,
Mick



Re: [gentoo-user] Problems booting my server - ext2 - e2fsck

2010-07-26 Thread William Kenworthy
On Mon, 2010-07-26 at 09:05 +0800, Bill Kenworthy wrote:
> On Sun, 2010-07-25 at 22:08 +0200, Alan McKinnon wrote:
> > On Sunday 25 July 2010 10:18:33 Dale wrote:
> > > Alan McKinnon wrote:
> > 
> > [snip]
> > 
> > > > When done, reboot as normal and see if the machine boots up properly.
> > > 
> > > And I would stand guard to make sure housekeeping doesn't come around.
> > > ;-)  Cutting power during all this wold not be good.
> > 
> > Here in Africa we use pythons for that.
> > 
> > Real genuine live 10 foot snakes. In a terrarium of course.
> > 
> > Trust me, it takes about 30 seconds after the first housekeeping person 
> > sees 
> > it until none of them goes anywhere near your stuff.
> > 
> > :-)
> > 
> I like the idea of pythons, as they swallow the prey whole its much less
> messy than the redback spiders suggested for use here in West Oz ...
> someone would have to clean up the bodies in the morning.
> 
> Must be a coincidence, didnt update the MBR after installing grub and
> failed to boot this morning - though the signs are more like disk
> failure - even the live CD isnt helping :(
> 
> Another job for tonight when I get home.
> 
> BillK
> 

Fixed it - was grub after all - it renumbered my drives (0 and 1
swapped :(

Complicated because this was one of the early sata boards with a fake
raid chip to handle the sata while the old IDE drives were on the normal
bus.

Further complicated by the bios and raidchip changing drive assignments
depending on which drive/cd/floppy you booted from (i.e., what grub sees
as the drive numbers changes when the real OS is booted).  I forgot what
hoops I had to jump through to get this going originally.

Might be time for a new setup - amd athlon 2500+ are not so cool these
days :)

BillK






Re: [gentoo-user] KDE control center missing?

2010-07-26 Thread Alex Schuster
Neil Bothwick writes:

> On Mon, 26 Jul 2010 01:46:23 +0200, Alex Schuster wrote:
> > > Or just right click on the "K" thingy and select "menu editor".
> > 
> > Yeah, it's right there in K -> Programs -> Settings, but only because
> > I put it there, with kmenuedit.
> 
> Dale was referring to RIGHT clicking the K menu, which give a short
> menu that includes Menu Editor. but I think this only appears if you

> have selected the KDE-for-old-farts (AKA classic) menu layout.

Oh. I stupidly read this as 'just click right on the K thingy', meaning 
'just do it', not 'use the right button'. Yes, it hast the menu editor, 
even though I have the KDE-for-young-dudes menu layout active. Cool, never 
did this before. Or did I? At least I know the option to switch to the old 
menu style from somewhere.

Wonko