Re: [gentoo-user] glsa-check - is it any good?

2005-03-04 Thread W.Kenworthy
The usual problem is that the version it is complaining about is really installed. Because of slots and other peculiarities, there can be multiple versions installed that may not show on some utilties when you check. Use equery l packagename, and qpkg -v packagename to check. Note that on older,

[gentoo-user] Add files to Live-CD

2005-03-04 Thread Qiangning Hong
I want to add some my personal files to gentoo live-cd to carry on with. I downloaded install-x86-minimal-2004.3-r1.iso as a base. I tried the following but failed: # mount -o loop install-x86-minimal-2004.3-r1.iso /mnt/loop # cp myfiles.tar.gz /mnt/loop cp: cannot create regular file

[gentoo-user] Multiple physical consoles

2005-03-04 Thread James Colannino
Hey guys. Here's an interesting question for you. Right now I have my computer setup in my room (Gentoo Linux) primarily for media (videos, music, and soon to be TV.) The monitor/keyboard/mouse are all sitting at one part of the room, but I'd also like use another seperate

[gentoo-user] Re: mod_jk ebuild?

2005-03-04 Thread Holger Hoffstaette
On Thu, 03 Mar 2005 13:49:00 -0500, Daniel Westermann-Clark wrote: On 2005-03-03 12:53:36 -0500, Covington, Chris wrote: Is there an ebuild for mod_jk now that mod_jk2 is unsupported? http://bugs.gentoo.org/show_bug.cgi?id=19094 I've successfully used the 1.2.6 ebuild, but haven't tried

[gentoo-user] Portage keeps trying to downgrade QT

2005-03-04 Thread Julien Cayzac
# emerge -upD --newuse world ... [ebuild UD] x11-libs/qt-3.3.3 [3.3.4-r2] ... How can I find what packages are requiring x11-libs/qt-3.3.4 ?? Julien. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Portage keeps trying to downgrade QT

2005-03-04 Thread Julien Cayzac
On Fri, 4 Mar 2005 10:07:05 +0100, Julien Cayzac [EMAIL PROTECTED] wrote: # emerge -upD --newuse world [ebuild UD] x11-libs/qt-3.3.3 [3.3.4-r2] ...and if I *do* emerge world, next time it will be: [ebuild U ] x11-libs/qt-3.3.4-r2 [3.3.3] ...and so on each day... :-/ Julien --

[gentoo-user] [Installing LiveCD] eth0 fails after X time

2005-03-04 Thread Peter Berkenbosch
I'm having a problem with the installation of gentoo on my laptop (Dell inspirion 3500, 400Mhz, 256MB and 6 GB disk). Let me first describe the network situation: |ADSL-MODEM|--|ROUTER/DHCP/AP|--|Laptop| The middle node is used as a DHCP and Router. There are currently 3 more pc's

[gentoo-user] emerge -e broken?

2005-03-04 Thread Julien Cayzac
When issuing emerge -e world, the following is emerged: some packages (1) [ebuild N] sys-apps/portage-whatever.version *** Please update portage to the above version before proceeding. Failure to do so may result in failed or improper merges. A simple 'emerge -u

Re: [gentoo-user] search emerge

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 06:21:29 +0100, Volker Armin Hemmann wrote: and with esync all you have to do is: esync and you will rsync+update the easearch db + shows all newupdated ebuilds... alias esync='emerge sync /dev/null eix --update --quiet emerge world -upvD' :-) -- Neil Bothwick

Re: [gentoo-user] Add files to Live-CD

2005-03-04 Thread Mark Brier
Quoting Qiangning Hong [EMAIL PROTECTED]: # mount -o loop install-x86-minimal-2004.3-r1.iso /mnt/loop # cp myfiles.tar.gz /mnt/loop cp: cannot create regular file `/mnt/loop/firefly_dbtsai.sh': Read-only file system So I think I must re-mkisofs the live-cd... but how to keep the bootable function

[gentoo-user] USB Mem Stick

2005-03-04 Thread timothy johnson
I have a new USB mem stick, and I can mount it and copy files over to it from the cmd line, but for some reason, I cant seem to drag and drop from gnome. Any one have an idea? thanks -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] configuration nvidia TNT2 m64

2005-03-04 Thread Neil Bothwick
On Fri, 04 Mar 2005 00:15:19 +, Pedro Sousa wrote: As I'm aware, the nvidia-kernel doesn't suport anymore old card. That's no longer true. The initial 1.0.6629 releases didn't work with the TNT2 or GF2, but I'm now using nvidia-glx-1.0.6629-r5 and nvidia-kernel-1.0.6629-r3 on a TNT2 with no

Re: [gentoo-user] Portage keeps trying to downgrade QT

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 10:07:05 +0100, Julien Cayzac wrote: How can I find what packages are requiring x11-libs/qt-3.3.4 ?? emerge -uDt world -- Neil Bothwick THE BORG: Calm, Cool and Collective... pgpKeVjaXqHac.pgp Description: PGP signature

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Dion Sole
First question, have you actually done emerge -u portage yet? Julien Cayzac wrote: When issuing emerge -e world, the following is emerged: some packages (1) [ebuild N] sys-apps/portage-whatever.version *** Please update portage to the above version before proceeding.

Re: [gentoo-user] search emerge

2005-03-04 Thread Julien Cayzac
On Fri, 4 Mar 2005 09:18:49 +, Neil Bothwick [EMAIL PROTECTED] wrote: alias esync='emerge sync /dev/null eix --update --quiet emerge world -upvD' I would have added --newuse, too... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Julien Cayzac
On Fri, 04 Mar 2005 22:44:55 +1300, Dion Sole [EMAIL PROTECTED] wrote: First question, have you actually done emerge -u portage yet? Of course I did. But -e means --empty, so it assumes no package were never installed, and it will keep emerging portage and stop thereafter, ever and ever again :)

Re: [gentoo-user] Portage keeps trying to downgrade QT

2005-03-04 Thread Julien Cayzac
On Fri, 4 Mar 2005 09:27:02 +, Neil Bothwick [EMAIL PROTECTED] wrote: How can I find what packages are requiring x11-libs/qt-3.3.4 ?? emerge -uDt world You saved my day, thanks :) that was app-i18n/uim-qt :( Julien. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Tero Grundström
On Thu, 3 Mar 2005, W.Kenworthy wrote: This will probably stir up some flames, but: the package.keywords system sucks 1. you put things in there and you forget about them 2. extra work for no user gain over the old system (I know the old system is broke, but from what I agther it was

Re: [gentoo-user] 6 gigs to clean up

2005-03-04 Thread Andreas Vinsander
George Roberts wrote: Is there a more reasonable/saner way to maintain my system. I am wondering is there any places where Portage stashes files that it has downloaded, or temp files (other than the tmp directory) that could be safely flushed. You might wanna take a look at tmpwatch (emerge

Re: [gentoo-user] configuration nvidia TNT2 m64

2005-03-04 Thread Andreas Vinsander
Neil Bothwick wrote: On Fri, 04 Mar 2005 00:15:19 +, Pedro Sousa wrote: As I'm aware, the nvidia-kernel doesn't suport anymore old card. That's no longer true. The initial 1.0.6629 releases didn't work with the TNT2 or GF2, but I'm now using nvidia-glx-1.0.6629-r5 and

Re: [gentoo-user][SOLVED] connrate replacement

2005-03-04 Thread Alexander Kirillov
- use tc and the QoS-Kernel-Features. I don't mind recompiling the kernel and would rather use a generic tool useful for system administration later down the road. Looks like tc is the way to go. It gives you a lot of options. It's in the iproute2-package. It has a little high learning curve, but

Re: [gentoo-user] Add files to Live-CD

2005-03-04 Thread Nick Rout
On Fri, 2005-03-04 at 09:21 +, Mark Brier wrote: Quoting Qiangning Hong [EMAIL PROTECTED]: # mount -o loop install-x86-minimal-2004.3-r1.iso /mnt/loop # cp myfiles.tar.gz /mnt/loop cp: cannot create regular file `/mnt/loop/firefly_dbtsai.sh': Read-only file system iso9660 is a read

Re: [gentoo-user] search emerge

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 11:00:55 +0100, Julien Cayzac wrote: alias esync='emerge sync /dev/null eix --update --quiet emerge world -upvD' I would have added --newuse, too... I don't see the point. you only need to use --newuse if you have changed your USE settings, and you would run it manually

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 11:02:04 +0100, Julien Cayzac wrote: Of course I did. But -e means --empty, so it assumes no package were never installed, and it will keep emerging portage and stop thereafter, ever and ever again :) What happens if you use emerge --resume after it stops? -- Neil

Re: [gentoo-user] configuration nvidia TNT2 m64

2005-03-04 Thread Neil Bothwick
On Fri, 04 Mar 2005 11:23:49 +0100, Andreas Vinsander wrote: That's no longer true. The initial 1.0.6629 releases didn't work with the TNT2 or GF2, but I'm now using nvidia-glx-1.0.6629-r5 and nvidia-kernel-1.0.6629-r3 on a TNT2 with no problems. Kidding? I tried yesterday with exactly

Re: [gentoo-user] search emerge

2005-03-04 Thread Julien Cayzac
On Fri, 4 Mar 2005 10:50:31 +, Neil Bothwick [EMAIL PROTECTED] wrote: I don't see the point. you only need to use --newuse if you have changed your USE settings, and you would run it manually then. If the flags used by a package change, it is because it has been updated, so it would show

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Julien Cayzac
On Fri, 4 Mar 2005 10:51:13 +, Neil Bothwick [EMAIL PROTECTED] wrote: What happens if you use emerge --resume after it stops? Good question. I haven't the time right now to try this but I will definitively give it a try. However I think that since -e means empty tree it will likely be

Re: [gentoo-user] Add files to Live-CD

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 16:41:27 +0800, Qiangning Hong wrote: So I think I must re-mkisofs the live-cd... but how to keep the bootable function (i.e. extract the boot floppy image out from livecd iso file) The live CD doesn't use a floppy image, it uses isolinux. Mount the ISO image and copy the

Re: [gentoo-user] search emerge

2005-03-04 Thread Bastian Balthazar Bux
Neil Bothwick ha scritto: On Fri, 4 Mar 2005 11:00:55 +0100, Julien Cayzac wrote: alias esync='emerge sync /dev/null eix --update --quiet emerge world -upvD' I would have added --newuse, too... I don't see the point. you only need to use --newuse if you have changed your USE settings, and you

Re: [gentoo-user] USB Mem Stick

2005-03-04 Thread Rick van Hattem
On Friday 04 March 2005 10:23, timothy johnson wrote: I have a new USB mem stick, and I can mount it and copy files over to it from the cmd line, but for some reason, I cant seem to drag and drop from gnome. Any one have an idea? thanks -- gentoo-user@gentoo.org mailing list Maybe its a

Video cards an FOSS was: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Frédéric Grosshans
Le jeudi 03 mars 2005 à 18:48 -0800, Peter Gordon a écrit : I'm ok with it though. I rarely play games and I have no need for hardware which can only work with proprietary drivers. Is it idealistic? Very. Is it impractical? Probably to some. The less proprietary software I use the better.

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Neil Bothwick
On Fri, 4 Mar 2005 11:57:32 +0100, Julien Cayzac wrote: What happens if you use emerge --resume after it stops? Good question. I haven't the time right now to try this but I will definitively give it a try. However I think that since -e means empty tree it will likely be ignored... Don't

Re: [gentoo-user] search emerge

2005-03-04 Thread Neil Bothwick
On Fri, 04 Mar 2005 12:01:05 +0100, Bastian Balthazar Bux wrote: I don't see the point. you only need to use --newuse if you have changed your USE settings, and you would run it manually then. If the flags used by a package change, it is because it has been updated, so it would show up

Re: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread William Kenworthy
Exactly - have you have been around gentoo long enough to remember the elegantly simple -u and -U mechanism we used to have to control upgrade/downgrade. Instead we have a bunch of files that were initially poorly documented (when this was released), and in practise for me at least, are a

Re: [gentoo-user] USB Mem Stick

2005-03-04 Thread William Kenworthy
I have the same problem - I think its a gnome/nautilus bug thats hit other distros too. At least thats what I remember from a couple of weeks ago trying to fault find it. Didnt find a fix and lost interest. BillK On Fri, 2005-03-04 at 12:29 +0100, Rick van Hattem wrote: On Friday 04 March

Re: [gentoo-user] VMWare Workstation

2005-03-04 Thread {Zecke}
Thx man I'll try it...sorry for not responding...I was a few days away See you! On Tue, 01 Mar 2005 18:42:48 +0100, Heinz Sporn [EMAIL PROTECTED] wrote: Hi! VMware does not entirely follow the Gentoo way. /etc/vmware/init.d/vmware is the start/stop script for VMware (/opt/vmware/bin/vmware

[gentoo-user] sbcl problems after power outage

2005-03-04 Thread Walt Rarus
I was happily using SBCL-0.8.19 together with Emacs-21.4 and Slime-1.0.20050207. However, it appears that something has gone bad with SBCL as a result of a hard system crash. (The electric company unexpectedly cut power to my neighborhood to do some maintenance work.) Upon restarting my system

[gentoo-user] Problems with clamd startup

2005-03-04 Thread Zbynek Houska
Dear users, maybe I'm wrong, but I experience clamd not to start at all. After issuing /etc/init.d/clamd start just freshclam is started. As of startup script, I think first part is skipped or omited... snip start() { if [ ${START_CLAMD} = yes ]; then # I dont' know hwat kind

Re: [gentoo-user] Problems with clamd startup

2005-03-04 Thread Genco YILMAZ
hi, please check /etc/conf.d/clamd file as well. You will find a parameter to start clamd too. Best Regards. Zbynek Houska wrote: Dear users, maybe I'm wrong, but I experience clamd not to start at all. After issuing /etc/init.d/clamd start just freshclam is started. As of startup script, I think

Re: [gentoo-user] Problems with clamd startup

2005-03-04 Thread Zbynek Houska
Genco YILMAZ pe v P 04. 03. 2005 v 14:45 +: hi, please check /etc/conf.d/clamd file as well. You will find a parameter to start clamd too. oh, you're right, mea culpa. thanks Best Regards. Zbynek -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Install with Netgear FA311?

2005-03-04 Thread Alex Stagg
Here is a follow up. I could not get any tulip-based driver to recognize the FA311. I did a web search and found that the tulip driver supported FA310 cards, but the chipset was changed on the FA311 and the natsemi driver is required instead. Funny, the Netgear driver on the CD has yet a different

Re: Video cards an FOSS was: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Bastian Balthazar Bux
Frédéric Grosshans ha scritto: Le jeudi 03 mars 2005 à 18:48 -0800, Peter Gordon a écrit : I'm ok with it though. I rarely play games and I have no need for hardware which can only work with proprietary drivers. Is it idealistic? Very. Is it impractical? Probably to some. The less proprietary

Re: [gentoo-user] search emerge

2005-03-04 Thread Bastian Balthazar Bux
Neil Bothwick ha scritto: On Fri, 04 Mar 2005 12:01:05 +0100, Bastian Balthazar Bux wrote: I don't see the point. you only need to use --newuse if you have changed your USE settings, and you would run it manually then. If the flags used by a package change, it is because it has been updated, so

Re: [gentoo-user] search emerge

2005-03-04 Thread Neil Bothwick
On Fri, 04 Mar 2005 15:01:52 +0100, Bastian Balthazar Bux wrote: IUSE are not defined only in ebuils but also in eclass, and a new use flag not implyes a version bump. And the other half of a point, the profile change apply to quite every relase. But you wouldn't change a profile without

Re: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Collins Richey
On Fri, 04 Mar 2005 19:57:24 +0800, William Kenworthy [EMAIL PROTECTED] wrote: Exactly - have you have been around gentoo long enough to remember the elegantly simple -u and -U mechanism we used to have to control upgrade/downgrade. Yes, most of us have been around long enough to remember

RE: [gentoo-user] Install with Netgear FA311?

2005-03-04 Thread A. Khattri
On Fri, 4 Mar 2005, Alex Stagg wrote: Here is a follow up. I could not get any tulip-based driver to recognize the FA311. I did a web search and found that the tulip driver supported FA310 cards, but the chipset was changed on the FA311 and the natsemi driver is required instead. This is

RE: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Dave Nebinger
Thanks, but I've already added those to my package.mask, but the 1.0-6111 nVidia kernel module refuses to compile on 2.6.11 and most its the release candidates for me. When I was using nvidia I downloaded the 6111 release from nvidia.com and had to modify some of the code to get it to compile

Re: [gentoo-user] [Installing LiveCD] eth0 fails after X time

2005-03-04 Thread A. Khattri
On Fri, 4 Mar 2005, Peter Berkenbosch wrote: I'm having a problem with the installation of gentoo on my laptop (Dell inspirion 3500, 400Mhz, 256MB and 6 GB disk). Let me first describe the network situation: |ADSL-MODEM|--|ROUTER/DHCP/AP|--|Laptop| The middle node is used as a

Re: [gentoo-user] Multiple physical consoles

2005-03-04 Thread A. Khattri
On Fri, 4 Mar 2005, James Colannino wrote: Hey guys. Here's an interesting question for you. Right now I have my computer setup in my room (Gentoo Linux) primarily for media (videos, music, and soon to be TV.) The monitor/keyboard/mouse are all sitting at one part of the room, but I'd also

Re: [gentoo-user] glsa-check - is it any good?

2005-03-04 Thread A. Khattri
On Fri, 4 Mar 2005, W.Kenworthy wrote: The usual problem is that the version it is complaining about is really installed. Because of slots and other peculiarities, there can be multiple versions installed that may not show on some utilties when you check. Use equery l packagename, and qpkg

Re: [gentoo-user] Apache + PHP5

2005-03-04 Thread A. Khattri
On Fri, 4 Mar 2005, Ash Varma wrote: I have been using apache-2.0.52-r2 and PHP5 for a while... Recently upgraded to apache-2.0.52-r3 and moved all the configs to the httpd.conf However, I cannot get PHP5 to work... All browsers try to download the file, rather than display it... What

RE: [gentoo-user] [Installing LiveCD] eth0 fails after X time

2005-03-04 Thread Peter Berkenbosch
-Oorspronkelijk bericht- Van: A. Khattri [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 4 maart 2005 15:22 Aan: [EMAIL PROTECTED] Onderwerp: Re: [gentoo-user] [Installing LiveCD] eth0 fails after X time On Fri, 4 Mar 2005, Peter Berkenbosch wrote: I'm having a problem with the

RE: [gentoo-user] [SOLVED] OT: Lost VI colors...

2005-03-04 Thread Dave Nebinger
| Vim. Vim and vim core (for both) are 6.3-r4. Hrm. Are we talking app-vim/colorschemes stuff here? If so, sync and upgrade. Checked both systems, neither has colorschemes installed. I guess if the working one did and the failing one did not I could understand. But I compared the

[gentoo-user] Error Compiling Kernel 2.4.28-r5 with OpenMosix

2005-03-04 Thread Raphael Melo
Hi there, I had the following error trying to compile the OpenMosix kernel: make[1]: Leaving directory `/usr/src/linux-2.4.28-openmosix-r5/drivers' COMMAND: make j0 CC=gcc LD=ld AS=as modules_install make: *** No rule to make target `j0'. Stop. I know it is about a module

Re: [gentoo-user] Apache + PHP5

2005-03-04 Thread Craig Duncan
Ash Varma wrote: Hi. I have been using apache-2.0.52-r2 and PHP5 for a while... Recently upgraded to apache-2.0.52-r3 and moved all the configs to the httpd.conf However, I cannot get PHP5 to work... All browsers try to download the file, rather than display it... What could be wrong? I have

[gentoo-user] Installing with wireless net

2005-03-04 Thread Frank Schafer
Hi, I still have a Linux box with RedHead 7 at home. I plan to reinstall Gentoo on this machine too. The machine is connected to the net via my wireless home network. The NIC is an Edimax wireless card for which no Linux driver is available. Actually I'm running the WinXP driver via ndiswrapper

Re: [gentoo-user] Installing with wireless net

2005-03-04 Thread Esben Mose Hansen
On Friday 2005-03-04 15:39, Frank Schafer wrote: Is it possible to install Gentoo using this constellation using a vanilla lifeCD, will I have to get some other packages and copy it using a floppy (Yes, this is the one and only of my machines with a FD drive.) or is this impossible at all?

Re: [gentoo-user] Installing with wireless net

2005-03-04 Thread Joel Merrick
On Fri, 2005-03-04 at 16:39 +0100, Frank Schafer wrote: Hi, I still have a Linux box with RedHead 7 at home. I plan to reinstall Gentoo on this machine too. The machine is connected to the net via my wireless home network. The NIC is an Edimax wireless card for which no Linux driver is

[gentoo-user] Coldplug Mounting confusion!!!

2005-03-04 Thread James Nicolson
I have a usb caddy which I wish to mount using fstab. Although I can not mount it until after coldplug has started!!! How can I get it to mount usb when reading fstab. I also have a sd card reader writer which I would like to mount as swap. I want to mount the hard drive caddy as /var. How can

Re: [gentoo-user] Install with Netgear FA311?

2005-03-04 Thread Jonathan Nichols
A. Khattri wrote: On Fri, 4 Mar 2005, Alex Stagg wrote: Here is a follow up. I could not get any tulip-based driver to recognize the FA311. I did a web search and found that the tulip driver supported FA310 cards, but the chipset was changed on the FA311 and the natsemi driver is required

Re: [gentoo-user] Installing with wireless net

2005-03-04 Thread Holly Bostick
Frank Schafer wrote: Hi, I still have a Linux box with RedHead 7 at home. I plan to reinstall Gentoo on this machine too. The machine is connected to the net via my wireless home network. The NIC is an Edimax wireless card for which no Linux driver is available. Actually I'm running the WinXP

[gentoo-user] live-cd boot problem

2005-03-04 Thread pepone pepone
Hello I create a live cd with catalys folowing the steps in catalyst how-to and all compiles well before same time now i have my iso created a when try to boot fron the live cd it always stop whith Kernel panic: VFS: Unable to mount root fs on 01:00 How can i repare this error thanks --

Re: [gentoo-user] Coldplug Mounting confusion!!!

2005-03-04 Thread Mike Williams
On Friday 04 March 2005 16:03, James Nicolson wrote: I have a usb caddy which I wish to mount using fstab. Although I can not mount it until after coldplug has started!!! How can I get it to mount usb when reading fstab. I also have a sd card reader writer which I would like to mount as swap.

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread David Morgan
On 10:12 Fri 04 Mar , Julien Cayzac wrote: When issuing emerge -e world, the following is emerged: some packages (1) [ebuild N] sys-apps/portage-whatever.version *** Please update portage to the above version before proceeding. Failure to do so may result in

Re: [gentoo-user] Installing with wireless net

2005-03-04 Thread Kiawud
Seems there are a few good ideas here. If you want to do a clean install from the Gentoo LiveCD, you might be able to do the following: Copy the ndiswrapper source code to a CD/Floppy (or, alternatively, obtain a binary version). Once you've booted into the Gentoo LiveCD, you should be able to

[gentoo-user] Error Compiling Kernel 2.4.28-r5 with OpenMosix

2005-03-04 Thread Raphael Melo
Hi there, I had the following error trying to compile the OpenMosix kernel: make[1]: Leaving directory `/usr/src/linux-2.4.28-openmosix-r5/drivers' COMMAND: make j0 CC=gcc LD=ld AS=as modules_install make: *** No rule to make target `j0'. Stop. I know it is about a module

Re: [gentoo-user] Error Compiling Kernel 2.4.28-r5 with OpenMosix

2005-03-04 Thread Christopher Fisk
On Fri, 4 Mar 2005, Raphael Melo wrote: Hi there, I had the following error trying to compile the OpenMosix kernel: make[1]: Leaving directory `/usr/src/linux-2.4.28-openmosix-r5/drivers' COMMAND: make j0 CC=gcc LD=ld AS=as modules_install make: *** No rule to make target `j0'. Stop. I know

Re: [gentoo-user] Error Compiling Kernel 2.4.28-r5 with OpenMosix

2005-03-04 Thread Raphael Melo
I don't know why, but it is only happening in one of my Gentoo machines. Perhaps I should cross compile it. On Fri, 4 Mar 2005 13:35:35 -0500 (EST), Christopher Fisk [EMAIL PROTECTED] wrote: On Fri, 4 Mar 2005, Raphael Melo wrote: Hi there, I had the following error trying to compile

Re: [gentoo-user] Coldplug Mounting confusion!!!

2005-03-04 Thread James Nicolson
i have compiled usb mass storage driver into the kernel. it only seems to mount once coldplug is started. On Mar 4, 2005, at 5:02 pm, Mike Williams wrote: On Friday 04 March 2005 16:03, James Nicolson wrote: I have a usb caddy which I wish to mount using fstab. Although I can not mount it until

[gentoo-user] Portage Maintenance

2005-03-04 Thread Michael Haan
I've just about got my mythtv box finished and I'm turning my eyes to the job of maintaining it. I know there are several routine things I should be doing, but I'm curious just how often I should be doing them. Any advice as to when I should be doing some of the routine portage/package version

Re: [gentoo-user] emerge -e broken?

2005-03-04 Thread Glenn Enright
On Sat, 05 Mar 2005 06:30, David Morgan wrote: What that message used to say is that after portage had been emerged the rest of the deps would be recalculated. AFAIK this is still what happens, and emerge should carry on after reemerging portage. If it's not, then press ctrl-C whilst it's

Re: [gentoo-user] Coldplug Mounting confusion!!!

2005-03-04 Thread Mike Williams
On Friday 04 March 2005 19:27, James Nicolson wrote: i have compiled usb mass storage driver into the kernel. it only seems to mount once coldplug is started. How about scsi support? -- Mike Williams pgpJZjUbu4wZZ.pgp Description: PGP signature

[gentoo-user] Stuck: Scanning with 'sane' and 'xsane'

2005-03-04 Thread Kurt Guenther
I was able to get this working: scanimage -d hpoj:mlc:par:HP_LaserJet_3300_3310_3320 but, xsane just complains that it can't find a driver. I'm trying to get to the point where I can scan my expense report into a PDF. Has anybody figured out the pathway for this yet? --Kurt --

[gentoo-user] Re: Apache + PHP5

2005-03-04 Thread Ash Varma
It appears that on Mar 05 2005 at 09:01:06, Craig Duncan wrote ... Did you check your modules directory to see if libphp5.so is there? $ locate libphp5.so /usr/lib/libphp5.so /usr/lib/apache2/modules/libphp5.so Yes.. Those exist... Did you also check to make sure you still have the file

[gentoo-user] Re: Multiple physical consoles

2005-03-04 Thread Ash Varma
It appears that on Mar 05 2005 at 09:00:51, A. Khattri wrote ... A KVM switch with long cables??? I think he is after something like a reverse KVM switch.. He wants 1 machine with dual monitors, keyboards and mice.. -- Ash Varma [EMAIL PROTECTED] Disease can be cured; fate is incurable.

Re: [gentoo-user] OKI 4350N and cups?

2005-03-04 Thread krzaq
On Fri, 4 Mar 2005 19:26:55 +0100, pepone pepone [EMAIL PROTECTED] wrote: Has any one a OKI 4350N working with CUPS and gentoo linux? Isn't this is a network printer? Why bother with CUPS linux ? OKI 4200 works fine (it's basically 4350 w/o network iface). -- Regards Karol Krzak --

[gentoo-user] Two versions of PHP

2005-03-04 Thread timothy johnson
Is it possible to run to different versions of php on the same machine? like using a virtual server or something. -- gentoo-user@gentoo.org mailing list

[gentoo-user] performance Profiling a live server

2005-03-04 Thread Jos Houtman
Hello, Let me start with a short introduction since I am new to this list, and you know what to expect of me. I'am not new to linux, I have been using it as my desktop for over a year, but I am fairly new to handling a 30+ serverpark which will grow an estimated 3 times this year (thats if things

[gentoo-user] OT - mailman problems II

2005-03-04 Thread Michael Sullivan
I've been trying all afternoon to get some response from email requests to subscribe to my test list. I discovered after many hours of trying that the mailman daemon wasn't even running. This confused me because I started it and made sure it was started before I began trying to subscribe to the

Re: [gentoo-user] Error Compiling Kernel 2.4.28-r5 with OpenMosix

2005-03-04 Thread James Hiscock
On Fri, 4 Mar 2005 16:22:34 -0300, Raphael Melo [EMAIL PROTECTED] wrote: I don't know why, but it is only happening in one of my Gentoo machines. Perhaps I should cross compile it. Check MAKEOPTS in /etc/make.conf on the problem machine - it's possible that it's got j0 instead of -j0 in it, or

[gentoo-user] Re: Two versions of PHP

2005-03-04 Thread Ash Varma
It appears that on Mar 05 2005 at 11:00:16, timothy johnson wrote ... Is it possible to run to different versions of php on the same machine? like using a virtual server or something. I believe you need to run 2 instances of apache to get this to work... -- Ash Varma [EMAIL PROTECTED] FUN

Re: [gentoo-user] Coldplug Mounting confusion!!!

2005-03-04 Thread James Nicolson
scsi supported as well! im a bit at a loss to why it will not mount On Mar 4, 2005, at 9:07 pm, Mike Williams wrote: On Friday 04 March 2005 19:27, James Nicolson wrote: i have compiled usb mass storage driver into the kernel. it only seems to mount once coldplug is started. How about scsi

[gentoo-user] encrypted email

2005-03-04 Thread Nick Smith
is there a way to send encrypted email? so that if the person on the revieving end of the email doesnt have the key they cant view the email? -- Nick Smith a.k.a. Computer Nick Web - http://www.computernick.com Email - [EMAIL PROTECTED] -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] encrypted email

2005-03-04 Thread Peter Gordon
Nick Smith wrote: is there a way to send encrypted email? so that if the person on the revieving end of the email doesnt have the key they cant view the email? GPG maybe? -- () The ASCII Ribbon Campaign - against HTML Email, /\ vCards, and proprietary formats.

Re: [gentoo-user] encrypted email

2005-03-04 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Smith wrote: is there a way to send encrypted email? so that if the person on the revieving end of the email doesnt have the key they cant view the email? If you are using Mozilla Thunderbird, give it a try with enigmail. My message is

Re: [gentoo-user] encrypted email

2005-03-04 Thread Holly Bostick
Nick Smith wrote: is there a way to send encrypted email? so that if the person on the revieving end of the email doesnt have the key they cant view the email? This question has to go on my oh, for Pete's sake list, because if you haven't noticed how many people on this very list sign (a lesser

[gentoo-user] Thunderbird crashes when sending signed or encrypted mails

2005-03-04 Thread ZeeGeek
Thunderbird crashes when I try to send a signed or encrypted mail, the error I get is /usr/bin/thunderbird: line 392: 12794 Segmentation fault $mozbin $@, other things are alright. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Thunderbird crashes when sending signed or encrypted mails

2005-03-04 Thread Peter Gordon
ZeeGeek wrote: Thunderbird crashes when I try to send a signed or encrypted mail, the error I get is /usr/bin/thunderbird: line 392: 12794 Segmentation fault $mozbin $@, other things are alright. Does it work if you send plaintext (unencrypted and unsigned) messages? Wait..nevermind... _ --

[gentoo-user] unsubscribe

2005-03-04 Thread Calvin Garrison
-- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] encrypted email

2005-03-04 Thread Nick Smith
quote who=Holly Bostick Nick Smith wrote: is there a way to send encrypted email? so that if the person on the revieving end of the email doesnt have the key they cant view the email? This question has to go on my oh, for Pete's sake list, because if you haven't noticed how many people

Re: [gentoo-user] encrypted email

2005-03-04 Thread Mike Melanson
Nick Smith wrote: thats fine but i dont only send emails to linux users, as odd as that sounds, i would assume thier clients have to have the software as well to decrypt the email? actually im the only one on my address that uses linux, (and im not on my address list) so is it cross-platform

Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread Brett I. Holcomb
If you have that many errors I would replace the stick. Is it only on one stick? If it's just one stick then swap it with one that is good and see what happens. On Fri, 4 Mar 2005, Ryan Sims wrote: My computer has had some bizzare symptoms for quite some time now, and I finally ran memtest86

Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread James Colannino
Ryan Sims wrote: My computer has had some bizzare symptoms for quite some time now, and I finally ran memtest86 from the livecd, and was wondering if anyone could help me understand what the diagnosis is. There were definately errors that popped up; say a page and a half of them. (and here's the

Re: [gentoo-user] encrypted email

2005-03-04 Thread Holly Bostick
Nick Smith wrote: also does it work with webmail aka squirrelmail? Not a clue. It might, but I have no idea how it's handled (i.e., how any given webmail client or server allows for the insertion of both the public key of the sender, and the private key of the receiver). Besides which, a lot of

Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread Dion Sole
An acceptable number of errors is about 1 error per pass. 2 is pushing it. Ryan Sims wrote: My computer has had some bizzare symptoms for quite some time now, and I finally ran memtest86 from the livecd, and was wondering if anyone could help me understand what the diagnosis is. There were

Re: [gentoo-user] Re: Multiple physical consoles

2005-03-04 Thread James Colannino
Ash Varma wrote: It appears that on Mar 05 2005 at 09:00:51, A. Khattri wrote ... A KVM switch with long cables??? I think he is after something like a reverse KVM switch.. He wants 1 machine with dual monitors, keyboards and mice.. That's sorta right ;) I got some help from someone

Re: [gentoo-user] encrypted email

2005-03-04 Thread Peter Gordon
Nick Smith wrote: i did notice that, but if they are encrypted how come i can see them? ive never needed encryption before and asked since i have a need now. It's not encrypted. It's merely a message digest and digital signature. It is merely a means to show that the message itself was not

Re: [gentoo-user] unsubscribe

2005-03-04 Thread Peter Gordon
Calvin Garrison wrote: [...nothing...] You're leaving us? ='( -- () The ASCII Ribbon Campaign - against HTML Email, /\ vCards, and proprietary formats. --- Peter A. Gordon (codergeek42) E-Mail: [EMAIL PROTECTED] GPG Public Key ID: 0x109DBECE GPG

Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-04 Thread Christopher Fisk
On Sat, 5 Mar 2005, Dion Sole wrote: An acceptable number of errors is about 1 error per pass. 2 is pushing it. The only acceptable number of errors per pass is 0. Any more than than and you need to RMA the memory. (Or just replace it if it's out of warranty) Christopher Fisk -- BOFH Excuse

Re: [gentoo-user] Thunderbird crashes when sending signed or encrypted mails

2005-03-04 Thread ZeeGeek
Holly Bostick wrote: ZeeGeek wrote: Thunderbird crashes when I try to send a signed or encrypted mail, the error I get is /usr/bin/thunderbird: line 392: 12794 Segmentation fault $mozbin $@, other things are alright. -- gentoo-user@gentoo.org mailing list My first guess would be

  1   2   >