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

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 possible

[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.eth1 start

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 [/code]

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 ignore

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 checking

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

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 not give

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

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

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 everything

[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

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

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 snip There are no sd*

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 separately

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 what

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% -bg%

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 ':' -f 2`

[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

[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

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

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.

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

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

[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

[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

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 anyone

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 update

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: