[gentoo-user] Re: emerge v gem for rails

2007-11-24 Thread Hans de Graaff
On Sat, 24 Nov 2007 05:30:14 +, Thufir wrote: I'm running into some error messages from rails when running script/ generate controller foo and am wondering if it's related to package management, a mismatch between gems and emerge. Do not use gems, use emerge? The wiki is incorrect? I'd

Re: [gentoo-user] Re: gtkpod won't start

2007-11-24 Thread Dirk Heinrichs
Am Freitag 23 November 2007 schrieb Billy Holmes: Dirk Heinrichs wrote: No difference with su -. I don't have any line in root's *rc files which set the DISPLAY. $ set | grep XAUTH $ su - # set | grep XAUTH notice, they will be different. It boils down to security. you can do it two

[gentoo-user] Re: emerge v gem for rails

2007-11-24 Thread Thufir
On Sat, 24 Nov 2007 08:48:10 +0100, Hans de Graaff wrote: In this particular case the instruction is nonsense since portage already installs the gem. I'm a tad concerned at: --- /usr/lib/ruby/gems/1.8/cache/ /usr/lib/ruby/gems/1.8/cache/rails-1.2.5.gem --- /usr/lib/ruby/gems/1.8/doc/

[gentoo-user] libexpat.so.0 libcurl.so.3 loop

2007-11-24 Thread Mick
Hi All, I am catching up with updates on an old server machine and running revdep-rebuild has got me into a never ending loop: == # revdep-rebuild -X -v -p [snip...] Checking dynamic linking consistency... broken /usr/lib/libaprutil-0.so.0.9.12

[gentoo-user] KDE password

2007-11-24 Thread econti
Hi all, to-day I wanted ro emerge kdebase-kioslaves. To do so I had to unmerge kdebase, then to emerge again every single application of kdebase: konqueror, konsole, kate, kcontrol, kdm, etc. Now I am not able to login anymore Neither as root nor as user. I tried to set a new password on

Re: [gentoo-user] libexpat.so.0 libcurl.so.3 loop

2007-11-24 Thread Andrey Falko
On Nov 24, 2007 11:29 AM, Mick [EMAIL PROTECTED] wrote: Hi All, I am catching up with updates on an old server machine and running revdep-rebuild has got me into a never ending loop: == # revdep-rebuild -X -v -p [snip...] Checking dynamic

Re: [gentoo-user] KDE password

2007-11-24 Thread Dirk Heinrichs
Am Samstag 24 November 2007 schrieb econti: Hi all, to-day I wanted ro emerge kdebase-kioslaves. Why? To do so I had to unmerge kdebase, Why? then to emerge again every single application of kdebase: konqueror, konsole, kate, kcontrol, kdm, etc. Why? Now I am not able to login

Re: [gentoo-user] libexpat.so.0 libcurl.so.3 loop

2007-11-24 Thread Mick
Thanks Andrey, On Saturday 24 November 2007, Andrey Falko wrote: On Nov 24, 2007 11:29 AM, Mick [EMAIL PROTECTED] wrote: I am catching up with updates on an old server machine and running revdep-rebuild has got me into a never ending loop:

RE: [gentoo-user] libexpat.so.0 libcurl.so.3 loop

2007-11-24 Thread de Almeida, Valmor F.
From: Mick [mailto:[EMAIL PROTECTED] revdep-rebuild has got me into a never ending loop: == # revdep-rebuild -X -v -p [snip...] Have you tried the --ignore option? -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] libexpat.so.0 libcurl.so.3 loop

2007-11-24 Thread Mick
On Saturday 24 November 2007, de Almeida, Valmor F. wrote: From: Mick [mailto:[EMAIL PROTECTED] revdep-rebuild has got me into a never ending loop: == # revdep-rebuild -X -v -p [snip...] Have you tried the

Re: [gentoo-user] KDE password

2007-11-24 Thread econti
Dirk Heinrichs ha scritto: Am Samstag 24 November 2007 schrieb econti: Hi all, to-day I wanted ro emerge kdebase-kioslaves. Why? To do so I had to unmerge kdebase, Why? then to emerge again every single application of kdebase: konqueror, konsole, kate, kcontrol, kdm,

[gentoo-user] Re: KDE password

2007-11-24 Thread Anno v. Heimburg
econti wrote: So . . . I unmerged all the single app, unmerged kdebase-kioslaves and emerged kdebase. Now all works as before. Wait, I don't get it. You have the single, all-in-one kdebase package installed (which, to the best of my knowledge, includes all kdebase-* packages), yet you emerge

Re: [gentoo-user] Re: gtkpod won't start

2007-11-24 Thread Billy Holmes
Dirk Heinrichs wrote: Sorry, but I don't get your point. How does this explain why root has a correct $DISPLAY after using su or su -? it's probably pam related. check /etc/pam.d/su check if it has: sessionrequired pam_env.so sessionoptional pam_xauth.so then

[gentoo-user] Intel Graphics Triple Monitor Setup

2007-11-24 Thread Florian Philipp
Hi List! I think the answer will be No but I still want to ask: Is it possible to use three displays (maybe even with three different resolutions) with an Intel i915 chip? With a Dell Docking Station I could use the display of my notebook, one VGA- and one DVI-connected display, in theory ...

Re: [gentoo-user] Intel Graphics Triple Monitor Setup

2007-11-24 Thread Stroller
On 24 Nov 2007, at 21:02, Florian Philipp wrote: ... With a Dell Docking Station I could use the display of my notebook, one VGA- and one DVI-connected display, in theory ... Did you ever try this? I would expect the VGA and DVI connectors to be outputs of the same wosssisname, and simply

Re: [gentoo-user] Re: gtkpod won't start

2007-11-24 Thread Neil Bothwick
On Sat, 24 Nov 2007 16:00:38 -0500, Billy Holmes wrote: Sorry, but I don't get your point. How does this explain why root has a correct $DISPLAY after using su or su -? it's probably pam related. I have he same here and I don't use pam. -- Neil Bothwick Quick!! Act as if nothing has

Re: Re: [gentoo-user] Issues pinging localhost and starting apache.

2007-11-24 Thread Jordan Woehr
Mark Shields wrote: On Nov 22, 2007 7:45 PM, Jordan Woehr [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: *I first encounter this problem while trying to setup Apache for my machine. I only want it to run locally on my network. First issue, I try to start Apache and have it

Re: [gentoo-user] Re: gtkpod won't start

2007-11-24 Thread Billy Holmes
Neil Bothwick wrote: it's probably pam related. I have he same here and I don't use pam. have you looked at /etc/profile{,.d,.env} ? otherwise, if you really want to know, then strace su - --b -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] su setting $DISPLAY (was: Re: gtkpod won't start)

2007-11-24 Thread Dirk Heinrichs
Am Samstag 24 November 2007 schrieb Billy Holmes: Dirk Heinrichs wrote: Sorry, but I don't get your point. How does this explain why root has a correct $DISPLAY after using su or su -? it's probably pam related. check /etc/pam.d/su check if it has: sessionrequired pam_env.so