Re: [gentoo-user] /etc/jail.conf: why exec permission???

2006-07-29 Thread Alexander Skwar
Jerry McBride schrieb: I can't answer your question, however I can suggest changing it to non-exec and see how behaves after. Yes. And if there's no change, I'd suggest to file a bug, so that this gets changed. Alexander Skwar -- If life gives you lemons, make lemonade. -- gentoo-user@gentoo.

Re: [gentoo-user] OO Build Failed

2006-07-29 Thread Alexander Skwar
Randy Barlow schrieb: Richard Fish wrote: Can you retry with: CFLAGS="-O2 -march=pentium3 -pipe" [...] Also, why are you running an i386 CHOST? You should probably have used an i686 stage3 tarball... Hmm, somehow I must not have noticed that. You are certainly right though - it is possibl

[gentoo-user] Restart network interfaces over SSH

2006-07-29 Thread Todor Pirov
Hello, I have the following script which exchanges the IPs of two network adapters: [code] #!/bin/bash /usr/bin/cp /etc/conf.d/net-2 /etc/conf.d/net; /etc/init.d/net.eth1 stop; /etc/init.d/net.eth0 restart; /etc/init.d/net.eth1 start [/code] and a similar one with "/usr/bin/cp /etc/conf.d/net-1

Re: [gentoo-user] Restart network interfaces over SSH

2006-07-29 Thread Raymond Lewis Rebbeck
On Saturday, 29 July 2006 18:50, Todor Pirov wrote: > Hello, > I have the following script which exchanges the IPs of two network > adapters: > > [code] > #!/bin/bash > > /usr/bin/cp /etc/conf.d/net-2 /etc/conf.d/net; > /etc/init.d/net.eth1 stop; > /etc/init.d/net.eth0 restart; > /etc/init.d/net.et

Re: [gentoo-user] Missing font in Opera

2006-07-29 Thread Mick
On Thursday 27 July 2006 23:48, Stuart Howard wrote: > I have misplaced some fonts or at least I think I have, I use Opera > for a browser but since the xorg migration the transfers page has no > text and the "progress bar" shows boxes instead of text. > This I presume is a font issue and probably

Re: [gentoo-user] Restart network interfaces over SSH

2006-07-29 Thread Todor Pirov
On Saturday 29 July 2006 12:25, Raymond Lewis Rebbeck wrote: > How about running the script in a screen session? Yes, "screen -d" is a solution. Thanks for the tip. Todor -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Restart network interfaces over SSH

2006-07-29 Thread Uwe Thiem
On 29 July 2006 10:20, Todor Pirov wrote: > Hello, > I have the following script which exchanges the IPs of two network > adapters: > > [code] > #!/bin/bash > > /usr/bin/cp /etc/conf.d/net-2 /etc/conf.d/net; > /etc/init.d/net.eth1 stop; > /etc/init.d/net.eth0 restart; > /etc/init.d/net.eth1 start >

Re: [gentoo-user] Restart network interfaces over SSH

2006-07-29 Thread Alexander Skwar
Raymond Lewis Rebbeck schrieb: How about running the script in a screen session? Another one: Put that script in a "script file" (like /tmp/script). Then setup an "at" job, which will execute this: at now + 1minute < /tmp/script And finally, it might be enough to make the shell ignor

Re: [gentoo-user] How not to install nautilus-cd-burner

2006-07-29 Thread Bo Ørsted Andresen
On Saturday 15 July 2006 12:08, Konstantinos Agouros wrote: > >Do you have the cdr USE flag set? If it is explicitly turned off (it may > >be on by default in your profile) and a package is still trying to pull > >this in, it may be worth filing a bug report. > > I put -cdr in useflags. But by chec

[gentoo-user] Abit KN9 SLI (nForce5 chipset) and Gentoo

2006-07-29 Thread Robert Szentmihalyi
Hi, is anybody using this board? I'd like to hear people's experiences before I go and get it :-) Thanks, Robert -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: amd64 installation: which file system?

2006-07-29 Thread Bo Ørsted Andresen
On Wednesday 19 July 2006 01:38, Richard Fish wrote: > Things like > c:\hiberfil.sys and c:\$log are nearly impossible to move, so they > could be the source of the problem. hiberfil is easily movable (Well, it's Windows... requires you to go to the power settings in the control panel and disable

Re: [gentoo-user] Re: amd64 installation: which file system?

2006-07-29 Thread Bo Ørsted Andresen
On Wednesday 19 July 2006 09:14, Mick wrote: > > > If these are new systems, I would give HP support a call and demand > > > they send you the WinXP OEM installation CD. > > They will.  But at a price (not much) and guess what, it is an image of the > original installation which as far as I recall

Re: [gentoo-user] unwanted packages

2006-07-29 Thread Bo Ørsted Andresen
On Monday 17 July 2006 20:50, James wrote: > However today, upon syncing the system, then 'revdep-rebuild -p' > > I get these unwanted packages: > > [ebuild  N    ] [SNIP] > Now you can remove -p (or --pretend) from arguments and re-run > revdep-rebuild. Does # emerge -uDvp --tree world no

Re: [gentoo-user] nvidia-drivers and revdep-rebuild problems

2006-07-29 Thread gentoo
On Monday 24 July 2006 00:41, Philip Webb wrote: > 060723 billydw wrote: > > I am pretty much a Gentoo newbie, but less so with linux. > > I have successfully installed Gentoo 2006.0 > > from the Universal Install CD (amd64 arch). > > I have Xorg-x11 7.0 emerged and I think configured correctly -

Re: [gentoo-user] LINGUAS

2006-07-29 Thread Alexander Skwar
Michael George schrieb: I am building OOo 2.0.3 and I happened to notice in the verbose emerge output that there is a long list of languages listed in the LINGUAS variable: LINGUAS="-af% -ar% -be_BY% -bg% -bn% -bs% -ca% -cs% -cy% -da% -de% -el% -en% -en_GB% -en_US% -en_ZA% -es% -et% -fa% -fi%

[gentoo-user] ppp0 and iptables

2006-07-29 Thread David Corbin
When I bring up my ppp0 connection, iptables is loading a whole bunch of rules. I cannot see where iptables is being invoked (I looked through /etc/ppp/ip-up*). Any ideas? Furthermore, I cannot find where the rules it's loading are written. I've looked in /var/lib/iptables, but there is no

Re: [gentoo-user] OO Build Failed

2006-07-29 Thread Randy Barlow
Alexander Skwar wrote: > CHOST isn't that important at all. Much much more important are the > CFLAGS, and here especially -march (or -mtune & -mcpu). If you're > using a Pentium 3 and have done "emerge -e world" once, then all is > fine. I haven't done the emerge -e thing, but shouldn't everythi

Re: [gentoo-user] OO Build Failed

2006-07-29 Thread Alexander Skwar
Randy Barlow schrieb: Alexander Skwar wrote: > CHOST isn't that important at all. Much much more important are the CFLAGS, and here especially -march (or -mtune & -mcpu). If you're using a Pentium 3 and have done "emerge -e world" once, then all is fine. I haven't done the emerge -e thing, bu

[gentoo-user] [OT] Linux unable to read a k3b DVD

2006-07-29 Thread Francesco Talamona
I recently burnt a DVD with k3b, it seems perfect on windows boxes, all files are indeed correctly written and readable, a md5 sum tells they are binary equal to original, but no Linux box can mount it (tried on three different PCs with the same results). If I try to mount this DVD, dmesg says:

[gentoo-user] livecd and install cd improper ACPI?

2006-07-29 Thread Trenton Adams
Hi guys, I have a notebook that I use with gentoo. I'm trying to create a tar.gz backup of the entire thing. So, I boot up with 2005.x or 2006.0 livecd, or install cd. Both of them allow the system to over heat, and it shuts down. This never used to happen. I believe it worked fine with 2004

[gentoo-user] Mounting a USB thumbdrive

2006-07-29 Thread Daniel D Jones
I'm trying to mount a USB thumbdrive. After inserting the drive into the port, dmesg shows: usb 1-3: new high speed USB device using ehci_hcd and address 4 ehci_hcd :00:10.3: port 3 high speed ehci_hcd :00:10.3: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT usb 1-3: default lan

Re: [gentoo-user] LINGUAS

2006-07-29 Thread Richard Fish
On 7/29/06, Michael George <[EMAIL PROTECTED]> wrote: The docs I found on gentoo localization indicate that I can set LINGUAS in make.conf and build for just the languages I desire. I set it to: LINGUAS="en_US" but all that does is prepend en_US to the beginning of the string above. Look close

Re: [gentoo-user] Mounting a USB thumbdrive

2006-07-29 Thread Richard Fish
On 7/29/06, Daniel D Jones <[EMAIL PROTECTED]> wrote: usb-storage: waiting for device to settle before scanning Vendor: Memorex Model: USB2 ThumbDrive Rev: 2.00 Type: Direct-Access ANSI SCSI revision: 00 usb-storage: device scan complete There are no sd* device

Re: [gentoo-user] Is this cruft in my /tmp?

2006-07-29 Thread Bo Ørsted Andresen
On Sunday 23 July 2006 13:18, Mick wrote: > I checked the script I have in my /etc/X11/Sessions/fluxbox: > == > eval "$(gpg-agent --daemon)" > /usr/bin/startfluxbox > kill `echo ${GPG_AGENT_INFO} | cut -d ':' -f 2` > == > > Running these separ

Re: [gentoo-user] LINGUAS

2006-07-29 Thread Benno Schulenberg
Michael George wrote: > LINGUAS="-af% -ar% -be_BY% -bg% -bn% -bs% -ca% -cs% -cy% -da% > -de% -el% -en% -en_GB% -en_US% -en_ZA% -es% -et% -fa% -fi% -fr% > -gu_IN% -he% -hi_IN% -hr% -hu% -it% -ja% -km% -ko% -lt% -mk% -nb% > -nl% -nn% -nr% -ns% -pa_IN% -pl% -pt% -pt_BR% -ru% -rw% -sh_YU% > -sk% -sl%

Re: [gentoo-user] qcheck output mystery

2006-07-29 Thread Bo Ørsted Andresen
On Sunday 23 July 2006 06:53, Vladimir G. Ivanovic wrote: > If I run qcheck on sys-devel/make, I get output like: > > Checking sys-devel/make-3.81 ... > AFK: /usr/lib/debug > AFK: /usr/lib/debug/usr [...] > The MD5-DIGEST entry is due to prelinking the executable, but wha

Re: [gentoo-user] LINGUAS

2006-07-29 Thread Alexander Skwar
Michael George schrieb: On Sat, Jul 29, 2006 at 05:20:13PM +0200, Alexander Skwar wrote: Michael George schrieb: >I am building OOo 2.0.3 and I happened to notice in the verbose emerge >output that there is a long list of languages listed in the LINGUAS >variable: > > LINGUAS="-af% -ar% -be_BY%

Re: [gentoo-user] Is this cruft in my /tmp?

2006-07-29 Thread [EMAIL PROTECTED]
On 7/29/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: On Sunday 23 July 2006 13:18, Mick wrote: > I checked the script I have in my /etc/X11/Sessions/fluxbox: > == > eval "$(gpg-agent --daemon)" > /usr/bin/startfluxbox > kill `echo ${GPG_AGENT_INFO} | cut -d ':'

[gentoo-user] depclean screw up

2006-07-29 Thread Mike Williams
Hi, Check out this wackiness from depclean. This has had me stumped all day, no matter how many merges, depcleans, revdep-rebuilds I try. It's long... But, basically, depclean wants to remove packages that equery says have direct dependencies. If I merge all the packages that directly depend o

[gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Richard Broersma Jr
Hello all, I am trying to install Fortran for a school project my wife is working on. Are there any installation instructions better than the following ones?: 1) http://bugs.gentoo.org/show_bug.cgi?id=117452 - my question with this link is, where is this overlay directory that is ment

Re: [gentoo-user] depclean screw up

2006-07-29 Thread Richard Fish
On 7/29/06, Mike Williams <[EMAIL PROTECTED]> wrote: Hi, Check out this wackiness from depclean. This has had me stumped all day, no matter how many merges, depcleans, revdep-rebuilds I try. It's long... But, basically, depclean wants to remove packages that equery says have direct dependencie

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Richard Fish
On 7/29/06, Richard Broersma Jr <[EMAIL PROTECTED]> wrote: Hello all, I am trying to install Fortran for a school project my wife is working on. Are there any installation instructions better than the following ones?: 1) http://bugs.gentoo.org/show_bug.cgi?id=117452 - my question with this

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Donnie Berkholz
Richard Broersma Jr wrote: Hello all, I am trying to install Fortran for a school project my wife is working on. Any reason you can't use gcc's Fortran compiler? Are there any installation instructions better than the following ones?: 1) http://bugs.gentoo.org/show_bug.cgi?id=117452 -

Re: [gentoo-user] depclean screw up

2006-07-29 Thread Mike Williams
On Sunday 30 July 2006 01:05, Richard Fish wrote: > > But, basically, depclean wants to remove packages that equery says have > > direct dependencies. > > equery depends is unfortunately broken.  It does not consider use flag > dependancies. Ahh, now that I didn't know. > Examples from your list:

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Richard Broersma Jr
> However, dev-lang/ifc already exists. If you want the latest 9.0.031 > version, you'll have to accept the ~arch keyword, but this is > certainly a lot easier than trying to maintain your own overlay. Yes, messing with making a package overlay doesn't should like I really want to get into. Howev

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Richard Broersma Jr
> Any reason you can't use gcc's Fortran compiler? I would be happy to, I didn't know there was one. Is there any docs that explain how to the gcc fortran complier? Regards, Richard Broersma Jr. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Donnie Berkholz
Richard Broersma Jr wrote: Any reason you can't use gcc's Fortran compiler? I would be happy to, I didn't know there was one. Is there any docs that explain how to the gcc fortran complier? USE=fortran emerge gcc If you're on gcc4, it's gfortran and is Fortran95 (and older) compatible. If

Re: [gentoo-user] emerging IFC - Intel Fortran Compiler

2006-07-29 Thread Richard Broersma Jr
> USE=fortran emerge gcc > > If you're on gcc4, it's gfortran and is Fortran95 (and older) > compatible. If you're on gcc3, it's g77 and is (as one would expect) > compatible with Fortran77. Thanks! Regards, Richard Broersma Jr. -- gentoo-user@gentoo.org mailing list

[gentoo-user] New Hardware...

2006-07-29 Thread Jerry McBride
Howdy, I'm gearing up for a new hardware purchase and I find that I need a little help figuring out "what is" and "what isn't" linux compatible. The days of pci, agp video and socket A hardware are slowly coming to a close and I'm itching to try something new. Does anyone here run any cutting

Re: [gentoo-user] depclean screw up

2006-07-29 Thread Richard Fish
On 7/29/06, Mike Williams <[EMAIL PROTECTED]> wrote: gnome-libs does directly depend on imlib though. But depclean wants to remove gnome-libs also, so this doesn't count... That one I saw, and it did add to the confusion. libsoup does depend on gnutls, and gtkhtml depends on libsoup, and dvdr

Re: [gentoo-user] depclean screw up

2006-07-29 Thread Vladimir G. Ivanovic
If you run emerge -av --noreplace on all the packages that emerge -av --depclean wants to clean, then depclean will no longer complain. --- Vladimir -- Vladimir G. Ivanovic <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] New Hardware...

2006-07-29 Thread Richard Fish
On 7/29/06, Jerry McBride <[EMAIL PROTECTED]> wrote: Howdy, I'm gearing up for a new hardware purchase and I find that I need a little help figuring out "what is" and "what isn't" linux compatible. For the most part today, this isn't really a concern [1]. Most motherboard chipsets, network ca

[gentoo-user] how to get ssh host based authentication working?

2006-07-29 Thread John Blinka
Hi, folks, I'd like to get host based ssh authentication working within all the gentoo boxes on my home network. I've had no success yet - I hope someone can enlighten me! What I've done so far on the server side is: set HostbasedAuthentication yes in sshd_config set HostbasedAuth

[gentoo-user] Gnumeric 1.4.3-r3 again (or still)

2006-07-29 Thread Walter Dnes
Before I make a fool of myself for unnecessarily re-opening http://bugs.gentoo.org/show_bug.cgi?id=131151 (allegedly fixed a couple of weeks ago), am I doing anything glaringly wrong? I just finished doing an emerge sync and the only package that fails a deep world update is gnumeric. The 80 me

Re: [gentoo-user] New Hardware...

2006-07-29 Thread Donnie Berkholz
Jerry McBride wrote: Howdy, I'm gearing up for a new hardware purchase and I find that I need a little help figuring out "what is" and "what isn't" linux compatible. The days of pci, agp video and socket A hardware are slowly coming to a close and I'm itching to try something new. Does any

Re: [gentoo-user] Gnumeric 1.4.3-r3 again (or still)

2006-07-29 Thread Rumen Yotov
Walter Dnes wrote: > Before I make a fool of myself for unnecessarily re-opening > http://bugs.gentoo.org/show_bug.cgi?id=131151 (allegedly fixed a couple > of weeks ago), am I doing anything glaringly wrong? I just finished > doing an emerge sync and the only package that fails a deep world upd

Re: [gentoo-user] how to get ssh host based authentication working?

2006-07-29 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Blinka wrote: > Hi, folks, > > I'd like to get host based ssh authentication working within > all the gentoo boxes on my home network. I've had no > success yet - I hope someone can enlighten me! > > What I've done so far on the server side is: >

[gentoo-user] OT? Samba/LDAP Hell

2006-07-29 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, This is slightly off topic for this list, but I thought I might get some response from the "braintrust". ;-) A while back I started to configure samba to work with LDAP. I got as far as configuring slapd.conf and entering a "tickler" user.