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

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

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

2010-07-26 Thread Mick
On 26 July 2010 11:54, William Kenworthy bi...@iinet.net.au 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.

[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

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!

Re: [gentoo-user] Circular dependencies

2010-07-26 Thread András Csányi
On 26 July 2010 14:08, Alan McKinnon alan.mckin...@gmail.com 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

[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,

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

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

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,

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

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] 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

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 pete...@coolmail.se 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

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

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

2010-07-26 Thread Mick
On 26 July 2010 15:11, Peter Humphrey pe...@humphrey.ukfsn.org 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

[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;

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

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

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

2010-07-26 Thread Arttu V.
On 7/26/10, David Kurka david.ku...@gmail.com wrote: On Tue, Jul 13, 2010 at 9:58 PM, James wirel...@tampabay.rr.com 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:

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

2010-07-26 Thread Mick
On 26 July 2010 17:24, Valmor de Almeida val.gen...@gmail.com 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

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

2010-07-26 Thread Florian Philipp
Am 26.07.2010 01:01, schrieb James: Florian Philipp lists at 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,

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

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 pe...@humphrey.ukfsn.org 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

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 val.gen...@gmail.com 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

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

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] 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 pe...@humphrey.ukfsn.org 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

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 Almeidaval.gen...@gmail.com 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

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 pe...@humphrey.ukfsn.org wrote: So udev is wrong in saying CONFIG_IDE should not be set - on that old P4 box it has to

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