Re: [gentoo-user] Adding field to incoming email headers via procmail

2007-09-07 Thread Neil Bothwick
Hello forgottenwizard, > Does anyone know of a way to do this, and maybe supply a good source of > procmail docs that cover this kind of thing? formail -a or formail -A does this, formail is part of procmail. As for docs, how about man formail :) -- Neil Bothwick If your VCR still flashes 12

Re: [gentoo-user] apache configuration woes

2007-09-07 Thread Dan Farrell
On Fri, 7 Sep 2007 11:50:34 -0700 Michael Higgins <[EMAIL PROTECTED]> wrote: > Either way, it seems like this should have been optional in the > upgrade, somehow. the names of the modules changed, so perhaps they were merged with httpd.conf erroneously becuase they were named differently. -- [EM

[gentoo-user] apache upgrade - default configuration not explained correctly for hosting

2007-09-07 Thread Joseph
Enabling hosting from "/var/www/localhost/htdocs" is not explained correctly in configuration files (correct me anybody if I missed something) . This is the second time I got caught this this problem. Default configuration for apache is as follow: In file: modules.d/00_default_settings.conf ... #

Re: [gentoo-user] Dead apache (cannot listen)

2007-09-07 Thread Kevin O'Gorman
Mystery solved. As expected: my bad. Details at the bottom On 9/7/07, Kevin O'Gorman <[EMAIL PROTECTED]> wrote: > > On 9/7/07, Steen Eugen Poulsen <[EMAIL PROTECTED]> wrote: > > > Kevin O'Gorman skrev: > > > My 00_default_vhost.conf: > > > === start 00_default_vhost.conf

Re: [gentoo-user] Re: 500 meg / partition (including /boot) *WITHOUT USING LVM*

2007-09-07 Thread Walter Dnes
On Wed, Sep 05, 2007 at 08:56:09AM +0200, Alan McKinnon wrote > How is this better than a 500G filesystem mounted at /? Try wiping the OS and re-installing (or installing a different distro for that matter) with "a 500G filesystem mounted at /"... without backing up your data and restoring afte

[gentoo-user] Adding field to incoming email headers via procmail

2007-09-07 Thread forgottenwizard
I'm trying to add into my incoming email a field (X-ML-Name), and have yet to find a refrence to doing such with procmail that didn't seem to supply an endless list of useless info, while (seemingly) totally ignoring anything such as this. Does anyone know of a way to do this, and maybe supply a g

Re: [gentoo-user] Dead apache (cannot listen)

2007-09-07 Thread Kevin O'Gorman
On 9/7/07, Steen Eugen Poulsen <[EMAIL PROTECTED]> wrote: > > Kevin O'Gorman skrev: > > My 00_default_vhost.conf: > > === start 00_default_vhost.conf == > > # If your host doesn't have a registered DNS name, enter its IP address > > here. > > # > > #ServerName ww

[gentoo-user] apache2 upgrade SSL and logging questions

2007-09-07 Thread Grant
I had some major trouble with the latest apache2 upgrade this morning but it's all working now. I do have a couple questions though. I have 3 SSL config files now: /etc/apache2/vhosts.d/00_default_ssl_vhost.conf /etc/apache2/modules.d/40_mod_ssl.conf /etc/apache2/modules.d/41_mod_ssl.default-vho

[gentoo-user] AMD/ATI to open source drviers?

2007-09-07 Thread James
Hello, I'm in no way connected to this, except, one who has eternal hope that corps do the right thing enjoy http://www.edn.com/article/CA6476700.html?nid=3351&rid=498614042 -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Dead apache (cannot listen)

2007-09-07 Thread Steen Eugen Poulsen
Kevin O'Gorman skrev: My 00_default_vhost.conf: === start 00_default_vhost.conf == # If your host doesn't have a registered DNS name, enter its IP address here. # #ServerName www.example.com:80 ServerName www.kosmanor.com:80

Re: [gentoo-user] Gentoo 2007.0 installer problem (unpacking the stage tarball takes forever)

2007-09-07 Thread Rafael Barrera Oro
I took your advice and tried with the minimall install CD, here is the outcome. Everything ok until i reach the compilation of the kernel (using genkernel), then i get this error: First i thought it was some issue regarding genkernel and ReiserFS so i switch to ext3 and got the exact same result.

Re: [gentoo-user] apache configuration woes

2007-09-07 Thread Michael Higgins
On Fri, 7 Sep 2007 11:15:39 -0700 Michael Higgins <[EMAIL PROTECTED]> wrote: > Since upgrading one of my servers, I've been getting the standard HTACCESS > "password required" dialogue. I didn't choose this consciously and I don't > want it. The whole machine is not visible to the 'net. > > Whe

[gentoo-user] apache configuration woes

2007-09-07 Thread Michael Higgins
Since upgrading one of my servers, I've been getting the standard HTACCESS "password required" dialogue. I didn't choose this consciously and I don't want it. The whole machine is not visible to the 'net. Where did this get enabled? I'm desperately needing to use one of the applications on the

[gentoo-user] Moving a file using Python and Cron

2007-09-07 Thread Greg Lindstrom
I have a python (2.4) routine running on Gentoo Linux. It creates a file and, after the file is complete, renames the file using Python's os.rename() command. When I run the file from the command line everything works great, but when I schedule the job to run from the crontab file, the original f

[gentoo-user] Re: OT - Accessing the Digital Cable DVR...

2007-09-07 Thread James
Michael Sullivan espersunited.com> writes: > I've hooked my digital cable DVR to my PC via an A-to-A USB cord, and > I'm wondering if I can copy programs recorded on the DVR to the PC. In > dmesg, I saw the following: This may or maynot work. Install ivman and then plug in the usb cable. My

Re: [gentoo-user] Dead apache (cannot listen)

2007-09-07 Thread Kevin O'Gorman
Thanks for top-posting :o) This is still a bit mysterious for me. I've tried to do what you said, but apache still fails to start because it cannot open a listening port. Here's what I've figured out about what I have: /etc/conf.c/apache2 contains APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D L

Re: [gentoo-user] Gentoo 2007.0 installer problem (unpacking the stage tarball takes forever)

2007-09-07 Thread Rafael Barrera Oro
Yes, i guess it is required to be willing and able to read instructions. However, when you are not a linux expert and want to set-up a gentoo workstation fast (my case) i think it would be convenient to use a graphical installer and then, with time get to know the basic install and all the conce

Re: [gentoo-user] Qemu compilation fails

2007-09-07 Thread Rumen Yotov
Hi, On (06/09/07 15:36) Marco Antônio da Veiga wrote: > CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" > Try the following: EXTRA_ECONF="-mmx -sse" emerge qemu-softmmu -a Assuming your processor is k8 compatible. ...SKIP... HTH. Rumen -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Gentoo 2007.0 installer problem (unpacking the stage tarball takes forever)

2007-09-07 Thread Alan McKinnon
On Thursday 06 September 2007, Whitt Madden wrote: > I agree, I think the reason most don't want to go that route, is > because they have to read the instructions.  I do think however, that > if they offer it as a way to do the install, it should work.  I've > had trouble with the graphical install

Re: [gentoo-user] rpm-4.4.6-r3 install error

2007-09-07 Thread emerge.gentoo
emerge neon fixed my issue.. Thank you Alan Takk for hjelpen Bo On 06/09/07, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: > > On Thursday 06 September 2007 12:25:10 Alan McKinnon wrote: > > > > so the gentoo maintainer can help get to the bottom of this. > > > > > > What gentoo maintainer? ;) >

[gentoo-user] Re: Qemu compilation fails

2007-09-07 Thread Francesco Talamona
On Thursday 06 September 2007, Marco Antônio da Veiga wrote: > CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" I could install qemu and qemu-softmmu 0.9.0 with gcc 3.4.6 and CFLAGS="-march=athlon64 -O2 -pipe" Ciao Francesco -- Linux Version 2.6.22-gentoo-r6, Compiled #1 PREEMPT Wed