Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Alex Schuster
Mark Knecht writes:

> BTW - EVERY problem I was having when I dealt with this sort of thing
> a couple of months ago was visible in some sense in the Xorg.0.log
> files. I would look for errors, figure out what was causing them,
> mostly being config issues in my case, and then fix them and try
> again. It really paid to sort of dig into that file and try to look
> closely at every warning message along with the more obvious error
> (EE) messages.

There are only two (EE) errors about input devices, because I have them 
configured manually. The warnings:

(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xefffe000 is: 0xefffe000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0x003f is: 0xffc0
No idea what this is.

(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Probably harmless, I have this on my desktop system, too.

That's it.
Then I have some blank/disable messages I do not understand at the bottom. 
On my desktop system, where I at least got some unaccelerated X output with 
the radeon driver, I have some of them, but fewer.

Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe000 0xefffe000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f
(II) RADEON(0): avivo_restore !
Enable CRTC 1 success
Unblank CRTC 1 success
Enable CRTC 0 success
Unblank CRTC 0 success
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) AIGLX: Resuming AIGLX clients after VT switch
Output CRT1 disable success
Output CRT2 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Mode 1280x1024 - 1688 1066 5
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe000 0xefffe000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffc0
freq: 13500
best_freq: 13500
best_feedback_div: 50
best_ref_div: 2
best_post_div: 5
(II) RADEON(0): crtc(0) Clock: mode 135000, PLL 135000
(II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x32(50), pdiv 5
Set CRTC 0 PLL success
Set CRTC Timing success
Set CRTC 0 Overscan success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
crtc 0 YUV disable setup success
Output DAC1 setup success
Output CRT1 enable success
Enable CRTC 0 success
Unblank CRTC 0 success
Output CRT2 disable success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) AIGLX: Suspending AIGLX clients for VT switch
Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe000 0xefffe000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f
(II) RADEON(0): avivo_restore !
Enable CRTC 1 success
Unblank CRTC 1 success
Enable CRTC 0 success
Unblank CRTC 0 success
(II) UnloadModule: "mouse"
(II) UnloadModule: "kbd"
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0x1efff000 at 
0x7fe96dacf000
(II) RADEON(0): [drm] Closed DRM master.


> I also got help on the same ATI list you were pointed out. Very helpful
>  folks.

Thanks, I will go there.

Wonko



Re: [gentoo-user] Re: kernel panic -- finding proper config diff - RESOLVED

2009-10-23 Thread Maxim Wexler
fyi, sound card problems when updating to 2.6.30 seem to be common.
Typically the boot msg is something like "unknown hardware"
"initializing by guess method"

The fix seem to be just to run alsaconf and follow the prompts.

On 10/23/09, Maxim Wexler  wrote:
>>
>> Well, whatever changes you made to .config fixed the original panic,
>> so I'd start by diff'ing the first .config with the new .config (or
>
> After some more tweaking 2.6.30-r7 boots successfully, except for an
> error with the sound card  which should be easy to fix  words>
>
> mw
> .
>



Re: [gentoo-user] ffmpeg-0.5-r1 cannot find libfaad.so.1 when faad USE flag enable

2009-10-23 Thread Xi Shen
great, revdep-rebuild saved me. thanks ;)


On Sat, Oct 24, 2009 at 1:28 PM, Dale  wrote:
> Xi Shen wrote:
>> hi,
>>
>> i am using gentoo x64, just have ffmpeg emerged, and successfully
>> emerged -u world. but when i ran ffmpeg -formats, i got a error
>> message saying that the libfaad.so.1 cannot be found. i check my
>> system, and i only have faad2 emerged. actually, the whole portage
>> tree does not have something like faad1. what lib should i emerge to
>> fix this?
>>
>> currently, i created a symlink from libfaad.so.1 to libfaad.so.2.0.0,
>> and it *looks* like working.
>>
>> maybe there's something wrong with the package dependence?
>>
>>
>>
>
> I would try revdep-rebuild -i and if that comes out fine, try emerge
> -uDNa world.  Sometimes a change in USE can cause a problem or the
> dependencies wasn't calculated deep enough.  The -ND will catch all that.
>
> Hope that helps.
>
> Dale
>
> :-)  :-)
>
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



Re: [gentoo-user] ffmpeg-0.5-r1 cannot find libfaad.so.1 when faad USE flag enable

2009-10-23 Thread Dale
Xi Shen wrote:
> hi,
>
> i am using gentoo x64, just have ffmpeg emerged, and successfully
> emerged -u world. but when i ran ffmpeg -formats, i got a error
> message saying that the libfaad.so.1 cannot be found. i check my
> system, and i only have faad2 emerged. actually, the whole portage
> tree does not have something like faad1. what lib should i emerge to
> fix this?
>
> currently, i created a symlink from libfaad.so.1 to libfaad.so.2.0.0,
> and it *looks* like working.
>
> maybe there's something wrong with the package dependence?
>
>
>   

I would try revdep-rebuild -i and if that comes out fine, try emerge
-uDNa world.  Sometimes a change in USE can cause a problem or the
dependencies wasn't calculated deep enough.  The -ND will catch all that.

Hope that helps.

Dale

:-)  :-) 



[gentoo-user] ffmpeg-0.5-r1 cannot find libfaad.so.1 when faad USE flag enable

2009-10-23 Thread Xi Shen
hi,

i am using gentoo x64, just have ffmpeg emerged, and successfully
emerged -u world. but when i ran ffmpeg -formats, i got a error
message saying that the libfaad.so.1 cannot be found. i check my
system, and i only have faad2 emerged. actually, the whole portage
tree does not have something like faad1. what lib should i emerge to
fix this?

currently, i created a symlink from libfaad.so.1 to libfaad.so.2.0.0,
and it *looks* like working.

maybe there's something wrong with the package dependence?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



Re: [gentoo-user] Re: kernel panic -- finding proper config diff - RESOLVED

2009-10-23 Thread Maxim Wexler
>
> Well, whatever changes you made to .config fixed the original panic,
> so I'd start by diff'ing the first .config with the new .config (or

After some more tweaking 2.6.30-r7 boots successfully, except for an
error with the sound card  which should be easy to fix 

mw
.



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread Maxim Wexler
900a

On 10/23/09, Richard Marza  wrote:
>
> - Original Message -
> From: "walt" 
> To: 
> Sent: Friday, October 23, 2009 6:54 PM
> Subject: [gentoo-user] Re: kernel panic -- finding proper config diff
>
>
>> On 10/23/2009 02:57 PM, Maxim Wexler wrote:
>>> not an idea really but further experience
>>>
>>> Since LiveDvD-10.1 boots, albeit buggily, on the netbook. I tried to
>>> use the kernel config provided with it. I ran make oldconfig then
>>> opened up the menu and whittled away the extraneous modules, built the
>>> new kernel, installed it and rebooted. This time, after a flurry of
>>> red exclamation points, it reached the login and crashed there.
>>
>> Well, whatever changes you made to .config fixed the original panic,
>> so I'd start by diff'ing the first .config with the new .config (or
>> post the new .config here).
>>
>>
>
>
> 
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.423 / Virus Database: 270.14.28/2454 - Release Date: 10/23/09
> 14:09:00
>
> For which netbook are trying to compile a kernel for?
>
>
>



Re: [gentoo-user] Has MySQL become compulsory?

2009-10-23 Thread waltdnes
On Sat, Oct 24, 2009 at 02:02:16AM +0200, Dave Jones wrote

> My question concerns an apparent new requirement for mysql. Your
> asides about xorg-1.6, libxcb, dbus/hal do not seem to be relevant
> in any way.
> 
> Any (helpful) takers out there?

  It looks like yes, MySql is compulsory now.  See...
http://techbase.kde.org/Projects/PIM/Akonadi#Which_DBMS_does_Akonadi_use.3F
read it and weep.

-- 
Walter Dnes 



Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-23 Thread Dale
Alan E. Davis wrote:
>
> I have read a number of different explanations and suggestions, some
> of them regarding an earlier, yet similar, tanglement between versions
> of qt-*.   I've tried a number of suggestions, and I have unmerged and
> remerged packages. 
>
> I am now trying to individually merge packages with dependencies on 
> qt-*-4.5.2.  
>  
> I tried KDE 4.3.1, with some trepidation, and I have happily been
> running gnome, save a couple of nits, and I have run into qt issues in
> the past.  I would like to uninstall kde4 (like it, but not well
> enough to devote so many resources to it, and to have to upgrade
> frequently and painfully).  I would like to remove the KDE 4
> installation, but keep the individual packages depending on kdelibs. 
> (K3b, etc.).  Would this have an impact on this issue?  This is off
> topic, but how to uninstall EXCEPT what I want, of KDE4?   Is this
> reasonable?
>
> Thanks.  I hope to solve this soon,  but it's too early to know
> whether the help on this list was enough.  I changed USE flags, and
> the same messages appear:
>
> <>
>
> Thank you,
>
> Alan
>


Does this help any?

r...@smoker / # eselect news read 6
2009-09-27-qt_use_changes
  Title Qt 4.5.2 default USE flag changes
  AuthorAlex Alexander 
  Posted2009-09-27
  Revision  1

Qt version 4.5.2 has significant changes in the USE flags enabled by
default.

When upgrading, make sure you check and re-enable any USE flags you
need.

Depending on your system and installed packages, you might hit an issue
where Portage is getting confused by this USE flag change, trying to mix
old 4.5.1 ebuilds with new 4.5.2 ones, resulting in blocks.

If this happens to you, please add the offending USE flags (usually
'qt3support' and 'dbus') in your USE= or switch to a desktop profile
(eselect profile list). Check this post [0] for more details on this
issue.

[0] http://www.linuxized.com/p192


r...@smoker / #

I have this in my USE flags and I didn't run into this that I recall.

qt3  qt3support qt4

I think they are planning to remove qt3 in the future.  I'm not sure how
close that future is tho.  I think qt3support is the key here.

Dale

:-)  :-) 



Re: [gentoo-user] Re: Machine reboots immediately when suspended-to-disk

2009-10-23 Thread waltdnes
On Fri, Oct 23, 2009 at 10:04:52AM +0200, Peter Weilbacher wrote

> How would you do history searches without a database?

  If you don't know how, I suggest checking the Firefox 2.x code.  It
worked somehow.

> On Linux using SQLite in Firefox actually slimmed down the browser
> code (compared to the version that still used mork), as it uses the
> system version for the database.

  Yeah sure, just like ie.exe isn't bloated.  Mind you, the "system
libraries" that ie.exe calls are another story.  BTW, "the system
version" was never on my system until FF3.  That's a very transparent
shell game.

-- 
Walter Dnes 



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread Richard Marza


- Original Message - 
From: "walt" 

To: 
Sent: Friday, October 23, 2009 6:54 PM
Subject: [gentoo-user] Re: kernel panic -- finding proper config diff



On 10/23/2009 02:57 PM, Maxim Wexler wrote:

not an idea really but further experience

Since LiveDvD-10.1 boots, albeit buggily, on the netbook. I tried to
use the kernel config provided with it. I ran make oldconfig then
opened up the menu and whittled away the extraneous modules, built the
new kernel, installed it and rebooted. This time, after a flurry of
red exclamation points, it reached the login and crashed there.


Well, whatever changes you made to .config fixed the original panic,
so I'd start by diff'ing the first .config with the new .config (or
post the new .config here).









No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.423 / Virus Database: 270.14.28/2454 - Release Date: 10/23/09 
14:09:00


For which netbook are trying to compile a kernel for? 





Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-23 Thread Alan E. Davis
I have read a number of different explanations and suggestions, some of them
regarding an earlier, yet similar, tanglement between versions of qt-*.
I've tried a number of suggestions, and I have unmerged and remerged
packages.

I am now trying to individually merge packages with dependencies on
qt-*-4.5.2.

I tried KDE 4.3.1, with some trepidation, and I have happily been running
gnome, save a couple of nits, and I have run into qt issues in the past.  I
would like to uninstall kde4 (like it, but not well enough to devote so many
resources to it, and to have to upgrade frequently and painfully).  I would
like to remove the KDE 4 installation, but keep the individual packages
depending on kdelibs.  (K3b, etc.).  Would this have an impact on this
issue?  This is off topic, but how to uninstall EXCEPT what I want, of
KDE4?   Is this reasonable?

Thanks.  I hope to solve this soon,  but it's too early to know whether the
help on this list was enough.  I changed USE flags, and the same messages
appear:

!!! One or more updates have been skipped due to a dependency conflict:

x11-libs/qt-gui:4

  ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r1', 'merge') conflicts with
~x11-libs/qt-gui-4.5.2[-debug] required by ('ebuild', '/',
'x11-libs/qt-webkit-4.5.2-r1', 'merge')

x11-libs/qt-sql:4

  ('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') conflicts with
>=x11-libs/qt-sql-4.5.0:4[mysql] required by ('installed', '/',
'app-office/akonadi-server-1.2.1', 'nomerge')

x11-libs/qt-core:4

  ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r1', 'merge') conflicts with
~x11-libs/qt-core-4.5.2[qt3support,-debug] required by ('ebuild', '/',
'x11-libs/qt-sql-4.5.2', 'merge')

x11-libs/qt-dbus:4

  ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3', 'merge') conflicts with
~x11-libs/qt-dbus-4.5.2[-debug] required by ('ebuild', '/',
'x11-libs/qt-gui-4.5.2-r2', 'merge')


!!! The following update(s) have been skipped due to unsatisfied
dependencies
!!! triggered by backtracking:

x11-libs/qt-assistant:4
x11-libs/qt-svg:4
x11-libs/qt-test:4
x11-libs/qt-script:4
x11-libs/qt-webkit:4
x11-libs/qt-opengl:4

Would you like to merge these packages? [Yes/No]

Thank you,

Alan


Re: [gentoo-user] Has MySQL become compulsory?

2009-10-23 Thread Dave Jones
Alan McKinnon wrote on 24/10/09 01:39:
> On Saturday 24 October 2009 01:25:44 Dave Jones wrote:
>> Ran an eix-sync followed by an emerge -puDNv world.
>> It reported that my 'profile' was no longer supported, and suggested
>> switching to the 'default/linux/x86/10.0/desktop', which I did.

>> Retried the emerge -puDNv world, with the following result:
>> emerge: there are no ebuilds built with USE flags to satisfy
>> ">=x11-libs/qt-sql-4.5.0:4[mysql]".
>> !!! One of the following packages is required to complete your request:
>> - x11-libs/qt-sql-4.5.2 (Change USE: +mysql)
>> (dependency required by "app-office/akonadi-server-1.2.1" [ebuild])
>> (dependency required by "kde-base/kdepimlibs-4.3.1" [ebuild])
>> (dependency required by "kde-base/kdnssd-4.3.1" [ebuild])
>> (dependency required by "kde-base/kcontrol-4.3.1" [ebuild])
>> (dependency required by "kde-base/kdebase-meta-4.3.1" [ebuild])
>> (dependency required by "world" [argument])

>> Result of 'eix x11-libs/qt-sql' :
>> I do not want either mysql or KDE4 on my 'stable' desktop host.
>> Any ideas what's happening?  Or how to fix it without installing mysql?

> This has been hashed to death many many many many times in recent weeks. Just 
> like the KDE upgrade before that, and the libxcb thing, xorg-1.6, and 
> dbus/hal.

> Please search the mail archives. Or read your elogs, it's all in there.

Alan, thank you for your 'RTFM' reply. which is utterly useless either
to me or any other follower of the gentoo-user mail group.

My question concerns an apparent new requirement for mysql. Your asides
about xorg-1.6, libxcb, dbus/hal do not seem to be relevant in any way.

Any (helpful) takers out there?

Cheers, Dave



Re: [gentoo-user] Has MySQL become compulsory?

2009-10-23 Thread Alan McKinnon
On Saturday 24 October 2009 01:25:44 Dave Jones wrote:
> Hi
> 
> Ran an eix-sync followed by an emerge -puDNv world.
> 
> It reported that my 'profile' was no longer supported, and suggested
> switching to the 'default/linux/x86/10.0/desktop', which I did.
> 
> Retried the emerge -puDNv world, with the following result:
> 
> emerge: there are no ebuilds built with USE flags to satisfy
> ">=x11-libs/qt-sql-4.5.0:4[mysql]".
> !!! One of the following packages is required to complete your request:
> - x11-libs/qt-sql-4.5.2 (Change USE: +mysql)
> (dependency required by "app-office/akonadi-server-1.2.1" [ebuild])
> (dependency required by "kde-base/kdepimlibs-4.3.1" [ebuild])
> (dependency required by "kde-base/kdnssd-4.3.1" [ebuild])
> (dependency required by "kde-base/kcontrol-4.3.1" [ebuild])
> (dependency required by "kde-base/kdebase-meta-4.3.1" [ebuild])
> (dependency required by "world" [argument])
> 
> Result of 'eix x11-libs/qt-sql' :
> 
> [I] x11-libs/qt-sql
> Available versions:  (4)  4.4.2 4.4.2-r1 4.5.1 4.5.2 ~4.5.3
> {debug firebird iconv mysql odbc pch postgres qt3support sqlite}
> Installed versions:  4.5.2(4)(20:32:44 10/10/09)(iconv qt3support sqlite
> -debug -firebird -mysql -odbc -pch -postgres)
> 
> I do not want either mysql or KDE4 on my 'stable' desktop host.
> 
> Any ideas what's happening?  Or how to fix it without installing mysql?


This has been hashed to death many many many many times in recent weeks. Just 
like the KDE upgrade before that, and the libxcb thing, xorg-1.6, and 
dbus/hal.

Please search the mail archives. Or read your elogs, it's all in there.


-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Has MySQL become compulsory?

2009-10-23 Thread Dave Jones
Hi

Ran an eix-sync followed by an emerge -puDNv world.

It reported that my 'profile' was no longer supported, and suggested
switching to the 'default/linux/x86/10.0/desktop', which I did.

Retried the emerge -puDNv world, with the following result:

emerge: there are no ebuilds built with USE flags to satisfy
">=x11-libs/qt-sql-4.5.0:4[mysql]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-sql-4.5.2 (Change USE: +mysql)
(dependency required by "app-office/akonadi-server-1.2.1" [ebuild])
(dependency required by "kde-base/kdepimlibs-4.3.1" [ebuild])
(dependency required by "kde-base/kdnssd-4.3.1" [ebuild])
(dependency required by "kde-base/kcontrol-4.3.1" [ebuild])
(dependency required by "kde-base/kdebase-meta-4.3.1" [ebuild])
(dependency required by "world" [argument])

Result of 'eix x11-libs/qt-sql' :

[I] x11-libs/qt-sql
Available versions:  (4)  4.4.2 4.4.2-r1 4.5.1 4.5.2 ~4.5.3
{debug firebird iconv mysql odbc pch postgres qt3support sqlite}
Installed versions:  4.5.2(4)(20:32:44 10/10/09)(iconv qt3support sqlite
-debug -firebird -mysql -odbc -pch -postgres)

I do not want either mysql or KDE4 on my 'stable' desktop host.

Any ideas what's happening?  Or how to fix it without installing mysql?

Cheers, Dave



[gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread walt
On 10/23/2009 02:57 PM, Maxim Wexler wrote:
> not an idea really but further experience
> 
> Since LiveDvD-10.1 boots, albeit buggily, on the netbook. I tried to
> use the kernel config provided with it. I ran make oldconfig then
> opened up the menu and whittled away the extraneous modules, built the
> new kernel, installed it and rebooted. This time, after a flurry of
> red exclamation points, it reached the login and crashed there.

Well, whatever changes you made to .config fixed the original panic,
so I'd start by diff'ing the first .config with the new .config (or
post the new .config here).




Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Mark Knecht
On Fri, Oct 23, 2009 at 2:05 PM, Alex Schuster  wrote:
> Jesús Guerrero writes:
>
>> On Fri, 23 Oct 2009 17:47:44 +0200, Alex Schuster 
>> wrote:
>
>> What kind of blank is it? Do you see the mouse pointer at least? Do the
>> monitor(s) stay on or do they go into standby mode?
>
> The monitors complain about bad frequencies. The TFT then enters standby
> mode, the CRT continues trying to show something, but I only see the
> "frequency out of range" message.
>
>> I've had issues with
>> radeon in the past, and after asking in the mailing list it seemed like
>> some issue with my AGP card. Some developer suggested to try this in the
>> xorg.conf file and it worked for me:
>>
>>   Option      "BusType" "PCIE"
>>
>> And yes, it's an AGP card. The logic behind this is out of my
>> understanding. You can see the thread here:
>>
>> http://article.gmane.org/gmane.comp.freedesktop.xorg.drivers.ati/10628/ma
>> tch=i92guboj
>
> Tried that, but it did not help.
>
>> If you have problems with the radeon (not fglrx or radeonhd) driver, I
>> suggest posting to that list. It's probably the best place to get help if
>> the standard procedures do not work.
>
> Thanks! I will do that.
>
>        Wonko

BTW - EVERY problem I was having when I dealt with this sort of thing
a couple of months ago was visible in some sense in the Xorg.0.log
files. I would look for errors, figure out what was causing them,
mostly being config issues in my case, and then fix them and try
again. It really paid to sort of dig into that file and try to look
closely at every warning message along with the more obvious error
(EE) messages.

I also got help on the same ATI list you were pointed out. Very helpful folks.


Good luck,
Mark



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread Maxim Wexler
not an idea really but further experience

Since LiveDvD-10.1 boots, albeit buggily, on the netbook. I tried to
use the kernel config provided with it. I ran make oldconfig then
opened up the menu and whittled away the extraneous modules, built the
new kernel, installed it and rebooted. This time, after a flurry of
red exclamation points, it reached the login and crashed there.

Is it feasible that I should go back in and compile in that kernel log
option, what's it called? Then after it crashes, reboot into the
working kernel, and see if that log has been created?  Hey, I guess
that counts as an idea :)

BTW, the major problem with the LiveDvD is the tendency for the
syslog(?) console to bleed into all the other consoles -- messages
just popped onto the screen.

mw

On 10/23/09, walt  wrote:
> On 10/22/2009 04:31 PM, walt wrote:
>> On 10/21/2009 11:25 AM, Maxim Wexler wrote:
>
>>> The kernel panicked. The relevant messages are:
>>>
>>> <...>
>>> VFS: Mounted root (ext2 filesystem) readonly on device 8:1,
>>> Freeing unused kernel memory: 276k freed
>>> Warning: unable to open an initial console
>
>>  ...I don't know if that warning is important.
>
> Apparently it is important.  I just discovered /var/log/kern.log,
> which logs things that happen even before / is mounted.
>
> Here is the relevant part:
>
> Oct 23 08:18:39 k2 kernel: EXT3-fs: mounted filesystem with writeback data
> mode.
> Oct 23 08:18:39 k2 kernel: VFS: Mounted root (ext3 filesystem) readonly on
> device 8:7.
> Oct 23 08:18:39 k2 kernel: Freeing unused kernel memory: 256k freed
> Oct 23 08:18:39 k2 kernel: kjournald starting.  Commit interval 5 seconds
> Oct 23 08:18:39 k2 kernel: udev: starting version 141
>
> No such warning for me.  The question is why not?  Any ideas?
>
>
>



Re: [gentoo-user] Gnome doesn't shutdown

2009-10-23 Thread Allan Gottlieb
At Fri, 23 Oct 2009 23:04:04 +0200 Alan McKinnon  
wrote:

> On Friday 23 October 2009 20:38:27 Manuel Fiorelli wrote:
>> 2009/10/23 Allan Gottlieb :
>> > At Fri, 23 Oct 2009 17:23:21 +0200 Manuel Fiorelli 
>  wrote:
>> >> Hello,
>> >> I noticed that Gnome doesn't shutdown anymore. When I press
>> >
>> > I recently had a problem where the evolution data server didn't die
>> 
>> Unfortunately, it doesn't solve my problem. How did you understand
>> that it is evolution
>> to prevent Gnome from shutting down?
>
>
> Maybe becuase evolution has historically been an unstable piece of complete 
> shit that crashes often and corrupts thing, so he investigated it first and 
> got lucky?

Or maybe it was because he finds it so useful that he didn't consider
not using it and investigated (via lsof | grep bin) what was still
around that should be.  In my case I think (but am not sure) the
situation was that I couldn't unmount /usr so couldn't halt cleanly.
I went to single user mode and lsof | grep bin pointed me at esd and
evolution-data-server.

allan



Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Alex Schuster
Jesús Guerrero writes:

> On Fri, 23 Oct 2009 17:47:44 +0200, Alex Schuster 
> wrote:

> What kind of blank is it? Do you see the mouse pointer at least? Do the
> monitor(s) stay on or do they go into standby mode?

The monitors complain about bad frequencies. The TFT then enters standby 
mode, the CRT continues trying to show something, but I only see the 
"frequency out of range" message.

> I've had issues with
> radeon in the past, and after asking in the mailing list it seemed like
> some issue with my AGP card. Some developer suggested to try this in the
> xorg.conf file and it worked for me:
> 
>   Option  "BusType" "PCIE"
> 
> And yes, it's an AGP card. The logic behind this is out of my
> understanding. You can see the thread here:
> 
> http://article.gmane.org/gmane.comp.freedesktop.xorg.drivers.ati/10628/ma
> tch=i92guboj

Tried that, but it did not help.

> If you have problems with the radeon (not fglrx or radeonhd) driver, I
> suggest posting to that list. It's probably the best place to get help if
> the standard procedures do not work.

Thanks! I will do that.

Wonko



Re: [gentoo-user] Gnome doesn't shutdown

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 20:38:27 Manuel Fiorelli wrote:
> 2009/10/23 Allan Gottlieb :
> > At Fri, 23 Oct 2009 17:23:21 +0200 Manuel Fiorelli 
 wrote:
> >> Hello,
> >> I noticed that Gnome doesn't shutdown anymore. When I press
> >
> > I recently had a problem where the evolution data server didn't die
> 
> Unfortunately, it doesn't solve my problem. How did you understand
> that it is evolution
> to prevent Gnome from shutting down?


Maybe becuase evolution has historically been an unstable piece of complete 
shit that crashes often and corrupts thing, so he investigated it first and 
got lucky?


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: Gnome doesn't shutdown

2009-10-23 Thread Manuel Fiorelli
2009/10/23 Alan McKinnon :
> emerging a package is not the same thing as configuring it to run. There would
> have been an elog about it.

The elog was a little long, thus it is possible that I miss to read some lines.

Manuel Fiorelli



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 20:30:46 Mick wrote:
> On Friday 23 October 2009 10:05:33 Alex Schuster wrote:
> > Mick writes:
> > > Hmm ... wonder if this is also why
> > > kdewallet (or modern equivalent) is no longer there?
> >
> > The KDE4 still has the kdewallet which I find quite useful. As I started
> > my KDE4 setup from scratch, I saved the wallet with KDE3.5 and imported
> > that in KDE4.
> 
> It seems that the kwallet does not perform as expected:
> 
> With 3.5 I would fire up kmail (remember I am running xdm/fluxbox not
> kdm/kwin) and when I clicked on 'Check Mail' it caused kwallet to launch
>  and ask me once for the master passwd.
> 
> With kmail4 this does not happen.  The kmail application asks for passwords
> separately for each account of mine without kwallet being launch at all ...
> until I click to send a message!  Then it launches fine and asks for the
> master password.
> 
> I can't call this a bug - but I find it problematic to have to enter 3-4
> account passwds instead of just one.

SOunds like you did not select the "store password" check box in the kmail 
account config dialog.

Without a wallet acive, it will try to read passwords from kmailrc (IIRC)

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Can't block pop3 attack

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 21:49:42 Robin Atwood wrote:
> My syslog is showing zillions of messages:
> 
> Oct 24 02:25:58 opal xinetd[8054]: START: pop-3 pid=16534
>  from=61.134.64.199 Oct 24 02:25:59 opal xinetd[16534]: warning:
>  /etc/hosts.allow, line 7: can't verify hostname:
>  gethostbyname(199.64.134.61.broad.gs.dynamic.163data.com.cn) failed
> Oct 24 02:26:09 opal xinetd[8054]: EXIT: pop-3 status=0 pid=16534
> duration=11(sec)
> 
> I run denyhosts but don't trap pop3 messages so I manually added the IP
> address to /etc/hosts.deny and..., it made absolutely no difference. I run
> qpopper which is compiled with xinetd support and xinetd uses tcpd, so I
> assumed the address would be blocked. Apparently not so. Any ideas?


You have allow ALL ALL early in hosts.allow, or
you have allow pop3 all earlier in hosts.allow 

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: Gnome doesn't shutdown

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 22:16:03 Manuel Fiorelli wrote:
> 2009/10/23 Manuel Fiorelli :
> > Hello,
> > I noticed that Gnome doesn't shutdown anymore. When I press
> > System/Shutdown and I confirm in the prompt, the desktop is cleared
> > but the wallpaper is still visible and the machine doesn't shutdown.
> 
> The problem seems to be disappeared after I add the service "consolekit" to
> the same runlevel of dbus.

Correct
 
> Note: it seems to me that consolekit was pulled in during the last
> update, but I forget it...

emerging a package is not the same thing as configuring it to run. There would 
have been an elog about it.

> Can this be the right solution? Does the Gnome HOWTO need an update?

Well, it is presumed that as a gentoo user, you do read the elogs


-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Re: Gnome doesn't shutdown

2009-10-23 Thread Manuel Fiorelli
2009/10/23 Manuel Fiorelli :
> Hello,
> I noticed that Gnome doesn't shutdown anymore. When I press
> System/Shutdown and I confirm in the prompt, the desktop is cleared
> but the wallpaper is still visible and the machine doesn't shutdown.

The problem seems to be disappeared after I add the service "consolekit" to
the same runlevel of dbus.

Note: it seems to me that consolekit was pulled in during the last
update, but I forget it...

Can this be the right solution? Does the Gnome HOWTO need an update?

Manuel Fiorelli



[gentoo-user] Can't block pop3 attack

2009-10-23 Thread Robin Atwood
My syslog is showing zillions of messages:

Oct 24 02:25:58 opal xinetd[8054]: START: pop-3 pid=16534 from=61.134.64.199
Oct 24 02:25:59 opal xinetd[16534]: warning: /etc/hosts.allow, line 7: can't 
verify hostname: gethostbyname(199.64.134.61.broad.gs.dynamic.163data.com.cn) 
failed
Oct 24 02:26:09 opal xinetd[8054]: EXIT: pop-3 status=0 pid=16534 
duration=11(sec)

I run denyhosts but don't trap pop3 messages so I manually added the IP 
address to /etc/hosts.deny and..., it made absolutely no difference. I run 
qpopper which is compiled with xinetd support and xinetd uses tcpd, so I 
assumed the address would be blocked. Apparently not so. Any ideas?

TIA
-Robin
-- 
--
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
 from "Mandalay" by Rudyard Kipling
--











Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Alex Schuster
Nikos Chantziaras writes:

> Can you post /var/log/Xorg.0.log on http://pastebin.ca ?

Config file and logs are already here: 
http://wonkology.org/~wonko/tmp/tanja/

Wonko



Re: [gentoo-user] Re: What happened to boot.msg?

2009-10-23 Thread William Hubbs
On Fri, Oct 23, 2009 at 07:00:34PM +0100, Peter Ruskin wrote:
> On Friday 23 October 2009 16:11:25 walt wrote:
> > On 10/23/2009 07:18 AM, Peter Ruskin wrote:
> > > I just got a new computer and I'm running ~amd64 for the first
> > > time. On my previous x86 machine (some of) the boot process was
> > > logged to /var/log/boot.msg.  It doesn't do this on the new
> > > machine and I can't for the life of me recall what setting
> > > invoked this behaviour.   Help??
> >
> > /etc/conf.d/rc
> 
> Thanks for the reminder, walt.  I have RC_BOOTLOG="yes" stored there 
> and had emerged app-admin/showconsole and don't have boot splash, 
> but I still don't get /var/log/boot.msg.
 
 If you are running ~amd64 you are probably using baselayout-2 and
 openrc.  In that case the file you should be looking at is /etc/rc.conf and you
 should not use app-admin/showconsole.

Just set RC_LOGGER to yes as shown in the comments.

-- 
William Hubbs
gentoo accessibility team lead
willi...@gentoo.org


pgploveSww1g1.pgp
Description: PGP signature


Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Mick
On Friday 23 October 2009 19:30:46 Mick wrote:
> On Friday 23 October 2009 10:05:33 Alex Schuster wrote:
> > Mick writes:
> > > Hmm ... wonder if this is also why
> > > kdewallet (or modern equivalent) is no longer there?
> >
> > The KDE4 still has the kdewallet which I find quite useful. As I started
> > my KDE4 setup from scratch, I saved the wallet with KDE3.5 and imported
> > that in KDE4.
> 
> It seems that the kwallet does not perform as expected:

I got it wrong, again!  All that I needed to do is click "Remember passwords" 
for each account.  Now kwallet is launched exactly as in KDE3.5 ... and deals 
with the mail login.

Apologies for all the noise - other than Akonadi which it seems is a bit ropey 
without Java, kmail4 is very much the same with 3.5 give or take a few 
cosmetic things.  All in all, a happy camper now.
-- 
Regards,
Mick


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


Re: [gentoo-user] Gnome doesn't shutdown

2009-10-23 Thread Manuel Fiorelli
2009/10/23 Allan Gottlieb :
> At Fri, 23 Oct 2009 17:23:21 +0200 Manuel Fiorelli 
>  wrote:
>
>> Hello,
>> I noticed that Gnome doesn't shutdown anymore. When I press
> I recently had a problem where the evolution data server didn't die

Unfortunately, it doesn't solve my problem. How did you understand
that it is evolution
to prevent Gnome from shutting down?

Manuel Fiorelli



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Mick
On Friday 23 October 2009 10:05:33 Alex Schuster wrote:
> Mick writes:
> > Hmm ... wonder if this is also why
> > kdewallet (or modern equivalent) is no longer there?
> 
> The KDE4 still has the kdewallet which I find quite useful. As I started my
> KDE4 setup from scratch, I saved the wallet with KDE3.5 and imported that
>  in KDE4.

It seems that the kwallet does not perform as expected:

With 3.5 I would fire up kmail (remember I am running xdm/fluxbox not 
kdm/kwin) and when I clicked on 'Check Mail' it caused kwallet to launch and 
ask me once for the master passwd.

With kmail4 this does not happen.  The kmail application asks for passwords 
separately for each account of mine without kwallet being launch at all ... 
until I click to send a message!  Then it launches fine and asks for the 
master password.

I can't call this a bug - but I find it problematic to have to enter 3-4 
account passwds instead of just one.
-- 
Regards,
Mick


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


Re: [gentoo-user] Gnome doesn't shutdown

2009-10-23 Thread Allan Gottlieb
At Fri, 23 Oct 2009 17:23:21 +0200 Manuel Fiorelli  
wrote:

> Hello,
> I noticed that Gnome doesn't shutdown anymore. When I press
> System/Shutdown and I confirm in the prompt, the desktop is cleared
> but the wallpaper is still visible and the machine doesn't shutdown.
>
> This behavior appeared after an update; I waited for another update,
> but the problem still persists. I wonder if I make an error during the
> update or it is a bug affecting the last releases of the desktop
> manager.
>
> I run the version of gnome 2.26.3

I recently had a problem where the evolution data server didn't die
I had to do evolution --force-shutdown

I don't have that problem now, but you could give it a try.

allan



Re: [gentoo-user] fcrontab - what am I missing [SOLVED]

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 17:51:19 Helmut Jarausch wrote:
> Hi,
> 
> after hunting around for some weeks now, I've finally found the culprit
> to my permission problems with fcron[tab]
> 
> First,
> some Gentoo package must have changed the UID of several executables
> and directories of the sys-process/fcron package to 'stunnel'
> instead of 'fcron'.
> I've found and fixed these long ago but still it didn't work.
> Now, I've found out, that in
> /etc/passwd
> the user 'fcron' had a GID which wasn't in /etc/group any longer.
> Probably, when sys-process/fcron is reinstalled, portage does not
> seem to change the entry in /etc/passwd (which it has created
> itself some time ago)


Without looking through the ebuilds, I'd guess the ebuild runs

useradd -r 

which will always lead to your problem sooner or later.

IMNSHO, /etc/{passwd,shadow,group} really should be part of the base install 
with all daemon users pre-defined. Use the range 1-99 for this, it will take a 
very long time to accumulate more than 99 daemon UIDs and one can confidently 
know what UID a given system user required by an ebuild ought to be.

The implementation is obviously more complex than dropping a file on the file 
system, so a simple API is required. Nonetheless, the idea is still sound.

The alternate is to expect users to know to run

find / -nouser -o -nogroup 

at the magic points where it will be useful. Which is ludicrous.

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Re: Worrying revdep results against libc.so.6?

2009-10-23 Thread Nikos Chantziaras

On 10/23/2009 07:15 PM, Mick wrote:

Akonadi won't work with -java +redland USE flags as documented
elsewhere and has been giving me some errors about /lib/libc.so.6.  I
run revdep-rebuild against it to see what happens and this is what I
got at the end of it:

==

  * To remove temporary files, please run:
  * rm /var/cache/revdep-rebuild/*.rr
  * Found some broken files that weren't associated with known packages
  * The broken files are:
  *   /lib/cpp
  *   /usr/bin/c++
  *   /usr/bin/cc
  *   /usr/bin/cpp
  *   /usr/bin/g++
  *   /usr/bin/gcc
  *   /usr/bin/gcov
  *   /usr/bin/gfortran
  *   /usr/bin/i386-pc-linux-gnu-c++
  *   /usr/bin/i386-pc-linux-gnu-gcc
  *   /usr/bin/i686-pc-linux-gnu-c++
  *   /usr/bin/i686-pc-linux-gnu-cpp
  *   /usr/bin/i686-pc-linux-gnu-g++
  *   /usr/bin/i686-pc-linux-gnu-gcc
  *   /usr/bin/i686-pc-linux-gnu-gfortran
  *   /usr/lib/awk/grcat
  *   /usr/lib/awk/pwcat
  *   /usr/lib/gcc-config/wrapper
  *   /usr/lib/libbfd-2.15.90.0.1.1.so
  *   /usr/lib/libbz2.so.1.0.2
  *   /usr/lib/libfreetype.so.6.3.4
  *   /usr/lib/libgettextlib-0.12.1.so
  *   /usr/lib/libgettextpo.so.0.0.0
  *   /usr/lib/libgettextsrc-0.12.1.so
  *   /usr/lib/libgpm.so.1.19.0
  *   /usr/lib/libltdl.so.0.1.2
  *   /usr/lib/libltdl.so.3.1.0
  *   /usr/lib/libopcodes-2.15.90.0.1.1.so
  *   /usr/lib/libpng.so.3.1.2.7
  *   /usr/lib/libpng12.so.0.1.2.7
  *   /usr/lib/misc/pt_chown
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/B/B.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/B/C/C.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/ByteLoader/ByteLoader.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Cwd/Cwd.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Data/Dumper/Dumper.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/DProf/DProf.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/PPPort/PPPort.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/Peek/Peek.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Digest/MD5/MD5.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Byte/Byte.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/CN/CN.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/EBCDIC/EBCDIC.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Encode.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/JP/JP.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/KR/KR.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Symbol/Symbol.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/TW/TW.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Unicode/Unicode.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Fcntl/Fcntl.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/File/Glob/Glob.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Filter/Util/Call/Call.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/GDBM_File/GDBM_File.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/I18N/Langinfo/Langinfo.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/IO/IO.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/IPC/SysV/SysV.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/List/Util/Util.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/MIME/Base64/Base64.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/NDBM_File/NDBM_File.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Opcode/Opcode.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/POSIX/POSIX.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/encoding/encoding.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/scalar/scalar.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/via/via.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/SDBM_File/SDBM_File.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Socket/Socket.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Storable/Storable.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Sys/Hostname/Hostname.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Sys/Syslog/Syslog.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Time/HiRes/HiRes.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/Unicode/Normalize/Normalize.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/XS/APItest/APItest.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/XS/Typemap/Typemap.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/attrs/attrs.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/re/re.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/threads/shared/shared.so
  *   /usr/lib/perl5/5.8.5/i686-linux/auto/threads/threads.so
  *   /usr/lib/portage/bin/sandbox
  *   /usr/lib/python2.3/site-packages/fchksum.so
  *   /usr/lib/python2.3/site-packages/magic.so
  *   /usr/sbin/martian_helper
==

Is this merely cruft accumulated over the years awaiting to be
deleted, or should I be more circumspect with the delete button?


This looks pretty old (pyton 2.3?)  I'd say back the files up and then 
delete them.





Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Jesús Guerrero
On Fri, 23 Oct 2009 17:47:44 +0200, Alex Schuster 
wrote:
> Nikos Chantziaras writes:
> 
>> On 10/23/2009 03:15 PM, Alex Schuster wrote:
>> > I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series)
>> > which is no longer supported by current ati-drivers. Older drivers
>> > might still work for a while, but only with kernels<  2.6.29. And I
>> > suspect the problem is not the driver itself, because radeon does not
>> > work, too, and I also had similar problems of a blank screen with an
>> > ATI card and different drivers.
>> 
>> For the radeon X driver (which *is* the best choice for the X1000
>> series) make sure you also have radeon in-kernel support enabled.
> 
> It is enabled, and according do dmesg, it is running fine:
> 
> [  387.433698] [drm] Initialized drm 1.1.0 20060810
> [  387.535673] [drm] Initialized radeon 1.30.0 20080528 for :02:00.0
> on 
> minor 0
> 
> But that's only for GLX, right? So even if it weren't enabled, I should
> see 
> something, I guess.

Yes.

What kind of blank is it? Do you see the mouse pointer at least? Do the
monitor(s) stay on or do they go into standby mode? I've had issues with
radeon in the past, and after asking in the mailing list it seemed like
some issue with my AGP card. Some developer suggested to try this in the
xorg.conf file and it worked for me:

  Option  "BusType" "PCIE"

And yes, it's an AGP card. The logic behind this is out of my
understanding. You can see the thread here:

http://article.gmane.org/gmane.comp.freedesktop.xorg.drivers.ati/10628/match=i92guboj

If you have problems with the radeon (not fglrx or radeonhd) driver, I
suggest posting to that list. It's probably the best place to get help if
the standard procedures do not work.
-- 
Jesús Guerrero



[gentoo-user] Worrying revdep results against libc.so.6?

2009-10-23 Thread Mick
Akonadi won't work with -java +redland USE flags as documented
elsewhere and has been giving me some errors about /lib/libc.so.6.  I
run revdep-rebuild against it to see what happens and this is what I
got at the end of it:

==

 * To remove temporary files, please run:
 * rm /var/cache/revdep-rebuild/*.rr
 * Found some broken files that weren't associated with known packages
 * The broken files are:
 *   /lib/cpp
 *   /usr/bin/c++
 *   /usr/bin/cc
 *   /usr/bin/cpp
 *   /usr/bin/g++
 *   /usr/bin/gcc
 *   /usr/bin/gcov
 *   /usr/bin/gfortran
 *   /usr/bin/i386-pc-linux-gnu-c++
 *   /usr/bin/i386-pc-linux-gnu-gcc
 *   /usr/bin/i686-pc-linux-gnu-c++
 *   /usr/bin/i686-pc-linux-gnu-cpp
 *   /usr/bin/i686-pc-linux-gnu-g++
 *   /usr/bin/i686-pc-linux-gnu-gcc
 *   /usr/bin/i686-pc-linux-gnu-gfortran
 *   /usr/lib/awk/grcat
 *   /usr/lib/awk/pwcat
 *   /usr/lib/gcc-config/wrapper
 *   /usr/lib/libbfd-2.15.90.0.1.1.so
 *   /usr/lib/libbz2.so.1.0.2
 *   /usr/lib/libfreetype.so.6.3.4
 *   /usr/lib/libgettextlib-0.12.1.so
 *   /usr/lib/libgettextpo.so.0.0.0
 *   /usr/lib/libgettextsrc-0.12.1.so
 *   /usr/lib/libgpm.so.1.19.0
 *   /usr/lib/libltdl.so.0.1.2
 *   /usr/lib/libltdl.so.3.1.0
 *   /usr/lib/libopcodes-2.15.90.0.1.1.so
 *   /usr/lib/libpng.so.3.1.2.7
 *   /usr/lib/libpng12.so.0.1.2.7
 *   /usr/lib/misc/pt_chown
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/B/B.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/B/C/C.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/ByteLoader/ByteLoader.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Cwd/Cwd.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Data/Dumper/Dumper.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/DProf/DProf.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/PPPort/PPPort.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Devel/Peek/Peek.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Digest/MD5/MD5.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Byte/Byte.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/CN/CN.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/EBCDIC/EBCDIC.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Encode.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/JP/JP.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/KR/KR.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Symbol/Symbol.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/TW/TW.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Encode/Unicode/Unicode.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Fcntl/Fcntl.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/File/Glob/Glob.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Filter/Util/Call/Call.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/GDBM_File/GDBM_File.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/I18N/Langinfo/Langinfo.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/IO/IO.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/IPC/SysV/SysV.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/List/Util/Util.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/MIME/Base64/Base64.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/NDBM_File/NDBM_File.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Opcode/Opcode.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/POSIX/POSIX.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/encoding/encoding.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/scalar/scalar.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/PerlIO/via/via.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/SDBM_File/SDBM_File.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Socket/Socket.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Storable/Storable.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Sys/Hostname/Hostname.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Sys/Syslog/Syslog.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Time/HiRes/HiRes.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/Unicode/Normalize/Normalize.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/XS/APItest/APItest.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/XS/Typemap/Typemap.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/attrs/attrs.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/re/re.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/threads/shared/shared.so
 *   /usr/lib/perl5/5.8.5/i686-linux/auto/threads/threads.so
 *   /usr/lib/portage/bin/sandbox
 *   /usr/lib/python2.3/site-packages/fchksum.so
 *   /usr/lib/python2.3/site-packages/magic.so
 *   /usr/sbin/martian_helper
==

Is this merely cruft accumulated over the years awaiting to be
deleted, or should I be more circumspect with the delete button?
-- 
Regards,
Mick



[gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Nikos Chantziaras

On 10/23/2009 06:47 PM, Alex Schuster wrote:

Nikos Chantziaras writes:


On 10/23/2009 03:15 PM, Alex Schuster wrote:

I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series)
which is no longer supported by current ati-drivers. Older drivers
might still work for a while, but only with kernels<   2.6.29. And I
suspect the problem is not the driver itself, because radeon does not
work, too, and I also had similar problems of a blank screen with an
ATI card and different drivers.


For the radeon X driver (which *is* the best choice for the X1000
series) make sure you also have radeon in-kernel support enabled.


It is enabled, and according do dmesg, it is running fine:

[  387.433698] [drm] Initialized drm 1.1.0 20060810
[  387.535673] [drm] Initialized radeon 1.30.0 20080528 for :02:00.0 on
minor 0

But that's only for GLX, right? So even if it weren't enabled, I should see
something, I guess.


Can you post /var/log/Xorg.0.log on http://pastebin.ca ?




[gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread walt
On 10/22/2009 04:31 PM, walt wrote:
> On 10/21/2009 11:25 AM, Maxim Wexler wrote:

>> The kernel panicked. The relevant messages are:
>>
>> <...>
>> VFS: Mounted root (ext2 filesystem) readonly on device 8:1,
>> Freeing unused kernel memory: 276k freed
>> Warning: unable to open an initial console

>  ...I don't know if that warning is important.

Apparently it is important.  I just discovered /var/log/kern.log,
which logs things that happen even before / is mounted.

Here is the relevant part:

Oct 23 08:18:39 k2 kernel: EXT3-fs: mounted filesystem with writeback data mode.
Oct 23 08:18:39 k2 kernel: VFS: Mounted root (ext3 filesystem) readonly on 
device 8:7.
Oct 23 08:18:39 k2 kernel: Freeing unused kernel memory: 256k freed
Oct 23 08:18:39 k2 kernel: kjournald starting.  Commit interval 5 seconds
Oct 23 08:18:39 k2 kernel: udev: starting version 141

No such warning for me.  The question is why not?  Any ideas?




[gentoo-user] fcrontab - what am I missing [SOLVED]

2009-10-23 Thread Helmut Jarausch
Hi,

after hunting around for some weeks now, I've finally found the culprit
to my permission problems with fcron[tab]

First,
some Gentoo package must have changed the UID of several executables 
and directories of the sys-process/fcron package to 'stunnel'
instead of 'fcron'.
I've found and fixed these long ago but still it didn't work.
Now, I've found out, that in
/etc/passwd
the user 'fcron' had a GID which wasn't in /etc/group any longer. 
Probably, when sys-process/fcron is reinstalled, portage does not
seem to change the entry in /etc/passwd (which it has created
itself some time ago)

This was a hard one.

Again, many thanks to all of you who have helped me,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Alex Schuster
Nikos Chantziaras writes:

> On 10/23/2009 03:15 PM, Alex Schuster wrote:
> > I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series)
> > which is no longer supported by current ati-drivers. Older drivers
> > might still work for a while, but only with kernels<  2.6.29. And I
> > suspect the problem is not the driver itself, because radeon does not
> > work, too, and I also had similar problems of a blank screen with an
> > ATI card and different drivers.
> 
> For the radeon X driver (which *is* the best choice for the X1000
> series) make sure you also have radeon in-kernel support enabled.

It is enabled, and according do dmesg, it is running fine:

[  387.433698] [drm] Initialized drm 1.1.0 20060810
[  387.535673] [drm] Initialized radeon 1.30.0 20080528 for :02:00.0 on 
minor 0

But that's only for GLX, right? So even if it weren't enabled, I should see 
something, I guess.

Wonko



[gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Nikos Chantziaras

On 10/23/2009 03:15 PM, Alex Schuster wrote:


I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series) which
is no longer supported by current ati-drivers. Older drivers might still
work for a while, but only with kernels<  2.6.29. And I suspect the problem
is not the driver itself, because radeon does not work, too, and I also had
similar problems of a blank screen with an ATI card and different drivers.


For the radeon X driver (which *is* the best choice for the X1000 
series) make sure you also have radeon in-kernel support enabled.





[gentoo-user] Gnome doesn't shutdown

2009-10-23 Thread Manuel Fiorelli
Hello,
I noticed that Gnome doesn't shutdown anymore. When I press
System/Shutdown and I confirm in the prompt, the desktop is cleared
but the wallpaper is still visible and the machine doesn't shutdown.

This behavior appeared after an update; I waited for another update,
but the problem still persists. I wonder if I make an error during the
update or it is a bug affecting the last releases of the desktop
manager.

I run the version of gnome 2.26.3

Thanks in advance,
Manuel Fiorelli



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Mick
This is getting rather long, but for those who are trying to find the
same solutions please read on.

2009/10/23 Mick :
> 2009/10/23 Alan McKinnon :
>> On Friday 23 October 2009 11:03:27 you wrote:
>>> 2009/10/23 Alan McKinnon :
>>> > akonadi is in a transition stage right now. Eventually it will deal with
>>> > all your pim backends natively but for the moment it simply acts as a
>>> > proxy between kmail and the backend using pimlibs just the way kmail used
>>> > to do.
>>> >
>>> > Check the akonadi config and tell it to use the existing addressbook file
>>> > instead of whatever database-related settings it currently has.
>>>
>>> Thanks Alan,
>>>
>>> I don't seem to have an akonadi config file that I can find anywhere
>>> under .kde4/  What is it called?
>>
>> I have no idea :-)
>>
>> I used the akonaditray gui and navigated to the traditional KDE flat files
>> (the ones listed as kresources)
>
> This is a problem for me - I am using Fluxbox and there is no
> akonaditray gui shown ... may have to run startkde.

Started kde4 from a terminal and went to System Settings and added
/usr/bin/sqlite3 as the Akonadi command, but nothing much changed.
So, for now I am giving up on Akonadi.

>>> Also, I can't find my existing addressbook file ...
>>
>> That one gets confusing, you'll likely find files with names like
>> "kaddressbook" and "kabc". I run "grep -ir" to look for an unusual name in 
>> the
>> addressbook to find the files (just don't include your maildirs in the search
>> directory ;-)  )
>
> Yes, I have found these two but they only have a couple of settings in
> them, not the addressbook contents.

I tried to import old KDE2 address book settings from within the KDE4
address book and it failed - couldn't find it in KDE3.5.  However, I
then opened my eyes properly, searched better and found
.kde3.5/share/apps/kabc/ which contains, as Alan kindly suggested, my
address book data.  Copied it over, deleted the old
.kde3.5/share/apps/kabc/lock directory and now the KDE4 kmail lists
all my address book entries!  Yes!  :-)

Also, I found a solution to the kmail filters - I opened the filters
tab in kmail4 and used the import button, pointed it to the 3.5
kmailrc and it imported them all fine.  Very pleased.  :-)

> Another question please:  The 3.5 Konqueror Introduction page used to
> have a hyperlink for opening media.  In there I would find USB sticks
> that I could mount via hald.  With KDE4 there is no Media:/ shown -
> how can I add it?

Haven't cracked this one yet.  Running media:/ gives me an error:
"Protocol not supported".  Dolphin shows USB devices on the left hand
menu/panel, but Konqueror wont.  Any ideas welcome.  :-)
-- 
Regards,
Mick



[gentoo-user] Re: What happened to boot.msg?

2009-10-23 Thread walt
On 10/23/2009 07:18 AM, Peter Ruskin wrote:
> I just got a new computer and I'm running ~amd64 for the first time.  
> On my previous x86 machine (some of) the boot process was logged 
> to /var/log/boot.msg.  It doesn't do this on the new machine and I 
> can't for the life of me recall what setting invoked this 
> behaviour.   Help??

/etc/conf.d/rc





Re: [gentoo-user] ATI X trouble, again

2009-10-23 Thread Mark Knecht
On Fri, Oct 23, 2009 at 7:09 AM, Alex Schuster  wrote:
> Mark Knecht writes:

>
>> 2) You must choose an 800x600 default resolution for the Open Source
>> TVout logic to work as that's the only one they implemented.
>> 3) If it matters my TVout is S-video
>
> Thanks for the information. However, I did not try anything with TV-out yet,
> since I do not get any output on the primary screen. Did you also have
> trouble with that?
>

The machine is hooked to the TV so I did all my debugging using the TV
and never used a normal monitor at all. On these machine I have to
choose a specific output - TV or monitor - in BIOS. My experience with
these Asus machines is the Phoenix BIOS didn't do a good job of
auto-selecting which output to use and I didn't want to confuse things
as my needs are TV only. I think I tried a monitor once, probably got
a blank screen, and then gave up and just used the TV from there on.

In your friend's case, if she's using a monitor sometimes and a TV
sometimes, then that's beyond my experience on these boxes and you are
unfortunately more on your own. I know the machine will drive a
monitor - I have a 3rd that I use that way - but I've not had luck
getting it to switch back and forth on command, although I haven't
tried very hard.

Good luck,
Mark



Re: [gentoo-user] ATI X trouble, again

2009-10-23 Thread Alex Schuster
Mark Knecht writes:

> On Fri, Oct 23, 2009 at 5:15 AM, Alex Schuster 
> wrote:

>I have a couple of old Asus Pundit-R machines that I use for MythTV
> frontends which had the same sort of problems - a specific ATI VGA
> 9100 IGP design built into the chipset and I needed TVout to drive the
> TVs. I was stuck with very old kernels and an old ATI fglrx driver
> made even more difficult as the Gentoo maintainers dropped everything
> I was using from portage and I had to build my own overlays. It was a
> mess.

At least that makes me feel not so alone :)

>I did recently manage to get things running with new software and
> the Open Source radeon driver. Maybe some of this will help you and
> your friend. Feel free to contact me off-list if you need to.

Thanks for the offer!

>A couple of things to note:
> 
> 1) I've never done any hal specific modifications on any of my machines.

Neither did I. I have it enabled now, while at first I had trouble and 
compiled xorg-server without support for it. My keyboard and mouse are still 
configured in xorg.conf, because I want the german layout and activate a 
composite key, and I do not want to learn how to configure this the HAL way 
(seems like HAL is in the process of being dropped anyway).

> 2) You must choose an 800x600 default resolution for the Open Source
> TVout logic to work as that's the only one they implemented.
> 3) If it matters my TVout is S-video

Thanks for the information. However, I did not try anything with TV-out yet, 
since I do not get any output on the primary screen. Did you also have 
trouble with that?


> Section "Device"
> Identifier  "** ATI Radeon (generic)   [radeon]"
> Driver  "radeon"
> Option  "ForceTVOut" "on"
> Option  "TVDACLoadDetect" "TRUE"
> Option  "TVStandard" "ntsc"
> Option  "monitor-S-video" "TV-monitor"
> EndSection

Great, I will need those once I get the primary display to work.

Wonko



Re: [gentoo-user] ATI X trouble, again

2009-10-23 Thread Jesús Guerrero
Each time you reinstall the driver (fglrx) for some reason, be sure you do
"eselect opengl set ati" again, even if the ebuild says it's doing it for
you. I've been hit by that dozens of times. Can't be sure if it's your
problem but it might worth a try.

Besides that, if you have both installed, make sure (using lsmod) that
only fglrx OR radeon+drm is loaded, and that it matches the one in your
xorg.conf. Otherwise funny things will happen.
-- 
Jesús Guerrero



Re: [gentoo-user] ATI X trouble, again

2009-10-23 Thread Mark Knecht
On Fri, Oct 23, 2009 at 5:15 AM, Alex Schuster  wrote:
> Hi there!
>
> Now all this X stuff is becoming really annoying. I struggled for days to
> get it to work again after the upgrade to 1.6. I have a Radeon HD3200 and
> tried using fglrx, radeon, radeonhd, vesa, or no xorg.conf at all. I got a
> blank screen only and no apparent errors in the Xorg log. So it seems X was
> running fine, apart from having a blank screen.
>
> I had similar problems when I started with this machine half a year ago.
> With every update of kernel, X or ati-drivers, I fear that my X will not
> work when I reboot. And half of the times this is true. For some three years
> before I had an old NVidia card, and experienced the same. But then I could
> just change driver from nvidia to nv and got X running, just without
> acceleration. What is quite annoying with my ATI card is that often I cannot
> go back to text mode then I try something new in my xorg.conf, and have to
> reboot. I know about Alt-SysRq-R, this works sometimes (but only once, not
> if I start X again), and sometimes it does not.
>
> The good news is, that with 2.6.31-tuxonice and ati-drivers-9.9-r2 suddenly
> all is working perfectly. For this time, let's see what the next update will
> do.
>
> But there is this machine of a friend which I just updated. She did not do
> this for about a year, mostly because she also had lots of troubles in
> configuring her X. She needs a working TV-out, which complicates things even
> more. And so she did not dare to change her working setup, I can understand
> this.
>
> Now I upgraded the machine, which was some trouble, too, many blockers and
> such. That's done, all is perfectly fine I think. But I did that from
> remote, now I tried to start X. Guess what happened. No apparent errors with
> radeon, radeonhd or without xorg.conf, but the screen just goes blank, the
> TFT enters suspend mode. With vesa, X hangs so I cannot go back into text
> mode and have to reboot.
> I replaced her TFT with a CRT monitor. Same result, whether I configure this
> monitor or not, when I start X it complains about bad frequencies.
>
> I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series) which
> is no longer supported by current ati-drivers. Older drivers might still
> work for a while, but only with kernels < 2.6.29. And I suspect the problem
> is not the driver itself, because radeon does not work, too, and I also had
> similar problems of a blank screen with an ATI card and different drivers.
>
> Today is her birthday, I intended to present her the updated PC with
> accelerated X and KDE4, but now she cannot use it at all.
>
> Any idea what do to now? Apart from buying a new graphics adapter, which
> might work, or might not work. Or trying more monitors. The xorg.conf and
> some log files are here, in case someone wants to have a look:
> http://wonkology.org/~wonko/tmp/tanja/
>
> Thanks,
>        Wonko
>
>

Hi Wonko,
   I have a couple of old Asus Pundit-R machines that I use for MythTV
frontends which had the same sort of problems - a specific ATI VGA
9100 IGP design built into the chipset and I needed TVout to drive the
TVs. I was stuck with very old kernels and an old ATI fglrx driver
made even more difficult as the Gentoo maintainers dropped everything
I was using from portage and I had to build my own overlays. It was a
mess.

   I did recently manage to get things running with new software and
the Open Source radeon driver. Maybe some of this will help you and
your friend. Feel free to contact me off-list if you need to.

   A couple of things to note:

1) I've never done any hal specific modifications on any of my machines.
2) You must choose an 800x600 default resolution for the Open Source
TVout logic to work as that's the only one they implemented.
3) If it matters my TVout is S-video

Hope this helps,
Mark

myth12 ~ # uname -a
Linux myth12 2.6.29-gentoo-r5 #6 PREEMPT Mon Jul 20 13:11:33 PDT 2009
i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
myth12 ~ #

myth12 ~ # emerge -pv xorg-server xf86-video-ati xf86-input-evdev

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] x11-base/xorg-server-1.6.3.901-r2  USE="hal ipv6 nptl
sdl xorg -debug -dmx -kdrive -minimal -tslib" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-ati-6.12.4  USE="-debug" 0 kB
[ebuild   R   ] x11-drivers/xf86-input-evdev-2.2.5  USE="-debug" 0 kB

Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
myth12 ~ #

myth12 ~ # lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02)
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller (rev 01)
00:14.0 SMBus: ATI Technologies Inc SMBus (rev 1a)
00:14.1 IDE interface: ATI Technolog

Re: [gentoo-user] konqueror cannot display flash

2009-10-23 Thread Neil Bothwick
On Fri, 23 Oct 2009 18:51:16 +0800, Xi Shen wrote:

> i am using gentoo x64, kde 4.3.2, and konqueror 4.3.2. i have emerged
> adobe-flash, but i still cannot see flash on pages,

Do you have nsplugins installed?


-- 
Neil Bothwick

Angular Momentum Makes The World Go 'Round


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE4 and /dev-libs-soprano

2009-10-23 Thread Mick
2009/10/23 Peter Alfredsen :
> On Fri, 23 Oct 2009 12:19:39 +0100
> Mick  wrote:
>
>> I seem to be going around in circles with wanting to avoid installing
>> Java just because KDE4 seems to need it in part.  I have added this in
>> my /etc/portage/package.use to make sure Java is not pulled in:
>>
>> dev-libs/soprano -java
>
>> emerge: there are no ebuilds built with USE flags to satisfy
>> ">=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]".
>> !!! One of the following packages is required to complete your
>> request:
>> - dev-libs/soprano-2.3.1 (Change USE: +java)
>> (dependency required by "kde-base/nepomuk-4.3.1" [installed])
>> (dependency required by "kde-base/dolphin-4.3.1-r1" [installed])
>> (dependency required by "kde-base/mplayerthumbs-4.3.1" [installed])
>> (dependency required by
>> "kde-base/kdemultimedia-meta-4.3.1" [installed]) (dependency required
>> by "world" [argument])
>>
>> Why is it asking me to change the USE flag to +java?
>
> From the nepomuk ebuild:
>        || (
>                >=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]
>                >=dev-libs/soprano-2.3.0[clucene,dbus,raptor,redland]
>        )
> So change the line in package.use to:
> dev-libs/soprano clucene dbus raptor redland
> and re-emerge soprano

Thanks Peter, just checked this and to my surprise redland seems to be
treated as a new setting.  I probably got mixed up when I was setting
up package.use and the soprano package had already been emerged:

# emerge -1pDv dev-libs/soprano

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/soprano-2.3.1  USE="clucene dbus raptor
-debug -doc -java -redland*" 0 kB

I'm remerging it now.
-- 
Regards,
Mick



Re: [gentoo-user] konqueror cannot display flash

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 13:28:43 Xi Shen wrote:
> hi,
> 
> where is the setting dialog? i only find the setting menu, in which i
> found the extension dialog. but it doe not have flash listed. what
> should i do now?

Settings -> Configure Konqueror -> Web Browing -> Plugins -> Plugins

Adobe puts the plugins in /opt/netscape/plugins{,32} with symlinks to the .so 
in /usr/lib{32,64}/nsbrowser/plugins

Make sure something compatible with those directories is in the Folders pane 
and the plugin itself is listed in the Plugins pane

If that all checks out and you still can't use Flash, then we move onto the 
next step

> 
> On Fri, Oct 23, 2009 at 6:56 PM, Alan McKinnon  
wrote:
> > On Friday 23 October 2009 12:51:16 Xi Shen wrote:
> >> hi,
> >>
> >> i am using gentoo x64, kde 4.3.2, and konqueror 4.3.2. i have emerged
> >> adobe-flash, but i still cannot see flash on pages, and it always
> >> navigates me the adobe.com to install the flash plug-in. how can i fix
> >> this?
> >
> > Step 1:
> >
> >
> > Use the Konqueror settings dialog and check the plugins tab. Make sure
> > Konqueror can see your flash plugin and that it does search the directory
> > flash is in.
> >
> > --
> > alan dot mckinnon at gmail dot com
> 

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] ATI X trouble, again

2009-10-23 Thread Alex Schuster
Hi there!

Now all this X stuff is becoming really annoying. I struggled for days to 
get it to work again after the upgrade to 1.6. I have a Radeon HD3200 and 
tried using fglrx, radeon, radeonhd, vesa, or no xorg.conf at all. I got a 
blank screen only and no apparent errors in the Xorg log. So it seems X was 
running fine, apart from having a blank screen.

I had similar problems when I started with this machine half a year ago. 
With every update of kernel, X or ati-drivers, I fear that my X will not 
work when I reboot. And half of the times this is true. For some three years 
before I had an old NVidia card, and experienced the same. But then I could 
just change driver from nvidia to nv and got X running, just without 
acceleration. What is quite annoying with my ATI card is that often I cannot 
go back to text mode then I try something new in my xorg.conf, and have to 
reboot. I know about Alt-SysRq-R, this works sometimes (but only once, not 
if I start X again), and sometimes it does not.

The good news is, that with 2.6.31-tuxonice and ati-drivers-9.9-r2 suddenly 
all is working perfectly. For this time, let's see what the next update will 
do.

But there is this machine of a friend which I just updated. She did not do 
this for about a year, mostly because she also had lots of troubles in 
configuring her X. She needs a working TV-out, which complicates things even 
more. And so she did not dare to change her working setup, I can understand 
this.

Now I upgraded the machine, which was some trouble, too, many blockers and 
such. That's done, all is perfectly fine I think. But I did that from 
remote, now I tried to start X. Guess what happened. No apparent errors with 
radeon, radeonhd or without xorg.conf, but the screen just goes blank, the 
TFT enters suspend mode. With vesa, X hangs so I cannot go back into text 
mode and have to reboot.
I replaced her TFT with a CRT monitor. Same result, whether I configure this 
monitor or not, when I start X it complains about bad frequencies.

I did not try ati-drivers. Her card is a RV505 (Radeon X1550 Series) which 
is no longer supported by current ati-drivers. Older drivers might still 
work for a while, but only with kernels < 2.6.29. And I suspect the problem 
is not the driver itself, because radeon does not work, too, and I also had 
similar problems of a blank screen with an ATI card and different drivers.

Today is her birthday, I intended to present her the updated PC with 
accelerated X and KDE4, but now she cannot use it at all.

Any idea what do to now? Apart from buying a new graphics adapter, which 
might work, or might not work. Or trying more monitors. The xorg.conf and 
some log files are here, in case someone wants to have a look:
http://wonkology.org/~wonko/tmp/tanja/

Thanks,
Wonko



Re: [gentoo-user] konqueror cannot display flash

2009-10-23 Thread Etaoin Shrdlu
On Friday 23 October 2009, Xi Shen wrote:

> hi,
>
> where is the setting dialog? i only find the setting menu, in which i
> found the extension dialog. but it doe not have flash listed. what
> should i do now?

Settings -> configure konqueror... -> plugins -> "plugins" tab -> "scan for 
plugins"

And then check that the flash plugin is in the list of available plugins, or 
add the directory it's in to the list of folders to search, and click on "scan 
for plugins" again.



Re: [gentoo-user] KDE4 and /dev-libs-soprano

2009-10-23 Thread Peter Alfredsen
On Fri, 23 Oct 2009 12:19:39 +0100
Mick  wrote:

> I seem to be going around in circles with wanting to avoid installing
> Java just because KDE4 seems to need it in part.  I have added this in
> my /etc/portage/package.use to make sure Java is not pulled in:
> 
> dev-libs/soprano -java

> emerge: there are no ebuilds built with USE flags to satisfy
> ">=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]".
> !!! One of the following packages is required to complete your
> request:
> - dev-libs/soprano-2.3.1 (Change USE: +java)
> (dependency required by "kde-base/nepomuk-4.3.1" [installed])
> (dependency required by "kde-base/dolphin-4.3.1-r1" [installed])
> (dependency required by "kde-base/mplayerthumbs-4.3.1" [installed])
> (dependency required by
> "kde-base/kdemultimedia-meta-4.3.1" [installed]) (dependency required
> by "world" [argument])
> 
> Why is it asking me to change the USE flag to +java?

From the nepomuk ebuild:
|| (
>=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]
>=dev-libs/soprano-2.3.0[clucene,dbus,raptor,redland]
)
So change the line in package.use to:
dev-libs/soprano clucene dbus raptor redland
and re-emerge soprano



Re: [gentoo-user] konqueror cannot display flash

2009-10-23 Thread Xi Shen
hi,

where is the setting dialog? i only find the setting menu, in which i
found the extension dialog. but it doe not have flash listed. what
should i do now?


On Fri, Oct 23, 2009 at 6:56 PM, Alan McKinnon  wrote:
> On Friday 23 October 2009 12:51:16 Xi Shen wrote:
>> hi,
>>
>> i am using gentoo x64, kde 4.3.2, and konqueror 4.3.2. i have emerged
>> adobe-flash, but i still cannot see flash on pages, and it always
>> navigates me the adobe.com to install the flash plug-in. how can i fix
>> this?
>>
>
> Step 1:
>
>
> Use the Konqueror settings dialog and check the plugins tab. Make sure
> Konqueror can see your flash plugin and that it does search the directory
> flash is in.
>
> --
> alan dot mckinnon at gmail dot com
>
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



[gentoo-user] KDE4 and /dev-libs-soprano

2009-10-23 Thread Mick
I seem to be going around in circles with wanting to avoid installing
Java just because KDE4 seems to need it in part.  I have added this in
my /etc/portage/package.use to make sure Java is not pulled in:

dev-libs/soprano -java

Then emerged a few kde-meta's that I use, like network, multimedia,
base and what not.  All completed fine.  I thought I was ready to go
and just checked that the system is coherent with regards to USE
flags.  This is what I got:

# emerge -uaDvN world

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy
">=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]".
!!! One of the following packages is required to complete your request:
- dev-libs/soprano-2.3.1 (Change USE: +java)
(dependency required by "kde-base/nepomuk-4.3.1" [installed])
(dependency required by "kde-base/dolphin-4.3.1-r1" [installed])
(dependency required by "kde-base/mplayerthumbs-4.3.1" [installed])
(dependency required by "kde-base/kdemultimedia-meta-4.3.1" [installed])
(dependency required by "world" [argument])

Why is it asking me to change the USE flag to +java?
-- 
Regards,
Mick



Re: [gentoo-user] konqueror cannot display flash

2009-10-23 Thread Alan McKinnon
On Friday 23 October 2009 12:51:16 Xi Shen wrote:
> hi,
> 
> i am using gentoo x64, kde 4.3.2, and konqueror 4.3.2. i have emerged
> adobe-flash, but i still cannot see flash on pages, and it always
> navigates me the adobe.com to install the flash plug-in. how can i fix
> this?
> 

Step 1:


Use the Konqueror settings dialog and check the plugins tab. Make sure 
Konqueror can see your flash plugin and that it does search the directory 
flash is in.

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] konqueror cannot display flash

2009-10-23 Thread Xi Shen
hi,

i am using gentoo x64, kde 4.3.2, and konqueror 4.3.2. i have emerged
adobe-flash, but i still cannot see flash on pages, and it always
navigates me the adobe.com to install the flash plug-in. how can i fix
this?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Etaoin Shrdlu
On Thursday 22 October 2009, Alex Schuster wrote:

> > I did
> >
> > cp -a .kde3.5 .kde4
> >
> > and all the settings (not just only konqueror's) were picked up.
>
> That did not work for me, all windows had no window title then. But it
> worked fine for partial applications when I copied just their data over.
> For konqueror, that would probably be share/config/konquerrorrc and
> share/apps/konqueror/.

Yeah, I've seen mixed outcomes when doing that. I was probably lucky.

What I really did was:

1) save the "vanilla" .kde directory that was created when kde4 first started 
up, to have a safe rollback in case something goes wrong

2) cp -a the .kde3.5 dir to .kde4, as said

3) check that things were mostly correct, and if not rollback to the saved 
.kde dir I created in step 1

Turned out everything worked fine (or at least everything I've seen so far), 
so I didn't need to rollback, but probably, as they say, YMMV.



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-23 Thread Alex Schuster
Mick writes:

> Hmm ... wonder if this is also why
> kdewallet (or modern equivalent) is no longer there?

The KDE4 still has the kdewallet which I find quite useful. As I started my 
KDE4 setup from scratch, I saved the wallet with KDE3.5 and imported that in 
KDE4.

Wonko



[gentoo-user] failed to compile gcc-4.3.4 on gentoo x86

2009-10-23 Thread Xi Shen
hi,

the error message in the build.log is:

{standard input}: Assembler messages:
{standard input}:29083: Warning: end of file not at end of a line;
newline inserted
{standard input}:30868: Error: bad register name `%'
xgcc: Internal error: Killed (program cc1)

i am not using ccache/distcc. very strange error. please help ;)


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



[gentoo-user] Re: Machine reboots immediately when suspended-to-disk

2009-10-23 Thread Peter Weilbacher
On 21.10.2009 23:22, waltd...@waltdnes.org wrote:
> If I had a bunch of money lying around, I'd hire some
> programmers to seriously slim down Firefox while I was at it.  There is
> no reason a browser should need an SQL database.

How would you do history searches without a database? On Linux using SQLite
in Firefox actually slimmed down the browser code (compared to the version
that still used mork), as it uses the system version for the database.
   P.