Re: [gentoo-user] gentoo is slow

2003-07-16 Thread Stephen Boulet
On Saturday 12 July 2003 03:27 am, William Kenworthy wrote: > We were able to get three identical machines where gentoo, Mandrake and > debian were installed for a basic i386/i586/optimised by gentoo > (-march=petium3 -pipe -O3) comparison. Nothing fancy, roughly standard > installs, of similar co

Re: [gentoo-user] Maintaining two loadable kernels

2003-07-16 Thread Bryan Feir
On Wed, Jul 16, 2003 at 06:55:39PM -0500, Christopher Egner wrote: > Hey guys. I want to maintain, as I stated, two loadable Kernels. I want > to start working with UML. However I need someone to point me to how to > seperate modules from one another. Or if (hopefully) there's nothing I > need to d

RE: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Bjorn Sodergren
> As the PHP Maintainer, I had a specific request to include > support for it. It is not very well documented, but if you > read the PHP source, it is a very reasonable XML handler. Do you have any other info, URLs or code that I could look at to see what the functions do ? As you said, its no

Re: [gentoo-user] xmms and gettext cant work togather

2003-07-16 Thread Spundun Bhatt
Okkey I reverted back to gettext-0.11.5 and it let xmms install. Lets see what other packages have problem with gettext. Spundun On Wed, 2003-07-16 at 20:39, Spundun Bhatt wrote: > Hi gentoo-user > > I got my machine back after 20 days and I had 89 updates on the ~x86 > gentoo system. > the latest

Re: [gentoo-user] Apache problem

2003-07-16 Thread gabriel
On July 3, 2003 06:58 am, James Casbon wrote: > Hello everyone, > > I have just completed a fresh gentoo install, and after emerging apache I > cannot start it. It dies complaining of dependency info problems: > > root # /etc/init.d/apache start > * Could not get dependency info for "apache"! >

[gentoo-user] Windows keys in vterms?

2003-07-16 Thread MIKE MacMartin
I'll ask this again, as I didn't get any response before. I have a Knoppix HD-install machine that I'd like to use the windows keys on the keyboard to go left and right one vterm (which I'm using to mean Ctrl-Alt-F# terminal). This is the default way they work on both Gentoos I've installed. A

Re: [gentoo-user] What is needed to quickly rebuild a gentoo box

2003-07-16 Thread Jason Stubbs
On Thursday 17 July 2003 12:31, oom wrote: (B> Greetings Gentooers, (B> (B> I have been pondering the fastest way to setup other gentoo boxes eg: (B> (B> I setup 1 box with the config I want and maybe even do a emerge -b so (B> that binary packages are created. (B> (B> Now I want to go to a

Re: [gentoo-user] What is needed to quickly rebuild a gentoo box

2003-07-16 Thread Steven Elling
On Wednesday 16 July 2003 22:54, donnie berkholz wrote: > oom <[EMAIL PROTECTED]> said: > > I have been pondering the fastest way to setup other gentoo boxes eg: > > > > I setup 1 box with the config I want and maybe even do a emerge -b so > > that binary packages are created. > > > > Now I want to

Re: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Robin H . Johnson
On Wed, Jul 16, 2003 at 08:15:13PM -0500, Bjorn Sodergren wrote: > The qtdom extension requires QT > 2.2.0 , but is very experimental and isnt > even documented in the php source. I would see no reason why we cant just > get rid of its dependency all together (comment it out even). As the PHP Maint

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
it appears that its trying to load mod_php 3 times for some reason.    [warn] module php4_module is already loaded, skipping x3 [warn] module mod_php4.c is already added, skipping x3       - Original Message - From: Steven Ringwald To: [EMAIL PROTECTED] Sent: Wednesda

Re: [gentoo-user] PHP problems

2003-07-16 Thread Steven Ringwald
Matt Broughton wrote: ok heres what happens...   I uncomment the APACHE_OPTS="-D SSL -D PHP4" line and /etc/init.d/apache restart   this pops up:   [warn] module php4_module is already loaded, skipping. [warn] module ssl_module is already loaded, skipping. [warn] mo

Re: [gentoo-user] What is needed to quickly rebuild a gentoo box

2003-07-16 Thread donnie berkholz
oom <[EMAIL PROTECTED]> said: > I have been pondering the fastest way to setup other gentoo boxes eg: > > I setup 1 box with the config I want and maybe even do a emerge -b so > that binary packages are created. > > Now I want to go to another box install the base and type emerge world > and watch

Re: [gentoo-user] PHP problems

2003-07-16 Thread Bryan D. Stine
The emerge unmerge part uninstalls it ;) On Wed, 2003-07-16 at 23:48, Matt Broughton wrote: > how would i go about uninstalling it? > > - Original Message - > From: "Bryan D. Stine" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 16, 2003 11:43 PM > Subject: Re: [g

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
how would i go about uninstalling it? - Original Message - From: "Bryan D. Stine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 11:43 PM Subject: Re: [gentoo-user] PHP problems -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] PHP problems

2003-07-16 Thread Bryan D. Stine
emerge unmerge mod_php ; emerge mod_php Not sure if that would yield you any results, as this could just as easily be an apache problem. Worth a try though, I guess. On Wed, 2003-07-16 at 23:40, Matt Broughton wrote: > I'm wondering if I should just uninstall mod_php and reinstall it...is there >

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
I'm wondering if I should just uninstall mod_php and reinstall it...is there a simple way to do this? - Original Message - From: "Matt Broughton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 11:24 PM Subject: Re: [gentoo-user] PHP problems > hrm...theres j

[gentoo-user] xmms and gettext cant work togather

2003-07-16 Thread Spundun Bhatt
Hi gentoo-user I got my machine back after 20 days and I had 89 updates on the ~x86 gentoo system. the latest gettext version seems to have some problem compiling xmms as the error below suggests. I saw that the line:50 had some credit line in accented characters. So I guess I could try to patch

[gentoo-user] What is needed to quickly rebuild a gentoo box

2003-07-16 Thread oom
Greetings Gentooers, I have been pondering the fastest way to setup other gentoo boxes eg: I setup 1 box with the config I want and maybe even do a emerge -b so that binary packages are created. Now I want to go to another box install the base and type emerge world and watch the distro put itsel

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
hrm...theres just one instance of each in /etc/config.d/apache - Original Message - From: "Andrew Dacey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 11:21 PM Subject: Re: [gentoo-user] PHP problems > On 7/17/03 12:10 AM, "Matt Broughton" <[EMAIL PROTECTED

Re: [gentoo-user] PHP problems

2003-07-16 Thread Andrew Dacey
On 7/17/03 12:10 AM, "Matt Broughton" <[EMAIL PROTECTED]> wrote: > ok heres what happens... > > I uncomment the APACHE_OPTS="-D SSL -D PHP4" line and /etc/init.d/apache > restart > > this pops up: > > [warn] module php4_module is already loaded, skipping. > [warn] module ssl_module is already l

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
ok heres what happens...   I uncomment the APACHE_OPTS="-D SSL -D PHP4" line and /etc/init.d/apache restart   this pops up:   [warn] module php4_module is already loaded, skipping.[warn] module ssl_module is already loaded, skipping.[warn] module php4_module is already loaded skipping.[warn]

Re: [gentoo-user] PHP problems

2003-07-16 Thread Steven R. Ringwald
Matt Broughton wrote: Ok, I've emerged Apache, PHP, mod_php, and mod_ssl and installed them exactly like the how-to on gentoos website states.  Apache is working nicely, but only with HTML documents.  It refuses to parse the PHP docs and does not start SSL either.  Ok. On the php docu

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
says [warn] module php4_module is already loaded, skipping. [warn] module ssl_module is already loaded, skipping. [warn] module php4_module is already loaded skipping. [warn] module mod_php4.c is already added, skpping [warn] mod_ssl.c is already added, skipping [warn] mod_php4.c is already adde

Re: [gentoo-user] Postfix?

2003-07-16 Thread MIKE MacMartin
> > I installed postfix, and it's sending client returns the following error: > > > > fatal: gethostbyname: no such file or directory > > check your logs *or* sudo /usr/sbin/postfix start. Hopefully, postfix will > tell you which file (or directory) is missing. Still nothing: the only thing in mai

Re: [gentoo-user] PHP problems

2003-07-16 Thread Bryan D. Stine
Do the apache logs show the modules being loaded? On Wed, 2003-07-16 at 22:13, Matt Broughton wrote: > I have that in there, and its uncommented. I've restarted the server > multiple times, but no luck. > > > - Original Message - > From: "Bryan D. Stine" <[EMAIL PROTECTED]> > To: <[EMA

Re: [gentoo-user] Tk

2003-07-16 Thread Christopher Egner
Ok, wow, how do you spell dumb again? On Wed, 2003-07-16 at 21:08, Bryan D. Stine wrote: > * dev-lang/tk > Latest version available: 8.4.3 > Latest version installed: 8.4.3 > Size of downloaded files: 3,075 kB > Homepage:http://dev.scriptics.com/software/tcltk/ >

Re: [gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
I have that in there, and its uncommented. I've restarted the server multiple times, but no luck. - Original Message - From: "Bryan D. Stine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 10:09 PM Subject: Re: [gentoo-user] PHP problems -- [EMAIL PROTECTE

Re: [gentoo-user] PHP problems

2003-07-16 Thread Bryan D. Stine
You need to edit /etc/conf.d/apache (or apache2, depending on which version you have) and add to that -D PHP4 and -D SSL (don't forget to uncomment the line. On Wed, 2003-07-16 at 21:52, Matt Broughton wrote: > Ok, I've emerged Apache, PHP, mod_php, and mod_ssl and installed them > exactly like th

Re: [gentoo-user] Tk

2003-07-16 Thread Bryan D. Stine
* dev-lang/tk Latest version available: 8.4.3 Latest version installed: 8.4.3 Size of downloaded files: 3,075 kB Homepage:http://dev.scriptics.com/software/tcltk/ Description: Tk Widget Set So just emerge tk and you have it. On Wed, 2003-07-16 at 21:49, Christo

Re: [gentoo-user] Postfix?

2003-07-16 Thread Norberto BENSA
MIKE MacMartin wrote: > I installed postfix, and it's sending client returns the following error: > > fatal: gethostbyname: no such file or directory > check your logs *or* sudo /usr/sbin/postfix start. Hopefully, postfix will tell you which file (or directory) is missing. Norberto pgp0.pg

[gentoo-user] PHP problems

2003-07-16 Thread Matt Broughton
Ok, I've emerged Apache, PHP, mod_php, and mod_ssl and installed them exactly like the how-to on gentoos website states.  Apache is working nicely, but only with HTML documents.  It refuses to parse the PHP docs and does not start SSL either.  Anyone have this problem?  Also, once I get that

[gentoo-user] Tk

2003-07-16 Thread Christopher Egner
Ok, I'm sure this is here somewhere. I can't seem to figure out how to install Tk. Is it the same as gtk? -- Christopher In 1968 it took the computing power of 2 C-64's to fly a rocket to the moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft Windows 95. Something must have g

Re: [gentoo-user] Re: Windows partitions ro

2003-07-16 Thread Meka[ni]
> This works for me: > > /dev/hda8 /mnt/winvfatrw,user,umask=000 > 0 0 > > Regards, It's working great. Thanx. :o) -- Meka[ni] -- [EMAIL PROTECTED] mailing list

RE: [gentoo-user] vpopmail does not use it's virt. domains

2003-07-16 Thread Bjorn Sodergren
check your /var/qmail/users/assign to see if entries are being added correctly, an example would be +domain1.net-:domain1.net:89:89:/var/vpopmail/domains/domain1.net:-:: +domain2.com-:domain2.com:89:89:/var/vpopmail/domains/domain2.com:-:: If not, you might have a permissions issue somewhere > -

RE: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Bjorn Sodergren
I don't have the original post anymore, but the statement below is incorrect, PHP uses a vararity of libraries which include gd, jpeg, libpng, ming, imlib and imagemagik > > PHP has many functions used manipulate images, if your > wanting to use > > Gallery > > for example, it used qt amongst ot

Re: [gentoo-user] Kernel 2.6 Question | Noob at Work

2003-07-16 Thread Bryan D. Stine
Kernel 2.6 has a number of improvements. Responsiveness on the desktop seems to be much better, the framebuffer code has been rewritten, the Makefile scheme has changed, the scalability is better, ALSA (which is what I think you heard about) audio support is available right in the kernel, LSM (secu

Re: [gentoo-user] Keyborad refresh rate RESET by KDE

2003-07-16 Thread Meka[ni]
On Wednesday 16 July 2003 21:35, Prabhat Gupta wrote: > Hi All, > > I set the keyboard rate in "local.start" > by following command > > kbdrate -r 30 -d 250 > > But the rate is reset by KDE and I have to give the command after I login. > > How can I solve this? > > Thanks > Prabhat xset is

Re: [gentoo-user] Kernel 2.6 Question | Noob at Work

2003-07-16 Thread Meka[ni]
On Thursday 17 July 2003 02:16, Daz-Manu wrote: > On 16 Jul 2003 14:38:47 +0200 > > Wouter Vanwalleghem <[EMAIL PROTECTED]> wrote: > > On Wed, 2003-07-16 at 13:42, Daz-Manu wrote: > > > Hi Guys/Gals, > > > > > > I've never try a new kernel and I'd like to do so ... so I downloaded > > > sources of

Re: [gentoo-user] Postfix?

2003-07-16 Thread Andrew Heberle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MIKE MacMartin wrote: | I installed postfix, and it's sending client returns the following error: | | fatal: gethostbyname: no such file or directory | | ... what's the fix for that? I've also had the problem where I can't start | the receiving client

Re: [gentoo-user] Local mail

2003-07-16 Thread Andrew Heberle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MIKE MacMartin wrote: | /etc/init.d/postfix start | Error: could not get dependency info for postfix | | why not? | ~From the Gentoo Linux rc-script guide (http://www.gentoo.org/doc/en/rc-scripts.xml) The depscan.sh helper script For completeness, deps

Re: [gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-16 Thread Jason Stubbs
Futher to that, you need to ensure that Unix98 PTYs are enabled in the kernel (Bas well as the /dev/pts filesystem. According to the Gentoo install guide (Bthey are unnecessary if you have devfs enabled, but that has now changed. (B (BOn Thursday 17 July 2003 07:09, Bryan D. Stine wrote: (B>

Re: [gentoo-user] Error while emerging avifile

2003-07-16 Thread Jason Stubbs
On Thursday 17 July 2003 00:19, Jason Stubbs wrote: > On Thursday 17 July 2003 08:40, Robin H.Johnson wrote: > > On Wed, Jul 16, 2003 at 11:34:39PM +0200, Jens Hoffrichter wrote: > > > Can anybody tell me the reason for this? Is this a bug or are some > > > packages missing (and even then this is a

Re: [gentoo-user] Error while emerging avifile

2003-07-16 Thread Jason Stubbs
On Thursday 17 July 2003 08:40, Robin H.Johnson wrote: > On Wed, Jul 16, 2003 at 11:34:39PM +0200, Jens Hoffrichter wrote: > > Can anybody tell me the reason for this? Is this a bug or are some > > packages missing (and even then this is a bug, because then the > > dependencies are not right ;) ) >

Re: [gentoo-user] Kernel 2.6 Question | Noob at Work

2003-07-16 Thread Daz-Manu
On 16 Jul 2003 14:38:47 +0200 Wouter Vanwalleghem <[EMAIL PROTECTED]> wrote: > On Wed, 2003-07-16 at 13:42, Daz-Manu wrote: > > Hi Guys/Gals, > > > > I've never try a new kernel and I'd like to do so ... so I downloaded sources of > > Kernel 2.6... compiled it and so on ..., configured it .

Re: [gentoo-user] Local mail

2003-07-16 Thread Mikhail P.
On Wednesday 16 July 2003 14:48, Christopher Fisk wrote: > On Tue, 15 Jul 2003, Mikhail P. wrote: > >You can try qmail, which is much smaller than sendmail and much more > >secure. > > I'm sorry, what known security issues are there with Sendmail 8.12.9? > None? > > How many known security issues a

[gentoo-user] Maintaining two loadable kernels

2003-07-16 Thread Christopher Egner
Hey guys. I want to maintain, as I stated, two loadable Kernels. I want to start working with UML. However I need someone to point me to how to seperate modules from one another. Or if (hopefully) there's nothing I need to do. Thanks in advance. -- Christopher In 1968 it took the computing power

Re: [gentoo-user] Error while emerging avifile

2003-07-16 Thread Robin H . Johnson
On Wed, Jul 16, 2003 at 11:34:39PM +0200, Jens Hoffrichter wrote: > Can anybody tell me the reason for this? Is this a bug or are some > packages missing (and even then this is a bug, because then the dependencies > are not right ;) ) You have made an error in your CXXFLAGS. Write a tiny test pro

Re: [gentoo-user] FORWARD eth0 trouble

2003-07-16 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 July 2003 12:29 pm, Norman Bauer wrote: > This is the first time I have installed Gentoo so I am not that sure = > about how thisngs work with it. All in all the install was a success = > from a Stage 1 tarball. The only problem I have

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Christopher Knoerle
On Thursday 17 July 2003 00:19, daniel wrote: > my best guess is that portage will have to go db-based sooner or > later. there's just too many packages in there, and too much of a > need to get info on them. the thinking that gentoo is "only for > people who know what they want to install" (anoth

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Christopher Knoerle
Hi! On Wednesday 16 July 2003 23:39, daniel wrote: > i agree, such a tool would be great for gentoo. i've seen a few > votes for kportage, but it's not really very good at finding a good > app for one thing or another... which brings me to another > suggestion: if such a system were in place, w

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Fred Van Andel
Svein Harald Soleim <[EMAIL PROTECTED]> wrote: (07/16/2003 14:23) >Yeah I agree, there is to little information, even debian's "apt-cache search" >get better information about packages then the "emerge --search" The thing >about apt-cache is that it also search through the information and not ju

Re: [gentoo-user] Postfix?

2003-07-16 Thread Jim Bailey
On Wed, Jul 16, 2003 at 05:52:48PM -0400, MIKE MacMartin wrote: > I installed postfix, and it's sending client returns the following error: > > fatal: gethostbyname: no such file or directory > > ... what's the fix for that? I've also had the problem where I can't start > the receiving client (

Re: [gentoo-user] Postfix trouble

2003-07-16 Thread Leonid Podolny
> > > > After I have upgraded postfix from 2.0.9 to 2.0.11, the server is unable to send local mail. When I send a mail from pine, I recieve a "unexpected record type: 84" error message in logs. If I configure Pine to use an external IP of this box as an SMTP server, everything is fine. When I use

Re: [gentoo-user] Postfix trouble

2003-07-16 Thread Jim Bailey
On Thu, Jul 17, 2003 at 12:32:43AM +0300, Leonid Podolny wrote: > > > On Wed, 16 Jul 2003, Jim Bailey wrote: > > > On Wed, Jul 16, 2003 at 09:02:45PM +0300, Leonid Podolny wrote: > > > After I have upgraded postfix from 2.0.9 to 2.0.11, the server is unable to send > > > local mail. When I send

[gentoo-user] Re: weird error after sync

2003-07-16 Thread Thorsten Kampe
* Susie (2003-07-16 23:01 +0200) > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 Oh, it's really you. > Anyone else getting this: Updating Portage cache... ...done! > Calculating world dependencies \ > !!! all ebuilds that could satisfy ">=media-libs/libsndfile-1.0.1" have > been masked

Re: [gentoo-user] Error while emerging avifile

2003-07-16 Thread Shawn
Had you actually followed the directions when installing gentoo? I'm wondering if you have a broken compiler. What does "g++ -v" say? On Wed, 2003-07-16 at 16:34, Jens Hoffrichter wrote: > Hi everyone, > > I'm getting an error while emerging avifile, specifically said while > configuring avifile

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread daniel
On July 16, 2003 05:47 pm, Christopher Egner wrote: > I'm not sure how portage stores data. It doesn't seem efficient however > with the speed of queries. My thought would be to implement a mini-db. > However, I don't know that this would really solve things (it'd be nice > and easy to maintain...)

Re: [gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-16 Thread Christopher Egner
On Wed, 2003-07-16 at 17:06, Craig Cavanaugh wrote: > If I drop out of X, I can get to an interactive prompt. I'm fully > updated and using ~x86 > > Any clues/tips? have you tried just a basic xterm? > > Regards, > Craig > > > -- > [EMAIL PROTECTED] mailing list -- Christopher In 1968 it t

Re: [gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-16 Thread Bryan D. Stine
You need to enable devpts in the kernel and add an fstab entry along the lines of the following: none/dev/ptsdevpts defaults0 0 On Wed, 2003-07-16 at 18:06, Craig Cavanaugh wrote: > Hey all, > > Another question/problem related to 2.6.0 test >

Re: [gentoo-user] SUMMARY: Kernel 2.6.0 test1 Exploits

2003-07-16 Thread Craig Cavanaugh
Hey all, Another question/problem related to 2.6.0 test I've been successful at compiling and booting my system with the nvidia-kernel module, by when I fire up gnome-terminal, I do not get a prompt. If I drop out of X, I can get to an interactive prompt. I'm fully updated and using ~x86 Any c

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Christopher Egner
Sorry about this, I can't find the original, so here goes! On Wed, 2003-07-16 at 16:23, Svein Harald Soleim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 16 July 2003 23:15, Bram De Smet wrote: > > Hi all, > > > > I've been thinking... Great start! Sorry, had to, long

[gentoo-user] Postfix?

2003-07-16 Thread MIKE MacMartin
I installed postfix, and it's sending client returns the following error: fatal: gethostbyname: no such file or directory ... what's the fix for that? I've also had the problem where I can't start the receiving client (due to the initscript not being able to calculate dependencies) MIKE -- B

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread daniel
On July 16, 2003 05:15 pm, Bram De Smet wrote: > I've seen things like Red Carpet en Yast on the desktops of friends and > collegues. I bet that is possible for the Gentoo portage tree as well. i agree, such a tool would be great for gentoo. i've seen a few votes for kportage, but it's not reall

[gentoo-user] Error while emerging avifile

2003-07-16 Thread Jens Hoffrichter
Hi everyone, I'm getting an error while emerging avifile, specifically said while configuring avifile. I'm getting this: checking for working automake-1.4... found checking for working autoheader... found checking for working makeinfo... found checking for i686-pc-linux-gnu-g++... i686-pc-linux-

Re: [gentoo-user] Postfix trouble

2003-07-16 Thread Leonid Podolny
On Wed, 16 Jul 2003, Jim Bailey wrote: > On Wed, Jul 16, 2003 at 09:02:45PM +0300, Leonid Podolny wrote: > > After I have upgraded postfix from 2.0.9 to 2.0.11, the server is unable to send > > local mail. When I send a mail from pine, I recieve a "unexpected record type: 84" > > error message

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Bram De Smet
See, this is what I mean ;-) Cheers guys B On Wed, 2003-07-16 at 23:26, Renat Golubchyk wrote: > Hi! > > On Wednesday 16 July 2003 23:15, Bram De Smet wrote: > > Hi all, > > > > I've been thinking... most of the times I emerge a new application, I > > heard about it or knew it from my Slackwar

Re: [gentoo-user] Postfix trouble

2003-07-16 Thread Leonid Podolny
Of course :) On Wed, 16 Jul 2003, Thomas T. Veldhouse wrote: > Did you run "newaliases"? > > Tom Veldhouse > > - Original Message - > From: Leonid Podolny > To: [EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 1:02 PM > Subject: [gentoo-user] Postfix trouble > > > After I have upgra

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Renat Golubchyk
Hi! On Wednesday 16 July 2003 23:15, Bram De Smet wrote: > Hi all, > > I've been thinking... most of the times I emerge a new application, I > heard about it or knew it from my Slackware days. > I think it would be good if we had a better overview of what programs > are in the portage. > > I don't

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread Svein Harald Soleim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 July 2003 23:15, Bram De Smet wrote: > Hi all, > > I've been thinking... most of the times I emerge a new application, I > heard about it or knew it from my Slackware days. > I think it would be good if we had a better overview of what

Re: [gentoo-user] Just thinging... emerge

2003-07-16 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 July 2003 16:15, Bram De Smet wrote: > I've been thinking... most of the times I emerge a new application, I > heard about it or knew it from my Slackware days. > I think it would be good if we had a better overview of what programs > a

[gentoo-user] Just thinging... emerge

2003-07-16 Thread Bram De Smet
Hi all, I've been thinking... most of the times I emerge a new application, I heard about it or knew it from my Slackware days. I think it would be good if we had a better overview of what programs are in the portage. I don't mind using a term at all (I use all the time) but a nice graphical inte

Re: [gentoo-user] weird error after sync

2003-07-16 Thread Svein Harald Soleim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 July 2003 23:01, Susie wrote: > Anyone else getting this: > >>> Updating Portage cache... ...done! > > These are the packages that I would merge, in order: > > Calculating world dependencies \ > !!! all ebuilds that could satisfy ">=me

[gentoo-user] weird error after sync

2003-07-16 Thread Susie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anyone else getting this: >>> Updating Portage cache... ...done! These are the packages that I would merge, in order: Calculating world dependencies \ !!! all ebuilds that could satisfy ">=media-libs/libsndfile-1.0.1" have been masked. !!!(dep

Re: [gentoo-user] test-- please ignore

2003-07-16 Thread Christopher Fisk
On Wed, 16 Jul 2003 [EMAIL PROTECTED] wrote: >nothing here OMG!! It's Jimmy Hoffa's Remains! I knew you were hiding something! -- Farnsworth: Oh no! I should do somethingbut i am already in my pajamas. -- [EMAIL PROTECTED] mailing list

[gentoo-user] test-- please ignore

2003-07-16 Thread dsoper
nothing here -- [EMAIL PROTECTED] mailing list

[gentoo-user] Keyborad refresh rate RESET by KDE

2003-07-16 Thread Prabhat Gupta
Hi All, I set the keyboard rate in "local.start" by following command kbdrate -r 30 -d 250 But the rate is reset by KDE and I have to give the command after I login. How can I solve this? Thanks Prabhat -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] add hardware wizard ...

2003-07-16 Thread Norberto BENSA
raptor wrote: > hi, > Is there a app similar to kudzu or similar for gentoo i mean a hardware > wizard that will : How does kudzu work? Do you need a monster all-built-in kernel? I guess you'll be more satisfied if you take a look a your box and compile ONLY the necesary thing. Plus, you'll

Re: [gentoo-user] Gentoo Poll:

2003-07-16 Thread Navidson
Le Mercredi 16 Juillet 2003 03:53, Fred Van Andel a écrit : i used mandrake and win32 via vmware for some audio appz i still use win32 via vmware > This is the first (Weekly?) gentoo poll. > > The question is: > > What operating system were you using BEFORE you used gentoo? > > ANSWER: >>

Re: [gentoo-user] Gentoo Poll:

2003-07-16 Thread Hemmann, Volker Armin
On Wednesday 16 July 2003 18:03, Fredrik Jagenheim wrote: > On Wed, Jul 16, 2003 at 11:48:14AM -0400, Christopher Fisk wrote: > > >Perhaps you may answer with the operating system you use the most, > > >besides Gentoo... > > Missed the original post, but if someone is keeping track, here's my > dat

Re: [gentoo-user] Which ADSL devices work on Gentoo?

2003-07-16 Thread Peter Ruskin
On Wednesday 16 Jul 2003 18:18, Jannu Hatinen wrote: > Cheers, > > I'm planning to get an ADSL connection, and was wondering what kind > of modem I should buy. It's quite obvious that the external > stand-alone modem/routers should work just fine, but what about the > other options? Do inte

Re: [gentoo-user] Gentoo Poll:

2003-07-16 Thread Michael W. Holdeman
On Wednesday 16 July 2003 11:48 am, Christopher Fisk wrote: 1 file server P3 500 running FreeBSD 1 Gateway/Firewall running FreeBSD (P 120) 2 Desktops running 100% Gentoo + Win4Lin for Win98se stuff 1 laptop running 100% Gentoo, again with Win4Lin for Win stuff. 1 more desktop coming anyday now, G

Re: [gentoo-user] HELP! I dorked it myself! (SOLVED)

2003-07-16 Thread Michael W. Holdeman
Thanks to all who assisted. I used a combination of all and this is now solved! (except for the original problem) 1. Booted install disk 2. mkdir the /mnt/gentoo, /mnt/gentoo/usr, /mnt/gentoo/home 3. ifconfig stuff for network. 4. mounted above with existing partitions. 5. chrooted to new (old) G

Re: [gentoo-user] Postfix trouble

2003-07-16 Thread Jim Bailey
On Wed, Jul 16, 2003 at 09:02:45PM +0300, Leonid Podolny wrote: > After I have upgraded postfix from 2.0.9 to 2.0.11, the server is unable to send > local mail. When I send a mail from pine, I recieve a "unexpected record type: 84" > error message in logs. If I configure Pine to use an external I

Re: [gentoo-user] Gentoo Poll:

2003-07-16 Thread Christopher Egner
On Wed, 2003-07-16 at 11:03, Fredrik Jagenheim wrote: > > [1] It just died and refused to even go into PowerOnSelfTest after my > girlfriend played Windows Solitair on it for several hours. My guess > is it commited suicide. Most computers with windows installed have no reason to live, so its a v

Re: [gentoo-user] [Fwd: Emerge error virtual/opengl]

2003-07-16 Thread Svein Harald Soleim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 July 2003 20:04, Bram De Smet wrote: > Hey, > > When I do a emerge -pu world, I get following error: > > > !!! all ebuilds that could satisfy "virtual/opengl" have been masked. > !!!(depe

Re: [gentoo-user] Re: Re: Re: reiserfs prevents harddrive suspend of my notebook

2003-07-16 Thread Chris Bare
> Meanwhile I found out, that the suspend time is just extended without WLAN: > around 30 seconds instead of 5. Sometimes more, sometimes less. > > So this seems to be a very complex problem to me. I am not sure if it is > even possible what I want. I wonder if there is anyone out there that > suc

[gentoo-user] [Fwd: Emerge error virtual/opengl]

2003-07-16 Thread Bram De Smet
Hey, When I do a emerge -pu world, I get following error: !!! all ebuilds that could satisfy "virtual/opengl" have been masked. !!!(dependency required by "media-video/mplayer-0.90-r2" [ebuild]) !!! Problem with ebuild media-video/mplayer-0.90-r2

Re: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Robin H . Johnson
On Wed, Jul 16, 2003 at 08:51:04AM -0700, Alan wrote: > > I guess adding -qt to your USE flags should enable php to compile without it, > > its not a necessitity AFAIK. > Sadly, even with -qt in your USE flags it's still required :( This has > plauged me in trying to slim down my headless gentoo

[gentoo-user] Postfix trouble

2003-07-16 Thread Leonid Podolny
After I have upgraded postfix from 2.0.9 to 2.0.11, the server is unable to send local mail. When I send a mail from pine, I recieve a "unexpected record type: 84" error message in logs. If I configure Pine to use an external IP of this box as an SMTP server, everything is fine. When I use t

[gentoo-user] Re: Re: Re: reiserfs prevents harddrive suspend of my notebook

2003-07-16 Thread Martin Gramatke
Joseph A Nagy Jr wrote: > On Tuesday 15 July 2003 17:46, Martin Gramatke wrote this in an attempt >> /usr/X11R6/bin/tp4d -z -b -S 0xff -V 0xaf > Do you know what that is? Yes, it is a daemon that controls the track point of my notebook, among other it increases its sensitivity a lot. I think th

Re: [gentoo-user] Re: Windows partitions ro

2003-07-16 Thread Theofilos Intzoglou
If you want to give access to the windows partition to only some of the system users, you could create a new group, say vip, and add every user that you want to have access in that group. Then change the fstab as follows: /dev/hda1/mnt/win_c vfat defaults,gid=111,umask=002 where gid is the v

Re: [gentoo-user] Which ADSL devices work on Gentoo?

2003-07-16 Thread bryn
Jannu Hatinen wrote: Cheers, I'm planning to get an ADSL connection, and was wondering what kind of modem I should buy. It's quite obvious that the external stand-alone modem/routers should work just fine, but what about the other options? Do internal PCI modems and external USB modems wor

[gentoo-user] Re: Cannot get fcron to work for normal user

2003-07-16 Thread Jonathan C.
On Wed, 16 Jul 2003, Jonathan C. wrote: > Hi, > > I am sorry to bother everyone with such a trivial question, but I > really cannot get fcron to work for user 'john' on my computer. Here > is my fcrontab, can anyone tell me what's wrong ? > > [fcrontab -l] > > @first(2) 2m /usr/bin/gotmail > @f

[gentoo-user] Re: add hardware wizard ...

2003-07-16 Thread Thorsten Kampe
* raptor (2003-07-16 12:05 +0200) > Is there a app similar to kudzu kudzu, hwsetup Thorsten -- [EMAIL PROTECTED] mailing list

[gentoo-user] Which ADSL devices work on Gentoo?

2003-07-16 Thread Jannu Hatinen
Cheers, I'm planning to get an ADSL connection, and was wondering what kind of modem I should buy. It's quite obvious that the external stand-alone modem/routers should work just fine, but what about the other options? Do internal PCI modems and external USB modems work on Gentoo? I'm p

Re: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Brian Downey
>> On Tuesday 15 July 2003 6:47 pm, Loopingz wrote: >> > I was installing PHP and emerge start to compile QT. And he made on >> error >> > while compiling QT, qt is a graphical library why does php requires it >> >> >> PHP has many functions used manipulate images, if your wanting to use >> Ga

RE: [gentoo-user] networking win98 and linux

2003-07-16 Thread RVick
I have win98,win2k,winxp & linux working just fine together (through a switch, to a router and out to the internet) If you are still having problems after going through the last set of instructions I'll help you out. -Original Message- From: Stroller [mailto:[EMAIL PROTECTED] Sent: Wedne

Re: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Cal Evans
>From my development server. * x11-libs/qt Latest version available: 3.1.2-r3 Latest version installed: [ Not Installed ] Size of downloaded files: 13,045 kB Homepage:http://www.trolltech.com/ Description: QT version 3.1.2 I have 5 servers without X and with php

Re: [gentoo-user] my first alsa install: segfault?

2003-07-16 Thread Joe Stone
hi ! could you please send the output from lspci ? ---snip- > PCI: Found IRQ 11 for device 00:1f.5 > PCI: Sharing IRQ 11 with 00:1f.3 > PCI: Sharing IRQ 11 with 01:05.0 > PCI: Sharing IRQ 11 with 01:09.0 ---snip- I think you have 4 devices on the same irq. And in the past this meant pro

Re: [gentoo-user] [OT] Spamfiltering (was Bad BogoMIPS) (was: Re:Opteron anyone?)

2003-07-16 Thread Spider
begin quote On Wed, 16 Jul 2003 17:51:46 +0200 Fredrik Jagenheim <[EMAIL PROTECTED]> wrote: > > [1] Which I find utterly useless in spamassassin. The only thing the > bayes filter in spamassassin does is to nudge things it already knows > is spam a little further up in the Score list. I have yet

  1   2   >