[gentoo-user] Do not use Delivery Confirmation!

2005-01-12 Thread Steven Susbauer
Please for the love of Linux, do not ask for confirmation for emails on this mailing list. This has not really been an issue and I would like to keep it from becoming one. It's nice to be able to hit Delete... Delete on threads we know nothing about rather than having to click No, do not

[gentoo-user] How to tell gnome a new hostname without re-logging in?

2005-01-12 Thread W.Kenworthy
I have a problem with gnome and dhcp - if I get dhcp to change the hostname, gnome comes to a screaching halt until I change it back to whatever it was when I logged in as. As this is on a laptop that changes I move across a few networks (both dhcp and non-dhcp), is there a way to tell gnome the

Re: [gentoo-user] Do not use Delivery Confirmation!

2005-01-12 Thread Ciaran McCreesh
Hi friendly infra people (or failing that, Jeff), On Wed, 12 Jan 2005 00:09:17 -0800 Steven Susbauer [EMAIL PROTECTED] wrote: | Please for the love of Linux, do not ask for confirmation for emails | on this mailing list. This has not really been an issue and I would | like to keep it from

Re: [gentoo-user] Do not use Delivery Confirmation!

2005-01-12 Thread Colin
Steven Susbauer wrote: Please for the love of Linux, do not ask for confirmation for emails on this mailing list. This has not really been an issue and I would like to keep it from becoming one. It's nice to be able to hit Delete... Delete on threads we know nothing about rather than

RE: [gentoo-user] WiFi success story :|

2005-01-12 Thread Charlie Gehlin
Try: 'ACCEPT_KEYWORDS=~x86 emerge -Dv ipw2200' /©harlie On Wed, January 12, 2005 8:25, Schafer Frank said: ipw2200 is masked by ~x86 keyword. How did you unmask it? I've tried to put wpa_supplicant to package.unmask too and it remains masked. ... but anyway, thanks for the hint. Frank

[gentoo-user] What is the quickest way to find out if a package is installed?

2005-01-12 Thread Huib van Wees
Hi list, What is the quickest way to find out if a package is installed? Mostly I use emerge -s packagename But this give's more results and is not always desireable. Also, if there a command via emerge or something to find out if a packge depends on another package or a specified package is a

Re: [gentoo-user] What is the quickest way to find out if a package is installed?

2005-01-12 Thread Ciaran McCreesh
On Wed, 12 Jan 2005 10:13:50 +0100 Huib van Wees [EMAIL PROTECTED] wrote: | What is the quickest way to find out if a package is installed? equery list foo-bar/baz | Also, if there a command via emerge or something to find out if a | packge depends on another package or a specified package is a

Re: [gentoo-user] What is the quickest way to find out if a package is installed?

2005-01-12 Thread ZeeGeek
On 10:13 Wed 12 Jan , Huib van Wees wrote: Hi list, What is the quickest way to find out if a package is installed? Mostly I use emerge -s packagename you can try to run a command which is only included in the package...:) But this give's more results and is not always desireable.

[gentoo-user] gcc-upgrade - link faild (wrong libstdc++.la)

2005-01-12 Thread Sascha Lucas
Hi, today I upgraded from gcc 3.3.4 to 3.3.5. After this I got this error on merging kdelibs. Can anyone help me to fix this? /bin/sh ./libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ -Wnon-vir tual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast- align

RE: [gentoo-user] WiFi success story :|

2005-01-12 Thread Eugene Rosenzweig
I don’t like using ACCEPT_KEYWORDS, it makes emerge try and install all sorts of packages with -D option. Better way is to put net-wireless/ipw2200 ~x86 line into /etc/portage/package.keywords. See portage manpage for more info. Eugene. -Original Message- From: Charlie Gehlin

Re: [gentoo-user] What is the quickest way to find out if a package is installed?

2005-01-12 Thread Neil Bothwick
On Wed, 12 Jan 2005 17:22:33 +0800, ZeeGeek wrote: try to emerge gentoolkit and run qpkg -q packagename. this will tell you what depend on the package you specified. qpkg -I -v packagename is a better way. it tells you if the package is installed, and which version(s). -- Neil Bothwick

Re: [gentoo-user] Get udev running?

2005-01-12 Thread Neil Bothwick
On Tue, 11 Jan 2005 23:35:37 -0800, sp0ng3b0b wrote: Where can I find some info on getting UDEV running on my Gentoo workstation? http://www.gentoo.org/doc/en/udev-guide.xml -- Neil Bothwick teG I sdrawkcaB eroM ehT oG I sdrawroF eroM ehT -- gentoo-user@gentoo.org mailing list

[gentoo-user] rename files in another charset

2005-01-12 Thread Zhang Weiwu
Hello. I have 1000+ files whoes filenames are encoded in GB18030 charset right now. But my current system locale is set to zh_CN.UTF-8 and I wish to keep my locale. Here comes the problem of renaming each of them. The only way I think of is to write a script: #!/bin/sh # this is gb2utf.sh mv $*

Re: [gentoo-user] rename files in another charset

2005-01-12 Thread Sascha Lucas
Hi Zhang, emerge app-text/convmv. this will recode filenames in your charset. Sascha. -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] WiFi success story :|

2005-01-12 Thread Charlie Gehlin
I disagree, when dealing with a ~x86-package it might have deep-dependencies that is also in ~x86. I also disagree on package.keywords since it's better to test if emerge goes well and that module actually works before making any static changes regarding keywords or even USE- FEATURES-flags for

Re: [gentoo-user] gcc-upgrade - link faild (wrong libstdc++.la)

2005-01-12 Thread Boyd Stephen Smith Jr.
On Wednesday 12 January 2005 03:28 am, Sascha Lucas [EMAIL PROTECTED] wrote: Hi, today I upgraded from gcc 3.3.4 to 3.3.5. After this I got this error on merging kdelibs. Can anyone help me to fix this? $ su - # fix_libtool_files.sh 3.3.4 -- Boyd Stephen Smith Jr. [EMAIL PROTECTED] ICQ:

Re: [gentoo-user] WiFi success story :|

2005-01-12 Thread Holly Bostick
Charlie Gehlin wrote: I disagree, when dealing with a ~x86-package it might have deep-dependencies that is also in ~x86. I also disagree on package.keywords since it's better to test if emerge goes well and that module actually works before making any static changes regarding keywords or even USE-

Re: [gentoo-user] gcc-upgrade - link faild (wrong libstdc++.la)

2005-01-12 Thread Sascha Lucas
Hi Boyd, $ su - # fix_libtool_files.sh 3.3.4 thanks a lot. now it works fine. # fix_libtool_files.sh 3.3.4 * Scanning libtool files for hardcoded gcc library paths... * Scanning /lib... * Scanning /usr/lib... * FIXING: /usr/lib/libtiff.la ... [v] * Scanning

[gentoo-user] Small Gentoo

2005-01-12 Thread Lode Vanstechelman
Hi, I wonder if there has already been a thread about this, but I would like to build a very small (in disk-space terms) Gentoo Linux distribution, to be used on 400 to 600 MB hard-disks. I would build the whole Gentoo system on another computer and leave it there and then later on copy a

Re: [gentoo-user] courier-imap upgrade problems[solved]

2005-01-12 Thread reg hughson
On Wed, 12 Jan 2005 07:27:55 +0200 Rumen Yotov [EMAIL PROTECTED] wrote: On Tuesday 11 January 2005 23:54, Dave Nebinger wrote: Have been trying to upgrade (via emerge -Du world or emerge -u courier-imap) and neither authlib-0.52 or courier-imap-4.0.1 will complete compiling...same error

[gentoo-user] Why Does Apache Needs X?

2005-01-12 Thread Ow Mun Heng
I'm trying to build a server which is supposed to be head-less. How come when I try to emerge apache, it pulls xorg-x11?? [EMAIL PROTECTED] sendmail $ equery depgraph apache [ Searching for packages matching apache... ] * dependency graph for net-www/apache-2.0.52-r1 `--

Re: [gentoo-user] gcc-upgrade - link faild (wrong libstdc++.la)

2005-01-12 Thread Sascha Lucas
Hi Peter, $ su - # fix_libtool_files.sh 3.3.4 is this step anywhere documented? i.e. an info at the end of gcc-merge or on www.gentoo.org? It ran automatically for me at the end of emerging 3.3.5. hm... will take a look at the next gcc-merge. however in my situation it runs only with exec

Re: [gentoo-user] rename files in another charset

2005-01-12 Thread Zhang Weiwu
Sascha Lucas wrote: Hi Zhang, emerge app-text/convmv. this will recode filenames in your charset. Sascha. Thank you for the suggestion! Unfortunately convmv failed to recognize my charset GB18030 (however, iconv recognizes it). I already wrote an email to the author about this problem. --

Re: [gentoo-user] Why Does Apache Needs X?

2005-01-12 Thread Ciaran McCreesh
On Wed, 12 Jan 2005 18:53:47 +0800 Ow Mun Heng [EMAIL PROTECTED] wrote: | I'm trying to build a server which is supposed to be head-less. How | come when I try to emerge apache, it pulls xorg-x11?? Fix your USE flags. | And what's virtual/x11?? Rather than DEPENDing explicitly upon certain

Re: [gentoo-user] Why Does Apache Needs X?

2005-01-12 Thread Bastian Balthazar Bux
Ow Mun Heng wrote: I'm trying to build a server which is supposed to be head-less. How come when I try to emerge apache, it pulls xorg-x11?? [EMAIL PROTECTED] sendmail $ equery depgraph apache [ Searching for packages matching apache... ] * dependency graph for net-www/apache-2.0.52-r1 `--

[gentoo-user] K3b

2005-01-12 Thread Tony Boom
Can someone please tell me how to get growisofs and dvd+rw-format installed please. I installed K3b but ti keeps telling me it needs these. -- Tony. Gentoo Linux. Registered Linux user #316959 -- gentoo-user@gentoo.org mailing list

[gentoo-user] useradd: invalid user name

2005-01-12 Thread Toby Batch
I'm trying to add a set of users using the format forename.surname When i add the user by hand to the passwd file it works fine but useradd barfs useradd joe.blogs useradd: invalid user name 'joe.blogs' Is there a good reason (security?) for this? How/where can I allow name.name as usernames? --

Re: [gentoo-user] K3b

2005-01-12 Thread Ric de France
On Wed, 12 Jan 2005 11:32:34 +, Tony Boom [EMAIL PROTECTED] wrote: Can someone please tell me how to get growisofs and dvd+rw-format installed please. I installed K3b but ti keeps telling me it needs these. As an initial suggestion, have you got: USE=cdr dvdr Just having a guess...

Re: [gentoo-user] Small Gentoo

2005-01-12 Thread Charlie Gehlin
On Wed, January 12, 2005 11:40, Lode Vanstechelman said: Hi, I wonder if there has already been a thread about this, but I would like to build a very small (in disk-space terms) Gentoo Linux distribution, to be used on 400 to 600 MB hard-disks. I would build the whole Gentoo system on

Re: [gentoo-user] K3b

2005-01-12 Thread Tony Boom
On Wednesday 12 January 2005 11:37, Ric de France wrote: USE=cdr dvdr Just having a guess... Ooops, I had cdr but just dvd, missed the r off. Thank you very much, I'll try again. -- Tony. Gentoo Linux. Registered Linux user #316959 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Small Gentoo

2005-01-12 Thread Nick Rout
take a look at catalyst and in particular the files it deletes when it makes a bootable cdrom. On Wed, 2005-01-12 at 11:40 +0100, Lode Vanstechelman wrote: Hi, I wonder if there has already been a thread about this, but I would like to build a very small (in disk-space terms) Gentoo Linux

RE: [gentoo-user] WiFi success story :|

2005-01-12 Thread Eugene Rosenzweig
-Original Message- From: Charlie Gehlin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 January 2005 9:10 PM To: Eugene Rosenzweig Subject: RE: [gentoo-user] WiFi success story :| I disagree, when dealing with a ~x86-package it might have deep-dependencies that is also in ~x86. Is

[gentoo-user] 3D desktop / workplace switcher

2005-01-12 Thread Ric de France
Hi Gentoo users, I usually use the Gnome desktop and the way I change workspaces / desktops / workplaces is by clicking on the different squares on the Gnome bar. I recently saw someone demoing something in his version of Linux that did a 3D switch of the workspace. He did some key presses, and

Re: [gentoo-user] why do replies go sometimes to sender not list?

2005-01-12 Thread Walter Dnes
On Mon, Jan 10, 2005 at 09:54:43PM -0500, Nick Smith wrote seems like 50/50 i when i reply it wants to go to the sender instead of the list, i keep emailing people directly by mistake. with i high volume list like this i would think it would be set to reply-to-list, is it just me or are other

Re: [gentoo-user] 3D desktop / workplace switcher

2005-01-12 Thread Ralph Slooten
http://desk3d.sourceforge.net/ ? IIRC it's in portage possibly masked. Greetings Ralph Ric de France wrote: Hi Gentoo users, I usually use the Gnome desktop and the way I change workspaces / desktops / workplaces is by clicking on the different squares on the Gnome bar. I recently saw someone

[gentoo-user] How to finish 'Gnome-Desktop'?

2005-01-12 Thread Thomas Kraus-Rump
Please one question: Do i have any chance to run down the machine as a normal user i am (in front of X), i mean Gnome-Desktop, cause i havn't found any icon in the menu bar for 'shutting' the computer. My startup goes over the console, think runlevel 3, and then after given

[gentoo-user] Can't execute scripts in reiserfs partition

2005-01-12 Thread Patrick Marquetecken
Hi, I have always used ext3 and now i'm trying a reiserfs partition, a bizar thing is i can't execute my scripts there ... /dev/hda10 /data reiserfs users,notail 0 0 Patrick -- Please Captain, not in front of the Klingons. -- Spock, to Kirk, refusing a hug (Star Trek V) Fingerprint =

Re: [gentoo-user] rename files in another charset

2005-01-12 Thread ZeeGeek
On 17:53 Wed 12 Jan , Zhang Weiwu wrote: Hello. I have 1000+ files whoes filenames are encoded in GB18030 charset right now. But my current system locale is set to zh_CN.UTF-8 and I wish to keep my locale. Here comes the problem of renaming each of them. The only way I think of is to

Re: [gentoo-user] firefox freezes

2005-01-12 Thread ZeeGeek
On 10:25 Tue 11 Jan , Mitko Moshev wrote: Beber [Gentoo] wrote: personnaly I have the same, but it freeez when I start it, waiting 30s to 1 minutes else work fine Maybe it's because I don't have an internet connection On Mon, 10 Jan 2005 16:10:43 +, neil [EMAIL PROTECTED] wrote:

Re: [gentoo-user] K3b

2005-01-12 Thread Kevin Philp
From what I remember you need to install cdrtools. Also I have had endless problems with dvd+rw on my drive and it has never worked properlyhope you have better luck! Some drives are not easy to use. On Wednesday 12 January 2005 11:37, Ric de France wrote: On Wed, 12 Jan 2005 11:32:34

Re: [gentoo-user] undelete tool

2005-01-12 Thread Mauro Faccenda
Volker Armin Hemmann wrote: On Monday 10 January 2005 22:04, Mauro Faccenda wrote: http://www.antrix.net/journal/techtalk/reiserfs_data_recovery_howto.comments would have you googled for it (reiserfs undelete) you had the link instantly. google is not evil, use it. I already used it, but I need a

Re: [gentoo-user] rename files in another charset

2005-01-12 Thread Sascha Lucas
Hi Zhang, Thank you for the suggestion! Unfortunately convmv failed to recognize my charset GB18030 (however, iconv recognizes it). I already wrote an email to the author about this problem. I'm soory that convmv failed... i never tried it :-). I heard from it in a lecture about gentoo and

Re: [gentoo-user] exiting wm xfce4

2005-01-12 Thread HK
n_powell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 11, 2005 at 10:36:15PM +0100 thus spake HK: Hi, How can I cleanly exit the wm (xfce4) and poweroff/reboot machine? I would like to cleanly exit the wm and then proceed with service stop and poweroff/reboot... Right now I'm

Re: [gentoo-user] 3D desktop / workplace switcher

2005-01-12 Thread Michele Di Trani
On Wednesday 12 January 2005 11:49, Ric de France wrote: Just wondering if anyone knows what that may be (may be not specific to Gnome). And if that application is available in Portage, I think you've seen 3d desktop wich you can emerge with: emerge 3ddesktop have fun! --

Re: [gentoo-user] Do not use Delivery Confirmation!

2005-01-12 Thread Steven Susbauer
I do have gmail, I do not use gmail for more than temporary storage, and prefer to take advantage of their nice, free, secure pop. I could theoretically save the messages and read through them in the future (if need be), but it has been my experience that (with little exceptions), need hasn't

Re: [gentoo-user] Can't execute scripts in reiserfs partition

2005-01-12 Thread Dirk Heinrichs
Am Mittwoch, 12. Januar 2005 13:42 schrieb ext Patrick Marquetecken: Hi, I have always used ext3 and now i'm trying a reiserfs partition, a bizar thing is i can't execute my scripts there ... /dev/hda10 /data reiserfs users,notail 0 0 man mount, search for users. HTH... Dirk -- Dirk

Re: [gentoo-user] How to finish 'Gnome-Desktop'?

2005-01-12 Thread sporn-it
I am not quite sure if I interpreted your question rigth. If you were talking about leaving (logging off) Gnome you should select the menu Aktionen aside Anwendungen and use Abmelden (I suppose your are using a German Gnome). If it's halting or rebooting the entire system you're talking about you

Re: [gentoo-user] WiFi success story :|

2005-01-12 Thread Holly Bostick
Eugene Rosenzweig wrote: -Original Message- From: Charlie Gehlin [mailto:[EMAIL PROTECTED] I also disagree on package.keywords since it's better to test if emerge goes well and that module actually works before making any static changes regarding keywords or even USE- FEATURES-flags for

Re: [gentoo-user] Do not use Delivery Confirmation!

2005-01-12 Thread Etaoin Shrdlu
On Wednesday 12 January 2005 14:50, Steven Susbauer wrote: need hasn't been. I believe, however, that delivery confirmations wouldn't affect you anyway if you're using the web interface, being that I am using Mozilla Thunderbird, there is room for annoyance. In the advanced settings for

Re: [gentoo-user] Can't execute scripts in reiserfs partition

2005-01-12 Thread Holly Bostick
Dirk Heinrichs wrote: Am Mittwoch, 12. Januar 2005 13:42 schrieb ext Patrick Marquetecken: Hi, I have always used ext3 and now i'm trying a reiserfs partition, a bizar thing is i can't execute my scripts there ... /dev/hda10 /data reiserfs users,notail 0 0 man mount, search for users. HTH...

Re: [gentoo-user] K3b

2005-01-12 Thread Holly Bostick
Kevin Philp wrote: From what I remember you need to install cdrtools. I believe the package needed is dvd+rw-tools. Holly On Wednesday 12 January 2005 11:37, Ric de France wrote: On Wed, 12 Jan 2005 11:32:34 +, Tony Boom [EMAIL PROTECTED] wrote: Can someone please tell me how to get growisofs

Re: [gentoo-user] Can't execute scripts in reiserfs partition

2005-01-12 Thread Dirk Heinrichs
Am Mittwoch, 12. Januar 2005 15:09 schrieb ext Holly Bostick: Holly, explaining because man mount can be a bit obscure. That's why I added 'search for users'. :-) Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)151 1513 6954 Configuration Manager | Fax: +49 (0)211 47068 111

Re: [gentoo-user] 3D desktop / workplace switcher

2005-01-12 Thread Jan Callewaert
* Ric de France [EMAIL PROTECTED] [2005-01-12 22:49:16 +1100]: Hi Gentoo users, I usually use the Gnome desktop and the way I change workspaces / desktops / workplaces is by clicking on the different squares on the Gnome bar. I recently saw someone demoing something in his version of Linux

Re: [gentoo-user] Disable Trash Can from Gnome / KDE

2005-01-12 Thread Jan Callewaert
* Chris Ong [EMAIL PROTECTED] [2005-01-11 17:00:13 +0800]: Hi My Friend, I need to make the Gnome / KDE to delete my files without them moving into the trash can but delete them directely instead. I've look thru all the settings in Gnome and KDE but there's no setting indicate this

[gentoo-user] gtk1 theme change

2005-01-12 Thread Botykai Zsolt
Hi 4 everyone, My question for today: I'm using xfce 4.2 rc3, and sylpheed-claws 0.9.13 and I'm happy with that except I can't figure out how to change the colors used by SC's interface. As I change the theme used by XFCE everything changes, except Sylpheed Claws. Any idea? Thx, Zsoltik@

Re: [gentoo-user] K3b

2005-01-12 Thread Tony Boom
On Wednesday 12 January 2005 14:12, Holly Bostick wrote: I believe the package needed is dvd+rw-tools. I can't get k3b to work at all. I keep getting: Unknown error 12 Cannot allocate memory. -- Tony. Gentoo Linux. Registered Linux user #316959 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] WiFi success story :|

2005-01-12 Thread Billy Holmes
Schafer Frank wrote: Zes, it is the Gentoo initscripts are #!/sbin/runscript. There is no ``man runscript'', no ``info runscript'' not much available on google. ... But sh is well documented. those runscripts in init.d are bash scripts. It's piped through runscript, so it can call the proper shell

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Billy Holmes
Mark Knecht wrote: Just looking for a solution, not a debate on what distro is better as there is no single answer to that. Sometimes I prefer Gentoo, sometimes FC. Depends on the job. I don't really think your problem is a distro issue. Rebuild your kernel with 8k stacks and see if that solves

Re: [gentoo-user] courier-imap upgrade problems

2005-01-12 Thread Billy Holmes
reg hughson wrote: thought it had something to do with my LDFLAGS but they seem fine and are set as LDFLAGS=-Wl,-O1 in /etc/make.conf. I've had major issues with LDFLAGS, which should be just LDFLAGS=-O1 BTW, CFLAGS could be -Wl,O1, but LDFLAGS just needs the option, not the -Wl, stuff which is

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Darragh Bailey
On Wed, 12 Jan 2005 09:55:45 -0500, Billy Holmes [EMAIL PROTECTED] wrote: make menuconfig reset to 8k stacks Kernel Hacking-Use 4Kb for kernel stacks...- No then: make all make modules_install make install Alternatively install the kernel .src.rpm and hack the config file that

Re: [gentoo-user] [OT] Do not use Delivery Confirmation!

2005-01-12 Thread Billy Holmes
Ciaran McCreesh wrote: ^^ These delivery request notification things on gentoo-user are starting to come back in force again, and it's getting fairly annoying. I've tuned all my email software to ignore them. Return Receipt is the 2nd dumbest thing that was ever invented. It does absolutely

[gentoo-user] Eclass 'multilib' does not exist for 'kde-base/kdebase-3.3.2-r1'

2005-01-12 Thread Chris Bare
Last night I tried to upgrade to kde 3.3.2 and I got the following error: strip: usr/kde/3.3/lib/libkdeinit_kate.so usr/kde/3.3/lib/kconf_update_bin/kwin_update_window_settings usr/kde/3.3/lib/kconf_update_bin/khotkeys_update usr/kde/3.3/lib/libkdeinit_extensionproxy.so

Re: [gentoo-user] Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller

2005-01-12 Thread Nick Smith
quote who=Christoph Eckert Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller lsmod | grep -i intel snd_intel8x0m 20036 1 snd_intel8x0 34592 1 snd_ac97_codec 77536 2 snd_intel8x0m,snd_intel8x0 intel_agp 23452 1 agpgart

Re: [gentoo-user] How to merge config files?

2005-01-12 Thread Yuval Scharf
On Wednesday 12 January 2005 01:29, Iain Buchanan wrote: On Tue, 2005-01-11 at 21:38 +0200, Yuval Scharf wrote: I got two config files that are supposed to be /etc/init.d/xprint They came from two different e-builds net-print/xprint and x11-base/xorg-x11. are you sure one of them came

[gentoo-user] SpamAssassin failing after update!

2005-01-12 Thread Nicholas Pappas
Ack! Please help! SpamAssassin, on my mail server, seems to no longer be working and the spam is starting to break through! The pain! After a recent 'emerge --update world' I start receiving this message every night after my 'sa-learn' cron entry runs: bayes: bayes db version 0

Re: [gentoo-user] gtk1 theme change

2005-01-12 Thread Tero Grundström
On Wed, 12 Jan 2005, Botykai Zsolt wrote: Hi 4 everyone, My question for today: I'm using xfce 4.2 rc3, and sylpheed-claws 0.9.13 and I'm happy with that except I can't figure out how to change the colors used by SC's interface. As I change the theme used by XFCE everything changes, except

[gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Hi, see config.log I did an emerge-webrsync today. NIC config.log Description: config.log -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Dave Nebinger
see config.log configure:2004: g++ {-O2 -march=pentium3 -pipe -fomit-frame-pointer} conftest.cc 5 g++: {-O2: No such file or directory cc1plus: error: unrecognized option `-fomit-frame-pointer}' Dude, your CXXFLAGS are hosed. They should not be surrounded by braces. Since they are

Re: [gentoo-user] K3b

2005-01-12 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Boom wrote: | On Wednesday 12 January 2005 14:12, Holly Bostick wrote: | | |I believe the package needed is dvd+rw-tools. | | | I can't get k3b to work at all. I keep getting: | | Unknown error 12 | Cannot allocate memory. | just as a test can you

RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Mh Don´t think so. Here´s my /etc/make.conf: CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer CHOST=i686-pc-linux-gnu CXXFLAGS={$CFLAGS} NIC -Original Message- From: Dave Nebinger [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 5:09 PM To: [EMAIL PROTECTED]

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Mark Knecht
On Wed, 12 Jan 2005 09:55:45 -0500, Billy Holmes [EMAIL PROTECTED] wrote: Mark Knecht wrote: Just looking for a solution, not a debate on what distro is better as there is no single answer to that. Sometimes I prefer Gentoo, sometimes FC. Depends on the job. I don't really think your

Re: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Mike Williams
On Wednesday 12 January 2005 16:30, Nicolas Saurbier wrote: Don´t think so. Here´s my /etc/make.conf: It is. CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer CHOST=i686-pc-linux-gnu CXXFLAGS={$CFLAGS} ${CFLAGS} -- Mike Williams pgpdLiLnFiVuI.pgp Description: PGP signature

Re: [gentoo-user] rename files in another charset

2005-01-12 Thread Billy Holmes
Zhang Weiwu wrote: Thank you for the suggestion! Unfortunately convmv failed to recognize my charset GB18030 (however, iconv recognizes it). I already wrote an email to the author about this problem. you might be better off using perl or python to read in your file list, perform the conversion,

RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Ok, Ok, found the problem... CXXFLAGS={$CFLAGS} changed to CXXFLAGS=${CFLAGS} NIC -Original Message- From: Nicolas Saurbier [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 5:30 PM To: [EMAIL PROTECTED] Subject: RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Billy Holmes
Mark Knecht wrote: Did this yesterday and then ran it under ndiswrapper with 8K stacks. Ended up with the same issue. I can see the router, for a while, but then after a few minutes the whole system hangs. Mouse still works. Keyboard does not. Only way out is to power cycle. I think you really

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Mark Knecht
On Wed, 12 Jan 2005 11:41:43 -0500, Billy Holmes [EMAIL PROTECTED] wrote: Mark Knecht wrote: Did this yesterday and then ran it under ndiswrapper with 8K stacks. Ended up with the same issue. I can see the router, for a while, but then after a few minutes the whole system hangs. Mouse

Re: [gentoo-user] Virtual mail and mysql

2005-01-12 Thread Toby Batch
Kashani wrote: Correct syntax is the following with puts the y in the right place and adds the / onto the end of .maildir/ INSERT INTO users (id, email, clear, name, uid, gid, homedir, maildir, quota, postfix) values (NULL,'[EMAIL PROTECTED]','changeme','Ringo

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Billy Holmes
Mark Knecht wrote: Or take the NIC back to the store and buy something else except I'm feeling burned. I bought a 520 and it's in my son's machine and working. I buy one for my wife's machine and find DLink changed the chipset and doesn't mark that on the box in any way. How can I be sure of

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-12 Thread Covington, Chris
On Wed, 2005-01-12 at 11:59 -0500, Billy Holmes wrote: Mark Knecht wrote: Or take the NIC back to the store and buy something else except I'm feeling burned. I bought a 520 and it's in my son's machine and working. I buy one for my wife's machine and find DLink changed the chipset and

RE: [gentoo-user] DWL-520 Rev. E - anyone have this working onGentoo?

2005-01-12 Thread Dave Nebinger
As with any hardware, it's best to put in some research as to the product's reputation before purchase. Why bust his chops? He did 'research' by having a working card already in place. He purchased another one expecting it to work also. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] K3b

2005-01-12 Thread Tony Boom
On Wednesday 12 January 2005 16:27, Mike Noble wrote: just as a test can you run it as root? Yes I can, it works perfectly if I login as root. I have run the setup program and updated permissions, that was the first thing I did when I installed it. I was told I didn't belong to the burning

Re: [gentoo-user] 2.6.10r4

2005-01-12 Thread BooXteR
Dave Nebinger wrote: Nope. I have been using it for a day now and everything works just fine. Well I sure judge stability by whether things work for a whole *day*. I've had 2.6.10-nitro4 running for a week with no problems. Does that make it stable? Probably not even close. I'll be happy

[gentoo-user] Firefox killed

2005-01-12 Thread BooXteR
Sometimes when I start firefox (1.0 Preview) after a while or first time after reboot it fails with such sympthoms: booxter# firefox No running windows found /usr/bin/firefox: line 392: 8705 Killed $mozbin $@ booxter# I think it's because of some library not loading. Is it? How

Re: [gentoo-user] K3b

2005-01-12 Thread Mike Williams
On Wednesday 12 January 2005 17:16, Tony Boom wrote: Yes I can, it works perfectly if I login as root. I have run the setup program and updated permissions, that was the first thing I did when I installed it. I was told I didn't belong to the burning group so I tried to add me to it but was

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working onGentoo?

2005-01-12 Thread Mark Knecht
On Wed, 12 Jan 2005 12:13:05 -0500, Dave Nebinger [EMAIL PROTECTED] wrote: As with any hardware, it's best to put in some research as to the product's reputation before purchase. Why bust his chops? He did 'research' by having a working card already in place. He purchased another one

[gentoo-user] Apache error

2005-01-12 Thread Qv6
Guys: Need some help starting apache2. Here is the issue. When I start apache, it fails but does not write any error to console. However, my error file show this: [date_here] [error] (2)no such file or directory. cannot create SSLMutex with file '/var/cache/apache2/ssl_mutex.6480'

RE: [gentoo-user] Apache error

2005-01-12 Thread Dave Nebinger
[date_here] [error] (2)no such file or directory. cannot create SSLMutex with file '/var/cache/apache2/ssl_mutex.6480' Configuration Failed. Does the /var/cache/apache2 directory exist? Does it have writable permissions by the apache user? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Emerge imlib2 fails

2005-01-12 Thread Bob Sanders
yes I'm just trying to get back in sync. One of the dependencies is failing, but what's scary is it seems to be related to libstdc++ I hope that's not hosed. Anyway, here are the top and bottom of the emerge run. Any hints? fix_libtool_files.sh 3.3.4 Bob -- - --

Re: [gentoo-user] K3b

2005-01-12 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Boom wrote: | On Wednesday 12 January 2005 16:27, Mike Noble wrote: | | |just as a test can you run it as root? | | | Yes I can, it works perfectly if I login as root. I have run the setup | program and updated permissions, that was the first

Re: [gentoo-user] Emerge imlib2 fails

2005-01-12 Thread S.Schwartz
Hello. Kevin O'Gorman wrote: /bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or [...] !!! ERROR: media-libs/imlib2-1.2.0 failed. I think many people experienced this error. Last night I did and asked Google 'bout this. I seems that some lib-paths have to

RE: [gentoo-user] Emerge imlib2 fails

2005-01-12 Thread Dave Nebinger
Did you recently upgrade gcc? You should be running 3.3.4 (test by running gcc --version). If not, then yes libstdc++ is hosed in that it is not available for the compiler you're using. If this is the case, try the fix_libtool_files.sh with the version of gcc you're running, but you may need to

Re: [gentoo-user] Firefox killed

2005-01-12 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BooXteR wrote: | Sometimes when I start firefox (1.0 Preview) after a while or first time | after reboot it fails with such sympthoms: | booxter# firefox | No running windows found | /usr/bin/firefox: line 392: 8705 Killed $mozbin $@

[gentoo-user] aterm-0.4.2-r11 transparency bug?

2005-01-12 Thread Fabrizio Prosperi
Just upgraded to aterm-0.4.2-r11 in portage [NOT MASKED] and experiencing problems with transparency. Of course my ~/.Xdefaults hasn't changed at all, and yesterday everithing worked fine. Apparently someone knew: at the end of the emerge this message was shown: * Hint: you can copy text

Re: [gentoo-user] K3b

2005-01-12 Thread Tony Boom
On Wednesday 12 January 2005 17:52, Mike Noble wrote: make yourself a member of the following groups: cdrom:x:19: cdrw:x:80: I am already a member of both. Even as a member, I find that burning does not work well unless I'm root. I had SuSE 9.2 on here before Gentoo and had no trouble at

Re: [gentoo-user] K3b

2005-01-12 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Boom wrote: | On Wednesday 12 January 2005 17:52, Mike Noble wrote: | | |make yourself a member of the following groups: |cdrom:x:19: |cdrw:x:80: | | | I am already a member of both. | | |Even as a member, I find that burning does not work well

Re: [gentoo-user] K3b

2005-01-12 Thread Mike Williams
On Wednesday 12 January 2005 18:15, Mike Noble wrote: What kernel version are you running?   2.4.x worked fine, but with 2.6.x there are some problems with burning as a user.  I have heard people say that is was fixed, but I have not seen it yet. YMMV. I've burnt a CD from an ISO today as

Re: [gentoo-user] Virtual mail and mysql

2005-01-12 Thread Kashani
Toby Batch wrote: Jan 13 00:40:19 server12345 postfix/smtpd[8678]: NOQUEUE: reject: RCPT from dyn-81-5-132-21.dsl.eclipse.net.uk[81.5.132.21]: 554 [EMAIL PROTECTED]: Relay access denied; from=[EMAIL PROTECTED] to=[EMAIL PROTECTED] proto=ESMTP helo=odin Jan 13 00:40:19 server30172

Re: [gentoo-user] undelete tool

2005-01-12 Thread Volker Armin Hemmann
On Wednesday 12 January 2005 13:53, Mauro Faccenda wrote: Volker Armin Hemmann wrote: On Monday 10 January 2005 22:04, Mauro Faccenda wrote: http://www.antrix.net/journal/techtalk/reiserfs_data_recovery_howto.comme nts would have you googled for it (reiserfs undelete) you had the

Re: [gentoo-user] [TEMPERATURE] - AMD Sempron, no CPU temperature (throttling control = no).

2005-01-12 Thread Volker Armin Hemmann
On Tuesday 11 January 2005 23:48, Damian Kolkowski wrote: * Volker Armin Hemmann [EMAIL PROTECTED] [2005-01-11 23:01]: Question: 1. Is this an ACPI fault that my CPU is not compatible in kernel? no, what you are looking for, is provided somewhere else. You want to install and

Re: [gentoo-user] K3b

2005-01-12 Thread Volker Armin Hemmann
On Wednesday 12 January 2005 19:15, Mike Noble wrote: Tony Boom wrote: | On Wednesday 12 January 2005 17:52, Mike Noble wrote: |make yourself a member of the following groups: |cdrom:x:19: |cdrw:x:80: | | I am already a member of both. | |Even as a member, I find that burning does not

  1   2   >