Re: [gentoo-user] Installing Gentoo / 2.6.0 Kernel / Hyperthreading / Stuff

2003-09-29 Thread Ulrich Rhein
Stroller <[EMAIL PROTECTED]> writes: > On 29 Sep 2003, at 12:10 pm, Ulrich Rhein wrote: >> gcc doesn't use SIMD instructions (except in very rare cases), because >> it is hard for a compiler to use them. Additionally, gcc doesn't >> generate much faster (just bigger) code when compiling with -marc

Re: [gentoo-user] Question about distcc

2003-09-29 Thread Dirk Heinrichs
Am Montag, 29. September 2003 18:54 schrieb Ian Truelsen: > The main reason that I set up distcc is to try to speed the compilation > on the Firewall box. Hmm, a compiler on a firewall. Isn't this considered a security problem? Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)151 1

Re: [gentoo-user] Kbd and mouse hang

2003-09-29 Thread Juha-Mikko Ahonen
On ma, 2003-09-29 at 17:05, Andreas Vinsander wrote: > I am using PS/2 kbd and mouse, should I still expect USB hub to be the > reason? Some VIA chipsets have problems if both USB hubs are enabled. This is what happened to my brother -- he had his Windows hanging every now and then until I told h

Re: [gentoo-user] /sbin/runscript - what does it do?

2003-09-29 Thread Dirk Heinrichs
Am Dienstag, 30. September 2003 02:49 schrieb ext Ryan: > Where can one find the source for this program? # epm -qf /sbin/runscript baselayout-1.8.6.10-r1 Not 100% shure (so please correct me), but AFAIK you can't put a shell script as interpreter into the first line of another (#!/sbin/runscri

[gentoo-user] Emerge -U world -----> starts emerging kdeadmin

2003-09-29 Thread FX
Ok I recently posted about the kdemultimedia pkg. Untill the last two weeks i have not done a emerge sync because of all the changes. So i finally decided to do a emerge sync and see how many will pop up. it was 38 pkgs. Now i read most the posts that were close to the errors that i have had

Re: [gentoo-user] openssl perl script

2003-09-29 Thread Andrew Gaffney
Brett wrote: Greetings, Can somebody help me with the following script, I cannot get it to work properly. It should output a list of packages which depend on openssl (As I understand it) but I receive no output at all. I have tried fiddling with it but that didn't work wither :-) "http://dev.gentoo

Re: [gentoo-user] Installing Webmin

2003-09-29 Thread Andrew Gaffney
norm wrote: Hi, I'm trying to install Webmin by :- emerge -k webmin This is the error I get:- Checking for OpenSSL-0.9.6g or newer... I could not find your OpenSSL in `INSTALLDIRS=vendor' Please provide OpenSSL-0.9.6g installation directory (get from http://www.openssl.org/ if you don't have it

Re: [gentoo-user] killall doesn't work?

2003-09-29 Thread Norberto Bensa
Richard Kilgore wrote: > > I can't tell from your output, but the licq process must be owned > by the same user that is running killall. Also, sometimes I'm the owner ;-) But I've found the problem. killall fails with upx compressed executables. Same goes for start-stop-daemon (I guess it uses

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Norberto Bensa
Stephen Boulet wrote: > I don't know if my problems are compiler related. Two things that don't > compile for me are licq, patch, dvipdfm (usingsys-devel/gcc-3.3.1-r4). "patch" compiles here. I've not compiled Licq yet, but I'm using licq-cvs anyway. I don't use dvipdfm but I'll take a lo

Re: [gentoo-user] Installing Gentoo / 2.6.0 Kernel / Hyperthreading / Stuff

2003-09-29 Thread Nate Duehr
On Mon, Sep 29, 2003 at 05:49:59PM +0100, Stroller wrote: > Why is Gentoo's ability to set CFLAGS optimisations in make.conf so > widely touted, then..? > Surely if what you say is true, then this is a redundant feature of > portage. Not redundant, it just gives you complete control. It's up to

Re: [gentoo-user] Installing Gentoo / 2.6.0 Kernel / Hyperthreading / Stuff

2003-09-29 Thread Nate Duehr
On Mon, Sep 29, 2003 at 01:10:37PM +0200, Ulrich Rhein wrote: > Thomas Eastman <[EMAIL PROTECTED]> writes: > > > 3. What's the deal with Hyperthreading? Am I going to need to set up an SMP > > kernel? Is there anything else that is important to know about configuring a > > Hyperthreading CPU?

Re: [gentoo-user] killall doesn't work?

2003-09-29 Thread Richard Kilgore
On Mon, Sep 29, 2003 at 05:08:31PM -0300, Norberto Bensa wrote: Content-Description: signed data > $ qpkg -I -v psmisc > sys-apps/psmisc-21.2-r4 * > > $ ps ax | grep licq > 1766 ?S 0:00 licq -b .licq/11051 > 1767 ?S 0:00 licq -b .licq/11051 > 1787 ?S

Re: [gentoo-user] scanning the installed files

2003-09-29 Thread Marius Mauch
On 09/30/03 Anatoly Vorobey wrote: > I apologise if this is a silly question, or a question > answered in some standard place I didn't think of checking. > > Is there any easy way to scan my entire tree of files, starting > with /, and to report all files which either do not match their > check

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Joshua Banks
Hmmm. When I use the WWW cups admin page I don't really have a choice for drivers. Where are you getting that? How are you getting that Peter? Thanks, JBanks --- Peter Ruskin <[EMAIL PROTECTED]> wrote: > On Tuesday 30 Sep 2003 01:41, Joshua Banks wrote: > > Hey Peter, > > > > I'm remerging "gi

[gentoo-user] scanning the installed files

2003-09-29 Thread Anatoly Vorobey
I apologise if this is a silly question, or a question answered in some standard place I didn't think of checking. Is there any easy way to scan my entire tree of files, starting with /, and to report all files which either do not match their checksum stored in the package database, or aren't reg

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Stephen Boulet
I don't know if my problems are compiler related. Two things that don't compile for me are licq, patch, dvipdfm (using sys-devel/gcc-3.3.1-r4). I'm doing emerge --emptytree patch now On Monday 29 September 2003 09:22 am, Jerry McBride wrote: > You guys running the latest release of GCC 3.3.1 ha

[gentoo-user] openssl perl script

2003-09-29 Thread Brett
Greetings, Can somebody help me with the following script, I cannot get it to work properly. It should output a list of packages which depend on openssl (As I understand it) but I receive no output at all. I have tried fiddling with it but that didn't work wither :-) "http://dev.gentoo.org/~aliz/o

[gentoo-user] killall doesn't work?

2003-09-29 Thread Norberto Bensa
$ qpkg -I -v psmisc sys-apps/psmisc-21.2-r4 * $ ps ax | grep licq 1766 ?S 0:00 licq -b .licq/11051 1767 ?S 0:00 licq -b .licq/11051 1787 ?S 0:00 licq -b .licq/11051 1788 ?S 0:00 licq -b .licq/11051 1789 ?S 0:02 l

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Peter Ruskin
On Tuesday 30 Sep 2003 01:41, Joshua Banks wrote: > Hey Peter, > > I'm remerging "gimp-print" rightnow. > > Did you use "foomatic-configure". If so, are you able to load more > than one driver or not? Which drivers are you using rightnow. Your > Manufacture drivers or gimp-print-ijs > From net-pri

[gentoo-user] /sbin/runscript - what does it do?

2003-09-29 Thread Ryan
I was looking over how the Gentoo init system works and was wondering what the purpose of /sbin/runscript is? It's an executable referenced from the runscripts, but it seems that most of the legwork is in /sbin/runscript.sh. What, then, is the purpose of this executable? Does it just pass control o

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Joshua Banks
Hey Peter, I'm remerging "gimp-print" rightnow. Did you use "foomatic-configure". If so, are you able to load more than one driver or not? Which drivers are you using rightnow. Your Manufacture drivers or gimp-print-ijs Thanks, JBanks --- Peter Ruskin <[EMAIL PROTECTED]> wrote: > On Tuesday 30

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Ernie Schroder
On Monday 29 September 2003 07:57 pm, Peter Ruskin wrote: > On Tuesday 30 Sep 2003 00:03, Norbert Kamenicky wrote: > > >But when I open the Gimp and goto File>>>, Open>>>, > > or .jpeg file> and then right click on the image and choose > > > "File" there's no "print" selection. > > Same here :-( >

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Peter Ruskin
On Tuesday 30 Sep 2003 00:57, Peter Ruskin wrote: > > I didn't follow any guide ...  I follow it only if something goes > > wrong :-) I just emerged cups, foomatic gimp and gimp-print, > > and configured printer (via http://localhost:631). OK, I just remerged gimp-print and there is the print comm

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Peter Ruskin
On Tuesday 30 Sep 2003 00:03, Norbert Kamenicky wrote: > >But when I open the Gimp and goto File>>>, Open>>>, > .jpeg file> and then right click on the image and choose "File" > > there's no "print" selection. Same here :-( > > I didn't follow any guide ...  I follow it only if something goes >

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Brett I . Holcomb
Can you print from other apps? On Monday 29 September 2003 19:50, you wrote: > Well I wish I were as savvy as you Norbert. But I'm somewhat new to Linux > and and brand new to Gentoo Linux. Thanks for your suggestions. > > All files are in place and emerged. The only thing I can't do right now i

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Joshua Banks
Well I wish I were as savvy as you Norbert. But I'm somewhat new to Linux and and brand new to Gentoo Linux. Thanks for your suggestions. All files are in place and emerged. The only thing I can't do right now is get Gimp to bring up a "print" command selection. So printing is working for the mo

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Norbert Kamenicky
Joshua Banks wrote: I followed Gentoo's Printing Guide. snip But when I open the Gimp and goto File>>>, Open>>>, and then right click on the image and choose "File" there's no "print" selection. I didn't follow any guide ... I follow it only if something goes wrong :-) I just emerged cups

Re: [gentoo-user] Digital camera recommendations?

2003-09-29 Thread Spider
begin quote On Wed, 24 Sep 2003 20:47:22 -0400 Carl Hudkins <[EMAIL PROTECTED]> wrote: > * Appears to the system as a USB mass-storage device > * No more than two hours of screwing with config files or kernel > rebuilds should be required to get it working. > > Further,

Re: [gentoo-user] vmware install issue

2003-09-29 Thread gabriel
the vmware kernel modules are kinda odd... i'd suggest doing the following: # rc-update del vmware default # reboot # /opt/vmware/bin/vmware-config.pl -- it must be remembered that there is nothing more difficult to plan, more doubtful of success, nor more dangerous to

Re: [gentoo-user] Printing in the Gimp?

2003-09-29 Thread Joshua Banks
--- Joshua Banks <[EMAIL PROTECTED]> wrote: > I've spent over an hour reading the Gimp manual and on Linuxprinting.org and am > still unclear as > to what I need todo. > > I have a HP-DeskJet_5550 > > I followed Gentoo's Printing Guide. > > I followed the guide, emerged cups, foomatic, and gim

[gentoo-user] Dual Xeon HT Configuration and Installation questions

2003-09-29 Thread Chris Conway
So I got myself a dual xeon 2.6 with HT, 4gb RAM, and over a tb of hard drive space and I am looking to put gentoo on it. Looking around the forums I saw very little good information about smp installation and Xeon's in particular. So I thought I would ask you guys some questions and if all g

[gentoo-user] Printing in the Gimp?

2003-09-29 Thread Joshua Banks
I've spent over an hour reading the Gimp manual and on Linuxprinting.org and am still unclear as to what I need todo. I have a HP-DeskJet_5550 I followed Gentoo's Printing Guide. I followed the guide, emerged cups, foomatic, and gimp-print. I can print from the command line as well as from KDE

Re: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Pat Kerwan
On Mon, Sep 29, 2003 at 12:14:10PM -0700, Jeff Greene wrote: > Alright, I give up. I need help from you guys. I > cannot figure out how a mail system works on Linux, > specifically for my setup. > > I have a DSL connection and all I want is to be able > to send mails through the command line. Fo

[gentoo-user] vmware install issue

2003-09-29 Thread Mark Johanson
Trying to install vmware. I make it to the config.pl part. Run it and this is what I get: Building the vmnet module. make: Entering directory `/tmp/vmware-config0/vmnet-only' make: Leaving directory `/tmp/vmware-config0/vmnet-only' Unable to make a vmnet module that can be loaded in the running

Re: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Wes Gray
On Mon, Sep 29, 2003 at 02:08:03PM -0700, Jeff Greene wrote: > Actually, I'm logged into my machine at home. I have > an account at school which is different. I want to > send it from my home machine but use my school's SMTP > server to get the mail on its way. I see that ssmtp > supports login and

Re: [gentoo-user] wireless configuration howto?

2003-09-29 Thread Chris Bare
> It seems that you didnt emerged pcmcia-cs, so.. emerge it.. but first disable PCMCIA > support No, I didn't because the wireless is a built-in pci device. Should I still use the pcmcia stuff? I thought it wouldn't work since there would be no hotplug events to trigger it. -- Chris Bare [EMAIL

[gentoo-user] galeon broken

2003-09-29 Thread Shawn
It seems something in my system has broken galeon in a very strange way. (I say this because I've tried older galeon releases and they are broken as well) When I visit, for example, movies.yahoo.com and enter in a zip code, and some old zip code stored in a cookie gets remembered instead of the on

RE: [gentoo-user] e-mailing log files

2003-09-29 Thread Jeffrey Smelser
Well, turning off all services is a given. But if I wanna run FTP, what makes it any more secure on any box from the firewall?? If its gonna be broken into, forwarding the port to another machine loses this ability?? This doesn't make sense to me. Normally, once they have broken behind the firew

RE: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Jeffrey Smelser
Mail, I have not used in awhile, I don't believe supports this.. Its for local accounts.. Your probably going to have to try mutt or some kind of client that supports unlocal smtp servers on command line. I never have done that so, someone else will have to chime in.. > -Original Message-

Re: [gentoo-user] e-mailing log files

2003-09-29 Thread Cal Evans
I believe I first read it here. http://www.oreilly.com/catalog/bssrvrlnx/ But it is common and accepted knowledge based on the fact that on a firewall, what is no there, cannot be cracked. If your firewall has only the bare services running then it is much more difficult to crack. I (as I'm sure

RE: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Jeff Greene
Actually, I'm logged into my machine at home. I have an account at school which is different. I want to send it from my home machine but use my school's SMTP server to get the mail on its way. I see that ssmtp supports login and password on the command-line but I don't understand where I invoke ssm

RE: [gentoo-user] e-mailing log files

2003-09-29 Thread Jeffrey Smelser
oh? Why is this? And where can I read this bit of info as I would like to see how that would be so much more secure.. I am always willing to learn something new. > -Original Message- > From: Jose A. Hernandez [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 4:00 PM > To: [EM

Re: [gentoo-user] wireless configuration howto?

2003-09-29 Thread Octavio Ruiz (Ta^3)
On Mon, Sep 29, 2003 at 04:41:21PM -0400, Chris Bare wrote: > > Chris: > > > > humm... if you send us a %lsmod it's going to help a lot! > > > > I've made a lot of progress. I can get the wireless connection to work > as long a I do everything manually. So far I have not been able to find > any

Re: [gentoo-user] what the heck is "gmon.out"?

2003-09-29 Thread Tom Wesley
On Monday 29 September 2003 21:57, gabriel wrote: > i keep finding it in my home directory on my desktop machine, and i know > that i didn't put it there. i delete it and it re-appears later. what > is it? i don't compile anything other than what goes through emerge, > and since i run emerge as

Re: [gentoo-user] Idiots guide to NAT and DHCP

2003-09-29 Thread Adam Mercer
On Sun, Sep 28, 2003 at 10:48:37AM +0200, Paidhi wrote: > I'm doing this using Shorewall, DHCP and dnsmasq. One PC with one > interface to the internet and the second one on a little switch. A > notebook and another PC connected to the switch. All of them use the > internet. My internet connection

Re: [gentoo-user] e-mailing log files

2003-09-29 Thread Jose A. Hernandez
On a side note, it is usually not a good idea to have the firewall and the services you want to run all on the same machine. Makes it inherently a more insecure setup. If you can, keep the firewall physically separated from the rest of the services. You'll have greater security that way. Jo

[gentoo-user] what the heck is "gmon.out"?

2003-09-29 Thread gabriel
i keep finding it in my home directory on my desktop machine, and i know that i didn't put it there. i delete it and it re-appears later. what is it? i don't compile anything other than what goes through emerge, and since i run emerge as root, not this user, i don't know why it's appearing. -rw

RE: [gentoo-user] xinetd

2003-09-29 Thread Jeffrey Smelser
I thought so too.. but that aint workin it.. I gotta look in /etc/xinetd.conf to see if there is a only_From line in there. Redhat never put that in the default.. (but redhat is WIDE open when you install that thing.. (pre 7 days anyways) I just wasn't paying attention for some reason, I just kn

Re: [gentoo-user] wireless configuration howto?

2003-09-29 Thread Chris Bare
> Chris: > > humm... if you send us a %lsmod it's going to help a lot! > I've made a lot of progress. I can get the wireless connection to work as long a I do everything manually. So far I have not been able to find any config files in gentoo to set things like the ESSID, WEP, etc. If I use the

RE: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Jeffrey Smelser
You should be logged in to "from User" when sending the mail. so if I am logged on as gentoo. the from would be gentoo@"Yourhost.com". Being your logged in, you already put in your password. > -Original Message- > From: Jeff Greene [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29,

[gentoo-user] Installing Webmin

2003-09-29 Thread norm
Hi, I'm trying to install Webmin by :- emerge -k webmin This is the error I get:- Checking for OpenSSL-0.9.6g or newer... I could not find your OpenSSL in `INSTALLDIRS=vendor' Please provide OpenSSL-0.9.6g installation directory (get from http://www.openssl.org/ if you don't have it; please note

Re: [gentoo-user] xinetd

2003-09-29 Thread Norbert Kamenicky
Jeffrey Smelser wrote: Has anyone gotten xinetd to work?? Do ya kidding ? Of cource, I do not remember the time I had old inetd on my linux box. I never had troubles with xinetd ... and see advantages only. e.g. to make talk demon to work just do this: emerge netkit-talk change "disable

Re: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Jeff Greene
What about authentication? Where do I specify my login and password? --Jeff thanks, btw --- "Matthias F. Brandstetter" <[EMAIL PROTECTED]> wrote: > -- quoting Jeff Greene -- > > Can someone give me a step-by-step on what I need > and > > how to set this up. I have nail and mutt

Re: [gentoo-user] wireless configuration howto?

2003-09-29 Thread Octavio Ruiz (Ta^3)
On Thu, Sep 25, 2003 at 09:03:17PM -0500, Corey Larsen wrote: > iwconfig is your best friend... Huumm.. not always.. if you are using the linux-wlan-ng drivers (for senao/engenius/prism/etc..) it doesnt provide wireless extensions, so.. iwconfig doesnt work. Chris: humm... if you send us a %l

Re: [gentoo-user] mke2fs on smp freezes

2003-09-29 Thread Monah Baki
I ran badblocks -sv /dev/sda and another on /dev/sda3, system replied pass completed, 0 bad blocks found on both checks. Thank you On Mon, 29 Sep 2003 10:59:57 -0400 (EDT), Marshal Newrock wrote > On Mon, 29 Sep 2003, Monah Baki wrote: > > > Hi all, > > > > I'm installing gentoo 1.4 on a dua

Re: [gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Matthias F. Brandstetter
-- quoting Jeff Greene -- > Can someone give me a step-by-step on what I need and > how to set this up. I have nail and mutt emerged and > ssmtp emerged also. I'm not really sure how to put the > two together. If you only want to send mails from the command line, you first have to

Re: [gentoo-user] e-mailing log files

2003-09-29 Thread Dennis Freise
Hi. > I was wondering what is the best way to have the system e-mail me the > logs every day. Try logdigest, that prg not only sends the email to a email-account, it also filters them (by rules you supply) before sending them :) > Also, is there somewhere where I can find a easy way to set up a

[gentoo-user] e-mailing log files

2003-09-29 Thread Jeff Blair
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry about the last one... You should be able to see this one. I am about to start building an "All-in-one" system. I am going to put a firewall, dhcp, dns, mail server, spam filter, and virus protection. I was wondering what is the best way to ha

Re: [gentoo-user] E-mailing system logs

2003-09-29 Thread Tom Wesley
On Monday 29 September 2003 20:30, Jeff Blair wrote: > -BEGIN PGP MESSAGE- > Charset: ISO-8859-1 > Version: GnuPG v1.2.3 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > hQEOAwgAzEPdP4qFEAP/alnxy5dWdVa4Jtfr82Y3gdYb3EFOA0/b6uPF3bvbyQGa > 8bgQvYqZt9q8yKx8oiE+Ty

[gentoo-user] E-mailing system logs

2003-09-29 Thread Jeff Blair
-BEGIN PGP MESSAGE- Charset: ISO-8859-1 Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org hQEOAwgAzEPdP4qFEAP/alnxy5dWdVa4Jtfr82Y3gdYb3EFOA0/b6uPF3bvbyQGa 8bgQvYqZt9q8yKx8oiE+TyFesorf/PGUaXfNRGUwSqUilabA+TtDlUmnIZxhhQcp Q6/eO2SY31PDVsLYJHOTqXFi

[gentoo-user] Can't Figure Out Mail On Linux

2003-09-29 Thread Jeff Greene
Alright, I give up. I need help from you guys. I cannot figure out how a mail system works on Linux, specifically for my setup. I have a DSL connection and all I want is to be able to send mails through the command line. For instance, % cat mymessage | mutt -s 'Hey' [EMAIL PROTECTED] I don't wan

Re: [gentoo-user] emerge mplayer fails

2003-09-29 Thread Scharf Yuval
Thanks, It worked. Yuval Scharf On Mon, 29 Sep 2003, Karl Huysmans wrote: > Had the same with both 0.92 and 1.0_pre1-r1. I don't know what is > happening, maybe an error in the e-build files? > > Probably a "dirty" hack, but this is how I got around the problem (for > 1.0_pre1): > > -Manually d

[gentoo-user] binary rmxmms ?

2003-09-29 Thread SMS WebMaster
I tryed to compile rmxmms but as you know it need gcc-2.95.x ( I have gcc-3) So anyone was able to install a binary version ? -- http://www.4-SMS.Com http://eShop.4-SMS.Com http://Mozilla.4-SMS.Com -*- If Linux doesn't have the solution, you have the wrong problem -*- -- [EMAIL PROTECTED] mailing

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Jerry McBride
On Monday 29 September 2003 11:39 am, Andrew Gaffney wrote: > Jerry McBride wrote: > > You guys running the latest release of GCC 3.3.1 having any problems? > > After having delt with 331-r2... I'm a bit hessitant to upgrade until I > > hear anything. > > This is what I did when going from -r1 to -

Re: [gentoo-user] Installing Gentoo / 2.6.0 Kernel / Hyperthreading / Stuff

2003-09-29 Thread Andrew Gaffney
Stroller wrote: On 29 Sep 2003, at 12:10 pm, Ulrich Rhein wrote: 4. What's the deal with the sse2 on the P4? I vaguely remember on the mailing lists there was something bad going on with either sse2 or -march=pentium4 and some version of gcc... Question: Will it be safe for me to specify -mar

RE: [gentoo-user] xinetd

2003-09-29 Thread Jeffrey Smelser
Damn, I don't remember seeing that only from line. When I get home tonight I will look.. I am gonna kick myself for not seeing that one if thats it.. ;) I thought I looked in there... > -Original Message- > From: Stroller [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 11:4

Re: [gentoo-user] Operation not permitted rm: cannot remove

2003-09-29 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 September 2003 18:06, Max wrote: > > > 2.6.0-test5-mm3) > > > >^ > > There's your problem! > > I had exactly the same issue as you, changed to stock 2.6.0-test5 and > > the problem went away. Not tried 2.6.0-test6 yet. > > Coul

Re: [gentoo-user] Question about distcc

2003-09-29 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 September 2003 17:54, Ian Truelsen wrote: > Here is the setup that I have: > > Desktop: Athlon 1700 XP > Server: 400 MHz Celeron > Firewall: Pentium 200MMX > > The main reason that I set up distcc is to try to speed the compilation > on th

Re: [gentoo-user] Installing Gentoo / 2.6.0 Kernel / Hyperthreading / Stuff

2003-09-29 Thread Stroller
On 29 Sep 2003, at 12:10 pm, Ulrich Rhein wrote: 4. What's the deal with the sse2 on the P4? I vaguely remember on the mailing lists there was something bad going on with either sse2 or -march=pentium4 and some version of gcc... Question: Will it be safe for me to specify -march=pentium4 in m

Re: [gentoo-user] Operation not permitted rm: cannot remove

2003-09-29 Thread Max
On Mon, 29 Sep 2003 16:53:52 +0100 Mike Williams <[EMAIL PROTECTED]> wrote: > > emerge --version > > Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, > > 2.6.0-test5-mm3) >^ > There's your problem! > I had exactly the same issue as you, changed to stock 2.6.0-test5 and >

[gentoo-user] Question about distcc

2003-09-29 Thread Ian Truelsen
Here is the setup that I have: Desktop: Athlon 1700 XP Server: 400 MHz Celeron Firewall: Pentium 200MMX The main reason that I set up distcc is to try to speed the compilation on the Firewall box. I also have the Server use the Desktop to help its compile speed. What I was wondering was: would t

Re: [gentoo-user] xinetd

2003-09-29 Thread Stroller
On 29 Sep 2003, at 5:11 pm, Jeffrey Smelser wrote: Has anyone gotten xinetd to work?? I had it on a redhat system for years and when I moved my last box over, I can't get ANY of my services to work.. They all just say FAIL: whatever can not start 'ip address'... Is this when you run `/etc/init.

Re: [gentoo-user] Which CD set to get

2003-09-29 Thread Stroller
On 29 Sep 2003, at 1:29 pm, Jason Stubbs wrote: On Monday 29 September 2003 11:01, Stroller wrote: Hmmmn... dunno. I would *ass*u*me that the Gentoo installation disks which are merely _optimised_ for AlthlonXPs would allow you to install on a PentiumPro, but I wouldn't bank on it. The 686 disks

Re: [gentoo-user] problem with masked files

2003-09-29 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 September 2003 17:03, a park wrote: > if you do: > > emerge -S korea > > there are two packages: > > koreancodecs > cjkcodecs > > they are both masked. when i go into packages.masked, i only see an entry > for koreancodecs. i comment it

Re: [gentoo-user] compiling bttv-0.9.12 on 2.6.0-test5/6 fails

2003-09-29 Thread Meka[ni]
On Mon, 29 Sep 2003 15:53:52 +0200 Denny Schierz <[EMAIL PROTECTED]> wrote: > hi, > > if i want to compile the bttv driver 0.9.12 on a system with the > kernel 2.6.0-test5/6, i get this errors: > > --snip- > win2k bttv-0.9.12 # make > make -C /lib/modules/2.6.0-test5/build > SUBDIR

[gentoo-user] xinetd

2003-09-29 Thread Jeffrey Smelser
Has anyone gotten xinetd to work?? I had it on a redhat system for years and when I moved my last box over, I can't get ANY of my services to work.. They all just say FAIL: whatever can not start 'ip address'... my hosts.deny and allow look the same on my old server to the new server... Anyone?

Re: [gentoo-user] bittorrent

2003-09-29 Thread Stroller
On 29 Sep 2003, at 5:44 am, Stephen Boulet wrote: On Thursday 25 September 2003 08:38 am, Stroller wrote: You only have to open specific ports on firewalls if you are serving a torrent. Others jumping on it have no problem, and are encouraged to do so, since they make everyone's download rate go

[gentoo-user] problem with masked files

2003-09-29 Thread a park
if you do: emerge -S korea there are two packages: koreancodecs cjkcodecs they are both masked. when i go into packages.masked, i only see an entry for koreancodecs. i comment it out and try to install cjkcodecs, but it still tells me that it is still masked. am i missing something? i've d

Re: [gentoo-user] Driven to distraction with really simple problem.

2003-09-29 Thread norm
Hi Mike, Thanks for the reply, I found out what was wrong by accident when trying to mount my usbstick, I added umask=077 and it now works, haven't used umask before I guess on my old Mandrake system the default file creation permissions were a lot more liberal Cheers Mike Williams wrote

Re: [gentoo-user] emerge mplayer fails

2003-09-29 Thread Karl Huysmans
Had the same with both 0.92 and 1.0_pre1-r1. I don't know what is happening, maybe an error in the e-build files? Probably a "dirty" hack, but this is how I got around the problem (for 1.0_pre1): -Manually download the font files (font-arial-iso-8859-1.tar.bz2 and font-arial-iso-8859-2.tar.bz2) f

Re: [gentoo-user] Driven to distraction with really simple problem.

2003-09-29 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 September 2003 16:28, norm wrote: > Hi, > > I have a dual boot system and I have a FAT32 partition (/dev/hda3) that > I have mounted on /mnt/shared_fat32. Here is my /etc/fstab :- > /dev/hda3 /mnt/shared_fat32 vfat >

Re: [gentoo-user] Operation not permitted rm: cannot remove

2003-09-29 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 September 2003 16:20, Max wrote: > The problem is this: > > I cannot emerge sync because certain timestamp file will not allow me to > modify them. > > rename sys-devel/.timestamp.x.LTeQiE -> sys-devel/timestamp.x : > Operation not permitt

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Andrew Gaffney
Jerry McBride wrote: You guys running the latest release of GCC 3.3.1 having any problems? After having delt with 331-r2... I'm a bit hessitant to upgrade until I hear anything. This is what I did when going from -r1 to -r3 because of the -r2 thing: buildpkg =gcc-3.3.1-r1 emerge -u gcc This way,

[gentoo-user] Driven to distraction with really simple problem.

2003-09-29 Thread norm
Hi, I have a dual boot system and I have a FAT32 partition (/dev/hda3) that I have mounted on /mnt/shared_fat32. Here is my /etc/fstab :- # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/hda5 /boot

[gentoo-user] emerge mplayer fails

2003-09-29 Thread Scharf Yuval
yuval_scharf root # emerge -v mplayer Calculating dependencies ...done! >>> emerge (1 of 1) media-video/mplayer-0.92 to / >>> Downloading http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2 --18:33:02-- http://gentoo.oregonstate.edu/distfiles/font-arial-iso-8859-2.tar.bz2

Re: [gentoo-user] Gentoo Poll #8

2003-09-29 Thread Andrew Gaffney
Fred Van Andel wrote: These are the results for the eighth gentoo poll. There was a dissapointing 46 respondants. The question was: Where did you first hear about gentoo? Votes Percent Location 21 45% Web 7 16% Friend/Co-worker 5 11% Print Magazine

[gentoo-user] Operation not permitted rm: cannot remove

2003-09-29 Thread Max
I cannot seem to find ANY help on the subject. The forums search is broken on this end, and IRC help is a sad disappointing joke. And what little mail I've sent here has been ignored for some reason. The problem is this: I cannot emerge sync because certain timestamp file will not allow me to mod

[gentoo-user] Re: emerge madplay fails -- need a workaround

2003-09-29 Thread Greg Yasko
Greg Yasko wrote: Merging madplay fails on my system. I get the below error: Error media-sound/madplay-0.15.0b-r1 failed Function src_compile, Line 35, Exitcode 2 make failed Is this a bug in the madplay ebuild or is it a problem with my setup? Am using gcc-3.3.1-r3. My make.conf: USE="X gtk gn

Re: [gentoo-user] mke2fs on smp freezes

2003-09-29 Thread Marshal Newrock
On Mon, 29 Sep 2003, Monah Baki wrote: > Hi all, > > I'm installing gentoo 1.4 on a dual 600Mhz PIII machine. It detects both cpu's, but > when I try to > initialize the partitions: > > mke2fs -j /dev/sda1 > mkswap /dev/sda2 > mke2fs -j /dev/sda3 > > > when I run mke2fs -j on sda3, the computer/k

[gentoo-user] mke2fs on smp freezes

2003-09-29 Thread Monah Baki
Hi all, I'm installing gentoo 1.4 on a dual 600Mhz PIII machine. It detects both cpu's, but when I try to initialize the partitions: mke2fs -j /dev/sda1 mkswap /dev/sda2 mke2fs -j /dev/sda3 when I run mke2fs -j on sda3, the computer/keyboard freezes, and I have to reboot the machine. Than

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Jerry McBride
On Monday 29 September 2003 10:46 am, Meka[ni] wrote: > On Mon, 29 Sep 2003 10:22:07 -0400 > > Jerry McBride <[EMAIL PROTECTED]> wrote: > > You guys running the latest release of GCC 3.3.1 having any problems? > > After having delt with 331-r2... I'm a bit hessitant to upgrade until I > > hear anyt

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Janne Johansson
On Mon, 2003-09-29 at 17:46, Meka[ni] wrote: > I am runing gcc-3.3.1-r1 and no problems. I'm running gcc 3.3.1-r3 and no problems... yet. I'll update to r4 as soon as possible, even though the r2-bug bit me (and I totally fu*ked up fixing it). > What was the bug in r2? It created corrupt bina

Re: [gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Meka[ni]
On Mon, 29 Sep 2003 10:22:07 -0400 Jerry McBride <[EMAIL PROTECTED]> wrote: > > You guys running the latest release of GCC 3.3.1 having any problems? After > having delt with 331-r2... I'm a bit hessitant to upgrade until I hear > anything. > > Thank you, in advance. I am runing gcc-3.

Re: [gentoo-user] RE: [gentoo-dev] Migrating to a commercial PHP-based forums package for forums.gentoo.org

2003-09-29 Thread Prabhat Gupta
I agree Bjorn Sodergren wrote: Open Source/GPL , free meaning no $$ needed, or gotta-pay for it, it doesn't matter as long as the tool you're using is the right tool for the job. If you insist on using the wrong tools ONLY because you think it is un-ethical to use non-free software, you should re

[gentoo-user] GCC 3.3.1-r4??? A winner?

2003-09-29 Thread Jerry McBride
You guys running the latest release of GCC 3.3.1 having any problems? After having delt with 331-r2... I'm a bit hessitant to upgrade until I hear anything. Thank you, in advance. -- ** Registe

[gentoo-user] gridengine

2003-09-29 Thread James Casbon
Hi, are there any ebuilds for gridengine (http://gridengine.sunsource.net/) in the works? I have heard it could be a better solution than sys-cluster/openpbs, which is the only queue manager we have in the package list at the moment. James -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Kbd and mouse hang

2003-09-29 Thread Andreas Vinsander
I am using PS/2 kbd and mouse, should I still expect USB hub to be the reason? On the machine that is working, I have the same GPU, but the integrated ethernet unit is a VIA rhine instead of a realtek. Right now I feel like a big questionmark... :-( /Andreas Juha-Mikko Ahonen wrote: On ma, 200

Re: [gentoo-user] can't log into gdm with non-root user

2003-09-29 Thread Markus Dittrich
Hi Andrew, This happened to me before; likely, there will be files like .ICEauthority in your home directory which are owned by root rather than yourself. Change the ownership back to yourself and you should be good to log in. cheers, MARKUS On Sat, 27 Sep 2003, a park wrote: > i managed to set

Re: [gentoo-user] nasty login error

2003-09-29 Thread Martin Larsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kees Bergwerf wrote: | Op maandag 29 september 2003 10:50, schreef Martin Larsson: | |> it just says "Login Incorrect" after i type the username (dont |> work with root either) | | |> since I had some days uptime. And it worked perfect to start |> ater

[gentoo-user] compiling bttv-0.9.12 on 2.6.0-test5/6 fails

2003-09-29 Thread Denny Schierz
hi, if i want to compile the bttv driver 0.9.12 on a system with the kernel 2.6.0-test5/6, i get this errors: --snip- win2k bttv-0.9.12 # make make -C /lib/modules/2.6.0-test5/build SUBDIRS=/home/denny/progs/bttv-0.9.12 modules make[1]: Entering directory `/usr/src/linux-2.6.0-test

  1   2   >