Re: [gentoo-user] music.raw?

2005-06-12 Thread Peter Gordon
On Sat, 2005-06-11 at 22:30 -0500, Michael Sullivan wrote: There is a file that keeps mysteriously appearing in my home folder called music.raw. I have no idea where it's coming from. I'm not doing anything with my computer that I don't normally do. This has just started since the recent

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread Zac Medico
askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script: #!/bin/bash source /etc/make.globals source /etc/make.conf export

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread Peter Gordon
On Sun, 2005-06-12 at 06:26 +, askar ... wrote: Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. If it is working, you should see something like the following in the output of `emerge --info`: distcc 2.18.3

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread askar ...
Thanks a lot. It worked. askar On 6/12/05, Zac Medico [EMAIL PROTECTED] wrote: askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script:

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Zac Medico wrote: Joseph wrote: On Sat, 2005-06-11 at 21:19 -0700, Zac Medico wrote: Joseph wrote: every time I run revdep-rebuild it keeps rebuilding Open-Office dependency, below: Checking dynamic linking consistency... ldd: warning: you do not have execution permission for

Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-12 Thread Rumen Yotov
A. Khattri wrote: On Sun, 12 Jun 2005, Antoine wrote: I have just realised that we have a dedicated mail server - that means that there are no legacy apps tying us to the doze OS that is currently running it :-). Basically, if I can convince the techie (who is a linux user, though not a

[gentoo-user] Other XMMS issue - crash, when I add ogg files to the playlist

2005-06-12 Thread =?ISO-8859-2?Q?Istv=E1n_PONGR=C1CZ?=
Hi, When I add ogg files to the playlist, I got segment failure and xmms crash immediatelly. Message is: ead_string() got invalid value None for Blursk.fullscreen_method Message: device: default XS[xmms-sid.c:196]: xs_init() XS[xs_config.c:166]: initializing configuration ...

[gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread askar ...
Hello! Trying to compile groff-1.19.1-r2 I had the error: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make: *** [xditview.o] Error 1 In my make.conf file I have CHOST=i686-pc-linux-gnu. I see this is one of the often occured promblems, when system reference to i386 instead

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread Peter Gordon
On Sun, 2005-06-12 at 07:39 +, askar ... wrote: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make: *** [xditview.o] Error 1 In my make.conf file I have CHOST=i686-pc-linux-gnu. I see this is one of the often occured promblems, when system reference to i386 instead

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread askar ...
Trying to compile groff-1.19.1-r2 I had the error: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make: *** [xditview.o] Error 1 In my make.conf file I have CHOST=i686-pc-linux-gnu. I see this is one of the often occured promblems, when system reference to i386 instead

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread Zac Medico
askar ... wrote: Trying to compile groff-1.19.1-r2 I had the error: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make: *** [xditview.o] Error 1 In my make.conf file I have CHOST=i686-pc-linux-gnu. I see this is one of the often occured promblems, when system reference to i386

Re: [gentoo-user] UT2004 crashed!

2005-06-12 Thread Luigi Pinna
Alle 05:28, domenica 12 giugno 2005, Raphael Melo de Oliveira Bastos Sales ha scritto: Did you recently recompiled glibc? 2 of the files on the log are part of glibc. Maybe it is that reason. If not, downgrading it may help. I tried to reemerge ut2004...And now it works! Thanks a lot! Luigi

[gentoo-user] udev + usb support.

2005-06-12 Thread Ryan Viljoen
I just upgraded to udev from devfs by following this tutorial: http://gentoo-wiki.com/HOWTO_Migrate_to_UDEV and http://www.gentoo.org/doc/en/udev-guide.xml Now from what I understand all usb devices ie: digital cameras (sony cyber shots), flash drivers etc should show up as ub* for udev. While

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread Zac Medico
Zac Medico wrote: askar ... wrote: Trying to compile groff-1.19.1-r2 I had the error: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make: *** [xditview.o] Error 1 In my make.conf file I have CHOST=i686-pc-linux-gnu. I see this is one of the often occured promblems, when system

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread askar ...
Thank you, Zac! I recompiled xorg-x11 and the compilation groff were successful. Next time I will take into account your advice concerning /usr/lib/X11/config/host.def. askar I was curious if I could reproduce your problem so I edited /usr/lib/X11/config/host.def and changed it to #define

Re: [gentoo-user] gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc

2005-06-12 Thread Zac Medico
Your're welcome. I supposed you could have grepped all the files on your system for i386-pc-linux-gnu-gcc but that wouldn't have been a very efficient way to go about it. ;-) Zac askar ... wrote: Thank you, Zac! I recompiled xorg-x11 and the compilation groff were successful. Next time

Re: [gentoo-user] [SOLVED] Svn problem

2005-06-12 Thread Jan Meier
Hi, svn: Berkeley DB error while opening environment for filesystem /home/svn/repos/db: Invalid argument svn: bdb: Program version 4.2 doesn't match environment version The problem was an upgrade of db, svnadmin recover /home/svn/repos helped. Bye Jan -- gentoo-user@gentoo.org mailing list

[gentoo-user] docbook-sgml-utils and jade...

2005-06-12 Thread Steve [Gentoo]
I've recently discovered a problem doing my periodic emrege -uD world - which looks as if there is some general problem with jade [Attached below - output from the command.] It seems to me that jade is linked against libsop.so.3, however I only appear to have a copy of libsop.so.4. I've not

Re: [gentoo-user] docbook-sgml-utils and jade...

2005-06-12 Thread Tim Igoe
Steve [Gentoo] wrote: I've recently discovered a problem doing my periodic emrege -uD world - which looks as if there is some general problem with jade [Attached below - output from the command.] It seems to me that jade is linked against libsop.so.3, however I only appear to have a copy

Re: [gentoo-user] updated gnome packages to 2.10, missing menus

2005-06-12 Thread Mats Lidell
Holly Bostick wrote: But anyway, the way I switched over from gnome (which includes evo and mozilla) to gnome-light (which doesn't) was (without warranty that this is the 'correct' way, or the 'best' way, just the only way I could manage it fairly reasonably): [...] That was what I was

[gentoo-user] zire 31?

2005-06-12 Thread gentoo
Hello, if i connect my zire 31 to my gentoo box i get: usb 1-1: new full speed USB device using ohci_hcd and address 6 how can i access the device? Have already installed pilotlink, but i do not know which name the new device has. There is no /dev/pilot or so. Can somebody please help? Ciao,

Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-12 Thread Antoine
Dont know about Windoze, but I work for an ISP and we use qmail + vpopmail + MySQL + Courier-IMAP + Squirrel Mail to support thousands of users. From some reading this looks like it would fit the bill. Do you know of any helpful howtos for this or similar combos? How much maintenance does it

Re: [gentoo-user] docbook-sgml-utils and jade...

2005-06-12 Thread Steve [Gentoo]
Tim Igoe wrote: It seems to me that jade is linked against libsop.so.3, however I only appear to have a copy of libsop.so.4. I've not unmasked or otherwise tried to do anything fancy - in fact I'm not particularly interested in either Jade or Docbook-sgml - however it seems they are

Re: [gentoo-user] LiveCD distcc/Live CD's are Wonderfull

2005-06-12 Thread Mark Shields
Rob, I have a similar problem with my short-term memory, but I don't think nearly as extreme; however, I'll be working on something, my mind will wander, and I'll forget what I was doing. But I'm only 22, I don't drink, and I've never done drugs. On 6/8/05, Rob [EMAIL PROTECTED] wrote: At

Re: [gentoo-user] sys-libs/db emerge failed

2005-06-12 Thread Grant
Did you try to run javac in a terminal to see what happens? What is the output of java-config -L? I see your bug: http://bugs.gentoo.org/show_bug.cgi?id=95828 Zac Hi Zac, Here's what I get: system4 ~ # javac # # HotSpot Virtual Machine Error, Internal Error # Please

[gentoo-user] Re: udev + usb support.

2005-06-12 Thread Ryan Viljoen
Panic over, problem resolved well there wasnt really a problem: http://dev.gentoo.org/~dsd/gentoo-dev-sources/issues-current.htm#2.6.9-ub It would seem the above is not related to udev and devfs. On 6/12/05, Ryan Viljoen [EMAIL PROTECTED] wrote: I just upgraded to udev from devfs by following

[gentoo-user] apache user and forced password change?

2005-06-12 Thread Craig Duncan
$ su - apache You are required to change your password immediately (root enforced) su: Authentication token is no longer valid; new one required. (Ignored) How do I set the user apache to never require a password change? C -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] apache user and forced password change?

2005-06-12 Thread Rumen Yotov
Craig Duncan wrote: $ su - apache You are required to change your password immediately (root enforced) su: Authentication token is no longer valid; new one required. (Ignored) How do I set the user apache to never require a password change? C Hi, Think that the user apache (by default)

[gentoo-user] how to change volume when using dmix?

2005-06-12 Thread Volker Armin Hemmann
Hi, I am using the alsa-dmix plugin since ages and have and had always the same problem: in alsamixer/kmix/kamix etc, I am not able to influence the (pcm) volume anymore. Sure, I can chnge the 'master' but this does not help much, when civclient is damaging my ears, and I would like to

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Joseph wrote: How do you replace revdep-rebuild, it is not in ebuild? I solved the problem by recompiling OO from source instead of binary. Hi, Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'. It's a shell-script, no need to compile it, just to unpack/place it. You could

Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-12 Thread Bastian Balthazar Bux
Antoine wrote: Hi, I have just realised that we have a dedicated mail server - that means that there are no legacy apps tying us to the doze OS that is currently running it :-). Basically, if I can convince the techie (who is a linux user, though not a fanatic like me ;-)) that there are free

Re: [gentoo-user] zire 31?

2005-06-12 Thread Walter Dnes
On Sun, Jun 12, 2005 at 04:11:36PM +0200, [EMAIL PROTECTED] wrote usb 1-1: new full speed USB device using ohci_hcd and address 6 how can i access the device? Have already installed pilotlink, but i do not know which name the new device has. There is no /dev/pilot or so. Can somebody

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Joseph
On Sun, 2005-06-12 at 21:10 +0300, Rumen Yotov wrote: Joseph wrote: How do you replace revdep-rebuild, it is not in ebuild? I solved the problem by recompiling OO from source instead of binary. Hi, Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'. It's a

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Zac Medico
Holly Bostick wrote: Rumen Yotov schreef: Joseph wrote: How do you replace revdep-rebuild, it is not in ebuild? I solved the problem by recompiling OO from source instead of binary. Hi, Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'. It's a shell-script, no need to

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Joseph wrote: On Sun, 2005-06-12 at 21:10 +0300, Rumen Yotov wrote: Joseph wrote: How do you replace revdep-rebuild, it is not in ebuild? I solved the problem by recompiling OO from source instead of binary. Hi, Revdep-rebuild is in portage-package, as

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Zac Medico
Joseph wrote: On Sun, 2005-06-12 at 21:10 +0300, Rumen Yotov wrote: Joseph wrote: How do you replace revdep-rebuild, it is not in ebuild? I solved the problem by recompiling OO from source instead of binary. Hi, Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'. It's a

[gentoo-user] Re: emerge kdegraphics issue

2005-06-12 Thread James
Zac Medico zmedico at gmail.com writes: [ebuild R ] kde-base/kdegraphics-3.3.2-r2 I guess the second query show me that using the new use flags this package needs to recompile. But it fails when I try: snip grep: /usr/lib/libungif.la: No such file or directory Is

[gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread sIbOk
Hello, today i've updated coreutils, baselayout and new sysvinit. Now my locales are not working well since i've lost some letters/simbols like 's' or '#' etc I'm using iso8559-15 Since today i've been using /etc/rc.conf like this with no troubles: Código: # /etc/rc.conf: Global startup script

[gentoo-user] SoundBlaster AWE64

2005-06-12 Thread Allan Spagnol Comar
Hi all, I was wondering if someone on this list has trouble with SoundBlaster AWE4, because I had one and I could never make it work properly with Alsa In gentoo now I canot hear any sound at all !!! Some one has Ideas of what should I do to make it work I already make my kernel compile

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Zac Medico
sIbOk wrote: Hello, today i've updated coreutils, baselayout and new sysvinit. Now my locales are not working well since i've lost some letters/simbols like 's' or '#' etc I'm using iso8559-15 snip I've only noticed that i can't type 's' in lower case and '#'. 's' in upper case works well.

Re: [gentoo-user] SoundBlaster AWE64

2005-06-12 Thread Zac Medico
Allan Spagnol Comar wrote: Hi all, I was wondering if someone on this list has trouble with SoundBlaster AWE4, because I had one and I could never make it work properly with Alsa In gentoo now I canot hear any sound at all !!! Some one has Ideas of what should I do to make it work I

Re: [gentoo-user] SoundBlaster AWE64

2005-06-12 Thread Volker Armin Hemmann
On Sunday 12 June 2005 22:00, Zac Medico wrote: Allan Spagnol Comar wrote: Hi all, I was wondering if someone on this list has trouble with SoundBlaster AWE4, because I had one and I could never make it work properly with Alsa In gentoo now I canot hear any sound at all !!! Some one

Re: [gentoo-user] SoundBlaster AWE64

2005-06-12 Thread Allan Spagnol Comar
I didn't follow the guide, I will take a look and If I had any problem I will repost the message On 6/12/05, Zac Medico [EMAIL PROTECTED] wrote: Allan Spagnol Comar wrote: Hi all, I was wondering if someone on this list has trouble with SoundBlaster AWE4, because I had one and I could never

Re: [gentoo-user] SoundBlaster AWE64

2005-06-12 Thread Allan Spagnol Comar
Thank you, changing the alsamixer settings make it all work, I had changed only for root and that was the reason that I wasn get any sound, now I changed for my user and I came to life On 6/12/05, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Sunday 12 June 2005 22:00, Zac Medico wrote:

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread sIbOk
it's a console problem, X works well. Ihave to say that my system have been running without problems since gentoo 1.2. Never had locales problems. Yesterday updated tthose 3 packages and got s lower case broken. Before login in the console i can type s and # but after login i can't. I don't know

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Richard Fish
sIbOk wrote: Hello, today i've updated coreutils, baselayout and new sysvinit. Now my locales are not working well since i've lost some letters/simbols like 's' or '#' etc I'm using iso8559-15 Since today i've been using /etc/rc.conf like this with no troubles: Most of these settings have

[gentoo-user] Why are these modules loading?

2005-06-12 Thread Ed Jabbour
I have ieee1394 stuff compiled in the kernel as modules: [Sun Jun 12] edj:~$ grep 1394 /usr/src/linux/.config # IEEE 1394 (FireWire) support CONFIG_IEEE1394=m CONFIG_IEEE1394_PCILYNX=m CONFIG_IEEE1394_OHCI1394=m CONFIG_IEEE1394_SBP2=m CONFIG_IEEE1394_RAWIO=m CONFIG_IEEE1394_CMP=m At boot,

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Zac Medico
Richard Fish wrote: sIbOk wrote: Hello, today i've updated coreutils, baselayout and new sysvinit. Now my locales are not working well since i've lost some letters/simbols like 's' or '#' etc I'm using iso8559-15 Since today i've been using /etc/rc.conf like this with no troubles:

Re: [gentoo-user] Why are these modules loading?

2005-06-12 Thread Zac Medico
Ed Jabbour wrote: I have ieee1394 stuff compiled in the kernel as modules: [Sun Jun 12] edj:~$ grep 1394 /usr/src/linux/.config # IEEE 1394 (FireWire) support CONFIG_IEEE1394=m CONFIG_IEEE1394_PCILYNX=m CONFIG_IEEE1394_OHCI1394=m CONFIG_IEEE1394_SBP2=m CONFIG_IEEE1394_RAWIO=m

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread sIbOk
please make sure you have read well the post before posting, an thanks for your time. of course i know that config files have been split... and i also have edited them. that's been explained in the first mail. i don't know which is the trouble, i've tryed editing them in different ways, it's not a

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Zac Medico
sIbOk wrote: /etc/conf.d/keymaps Código: # /etc/conf.d/keymaps # $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/conf.d/keymaps,v 1.1.4.1 2005/02/19 02:13:53 vapier Exp $ # Use KEYMAP to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to

Re: [gentoo-user] zire 31?

2005-06-12 Thread William Kenworthy
/dev/tts/USB1 welcome to the mess thats palm linux ... BillK On Sun, 2005-06-12 at 14:19 -0400, Walter Dnes wrote: On Sun, Jun 12, 2005 at 04:11:36PM +0200, [EMAIL PROTECTED] wrote usb 1-1: new full speed USB device using ohci_hcd and address 6 how can i access the device? Have

Re: [gentoo-user] music.raw?

2005-06-12 Thread Michael Sullivan
I've discovered that whenever I run monsterz the file is created. I don't know why. monsterz is a python script, so I opened it up in vi and searched for the string music.raw but did not find it in /usr/games/monsterz. Maybe something the pygame module or python itself, but I don't know how to

[gentoo-user] udev Strangeness

2005-06-12 Thread Alex Bennee
Hi, I've managed to get my usbdrive to appear in its own fixed /dev entry but I cannot get the same to happen for my camera. It seems the udev rule seems to get ignored. Any idea why? # My pendrive BUS=usb, SYSFS{product}=USB DISK Pro, KERNEL=sd?1, NAME=%k, SYMLINK=usbdrive # My Camera # #

Re: [gentoo-user] Re: how do I know if the distcc works or not?

2005-06-12 Thread Neil Bothwick
On Sun, 12 Jun 2005 23:07:21 + (UTC), James wrote: Is there a kde equivalent for monitoring distcc? Run the text monitor in Konsole? ;-) -- Neil Bothwick Few women admit their age. Few men act theirs. pgpVIDPByJQvC.pgp Description: PGP signature

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Zac Medico
sIbOk wrote: i thanks your time to all, i run etc-update. I have 3 different Gentoo machines i updated them all and converted to unicode just because i planned a long time ago and they all work great escept the one that gave me first the error. I didn't miss anything, maybe there is some

Re: [gentoo-user] music.raw?

2005-06-12 Thread Holly Bostick
Michael Sullivan schreef: I've discovered that whenever I run monsterz the file is created. I don't know why. monsterz is a python script, so I opened it up in vi and searched for the string music.raw but did not find it in /usr/games/monsterz. Maybe something the pygame module or python

[gentoo-user] More about a Panasonic Toughbook

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

Re: [gentoo-user] udev + usb support.

2005-06-12 Thread Neil Bothwick
On Sun, 12 Jun 2005 11:33:21 +0200, Ryan Viljoen wrote: Now from what I understand all usb devices ie: digital cameras (sony cyber shots), flash drivers etc should show up as ub* for udev. While sd* is from devfs. When I ls /dev there are no ub* nodes :( Devices show up the same under udev as

Re: [gentoo-user] music.raw?

2005-06-12 Thread Michael Sullivan
It is capable of playing music, but I have that feature disabled. It didn't make the music.raw file before the gnome upgrade... On Mon, 2005-06-13 at 02:13 +0200, Holly Bostick wrote: Michael Sullivan schreef: I've discovered that whenever I run monsterz the file is created. I don't know

Re: [gentoo-user] cvs passwords

2005-06-12 Thread Raphael Melo de Oliveira Bastos Sales
You mean, using the same password you use to login normally? Well, you could copy the /etc/passwd file to each CVSROOT directory in each repository, but I really think that isn't a good idea when it comes to security. pserver doesn't cryptographs the passwords, so they travel through the net as

[gentoo-user] NFS problems - Linux OSX

2005-06-12 Thread Ed Jabbour
Mac OSX is the server - 192.168.1.20; Linux the client - 192.168.1.4. When I mount -o vers=2 192.168.1.20:/Volumes/Alien /mnt/alien I get the dreaded mount: 192.168.1.20:/Volumes/Alien failed, reason given by server: Permission denied. I'm trying to discover which side the problem's on. Any of

Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Paul Varner
On Sun, 2005-06-12 at 20:31 +0200, Holly Bostick wrote: Thanks for the info, but I notice that there's also a patch to portage.py attached to the bug. Is it correct to just patch it with the standard patch -p1 blah blah blah (patch syntax doesn't roll trippingly off my typing finger, but I'll

[gentoo-user] new base layout and linuxant driverloader problems

2005-06-12 Thread Jonathan Gill
Hi All, Anyone else seeing problems with the new baselayout scripts and linuxant's driverloader? On the 1.9.xx base layout my laptop would happily run up the wifi card when driverloader was loaded, but, since updating the the baselayout (yes I did carefully go through the configs and

Re: [gentoo-user] Re: how do I know if the distcc works or not?

2005-06-12 Thread W.Kenworthy
Dont know if this has been suggested: edit /etc/conf.d/distccd on the distccd server and add this: DISTCCD_OPTS=${DISTCCD_OPTS} --log-level info This will log the daemons connects, successes and failures to to /var/log/everything/current on the distcc server. A quick check of the logs will

[gentoo-user] revdep-rebuild testing (was Re: 3 - ERRORS)

2005-06-12 Thread Paul Varner
On Sun, 2005-06-12 at 12:07 -0700, Zac Medico wrote: In bugzilla the patch is dated 2005-05-04 18:18 PDT so it's newer than gentoolkit-0.2.1_pre2. ls -l /usr/portage/app-portage/gentoolkit/gentoolkit-0.2.1_pre2.ebuild -rw-r--r-- 1 root root 1499 Apr 25 19:13

Re: [gentoo-user] cvs passwords

2005-06-12 Thread Norberto Bensa
Raphael Melo de Oliveira Bastos Sales wrote: pserver doesn't cryptographs the passwords, so they travel through the net as plain text Couldn't you tunnel it thru ssh? I'm not a cvs guru, I'm just curious. Anyway, I use svn now :D -- Norberto Bensa informática BeNSA 4544-9692 / 15-4190-6344

Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-12 Thread Chad Leigh -- Shire.Net LLC
On Jun 12, 2005, at 1:19 AM, Rumen Yotov wrote: Hi, Could use qmail or postfix, think none of them runs on Win. There are also eximsendmail but not as good IMHO. i use qmail. HTH. Rumen yes, but most knowledgable people know that exim blows the pants off qmail and postfix. There are

Re: [gentoo-user] NFS problems - Linux OSX

2005-06-12 Thread Zac Medico
Ed Jabbour wrote: Mac OSX is the server - 192.168.1.20; Linux the client - 192.168.1.4. When I mount -o vers=2 192.168.1.20:/Volumes/Alien /mnt/alien I get the dreaded mount: 192.168.1.20:/Volumes/Alien failed, reason given by server: Permission denied. I'm trying to discover which side the

Re: [gentoo-user] cvs passwords

2005-06-12 Thread Raphael Melo de Oliveira Bastos Sales
The safest way to do it is working through ssh, but since he wants to work as a pserver, I doubt that it is his case ;) 2005/6/13, Norberto Bensa [EMAIL PROTECTED]: Raphael Melo de Oliveira Bastos Sales wrote: pserver doesn't cryptographs the passwords, so they travel through the net as

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

2005-06-12 Thread Richard Fish
Danny Luker wrote: Hi all, The other night I did an emerge sync; emerge world -vu and got a new and improved version of baselayout. I screwed up and let etc-update clobber all my config files (stupid I know ;() ... anyway, I've recovered from it except I can't get wireless working. It all

Re: [gentoo-user] NFS problems - Linux OSX

2005-06-12 Thread Ow Mun Heng
On Sun, 2005-06-12 at 21:04 -0700, Zac Medico wrote: Ed Jabbour wrote: Mac OSX is the server - 192.168.1.20; Linux the client - 192.168.1.4. When I mount -o vers=2 192.168.1.20:/Volumes/Alien /mnt/alien I get the dreaded mount: 192.168.1.20:/Volumes/Alien failed, reason given by server:

Re: [gentoo-user] new base layout and linuxant driverloader problems

2005-06-12 Thread Richard Fish
Jonathan Gill wrote: Hi All, Anyone else seeing problems with the new baselayout scripts and linuxant's driverloader? Not really familiar with linuxant, but please post the outputs of: lsmod ifconfig iwconfig Also the relevant contents of /etc/conf.d/net and /etc/conf.d/wireless.

Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Richard Fish
Zac Medico wrote: Zac Medico wrote: sIbOk wrote: i thanks your time to all, i run etc-update. I have 3 different Gentoo machines i updated them all and converted to unicode just because i planned a long time ago and they all work great escept the one that gave me first the error. I

[gentoo-user] Re: can't install Xosview

2005-06-12 Thread askar ...
Hello! My this message left unanswered. I notice when I install gentoo only using live cd, xosview can not be installed with error below. It seems this problem can be solved after updating portage. In my case I cannot update portage often, and I'm still curious did anybody had such problem and