Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Nick Rout
probably cron doesn't know the path to top try /usr/bin/top -b -n 1 | mail On Thu, 2005-03-31 at 22:31 -0500, Matthew Cline wrote: > I tried to run the following command as a daily cron job: > > # top -b -n 1 | mail > > However, all I get is a blank email. When I run this command manuall

[gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
I just completed a stage1 install from the minimal 2005.0 livecd on a box that will be used as a web server. I boot without incident, run ifconfig and get a perfectly suitable response, can ping my router successfully but, attempting to reach the web, get unknown host errors. The setup here

Re: [gentoo-user] portage and package specific CFLAGS

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 04:07, Ciaran McCreesh wrote: > On Thu, 31 Mar 2005 20:46:31 +0200 Christoph Gysin <[EMAIL PROTECTED]> > > wrote: > | Juergen Fiedler wrote: > | > If you really feel the need to cram it all onto one line, you could > | > #CFLAGS="whatever" && CXXFLAGS=CFLAGS && emerge someth

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Nick Rout
On Thu, 2005-03-31 at 21:38 +0200, Antonio Coralles wrote: > Dave Nebinger wrote: > Is it possible to tell dhcpd to wait longer for a response, or eaven > retry automatically in periodic time intervals if not succesfull ? man dhcpcd cat /etc/conf.d/net you will find out how to change the timeout

Re: [gentoo-user] Can't complete the install!

2005-04-01 Thread Nick Rout
To cut a long story short it looks like the notorious ipv6 problem - wherein mirrorselect choses ipv6 mirrors (because ipv6 is enabled on the boot cd) but your chroot does not use ipv6. Find a mirror near you and put it in /etc/make.conf manually (within the chroot), the mirror list is easy to fin

Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Frank Schafer
Hi, if I remember right the ``-n 1'' means, that top should do one snapshot and exit. Due to my experiences, the first snapshots are "liars", thus this solution donesn't deliver much useable results. For machines where this is valuable (not desktops) I use to setup ``sar'', the System Activity Rep

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 03:03 -0800, John Lowell wrote: > I just completed a stage1 install from the minimal 2005.0 livecd on a > box that will be used as a web server. I boot without incident, run > ifconfig and get a perfectly suitable response, can ping my router > successfully but, attempting to

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 20:03, John Lowell wrote: > I just completed a stage1 install from the minimal 2005.0 livecd on a box > that will be used as a web server. I boot without incident, run ifconfig > and get a perfectly suitable response, can ping my router successfully but, > attempting to reac

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
Correct me if I am wrong, but aren't bind and pdnsd both dns servers? I don't think you can run both at once (and why would you?) On Fri, 2005-04-01 at 03:39 +0400, Andrew Gaydenko wrote: > I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't > added to any runlevel script.

Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Nick Rout
I suggest the first thing is to fix this bloody mailing list and whatever it is doing that makes a large number of people who click "reply" send their message twice. PS I don't regularly post to the sender as well as the list, but if you are co-ordinating bug day, this is important to many people.

Re: [gentoo-user] Re: On-topic, possible mailing list issue

2005-04-01 Thread Nick Rout
On Thu, 2005-03-31 at 08:13 +0200, Andrea Barisani wrote: > > This mailing list has gone goddamned crazy for the last few months. > I am sick of it, I try to contribute, yet I am flooded with idiots > posting > > messages twice (once to gentoo-user@gentoo.org and once to > [EMAIL PROTECTED]) > > T

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
Nick, You can see, I have net-dns/bind installed _only_. "named" is not added to any runlevel script!! rc-update -s ... mpd | mysql | default named | nessusd | net.eth0 | default ... === On Friday 01 April 200

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
if you are not using named, then delete it and rm /etc/init.d/named. On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote: > Nick, > > You can see, I have net-dns/bind installed _only_. "named" is not added > to any runlevel script!! > > rc-update -s > ... > > mpd | >

Re: [gentoo-user] openldap question (non-ssl => ssl)

2005-04-01 Thread Scott Storck
Frank Schafer schrieb: Hi, I don't (yet) have ldap installed. Is there a configuration file for ldap in /etc/conf.d, where you (probably) can setup behaviour like if to use or not to use ssl or the port ldap should be listening on etc. This is 100% correct. There is the file in /etc/conf.d/slapd

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
/etc/init.d/named is a part of net-dns/bind installation. Imagine the situation when I need to remove pdnsd from runlevel script and add named tinstead of pdnsd. === On Friday 01 April 2005 12:56, Nick Rout wrote: === if you are not using named, then delete it and rm /etc/init.d/named. On

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Scott Taylor
On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote: > You can see, I have net-dns/bind installed _only_. "named" is not added > to any runlevel script!! > rc-update -s > mpd | >mysql | default >named | > nessusd | >

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 13:13 +0400, Andrew Gaydenko wrote: > /etc/init.d/named is a part of net-dns/bind installation. Imagine > the situation when I need to remove pdnsd from runlevel script and > add named tinstead of pdnsd. both bind and pdns provide the service "dns" you cannot have both inits

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
I have installed them _both_. But only one service is activated at a time. === On Friday 01 April 2005 13:13, Scott Taylor wrote: === On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote: ... > rc-update -s > mpd | >mysql | default >

Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Bryan Oestergaard
I don't think 'fixing' is likely to happen as this discussion happens frequently. It mostly boils down to the list handling being correct but some clients seems to behave incorrectly. Personally, I'd prefer if the clients handle lists properly. See http://bugs.gentoo.org/show_bug.cgi?id=40980 for

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
I see, I can remove/backup this file. The problem is I don't understand why the /etc/init.d/named file (more strictly, the fact, this service provides 'dns') is taken into account when the service is _not_ added to one of runlevel scrips. === On Friday 01 April 2005 13:21, Nick Rout wrote: ==

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 13:45 +0400, Andrew Gaydenko wrote: > I see, I can remove/backup this file. The problem is I don't > understand > why the /etc/init.d/named file (more strictly, the fact, this service > provides 'dns') is taken into account when the service is _not_ added > to > one of runlev

Re: [gentoo-user] USE variables gone

2005-04-01 Thread Walter Dnes
On Tue, Mar 29, 2005 at 08:42:04AM -0500, Bill Roberts wrote > I had that problem when I upgraded to the 2005.0 profile, then opened > ufed to change a USE flag. Twenty-five or so flags, gone. > > I reconstructed them by using > > "emerge avDt --newuse world" > > and NOT executing, but looking

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-04-01 Thread Stroller
On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote: Maybe this is also helpfull: Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686) Which version of baselayout are you using, please? I can't pretend to be an expert on it, but I have done some e

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Uwe Thiem
On Friday 01 April 2005 13:03, John Lowell wrote: > I just completed a stage1 install from the minimal 2005.0 livecd on a box > that will be used as a web server. I boot without incident, run ifconfig > and get a perfectly suitable response, can ping my router successfully but, > attempting to reac

Re: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Frédéric Grosshans
Le mardi 29 mars 2005 à 21:58 +0200, Holly Bostick a écrit : > Luigi Pinna wrote: > > Alle 20:27, martedì 29 marzo 2005, Frédéric Grosshans ha scritto: > > > >>2. What is arts good for ? Shouldn't I avoid it altogether with a > >>-arts USE flag ? > > Without KDE, nothing; yes. Putting -arts in yo

RE: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Frédéric Grosshans
Le mardi 29 mars 2005 à 13:57 -0500, Dave Nebinger a écrit : > The true source of the problem is that at the same time 3.4 came out a new > update to glibc came out; in rebuilding glibc, a new pthread library (ala > nptl) was built that had an API change that libqt-mt is no longer compatible > wit

Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 11:40 +0200, Bryan Oestergaard wrote: > I don't think 'fixing' is likely to happen as this discussion happens > frequently. It mostly boils down to the list handling being correct but > some clients seems to behave incorrectly. > > Personally, I'd prefer if the clients handle

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 03:03:46 -0800, John Lowell wrote: > This same machine was working just fine before the latest install with > the very same configuration. Why did you reinstall if it was working fine? If it ain't broke, etc... -- Neil Bothwick For every action, there is an equal and oppos

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > > On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote: > > > > Maybe this is also helpfull: > > Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, > > glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686) > > Which version of baselayout are you using, please? I can't

[gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread William Kenworthy
Just did an emerge sync and see the long awaited change of gentoo-dev-sources being moved into gentoo-sources has occurred. However, kernel.org shows 2.6.12-rc1 is out and no ~x86 version of this is evident. Does the next gentoo-sources kernel get worked on in another category (as used to happen i

Re: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Stuart Howard
I recently removed arts and then found that mplayer no longer worked though I am a gnome user. Prehaps another package could have replaced arts? My own fault for not checking but a worthy point if you do want to use mplayer but dont think you need a kde app on a non kde system ;) stu ps. I am a

Re: [gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread Etaoin Shrdlu
On Friday 01 April 2005 13:18, William Kenworthy wrote: > Just did an emerge sync and see the long awaited change of > gentoo-dev-sources being moved into gentoo-sources has occurred. development-sources -> vanilla-sources occurred also. > However, kernel.org shows 2.6.12-rc1 is out and no ~x86

[gentoo-user] gentoo all doc tar ball download

2005-04-01 Thread simply change
hi! all, is there a gentoo all doc tar ball to download? if yes, whats the url? -- ___ Linux everywhere -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] 64Bit Proc

2005-04-01 Thread Patrick Marquetecken
> On Thu, 31 Mar 2005, Patrick Marquetecken wrote: > >> Can i install without problems Gentoo on the new Dell machines with a >> 64bit Xeon processor? > > I have Gentoo running on a dual-Xeon DELL server. > Thanks all for your answers. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] gentoo all doc tar ball download

2005-04-01 Thread Octavio Ruiz (Ta^3)
simply change, who happens to be smarter than you, thinks: > hi! all, > > is there a gentoo all doc tar ball to download? if yes, whats the url? AFAIK It doesnt exists anymore, In the beggining they was a docs cvs snapshot. I guess the prefered way now is to use the viewcvs interface. If I'm wro

RE: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Dave Nebinger
> I don't think 'fixing' is likely to happen as this discussion happens > frequently. It mostly boils down to the list handling being correct but > some clients seems to behave incorrectly. > > Personally, I'd prefer if the clients handle lists properly. As would we all. But the truth of the mat

[gentoo-user] Arts don't work

2005-04-01 Thread Nuno Alexandre Neves Raimundo
I have a problem with arts, i doesn't work!!! In the sound system module of the control center i can't enable the sound system. The progress bar go to 90% and then go to 0%, over an over. In the console, fi i execute artsd, the fowling error apears: unix_connect: can't connect to server (unix:/

Re: [gentoo-user] Error compiling showimg

2005-04-01 Thread Nuno Alexandre Neves Raimundo
I have solve the problem by emerge again the packages that showimg depends. Some of that package gave me the same error, so i just emerge their dependecys. After 5 or 6 packages, i dont have any errors and i just emerge showimg without any errors. thanks for your help. On Thursday 31 March 2005

Re: [gentoo-user] suggestions: buying a new computer

2005-04-01 Thread Neil Bothwick
On Wed, 30 Mar 2005 21:53:17 +0100, Digby Tarvin wrote: > > CF cards have a finite writing life - I imagine /var on a CF would > > wear out the card pretty quickly :-) > > > I am aware of the problem, but have found it hard to get concrete > figures. That was why I was thinking of a journal cache

[gentoo-user] Raid 1 howto

2005-04-01 Thread Patrick Marquetecken
Hi, To protect my home server i'm thinking to create a raid1, because this is the first time for me i have looked around for some howto's. There are quite a lot howto's(1), but its always from scratch, does anyone know a howto for changing a working system into a raid1 without formating disks? (1)

[gentoo-user] Re: Raid 1 howto

2005-04-01 Thread Remy Blank
Patrick Marquetecken wrote: > To protect my home server i'm thinking to create a raid1, because this is > the first time for me i have looked around for some howto's. > There are quite a lot howto's(1), but its always from scratch, does anyone > know a howto for changing a working system into a rai

[gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Hi. I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1: #ifdef ERROR_MESS i386-pc-linux-gnu-gcc localealias.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i686 -mpreferred-stack-boundary=2 -fPIC -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES -I../inclu

[gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Mike Turcotte
Hello I am trying to upgrade my file server that was built a half to three quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old and probably insecure, but it is used mainly for file sharing internally on my network. Anyways, I emerge synced, which went fine, but when I try t

Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Matthew Cline
On Apr 1, 2005 3:15 AM, Frank Schafer <[EMAIL PROTECTED]> wrote: > Hi, > > if I remember right the ``-n 1'' means, that top should do one snapshot > and exit. Due to my experiences, the first snapshots are "liars", thus > this solution donesn't deliver much useable results. For machines where > th

Re: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Bradley Krumme
On Apr 1, 2005 9:02 AM, Mike Turcotte <[EMAIL PROTECTED]> wrote: > Hello I am trying to upgrade my file server that was built a half to three > quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old and > probably insecure, but it is used mainly for file sharing internally on m

RE: [gentoo-user] Bug reporting questions

2005-04-01 Thread Dave Nebinger
> I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1: > > #ifdef ERROR_MESS > > i386-pc-linux-gnu-gcc localealias.c -c -std=gnu99 -O2 -Wall -Winline > -Wstrict-prototypes -Wwrite-strings -mcpu=i686 > -mpreferred-stack-boundary=2 -fPIC -g0 -O99 -fomit-frame-pointer > -D__USE_STRING_INLINES

RE: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Dave Nebinger
> Anyways, I emerge synced, which went fine, but when I try > to pretend to emerge -uDvp world to see what it's going to install, I get > the error about missing /etc/make.profile and check symlink. What does > this mean and what can I do about it? Are those the emerge options I > should be using f

Re: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 23:02, Mike Turcotte wrote: > Hello I am trying to upgrade my file server that was built a half to three > quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old > and probably insecure, but it is used mainly for file sharing internally on > my network. An

Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 22:49, Leo wrote: > Hi. > > I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1: > > loadmsgcat.c: In function `_nl_init_domain_conv': > ../sysdeps/i386/bits/string.h:655: error: can't find a register in class > `GENERAL_REGS' while reloading `asm' > make[2]: *** > [/

Re: [gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread Daniel Drake
William Kenworthy wrote: Just did an emerge sync and see the long awaited change of gentoo-dev-sources being moved into gentoo-sources has occurred. However, kernel.org shows 2.6.12-rc1 is out and no ~x86 version of this is evident. Does the next gentoo-sources kernel get worked on in another cate

RE: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Mike Turcotte
Thanks everyone for the info! Michael Turcotte Information Systems City of North Bay 200 McIntyre St. E PO Box 360 North Bay, Ontario P1B 8H8 [EMAIL PROTECTED] http://www.cityofnorthbay.ca > -Original Message- > From: Jason Stubbs [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 200

[gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread A. R.
http://gentooexperimental.org/nt/ Nah! -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Neil, Terribly sorry, Neil. I'll make absolutely sure next time to check with you first before reinstalling, I promise. jlowell - Original Message - From: "Neil Bothwick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 01, 2005 2:43 AM Subject: Re: [gentoo-user] Host, Sch

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Nick Rout wrote: > On Fri, 2005-04-01 at 03:03 -0800, John Lowell wrote: >> I just completed a stage1 install from the minimal 2005.0 livecd on a >> box that will be used as a web server. I boot without incident, run >> ifconfig and get a perfectly suitable response, can ping my router >> successfu

Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Dave Nebinger wrote: I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1: [snipped] You should not do either of these things. First you should fix your CFLAGS to remove the -mcpu flag and replace with the appropriate -march value. OK what do you suggest as an appropriate -mach value? S

Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Jason Stubbs wrote: On Friday 01 April 2005 22:49, Leo wrote: Hi. I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1: loadmsgcat.c: In function `_nl_init_domain_conv': ../sysdeps/i386/bits/string.h:655: error: can't find a register in class `GENERAL_REGS' while reloading `asm' make[2]: *

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Leo
A. R. wrote: http://gentooexperimental.org/nt/ Nah! -- ditto! -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Jason Stubbs wrote: > On Friday 01 April 2005 20:03, John Lowell wrote: >> I just completed a stage1 install from the minimal 2005.0 livecd on >> a box that will be used as a web server. I boot without incident, >> run ifconfig and get a perfectly suitable response, can ping my >> router successful

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Uwe Thiem wrote: > On Friday 01 April 2005 13:03, John Lowell wrote: >> I just completed a stage1 install from the minimal 2005.0 livecd on >> a box that will be used as a web server. I boot without incident, >> run ifconfig and get a perfectly suitable response, can ping my >> router successfully

RE: [gentoo-user] Bug reporting questions

2005-04-01 Thread Dave Nebinger
NOTE: Making the changes I suggest below may impact your system (especially by changing the CHOST). If you choose to make them be sure to "emerge --emptytree system" at least and probably the world as well. > My make.conf has > CHOST="i386-pc-linux-gnu" use CHOST="i686-pc-linux-gnu" > CFLAGS="-

RE: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Dave Nebinger
> http://gentooexperimental.org/nt/ > > Nah! It's got to be an april fool's joke... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Derek Hansen
I have to admit, it had me going for just a little while... On Apr 1, 2005 8:05 AM, Leo <[EMAIL PROTECTED]> wrote: > A. R. wrote: > > > http://gentooexperimental.org/nt/ > > > > > > > >Nah! > >-- > > > > > > > ditto! > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org m

Re: [gentoo-user] xorg-x11: truetype-fonts vs. type1-fonts

2005-04-01 Thread Grant
> Nope, Type1 are high quality fonts from Adobe. Truetype are fonts > introduced by M$. They are of lower quality. > > Frank Is it beneficial to build both of them into an xorg installation or is that a waste? - Grant > On Wed, 2005-03-30 at 13:32 -0800, Grant wrote: > > Are the USE flags 'true

Re: [gentoo-user] E-Builds for DVD Software

2005-04-01 Thread Kiawud
On Mar 31, 2005 4:22 AM, Ralph Slooten <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthias F. Brandstetter wrote: > > Hi, can you make backup copies of copy protected DVDs with dvdrip? > > Of course, including menu and resizing to a single layer DVD, as some >

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 13:45:16 +0400, Andrew Gaydenko wrote: > I see, I can remove/backup this file. The problem is I don't understand > why the /etc/init.d/named file (more strictly, the fact, this service > provides 'dns') is taken into account when the service is _not_ added to > one of runlevel

Re: [gentoo-user] openldap question (non-ssl => ssl)

2005-04-01 Thread Travis Osterman
> There is the file in /etc/conf.d/slapd. > # conf.d file for the openldap-2.1 series > # > # To enable both the standard unciphered server and the ssl encrypted > # one uncomment this line or set any other server starting options > # you may desire. > # > # OPTS="-h 'ldaps:// ldap:// ldapi://%2fva

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Kashani
John Lowell wrote: > Thanks for writing. Broadcast with 0 is default in /etc/conf.d/net. I've tried it both ways with no difference being made. Why don't we clear this up and have you post your ifconfig and netstat -rn kashani -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 10:04:34 -0800, John Lowell wrote: > Terribly sorry, Neil. I'll make absolutely sure next time to check with > you first before reinstalling, I promise. What's your problem? I only asked a question. There's no reason to get sarcy, even less reason to do it twice. -- Neil Bot

Re: [gentoo-user] Can't complete the install!

2005-04-01 Thread Robert G. Hays
Nick, IPv6, huh? Hmmm Any way to tell it v4? Local servers -- I did that, right under the 'stage 3' banner, and several are known to me as v4 capable; used themseveral times. emerge-webrsync when it finishes says to now proceed with emerge --sync. Given that I really, really wanted to d

Re: [gentoo-user] xorg-x11: truetype-fonts vs. type1-fonts

2005-04-01 Thread Robert G. Hays
Depends on if you need some font(s) that are only in the M$ list. & quality depends mostly on size & capabilities of the intended output device... rgh Grant wrote: Nope, Type1 are high quality fonts from Adobe. Truetype are fonts introduced by M$. They are of lower quality. Frank Is it benef

[gentoo-user] ALSA 1.0.9-rc2 Kernel oops

2005-04-01 Thread Willie Wong
Okay, to begin, I am not quite sure if ALSA is the problem. I just guessed that it is. I woke up this morning and my computer failed to greet me (festival + xscreensaver-command). roottail shows: :/var/log/critical/current Apr 1 02:06:32 [kernel] Unable to handle kernel NULL pointer dereference

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
- Original Message - From: "Kashani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 01, 2005 7:58 AM Subject: Re: [gentoo-user] Host, Schmost! > John Lowell wrote: > > Thanks for writing. > > > > Broadcast with 0 is default in /etc/conf.d/net. I've tried it both ways w

Re: [gentoo-user] ALSA 1.0.9-rc2 Kernel oops

2005-04-01 Thread Paul Varner
On Fri, 2005-04-01 at 11:13 -0500, Willie Wong wrote: > Last night before going to sleep, I ran an emerge update, which > brought in > alsa-header-1.0.9_rc2 > alsa-lib-1.0.9_rc2 > to replace the respective 1.0.8 versions. > > After downgrading to the 1.0.8 versions, festival no longer cause

Re: [gentoo-user] used computer

2005-04-01 Thread A. Khattri
On Fri, 1 Apr 2005, Rod wrote: > Have you tried looking into the company you work for? Connected with T-Mobile -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Ted Ozolins
Dave Nebinger wrote: http://gentooexperimental.org/nt/ Nah! It's got to be an april fool's joke... Has to be. Why else would it use "NT" and "comercial-grade" in the same paragraph? -- Ted Ozolins(VE7TVO) Westbank, B. C -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Ciaran McCreesh
On Fri, 01 Apr 2005 22:10:00 +1200 Nick Rout <[EMAIL PROTECTED]> wrote: | I say again, no other list I am on exhibits this problem, just bloody | change it back the the way it used to be, right, wrong or debateable | in technical terms. what is easiest and most convenient for the | majority of user

Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Kashani
John Lowell wrote: > I certainly can post ifconfig and will but the netstat -rn is a problem. The command is not available to me with just the basic packages installed. This was a fresh stage1. I'll need to reconfigure /etc/conf.d/net for dhcp service to get the appropriate e-builld. Before I do

Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Dave Nebinger wrote: NOTE: Making the changes I suggest below may impact your system (especially by changing the CHOST). If you choose to make them be sure to "emerge --emptytree system" at least and probably the world as well. My make.conf has CHOST="i386-pc-linux-gnu" use CHOST="i686-pc-

RE: [gentoo-user] apache-1.3.33 with mod_perl and mod_php

2005-04-01 Thread Felipe de Jesús Molina Bravo
Why do I need mod_perl and mod_phop as static modules ? because there are some modules that required as it. For example for mod_perl, I need the HTML-Mason and at a paragraph in the readme file says: "Using Mason with a mod_perl DSO may cause your Apache server to crash silently at startup, or fai

Re: [gentoo-user] "SOLVED": ALSA 1.0.9-rc2 Kernel oops

2005-04-01 Thread Willie Wong
On Fri, Apr 01, 2005 at 10:29:06AM -0600, Paul Varner wrote: > > Any inputs? If I didn't do anything stupid, I will go ahead a file a > > bug on bugzilla. > > Your diagnosis is basically correct and you didn't do anything stupid. > > http://bugs.gentoo.org/show_bug.cgi?id=87385 > > Regards, > P

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Mark Knecht
> >It's got to be an april fool's joke... > Has to be. Why else would it use "NT" and "comercial-grade" in the same > paragraph? Not really. Don't you know that GENTOO == Gee Everyone NT's Object Oriented? I'm not a programmer but I hear that Object Oriented programming makes it trivial to por

Re: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Frédéric Grosshans
Le vendredi 01 avril 2005 à 12:21 +0100, Stuart Howard a écrit : > I recently removed arts and then found that mplayer no longer worked > though I am a gnome user. You might hve compiled mplayer with the +arts USE flag. After I added -arts to my use flags, emerge -vauD --newuse world recompiled

Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Mark Knecht
On Apr 1, 2005 8:39 AM, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Fri, 01 Apr 2005 22:10:00 +1200 Nick Rout <[EMAIL PROTECTED]> wrote: > | I say again, no other list I am on exhibits this problem, just bloody > | change it back the the way it used to be, right, wrong or debateable > | in tech

RE: [gentoo-user] Bug reporting questions

2005-04-01 Thread Dave Nebinger
> OK. > > What does CHOST do? It's the basis for the hosting architecture. By defining it as 686 it (plus the right CFLAGS) is supposed to optimize compiles for your platform. > OK. What does -pipe do? > Gcc will build intermediary files to pass between the internal components (i.e. the prep

Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Kiawud
Out of curiosity, what would happen if you modified the '/etc/init.d/named' file and commented out the line: provide dns Would that prevent Gentoo from thinking the '/etc/init.d/named' provided the 'dns' service? Just a thought. -Hani -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Leo
Mark Knecht wrote: It's got to be an april fool's joke... Has to be. Why else would it use "NT" and "comercial-grade" in the same paragraph? I understand porting as the process of adapting a piece of useful code so it works in a system it was not initially designed for. OO cod

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Adi
Vineri 01 Aprilie 2005 18:03, A. R. a scris: > http://gentooexperimental.org/nt/ nice one -- Adi -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Dave Nebinger wrote: But before I begin, if something unexpected and interesting happens I won't lose my system will I? Possible, but that's why I preceded the previous message with the NOTE at the top. Still it would be recoverable (might need to work from the live cd). But again you'll hav

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Covington, Chris
It's a good joke: # wget http://www.gentooexperimental.org/nt/distfiles/stages/stage1-latest.tar. bz2 --12:12:35-- http://www.gentooexperimental.org/nt/distfiles/stages/stage1-latest.tar. bz2 => `stage1-latest.tar.bz2' Resolving www.gentooexperimental.org... 213.131.245.105 Connecting t

Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Bradley Krumme
On Apr 1, 2005 11:59 AM, Mark Knecht <[EMAIL PROTECTED]> wrote: > > >It's got to be an april fool's joke... > > > Has to be. Why else would it use "NT" and "comercial-grade" in the same > > paragraph? > > Not really. Don't you know that > > GENTOO == Gee Everyone NT's Object Oriented? > > I'm n

RE: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Dave Nebinger
> To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [gentoo-user] Monthly BugDay reminder! > > On Apr 1, 2005 8:39 AM, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > > On Fri, 01 Apr 2005 22:10:00 +1200 Nick Rout <[EMAIL PROTECTED]> wrote: > > | I say again, no other list I am on exhibits

Re: [gentoo-user] anyone else having trouble with akgregator in kde 3.4?

2005-04-01 Thread Jeff Smelser
On Thursday 31 March 2005 04:29 pm, Robert Persson wrote: > When I left-click on a link a new tab opens in akgregator, but the page > doesn't load there and the page-loading progress bar hangs at 0%. > Meanwhile the page loads in the external browser as it would if I had > middle-clicked the link

Re: [gentoo-user] used computer

2005-04-01 Thread John Shawger
On Apr 1, 2005 1:15 AM, Rod <[EMAIL PROTECTED]> wrote: > Have you tried looking into the company you work for? lol. I am a student. That's why I don't have much money to spend. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread Robert Persson
Thanks everybody! Got it now. (I was confused by a number of other errors happening at the same time). ssh -v zebedee showed that "zebedee" was being translated as 127.0.0.1, despite what it says in /etc/hosts. Adding "ListenAddress 127.0.0.1" to sshd_config did the trick. The other proble

Re: [gentoo-user] anyone else having trouble with akgregator in kde 3.4?

2005-04-01 Thread Robert Persson
On April 1, 2005 09:43 am, quoth Jeff Smelser: > On Thursday 31 March 2005 04:29 pm, Robert Persson wrote: > > When I left-click on a link a new tab opens in akgregator, but the page > > doesn't load there and the page-loading progress bar hangs at 0%. > > Meanwhile the page loads in the external b

RE: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread Dave Nebinger
> The other problem that was confusing everything is still a problem though. > When I start the machine the /etc/init.d/sshd script doesn't start > sshd, /etc/init.d/sshd restart doesn't work and /etc/init.d/sshd status > tells me that sshd is running when it isn't . I have to /usr/sbin/sshd > ma

RE: [gentoo-user] apache-1.3.33 with mod_perl and mod_php

2005-04-01 Thread A. Khattri
On Fri, 1 Apr 2005, Felipe de Jesús Molina Bravo wrote: > so, I write this, because, I found a solution to my problem. And there > is how I solved it: > > #ebuild /path/of/mod_php.ebuild fetch > #ebuild /path/of/mod_perl.ebuild fetch > #ebuild /path/of/apache-1.3.33.ebuild fetch > > #ebuild /path/

RE: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread A. Khattri
On Fri, 1 Apr 2005, Dave Nebinger wrote: > Obviously. That's why you're still posting to [EMAIL PROTECTED] Why not make that email address bounce back to the sender? Im sure it will sink in faster :-) -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Arts don't work

2005-04-01 Thread Volker Armin Hemmann
Hi, On Friday 01 April 2005 15:24, Nuno Alexandre Neves Raimundo wrote: > I have a problem with arts, i doesn't work!!! > > In the sound system module of the control center i can't enable the sound > system. The progress bar go to 90% and then go to 0%, over an over. > > In the console, fi i execu

Re: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread A. Khattri
On Fri, 1 Apr 2005, Robert Persson wrote: > Thanks everybody! > > Got it now. (I was confused by a number of other errors happening at the same > time). > > ssh -v zebedee showed that "zebedee" was being translated as 127.0.0.1, > despite what it says in /etc/hosts. Adding "ListenAddress 127.0.0

  1   2   >