Re: [gentoo-user] AthlonXP flags

2005-06-13 Thread Mark Shields
I believe the way mtune and march is like this: Think of mtune as 'optional' tuning and march as 'required' tuning, meaning: compile for athlon-xp with the mtune option, it will run better on an athlon xp but will also run in i386 (just slower), whereas march will compile for athlon-xp and will on

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
Holly Bostick wrote: Colin schreef: On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9 root=/dev/hde3 video=vesafb:mtrr,ywrap

Re: [gentoo-user] AthlonXP flags

2005-06-13 Thread Colin
Mark Shields wrote: Oh, Raphael, concerning what you said: "By the way, look for something about using sse instruction for math. It speeds things up a bit.". I think you're speaking of "-mfpmath=sse". You might want to specify -mfpmath=sse,387 instead. SSE is capable of faster, more precis

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
Colin wrote: >It worked! One would think stage1.5 would be an integral step between >1 and 2, but apparently now. Gentoo works! (And Windows does too...) > I got a lot of errors while booting Gentoo, so I've still got a few >bugs to work out. Thanks, guys. > > The stage1.5 is really a minim

[gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Kevin O'Gorman
To answer several questions from several people: 1) I thought java 1.5 wasn't there because it was not found by emerge -s java emerge -s jre emerge -s blackdown At that point I just figured it wasn't there. I'm glad to discover I was wrong. 2) I'm not so much itching to use t

Re: [gentoo-user] Baselayout update blasted my wireless networking

2005-06-13 Thread Richard Fish
Bill Rucker wrote: > Somewhere around Mon, Jun 13, 2005 at 07:07:14AM +0200, a message > from Richard Fish went like this: > >> The other night I did an emerge sync; emerge world -vu and got a >> new and improved version of baselayout. I screwed up and let >> etc-update clobber all my config files

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
Richard Fish wrote: Colin wrote: It worked! One would think stage1.5 would be an integral step between 1 and 2, but apparently now. Gentoo works! (And Windows does too...) I got a lot of errors while booting Gentoo, so I've still got a few bugs to work out. Thanks, guys. The stage1.5 i

Re: [gentoo-user] Re: rc.conf is very short now?

2005-06-13 Thread Richard Fish
Holly Bostick wrote: >Richard Fish schreef: > > >>I think PROTOCOLS was voted off the island. >> >> > >Watching a bit too much Survivor/Big Brother/The Real World (any >city)/The Farm/The Bus/Temptation Island/Expeditie Robinson/Celebrity >Survivor/Idols/American Idols/America's Next Top M

[gentoo-user] Bluetooth Dongle: how to get it working?

2005-06-13 Thread Murray Shields
I have followed a number of different guides/how-to's and almost have my HP (Broadcom) USB Bluetooth dongle going. I have compiled Bluetooth support into my 2.6.11 MM sources kernel: Code: # # FIR device drivers # # CONFIG_USB_IRDA is not set # CONFIG_SIGMATEL_FIR is not set # CONFIG_NSC_FIR is n

[gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Kevin O'Gorman
Bottom line: I still cannot get these. Details at the bottom. On 6/13/05, Kevin O'Gorman <[EMAIL PROTECTED]> wrote: > To answer several questions from several people: > 1) I thought java 1.5 wasn't there because it was not found by > emerge -s java > emerge -s jre > emerge -s blackdow

Re: [gentoo-user] Java java java, I miss my java

2005-06-13 Thread Chris Woods
I've been using 1.5 for several months now with no ill effects. However, it is worth stating that I do all my Java work in an IDE, and the paths to $JAVA_HOME and so on are configured from within the IDE, and don't even look at the OS environment variables. It works great on linux, as would be exp

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Kevin O'Gorman wrote: > Here's what it looks like: > > treat 1.5-bundles # emerge -av sun-jdk sun-sdk-docs > > These are the packages that I would merge, in order: > > Calculating dependencies - > !!! All ebuilds that could satisfy "=dev-java/java-sdk-docs-1.5.0*" > have been masked. > !!! One o

[gentoo-user] Problems with Internationalization [Gnome]

2005-06-13 Thread Rafael Fernández López
Hi ! Everything worked perfectly, until I right-clicked on an audio/video file and clicked on Properties -> Audio/Video tab. I'm spanish, all Gnome is compiled with LINGUAS="es" and everything is in spanish. I've some folders like "Música" that means "Music" and inside I've got my music files. A

Re: [gentoo-user] More about a Panasonic Toughbook

2005-06-13 Thread Ian K
Ian K wrote: >Hi guys/gals, >I have here a laptop I have put Gentoo on for a friend. >I am currently trying to get his wireless card working. >I have asked the gentoo-laptop mailing list, but a reply >is still pending after about a week. Maybe you guys >can offer more help. > >Under the direction

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Holly Bostick
Zac Medico schreef: > Kevin O'Gorman wrote: > >>Here's what it looks like: >> >>treat 1.5-bundles # emerge -av sun-jdk sun-sdk-docs >> >>These are the packages that I would merge, in order: >> >>Calculating dependencies - >>!!! All ebuilds that could satisfy "=dev-java/java-sdk-docs-1.5.0*" >>have

Re: [gentoo-user] Problems with Internationalization [Gnome]

2005-06-13 Thread Holly Bostick
Rafael Fernández López schreef: > Hi ! > > Everything worked perfectly, until I right-clicked on an audio/video > file and clicked on Properties -> Audio/Video tab. > > I'm spanish, all Gnome is compiled with LINGUAS="es" and everything is > in spanish. I've some folders like "Música" that means

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Holly Bostick wrote: > > You also have to echo to /etc/portage/package.keywords-- both packages > are twice-masked. > > So in addition to the above: > > echo "dev-java/sun-jdk ~x86" >> /etc/portage/package.keywords > echo "dev-java/java-sdk-docs ~x86" >> /etc/portage/package.keywords > Silly

Re: [gentoo-user] Problems with Internationalization [Gnome]

2005-06-13 Thread Rafael Fernández López
Yes sorry, I had it correctly configured, where I said LINGUAS I wanted to say LANG, but the point is that TOTEM that provides that tab has a bug with spanish. It is now sent to gnome team. Thanks. > Rafael Fernández López schreef: >> Hi ! >> >> Everything worked perfectly, until I right-clicked

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Kevin O'Gorman
As I pointed out before, I already did those. Again, here are 'cat's of the files, which nevertheless do not allow an emerge: treat 1.5-bundles # cat /etc/portage/package.keywords app-office/gnucash quotes dev-java/sun-jdk ~x86 dev-java/sun-jre-bin ~x86 treat 1.5-bundles # cat /etc/portage/packa

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Kevin O'Gorman wrote: > As I pointed out before, I already did those. Again, here are 'cat's > of the files, > which nevertheless do not allow an emerge: > > treat 1.5-bundles # cat /etc/portage/package.keywords > app-office/gnucash quotes > dev-java/sun-jdk ~x86 > dev-java/sun-jre-bin ~x86 > tr

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Holly Bostick
Zac Medico schreef: > Holly Bostick wrote: > > >>You also have to echo to /etc/portage/package.keywords-- both packages >>are twice-masked. >> >>So in addition to the above: >> >>echo "dev-java/sun-jdk ~x86" >> /etc/portage/package.keywords >>echo "dev-java/java-sdk-docs ~x86" >> /etc/portage/pac

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Holly Bostick
Kevin O'Gorman schreef: > As I pointed out before, I already did those. Again, here are 'cat's > of the files, > which nevertheless do not allow an emerge: > > treat 1.5-bundles # cat /etc/portage/package.keywords > app-office/gnucash quotes > dev-java/sun-jdk ~x86 > dev-java/sun-jre-bin ~x86 >

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Kevin O'Gorman
On 6/13/05, Zac Medico <[EMAIL PROTECTED]> wrote: > Kevin O'Gorman wrote: > > As I pointed out before, I already did those. Again, here are 'cat's > > of the files, > > which nevertheless do not allow an emerge: > > > > treat 1.5-bundles # cat /etc/portage/package.keywords > > app-office/gnucash

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Kevin O'Gorman wrote: > On 6/13/05, Zac Medico <[EMAIL PROTECTED]> wrote: > >>Kevin O'Gorman wrote: >> >>>As I pointed out before, I already did those. Again, here are 'cat's >>>of the files, >>>which nevertheless do not allow an emerge: >>> >>>treat 1.5-bundles # cat /etc/portage/package.keywor

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Holly Bostick
Kevin O'Gorman schreef: > Thanks, I *did* miss that. Unfortunately, it doesn't fix the problem. > Below, I try an emerge, then dump the files again. > Maybe I missed two things? > Yes. You've unmasked (in /etc/portage/package.unmask) a specific version of the docs (1.4.99, because you used an =

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Holly Bostick wrote: > Yes. You've unmasked (in /etc/portage/package.unmask) a specific version > of the docs (1.4.99, because you used an = sign, and a version number). > > However, you're trying to install version 1.5.0 whatever, which you have > not unmasked. > That's what I though for a mo

Re: [gentoo-user] AthlonXP flags

2005-06-13 Thread Raphael Melo de Oliveira Bastos Sales
That option (-mfpmath=sse,387) was deemed unstable on the gcc page that Bruno posted on this thread. Quoting: "Use this option with care, as it is still experimental, because the GCC register allocator does not model separate functional units well resulting in instable performance. " I think it is

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Holly Bostick
Zac Medico schreef: > Holly Bostick wrote: > > >>Yes. You've unmasked (in /etc/portage/package.unmask) a specific version >>of the docs (1.4.99, because you used an = sign, and a version number). >> >>However, you're trying to install version 1.5.0 whatever, which you have >>not unmasked. >> > >

Re: [gentoo-user] Re: Java java java, I miss my java

2005-06-13 Thread Zac Medico
Holly Bostick wrote: > > I thought of that possibility after I hit 'Send' oh well. You may > have won this round, but I'll be back (saw Austin Powers 3 tonight, so > insert Trademarked Evil Laugh here)! > > Holly, hoping that Kevin actually can get the docs installed, despite > this fooli

Re: [gentoo-user] ssmtp - what wants to install it?

2005-06-13 Thread Mark Shields
Yeah, that's what it is. On 6/13/05, Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Mon, 13 Jun 2005 17:17:11 -0400, Mark Shields wrote: > > > Ah yes, I remember reading it's not a full-fledged MTA. I was just > > curious as to why it was trying to install. And to answer the first > > reply's qu

[gentoo-user] DR working for M$

2005-06-13 Thread A. Khattri
Im suprised noone has mentioned this yet: http://www.osnews.com/comment.php?news_id=10838 -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] cvs passwords [SOLVED]

2005-06-13 Thread Niklas Herder
Use 'ssh-keygen -t dsa' and just press enter when it prompts for a password. Then you copy the .pub part of the key to your cvs server, and do 'echo id_dsa.pub >> .ssh/authorized_keys' in the homedir of the account you want to give access to. Then you should be able to log in without a password.

[gentoo-user] SMTPS not working after upgrade 4.43 to 4.50

2005-06-13 Thread Daevid Vincent
Please help. I run Gentoo and try to use only the stable x86 packages for my server. I upgraded from 4.43-r2 to 4.50-r1 as per portage's suggestion and now I can't SEND mail from Outlook through my server to anywhere using SMTPS. This worked fine earlier today before the upgrade. I don't see any re

Re: [gentoo-user] DR working for M$

2005-06-13 Thread Steven R. Ringwald
A. Khattri wrote: Im suprised noone has mentioned this yet: http://www.osnews.com/comment.php?news_id=10838 Perhaps it is a little bit of a heated issue??? Steve -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] DR working for M$

2005-06-13 Thread Paul Kain
The guy is $40 000 in debt while giving us a damn fine distro *shrug* I think he deserves it. At least the position may assist his debt Also bear in mind he worked for MS prior to starting on gentoo -> http://research.microsoft.com/~dcr/resume/resume.asp He at least transferred the copyrighted

<    1   2