Re: [gentoo-user] emerge of glibc and gcc fails

2007-10-27 Thread Matan Peled
On 27/10/2007, Yoav Luft <[EMAIL PROTECTED]> wrote: > hello, > during an emerge -uDN process, the compilation for gcc-4.2.1 failed, as well > as for glibc, with same errors. > I have run revdep-rebuilt, and found out about a broken libexpat.so.0 > thingy, which I solved following the instruction of

[gentoo-user] emerge of glibc and gcc fails

2007-10-27 Thread Yoav Luft
hello, during an emerge -uDN process, the compilation for gcc-4.2.1 failed, as well as for glibc, with same errors. I have run revdep-rebuilt, and found out about a broken libexpat.so.0thingy, which I solved following the instruction of the gentoo irc bot. after that, compiling gcc still fails. in

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread Daniel Pielmeier
I answer to your last two threads. > OK, thanks to all who responded -- I had to do mtu_ppp0=1492 and then > I had to do the iptables rule. I still wonder why the native package > worked, but not the plugin? Go figure. It seems that the mtu problem only occurs when you use the kernel module and

[gentoo-user] Re: Problem using the pppoe plugin

2007-10-27 Thread John covici
on Sunday 10/28/2007 Sven Köhler([EMAIL PROTECTED]) wrote > > Hi. I am having a very frustrating prroblem when I use the pppoe > > plugin like so: > > > > config_ppp0=("ppp") > > link_ppp0="eth2" > > plugins_ppp0=("rp-pppoe") > > username_ppp0='vzeqmmst' > > pppd_ppp0=( > > "updetach" >

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Daniel Pielmeier([EMAIL PROTECTED]) wrote > John covici schrieb: > > Exactly where did you put your mtu -- I don't see it in the possibly > > options in /etc/conf.d/net.example for the pppd options. > > It is in the Section INTERFACE HANDLERS: > > # Some users may ne

[gentoo-user] Re: Problem using the pppoe plugin

2007-10-27 Thread Sven Köhler
> Hi. I am having a very frustrating prroblem when I use the pppoe > plugin like so: > > config_ppp0=("ppp") > link_ppp0="eth2" > plugins_ppp0=("rp-pppoe") > username_ppp0='vzeqmmst' > pppd_ppp0=( > "updetach" > "noauth" > "ipcp-accept-remote" > "ipcp-accept-local" > "holdoff 3" > "lcp-echo-inter

[gentoo-user] Glxgears crashes X

2007-10-27 Thread Philip Webb
Another day of probing finally got DRI working on my new machine: the basic problem was that Mesa needed recompiling with 'i810' enabled. Naturally (wry smile), this led to another show-stopper: X starts with no errors in the log, but 'glxgears' & 'glxinfo' crash X. There is a brief "back-trace",

Re: [gentoo-user] emerge kpdf fails

2007-10-27 Thread David Harel
Thanks, Recompiled poppler-bindings and it works. Jan Widera wrote: > On Sun, 28 Oct 2007 00:11:32 +0200 > David Harel <[EMAIL PROTECTED]> wrote: > > > >> * app-text/poppler-bindings-0.5.1-r1 does not actually support the >> qt3 USE flag! >> > > Compile it without. Or use another version

Re: [gentoo-user] emerge kpdf fails

2007-10-27 Thread Jan Widera
On Sun, 28 Oct 2007 00:11:32 +0200 David Harel <[EMAIL PROTECTED]> wrote: > * app-text/poppler-bindings-0.5.1-r1 does not actually support the > qt3 USE flag! Compile it without. Or use another version of poppler-bindings. signature.asc Description: PGP signature

[gentoo-user] emerge kpdf fails

2007-10-27 Thread David Harel
emerge kde-base/kpdf-3.5.7-r1 fails: elog # less /var/tmp/portage/kde-base/kpdf-3.5.7-r2/temp/build.log * * ERROR: kde-base/kpdf-3.5.7-r2 failed. * Call stack: * ebuild.sh, line 1670: Called dyn_setup * ebuild.sh, line 719: Called qa_call 'pkg_setup' * ebuild.sh, line 44: Called

Re: [gentoo-user] Question re desktop-file-utils

2007-10-27 Thread Anthony E. Caudel
Bo Ørsted Andresen wrote: > On Friday 26 October 2007 22:19:23 Anthony E. Caudel wrote: > >> On several emerges I see the message " >> >> Install dev-util/desktop-file-utils, if you want to help to improve >> Gentoo." >> >> Can't really tell what this package does but how does it help Gentoo? >>

Re: [gentoo-user] eth0 fallback configuration is ignored

2007-10-27 Thread Dan Farrell
On Sat, 27 Oct 2007 21:58:11 +0930 Iain Buchanan <[EMAIL PROTECTED]> wrote: > is it by any chance assigning you a 169... address? Did you recently > upgrade dhcpcd to ... around ... 3.1.6 I think? Anyway, it now tries > "zeroconf" or whatever it's called, to give you an address when > there's no

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread Daniel Pielmeier
John covici schrieb: > Exactly where did you put your mtu -- I don't see it in the possibly > options in /etc/conf.d/net.example for the pppd options. It is in the Section INTERFACE HANDLERS: # Some users may need to alter the MTU - here's how #mtu_eth0="1500" > plugins_ppp0=("rp-pppoe") Are yo

[gentoo-user] emerge of glibc and gcc fails

2007-10-27 Thread Yoav Luft
hello, during an emerge -uDN process, the compilation for gcc-4.2.1 failed, as well as for glibc, with same errors. I have run revdep-rebuilt, and found out about a broken libexpat.so.0thingy, which I solved following the instruction of the gentoo irc bot. after that, compiling gcc still fails. in

[gentoo-user] Re: compiz-fusion, emerald and xfce

2007-10-27 Thread Marc Blumentritt
Daniel Pielmeier schrieb: > I used this command: > compiz --loose-binding --replace ccp && emerald --replace & > > A strange thing is that it only works when I execute it a few times. The > first time I had no window decorations! > > Another thing is when I want to go back to the xfce window mana

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote > Hi, > > On Sat, 27 Oct 2007 13:23:44 -0400 > John covici <[EMAIL PROTECTED]> wrote: > > > on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote > > > Hi, > > > > > > On Sat, 27 Oct 2007 11:35:05 -0400 >

Re: [gentoo-user] {OT} preforking mysqld?

2007-10-27 Thread Grant
> > I have apache2 preforking and another important daemon preforking, and > > after looking at my top process list, I'm wondering if I can get > > mysqld preforking. It looks like there's only one mysqld process > > running and it's working hard. > > I rather think it is threading... At least on

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread Hans-Werner Hilse
Hi, On Sat, 27 Oct 2007 13:23:44 -0400 John covici <[EMAIL PROTECTED]> wrote: > on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote > > Hi, > > > > On Sat, 27 Oct 2007 11:35:05 -0400 > > John covici <[EMAIL PROTECTED]> wrote: > > > > > What happens is that when I use this a

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote > Hi, > > On Sat, 27 Oct 2007 11:35:05 -0400 > John covici <[EMAIL PROTECTED]> wrote: > > > What happens is that when I use this a computer on my local network > > has intermittent connection problems -- it connects to googl

Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread Hans-Werner Hilse
Hi, On Sat, 27 Oct 2007 11:35:05 -0400 John covici <[EMAIL PROTECTED]> wrote: > What happens is that when I use this a computer on my local network > has intermittent connection problems -- it connects to google just > fine, but not to Microsoft sites and other places. Does this computer use the

Re: [gentoo-user] {OT} preforking mysqld?

2007-10-27 Thread Hans-Werner Hilse
Hi, On Sat, 27 Oct 2007 07:52:48 -0700 Grant <[EMAIL PROTECTED]> wrote: > I have apache2 preforking and another important daemon preforking, and > after looking at my top process list, I'm wondering if I can get > mysqld preforking. It looks like there's only one mysqld process > running and it'

[gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
Hi. I am having a very frustrating prroblem when I use the pppoe plugin like so: config_ppp0=("ppp") link_ppp0="eth2" plugins_ppp0=("rp-pppoe") username_ppp0='vzeqmmst' pppd_ppp0=( "updetach" "noauth" "ipcp-accept-remote" "ipcp-accept-local" "holdoff 3" "lcp-echo-interval 15" "lcp-echo-failure 3"

Re: [gentoo-user] Question re desktop-file-utils

2007-10-27 Thread Bo Ørsted Andresen
On Friday 26 October 2007 22:19:23 Anthony E. Caudel wrote: > On several emerges I see the message " > > Install dev-util/desktop-file-utils, if you want to help to improve > Gentoo." > > Can't really tell what this package does but how does it help Gentoo? It validates .desktop files. If installe

[gentoo-user] {OT} preforking mysqld?

2007-10-27 Thread Grant
I have apache2 preforking and another important daemon preforking, and after looking at my top process list, I'm wondering if I can get mysqld preforking. It looks like there's only one mysqld process running and it's working hard. Is anyone doing anything like that? - Grant -- [EMAIL PROTECTED

[gentoo-user] Re: What should i use instead of /dev/usb?

2007-10-27 Thread Grant Edwards
On 2007-10-27, Philip Webb <[EMAIL PROTECTED]> wrote: > 071027 Adam Carter wrote: >> I am using some hardware that requries external drivers >> (no ebuild either) and it says i should: >> 'mknod /dev/usb/panel0 c 180 180' >> Since /dev/usb doesnt exist, what is the correct alternative? > > USB port

Re: [gentoo-user] What should i use instead of /dev/usb?

2007-10-27 Thread Philip Webb
071027 Adam Carter wrote: > I am using some hardware that requries external drivers > (no ebuild either) and it says i should: > 'mknod /dev/usb/panel0 c 180 180' > Since /dev/usb doesnt exist, what is the correct alternative? USB ports usually show up as /dev/sdb : have a look for that. -- ===

Re: [gentoo-user] eth0 fallback configuration is ignored

2007-10-27 Thread Jules Colding
Hi Iain,. On Sat, 2007-10-27 at 21:58 +0930, Iain Buchanan wrote: > On Sat, 2007-10-27 at 13:48 +0200, Jules Colding wrote: > > Hi, > > > > My "/etc/conf.d/net" says: > > > > config_eth0=( "dhcp" ) > > fallback_eth0=( "192.168.3.3/24" ) > > fallback_route_eth0=( "default via 192.168.3.1" ) > >

Re: [gentoo-user] eth0 fallback configuration is ignored

2007-10-27 Thread Iain Buchanan
On Sat, 2007-10-27 at 13:48 +0200, Jules Colding wrote: > Hi, > > My "/etc/conf.d/net" says: > > config_eth0=( "dhcp" ) > fallback_eth0=( "192.168.3.3/24" ) > fallback_route_eth0=( "default via 192.168.3.1" ) > > > But dhcpcd is ignoring this. Instead it is using > "/var/lib/dhcpcd/dhcpcd-eth0

Re: [gentoo-user] Re: Online photo album software in Portage?

2007-10-27 Thread Iain Buchanan
On Fri, 2007-10-26 at 09:11 -0700, Grant wrote: > It looks like jalbum makes it really easy to manage your photos too. > Does it handle video files? yes! > Can you upload to your own server instead > of using their hosting? yes! I've sent JAlbum created albums via CD, zip, and on my ISP's ho

Re: [gentoo-user] pam limits

2007-10-27 Thread Etaoin Shrdlu
On Friday 26 October 2007, Dan Farrell wrote: > On Fri, 26 Oct 2007 09:55:04 +0200 > > Etaoin Shrdlu <[EMAIL PROTECTED]> wrote: > > On Friday 26 October 2007, Dan Farrell wrote: > > > On Thu, 25 Oct 2007 13:55:45 +0200 > > > > > > Etaoin Shrdlu <[EMAIL PROTECTED]> wrote: > > > > Why can't you speci

[gentoo-user] eth0 fallback configuration is ignored

2007-10-27 Thread Jules Colding
Hi, My "/etc/conf.d/net" says: config_eth0=( "dhcp" ) fallback_eth0=( "192.168.3.3/24" ) fallback_route_eth0=( "default via 192.168.3.1" ) But dhcpcd is ignoring this. Instead it is using "/var/lib/dhcpcd/dhcpcd-eth0.info" to set eth0. This looks like the '-E' option is used, but where? How can

Re: [gentoo-user] What should i use instead of /dev/usb?

2007-10-27 Thread Dirk Heinrichs
Am Samstag, 27. Oktober 2007 schrieb Adam Carter: > I am using some hardware that requries external drivers (no ebuild > either) and it says i should; > mknod /dev/usb/panel0 c 180 180 What kind of hardware is this? > Since /dev/usb doesnt exist, what is the correct alternative? Either mkdir /de

Re: [gentoo-user] From /etc/locale.build to /etc/locale.gen

2007-10-27 Thread Roman Zilka
> However I found that I have a locale.gen ; I edited it to include en_US > and it_IT, and run locale-gen. Now can I upgrade to glibc-2.6 ? Yes, you can. If you've always had the file, you could've upgraded to 2.6 anytime. I suppose locale-gen (run automatically during glibc emerge) has been using

Re: [gentoo-user] From /etc/locale.build to /etc/locale.gen

2007-10-27 Thread Roman Zilka
> >$ cat /etc/locale.gen > ># /etc/locale.gen: list all of the locales you want to have on your system > ># > ># The format of each line: > ># > ># > ># Where is a locale located in /usr/share/i18n/locales/ and > ># where is a charmap located in /usr/share/i18n/charmaps/. > ># > ># All blank li

[gentoo-user] What should i use instead of /dev/usb?

2007-10-27 Thread Adam Carter
I am using some hardware that requries external drivers (no ebuild either) and it says i should; mknod /dev/usb/panel0 c 180 180 Since /dev/usb doesnt exist, what is the correct alternative? (2.6.22-gentoo-r8) thanks.