Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-23 Thread Draeven
Charles Trois wrote: Charles, Did you do a rc-update add net.eth0 default so that the interface is brought up at boot? You may also want to take a look at this section of the Gentoo Handbook: http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4 HTH Draeven Draeven a écrit :

Re: [gentoo-user] confused udev?

2005-11-23 Thread Jorge Almeida
On Tue, 22 Nov 2005, Richard Fish wrote: Ok, do dmesg and /proc/partitions agree that there is a partition there? If not, then the problem is that the kernel is not recognizing No... your partition table. I would suggest: insert the key dd if=/dev/zero of=/dev/sda bs=512 count=1 remove

[gentoo-user] openssh-4.2_p1 fails (zlib)

2005-11-23 Thread Roger Mason
Hello, emergeing openssh fails because the configure script detects the wrong version of zlib: error: *** zlib too old - check config.log *** config.log shows that zlib 1.2.1 was detected, but I have 1.2.3 installed: emerge -pv zlib [ebuild R ] sys-libs/zlib-1.2.3 -build 0 kB Does anyone

[gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? Another thing I noticed is this: [...] --with-big-tables

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Alexander Skwar
Harry Putnam wrote: I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? You influence it, by setting USE flags. I'd

[gentoo-user] courier problems

2005-11-23 Thread Nick Smith
ive been trying to setup a mail server following the how-to at http://gentoo-wiki.com/HOWTO_Linux_Virtual_Hosting_Server#Virtual_Mail_Hosting and everything seems to have been setup correctly, but i keep getting these errors and cant login Nov 22 23:28:29 mail imapd: Connection,

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Mattias Merilai
Harry Putnam wrote: I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? Another thing I noticed is this: [...]

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Alexander Skwar [EMAIL PROTECTED] writes: [...] You influence it, by setting USE flags. I'd guess, that doc would be the USE flag you're looking for. So, put something like dev-db/mysql doc to /etc/portage/package.use: echo dev-db/mysql doc /etc/portage/package.use Just looking at

Re: [gentoo-user] confused udev?

2005-11-23 Thread Richard Fish
On 11/23/05, Jorge Almeida [EMAIL PROTECTED] wrote: this time. This is just totally unreliable. I guess I'll boot from KNOPPIX, to see whether it may be a kernel problem... Yes, do that. And if it works I guess you will need to start comparing the Knoppix kernel configuration to yours. Maybe

[gentoo-user] unknown network activity as shown by xosview

2005-11-23 Thread Rob
Hi, Does anyone know what network activity is being shown by xosview? Is it activity before iptables filtering, or after? I wonder as I am getting a constant flow varying between 100-1000 as read on xosview. I get this with no internet related running processes. I have a default block on my

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Alexander Skwar
Harry Putnam wrote: Alexander Skwar [EMAIL PROTECTED] writes: [...] You influence it, by setting USE flags. I'd guess, that doc would be the USE flag you're looking for. So, put something like dev-db/mysql doc to /etc/portage/package.use: echo dev-db/mysql doc

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Alexander Skwar
Mattias Merilai wrote: I do not know much about mysql, but looking at the latest ebuild it seems that it does not look for a doc USE flag. I disagree. Check the output of emerge -pv dev-db/mysql. Alexander Skwar -- Men of quality are not afraid of women for equality. --

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Mattias Merilai [EMAIL PROTECTED] writes: seems that it does not look for a doc USE flag. You will have to manually change the ebuild to --with-docs. Gentoo's ebuild howto will explain you how to do that. And this can be foundwhere? I've been jerking around on gentoo.org for over 1/2 hr

[gentoo-user] media-libs/svgalib-1.9.21-r1 failed.

2005-11-23 Thread Ernie Schroder
Pardon my ignorance, but I can't seem to get past this. Any ideas? Preparing svgalib_helper module make -C /usr/src/linux SUBDIRS=/var/tmp/portage/svgalib-1.9.21-r1/work/svgalib-1.9.21/kernel/svgalib_helper CLASS_CFLAGS=-DCLASS_SIMPLE=1 modules make[1]: Entering directory

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Alexander Skwar [EMAIL PROTECTED] writes: Me too. Seems that the system didn't get that change. Please send output of: grep dev-db/mysql /etc/portage/package.use dev-db/mysql mysql mysqli dev-db/mysql doc dev-db/mysql ndb-doc -- gentoo-user@gentoo.org mailing list

[gentoo-user] MySQL server hardware recommendation

2005-11-23 Thread Frank Pikelner
I wanted to ask if anyone on the list is running a large MySQL database and for their server hardware recommendations. The servers are anticipated to have a DB of 10-20GB, with about 5000-1 clients (automated). The database will be mostly used for updates to the data making up most of the

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Richard Fish
On 11/23/05, Richard Fish [EMAIL PROTECTED] wrote: On 11/23/05, Harry Putnam [EMAIL PROTECTED] wrote: And this can be foundwhere? /usr/portage/profiles/use*.desc Oops, sorry, thought you were asking about where to find the USE flag. I was reading out-of-order...and not thinking right.

Re: [gentoo-user] unknown network activity as shown by xosview

2005-11-23 Thread Richard Fish
On 11/23/05, Rob [EMAIL PROTECTED] wrote: Hi, Does anyone know what network activity is being shown by xosview? Use the source Luke It sums the RX and TX columns for all devices in /proc/net/dev. -Richard -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Richard Fish [EMAIL PROTECTED] writes: /usr/portage/profiles/use*.desc Those are a HOWTO about creating ebuilds? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] MySQL server hardware recommendation

2005-11-23 Thread A.G.
Frank Pikelner wrote: I wanted to ask if anyone on the list is running a large MySQL database and for their server hardware recommendations. The servers are best results obtained on IBM x445 scalable to 16 processors and to 32G of RAM with an iteresting 3rd level cache and a not so

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Francesco R.
Alle 15:01, mercoledì 23 novembre 2005, Harry Putnam el ga butta: |I noticed while emerging mysql that the ./configure flags used | during compile contained one that says: --without-docs | |Not a good plan for someone knowing zip about mysql. How can I |change that to --with-docs from

[gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo
Hello list.. Is it possible to send an attachment using the 'mail' command say in a cronjob? i have a file that i would like sent to me before deleted and recreated to examine it.. but 'man mail' doesnt exactly suggest that an attachment is possible Thanks in advance.. Regards .. Leonard

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Richard Fish [EMAIL PROTECTED] writes: Assuming you really need a specific version of mysql, and do not want to merge a version that already has the doc USE flag, the general idea is that you will want to: I don't need a specific version I simply want the docs to be built. Adding a use flag

[gentoo-user] update world building older kernel

2005-11-23 Thread Harry Putnam
I've synced portage and run emerge -v -u World First thing I see happening is its building a older kernel than what I'm running: 2.6.14 but emerge is building: linux-2.6.11.tar.bz2 Why is that? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Neil Bothwick
On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote: Is it possible to send an attachment using the 'mail' command say in a cronjob? i have a file that i would like sent to me before deleted and recreated to examine it.. but 'man mail' doesnt exactly suggest that an attachment is

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Neil Bothwick
On Wed, 23 Nov 2005 11:56:43 -0600, Harry Putnam wrote: I don't need a specific version I simply want the docs to be built. Adding a use flag of doc or docs does not cause it to be built. At least not in what was current portage day before yesterday. That's because

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Francesco R. [EMAIL PROTECTED] writes: [...] Snipped good info here ... Thanks also the configure option you see at compile time may _not_ be the same the ebuild used, _but_ what the ebuild set always override the MySQL default. So we cannot really tell what is passed to the compiler?

[gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
Alexander Skwar [EMAIL PROTECTED] writes: Mattias Merilai wrote: I do not know much about mysql, but looking at the latest ebuild it seems that it does not look for a doc USE flag. I disagree. Check the output of emerge -pv dev-db/mysql. The original output I posted: Calculating

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo
Hello, Thanks for the suggestion! Regards .. Leonard - Original Message - From: Neil Bothwick [EMAIL PROTECTED] To: gentoo-user@lists.gentoo.org Sent: Wednesday, November 23, 2005 12:28 PM Subject: Re: [gentoo-user] mail command and attachment? -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] update world building older kernel

2005-11-23 Thread Neil Bothwick
On Wed, 23 Nov 2005 12:10:24 -0600, Harry Putnam wrote: First thing I see happening is its building a older kernel than what I'm running: 2.6.14 but emerge is building: linux-2.6.11.tar.bz2 I think you'll find it is emerging linux-headers, not a new kernel. This does not have to be the same

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Francesco R.
Alle 19:37, mercoledì 23 novembre 2005, Harry Putnam el ga butta: |Francesco R. [EMAIL PROTECTED] writes: | | |[...] Snipped good info here ... Thanks | | also the configure option you see at compile time may _not_ be | the same the ebuild used, _but_ what the ebuild set always |

Re: [gentoo-user] system clock keeps getting reset to weird times

2005-11-23 Thread Charles Trois
Benno Schulenberg a écrit : Charles Trois wrote: The legal time, here in France and at this (winter) period, is GMT + 1, as shown correctly by the clock of my iMac, but date keeps returning GMT + 2. Sounds like your harware clock is running at local time. What does 'hwclock --show

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Francesco R.
Alle 15:01, mercoledì 23 novembre 2005, Harry Putnam el ga butta: |I noticed while emerging mysql that the ./configure flags used | during compile contained one that says: --without-docs | |Not a good plan for someone knowing zip about mysql. How can I |change that to --with-docs from

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-23 Thread Holly Bostick
Harry Putnam schreef: Alexander Skwar [EMAIL PROTECTED] writes: Me too. Seems that the system didn't get that change. Please send output of: grep dev-db/mysql /etc/portage/package.use dev-db/mysql mysql mysqli dev-db/mysql doc dev-db/mysql ndb-doc Harry, put all the USE

[gentoo-user] building a server cluster?

2005-11-23 Thread El Nino
Dear friends, please guide me to deploy a gentoo linux server cluster. currently i have 7 piii 800Mhz machines want to test a cluster server. if somebody can point me step by step or a good guide, it will very appreciable. all advices are welcome. -- ... The future lies ahead.

[gentoo-user] Wireless Authentication Gateway??

2005-11-23 Thread El Nino
Dear friends, i have to replace our existing wired network to wireless network. so please help me to deploy a wireless authentication gateway using linux based open source application which provides a total security solution for wireless networks. please guide me to deploy this. :::all advices

Re: [gentoo-user] MySQL server hardware recommendation

2005-11-23 Thread kashani
Frank Pikelner wrote: I wanted to ask if anyone on the list is running a large MySQL database and for their server hardware recommendations. The servers are anticipated to have a DB of 10-20GB, with about 5000-1 clients (automated). The database will be mostly used for updates to the data

Re: [gentoo-user] MySQL server hardware recommendation

2005-11-23 Thread Eric Bliss
On Wednesday 23 November 2005 08:22 am, Frank Pikelner wrote: Just as a side not, I've always wondered the type of hardware used by Google as they have been very successful in using smaller inexpensive boxes according to the rumors that have circulated on the Internet. Wikipedia has an

[gentoo-user] .bash_history not updating

2005-11-23 Thread maxim wexler
Hello everybody, My .bash_history file stopped being updated on Nov 13 10:06. A look at /var/log/messages for that particular time revealed nothing amiss. Anybody shed light on this issue? -mw __ Start your day with Yahoo! - Make it your home

[gentoo-user] Return of My Continuing ALSA woes

2005-11-23 Thread Harold Naparst
This is to continue the thread Return of My Continuing ALSA woes. I was enjoying the thread right up until the point where the Michael claimed his problem was solved. Here's my setup, which is the same as Michael's: linux-2.6.15-rc1-mm2 # lspci | grep Audio :00:1b.0 Audio device: Intel

[gentoo-user] Re: changing CHOST in stage3

2005-11-23 Thread Allan Gottlieb
At Tue, 22 Nov 2005 13:17:27 + Ciaran McCreesh [EMAIL PROTECTED] wrote: The only way you can safely change CHOST is by making new stages through catalyst. There're various scripts which *sometimes* fix your system after a CHOST change, but they're not reliable... Does this mean that, if

Re: [gentoo-user] Bit puzzled over Kernel Upgrade with Genkernel - No Sound or Wireless Connectivity

2005-11-23 Thread Richard Watson
On Tue, Nov 22, 2005 at 09:20:10AM +1000, Richard Watson wrote: Hi - I just upgraded my kernel-genkernel-x86-2.6.12-gentoo-r10 to kernel-genkernel-x86-2.6.14-gentoo-r2. So far I have no sound (Alsa) or wireless connectivity (ipw2100). Do I need to re-emerge the relevant packages? And if

Re: [gentoo-user] courier problems

2005-11-23 Thread James Hiscock
ive been trying to setup a mail server following the how-to at http://gentoo-wiki.com/HOWTO_Linux_Virtual_Hosting_Server#Virtual_Mail_Hosting and everything seems to have been setup correctly, but i keep getting these errors and cant login I know I had to reduce the set of authentication

Re: [gentoo-user] confused udev?

2005-11-23 Thread Jorge Almeida
On Wed, 23 Nov 2005, Richard Fish wrote: On 11/23/05, Jorge Almeida [EMAIL PROTECTED] wrote: this time. This is just totally unreliable. I guess I'll boot from KNOPPIX, to see whether it may be a kernel problem... Yes, do that. And if it works I guess you will need to start comparing

Re: [gentoo-user] courier problems

2005-11-23 Thread Nick Smith
On 11/23/05, James Hiscock [EMAIL PROTECTED] wrote: ive been trying to setup a mail server following the how-to at http://gentoo-wiki.com/HOWTO_Linux_Virtual_Hosting_Server#Virtual_Mail_Hosting and everything seems to have been setup correctly, but i keep getting these errors and cant loginI

Re: [gentoo-user] Return of My Continuing ALSA woes

2005-11-23 Thread Glenn Enright
On Thu, 24 Nov 2005 09:24, Harold Naparst wrote: snip and then: /etc/init.d/alsasound restart * WARNING: you are stopping a boot service. * Storing ALSA Mixer Levels ... /usr/sbin/alsactl: get_control:149: Cannot read control info '2,0,0,Front Playback Volume,0': Invalid argument

Re: [gentoo-user] Return of My Continuing ALSA woes

2005-11-23 Thread Harold Naparst
Well, I rebooted and then it worked. So, who knows what's going on... But while we're at it, should I choose six channel or two-channel mode, and what's the deal with the three input sources on the right side of alsamixer? On 11/23/05, Glenn Enright [EMAIL PROTECTED] wrote: On Thu, 24 Nov 2005

Re: [gentoo-user] .bash_history not updating

2005-11-23 Thread Stroller
On Nov 23, 2005, at 7:35 pm, maxim wexler wrote: My .bash_history file stopped being updated on Nov 13 10:06. A look at /var/log/messages for that particular time revealed nothing amiss. Ok... this could be a dumb question, but how much disk space do you have free? Stroller. --

[gentoo-user] Xorg 7 rc's: Unable to Switch VTY's

2005-11-23 Thread fire-eyes
I'm using Xorg 7 rc's, and I'm no longer able to switch to say, the console. Or perhaps another session that I have started up with a different WM/DE, as the same user. Any ideas? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] building a server cluster?

2005-11-23 Thread Hans-Werner Hilse
Hi, On Thu, 24 Nov 2005 00:23:28 +0600 El Nino [EMAIL PROTECTED] wrote: please guide me to deploy a gentoo linux server cluster. currently i have 7 piii 800Mhz machines want to test a cluster server. if somebody can point me step by step or a good guide, it will very appreciable. What kind

Re: [gentoo-user] Wireless Authentication Gateway??

2005-11-23 Thread Hans-Werner Hilse
Hi, On Thu, 24 Nov 2005 00:32:49 +0600 El Nino [EMAIL PROTECTED] wrote: i have to replace our existing wired network to wireless network. so please help me to deploy a wireless authentication gateway using linux based open source application which provides a total security solution for

[gentoo-user] Is this a bug in equery

2005-11-23 Thread Harry Putnam
I'm trying to learn equery since qpkg is being laid to rest. However I'm finding the hints that appear when you syntax is wrong very confusing. Her is an example: equery files --type vim Gives the expected results but if you add a version number things get very confusing equery files

Re: changing CHOST in stage3 (was : [gentoo-user] default stage3)

2005-11-23 Thread Robin
Wouldn't leaving the CHOST at i386-pc-linux-gnu build unoptimized binaries? No. Alexander Skwar Thanks for that. My CHOST flag is set to i386-pc-linux-gnu even though it is not. Just a piece of mind I guess not building unoptimized binaries. -- gentoo-user@gentoo.org mailing list

Re: changing CHOST in stage3 (was : [gentoo-user] default stage3)

2005-11-23 Thread W.Kenworthy
To explain, keep in mind that optimisation and chost are two different things. i386 is a lowest common denominator instruction set that will run on most 386 and above x86 processors. i4/5/686 adds few specialised instructions and I believe the compiler is able to use them to produce faster

Re: [gentoo-user] Is this a bug in equery

2005-11-23 Thread Nick Rout
On Wed, 23 Nov 2005 22:11:27 -0300 Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry Putnam wrote: equery files --type =app-editors/vim-6.3 -bash: =app-editors/vim-6.3: No such file or directory add single quotes, so the

Re: [gentoo-user] OT - Confusion with cross-compiling

2005-11-23 Thread Richard Fish
On 11/23/05, Michael Sullivan [EMAIL PROTECTED] wrote: I wanted to be able to cross compile for one of the machines on my network. I've been following the cross-compilation guide at http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO I've been following the guide exactly. The problem is at

Re: [gentoo-user] .bash_history not updating

2005-11-23 Thread maxim wexler
--- Stroller [EMAIL PROTECTED] wrote: On Nov 23, 2005, at 7:35 pm, maxim wexler wrote: My .bash_history file stopped being updated on Nov 13 10:06. A look at /var/log/messages for that particular time revealed nothing amiss. Ok... this could be a dumb question, but how much

[gentoo-user] Re: Is this a bug in equery

2005-11-23 Thread Harry Putnam
Nick Rout [EMAIL PROTECTED] writes: yes its not a biug as such, but a result of the shell you are using, which interprets as a redirection tool. Perhaps the equery docos should/examples should say so. If you want it fixed, files bug, mentioning it here will NOT get it fixed. Point taken...

Re: [gentoo-user] Is this a bug in equery

2005-11-23 Thread Paul Varner
On Wed, 2005-11-23 at 20:02 -0600, Harry Putnam wrote: I'm trying to learn equery since qpkg is being laid to rest. However I'm finding the hints that appear when you syntax is wrong very confusing. I have opened bug #113423 Does the following make more sense to you: $ ./equery files --type

Re: [gentoo-user] .bash_history not updating

2005-11-23 Thread Stroller
On Nov 24, 2005, at 3:05 am, maxim wexler wrote: $ ls -l .bash_history -rw--- 1 blissfix usb8021 Nov 22 11:31 .bash_history Is there some sort of chron thingee going off every nine days? Maybe you're only logging out every 9 days?? Stroller. -- gentoo-user@gentoo.org mailing

[gentoo-user] C compiler cannot create executables

2005-11-23 Thread Michael Sullivan
I think I've somehow managed to screw gcc up. Whenever I try to emerge anything I get this message: checking for C compiler default output... configure: error: C compiler cannot create executables It also says See config.log for details, but I can't find config.log - it doesn't give a full

Re: [gentoo-user] Re: changing CHOST in stage3

2005-11-23 Thread Ciaran McCreesh
On Wed, 23 Nov 2005 15:34:27 -0500 Allan Gottlieb [EMAIL PROTECTED] wrote: | At Tue, 22 Nov 2005 13:17:27 + Ciaran McCreesh | [EMAIL PROTECTED] wrote: | The only way you can safely change CHOST is by making new stages | through catalyst. There're various scripts which *sometimes* fix | your

[gentoo-user] Re: Is this a bug in equery

2005-11-23 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: !!! Invalid syntax: missing operator !!! If you want only specific versions please use one of !!! the following operators as prefix for the package name: !!! = = = !!! Example to only match gcc versions greater or equal 3.2: Also seems you

Re: [gentoo-user] Re: Is this a bug in equery

2005-11-23 Thread Paul Varner
On Wed, 2005-11-23 at 23:34 -0600, Harry Putnam wrote: Paul Varner [EMAIL PROTECTED] writes: It appears here that the symbols themselves must be quoted as well as the package like this: equery files --type =vim-6.2 Which is what I meant to convey with the error message. What about

Re: [gentoo-user] C compiler cannot create executables

2005-11-23 Thread W.Kenworthy
Search forums: many posts exist. Try using gcc-config and fix_libtool.sh as a starter. BillK On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: I think I've somehow managed to screw gcc up. Whenever I try to emerge anything I get this message: checking for C compiler default

Re: [gentoo-user] courier problems

2005-11-23 Thread Heinz Sporn
Am Mittwoch, den 23.11.2005, 16:17 -0500 schrieb Nick Smith: On 11/23/05, James Hiscock [EMAIL PROTECTED] wrote: ive been trying to setup a mail server following the how-to at

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Heinz Sporn
Am Mittwoch, den 23.11.2005, 17:28 + schrieb Neil Bothwick: On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote: Is it possible to send an attachment using the 'mail' command say in a cronjob? i have a file that i would like sent to me before deleted and recreated to examine

Re: [gentoo-user] Highpoint Rocket HPT302 PATA EIDE controller

2005-11-23 Thread Stroller
On Nov 23, 2005, at 2:31 am, Thomas Harold wrote: Key things to look for in menuconfig for Rocket133 might be: (D)evice drivers -- ATA/ATAPI/MFM/RLL support -- -- SCSI emulation support -- -- generic/default IDE chipset support -- -- PCI IDE chipset support -- -- Generic PCI IDE Chipset

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo
Heinz, Outstanding.. thanks for the suggestion also.. Regards .. Leonard - Original Message - From: Heinz Sporn [EMAIL PROTECTED] To: gentoo-user@lists.gentoo.org Sent: Thursday, November 24, 2005 12:49 AM Subject: Re: [gentoo-user] mail command and attachment? Am Mittwoch, den

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo
Thinking of this now.. but qmail is on this same box.. Anyone know off hand the syntax to send a message feeding it to qmail for delivery to an account on the box? Regards .. Leonard - Original Message - From: Leonard - Gentoo [EMAIL PROTECTED] To: gentoo-user@lists.gentoo.org

Re: [gentoo-user] Highpoint Rocket HPT302 PATA EIDE controller

2005-11-23 Thread Richard Fish
On 11/23/05, Stroller [EMAIL PROTECTED] wrote: Unfortunately, if I leave the controller enabled in BIOS then the PC will attempt to boot from it, and not from the built-in RAID array on which the operating-system is installed... thus I get a non-sytem disk or disk error. The CD drive is on an

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Iain Buchanan
On Thu, 2005-11-24 at 01:15 -0500, Leonard - Gentoo wrote: Thinking of this now.. but qmail is on this same box.. Anyone know off hand the syntax to send a message feeding it to qmail for delivery to an account on the box? I don't know about qmail, but most of the time you can say [EMAIL

Re: [gentoo-user] Re: Is this a bug in equery

2005-11-23 Thread Mariusz Pękala
On 2005-11-23 23:07:49 -0600 (Wed, Nov), Paul Varner wrote: On Wed, 2005-11-23 at 23:34 -0600, Harry Putnam wrote: Paul Varner [EMAIL PROTECTED] writes: It appears here that the symbols themselves must be quoted as well as the package like this: equery files --type =vim-6.2

Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Mariusz Pękala
On 2005-11-24 01:15:07 -0500 (Thu, Nov), Leonard - Gentoo wrote: Thinking of this now.. but qmail is on this same box.. Anyone know off hand the syntax to send a message feeding it to qmail for delivery to an account on the box? Maybe cat message | /var/qmail/bin/qmail-inject -a