Re: [gentoo-user] Just cannot procmail filter gentoo-user!

2003-07-04 Thread Marc Winiger
* Patrick Marquetecken [EMAIL PROTECTED] [04.07.03 18:17]:
 On Fri, 4 Jul 2003 15:31 Dhruba Bandopadhyay [EMAIL PROTECTED] wrote:
  MAILDIR=$HOME/.maildir/
 MAILDIR=$HOME/.maildir

man procmailrc
   If the mailbox name ends in /, then this directory
   is presumed to be a maildir folder

So if he want's to use maildir, the path must end with a slash.

-- 
panic(bad_user_access_length executed (not cool, dude));
2.0.38 /usr/src/linux/kernel/panic.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Just cannot procmail filter gentoo-user!

2003-07-04 Thread Marc Winiger
* Dhruba Bandopadhyay [EMAIL PROTECTED] [04.07.03 16:31]:
 I'm using courier-imap, postfix and procmail for email.  However, I just
 cannot filter gentoo-user into its own folder.  What should the recipe
 syntax and environment variables be?  Can you give me an example that
 works?

Do you have other rules which are working? Are you sure, that postfix
hands over the mails to procmail?

Check that there is no file $HOME/.maildir/gentoo-user and try this
settings:

MAILDIR=$HOME/.maildir/
DEFAULT=$MAILDIR

:0
* ^List-Id:.*gentoo-user\.gentoo\.org
$MAILDIR/gentoo-user/


If it still doesn't work, turn on the verbose output to a file.

-- 
if (user_specified)
/* Didn't work, but the user is convinced this is the
 * place. */
2.4.0-test2 /usr/src/linux/drivers/parport/parport_pc.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables

2003-06-29 Thread Marc Winiger
* Rick Sivernell [EMAIL PROTECTED] [28.06.03 22:48]:
   I have a machine that boots up fine except that iptables says that mask 70 is
 invalid and then terminate. What is wrong and how do I configure iptables in cl
 mode.

70 is not a mask, I think it should be 700 or perhaps 770
search a config file with 70 in it... could be a typo.

-- 
printk(Illegal format on cdrom.  Pester manufacturer.\n); 
2.2.16 /usr/src/linux/fs/isofs/inode.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange file in root

2003-06-19 Thread Marc Winiger
* Patrick Marquetecken [EMAIL PROTECTED] [19.06.03 14:20]:
 4 -rw-r--r--1 root root5 2003-06-19 07:05 -L
 Could anyone give me some advice on this, because something that creates
 files behind my back gives me the creeps.

fgrep -e -L /etc/init.d/*
fgrep -e -L /etc/conf.d/*

Is there somewhere something like  -L or so?

-- 
/* Thanks to Rob `CmdrTaco' Malda for not influencing this code in any
 * way.
 */
2.4.3 linux/net/core/netfilter.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange file in root

2003-06-19 Thread Marc Winiger
* Patrick Marquetecken [EMAIL PROTECTED] [19.06.03 14:43]:
 aumixer, but its going to /dev/null 

Just had a brain wave :)
You told there's a number in the file... It MUST be a PID :)

run this command in the directory containing the -L file:
  ps ax | grep `cat -- -L`
or
  ps ax | grep the digits in your file without quotes

this command should show you the process belonging to your file, if it
is still running.

-- 
/*
 * Hash table gook..
 */
2.4.0-test2 /usr/src/linux/fs/buffer.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] The Gimp and TrueType fonts...

2003-06-16 Thread Marc Winiger
Hi

I had the same problem a long time. Now I found out, that there is an
alternative way to use the truetype fonts.

RightClick - Filters - Render - DynamicText  FreeType

Marc

* Timothy Grant [EMAIL PROTECTED] [16.06.03 01:40]:
 I have successfully installed several TrueType fonts on my notebook computer. 
 They are available to KDE and to many of my GTK apps (e.g., Gaim). However, 
 they do not show up in my Gimp font selector. Can anyone explain this to me 
 or explain how to make the fonts available? gimp.org says that if the fonts 
 are available to X then they are available to The Gimp. But it's not working 
 for me at the moment.

-- 
/* When we have more time, we can teach the penguin to say 
 * By your command or Activating turbo boost, Michael.
 */
2.2.16 /usr/src/linux/arch/sparc/prom/sun4prom.c


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] anti-virus working or not ?

2003-06-07 Thread Marc Winiger
I think amavis will try to use clam daemon and if it is not running it
will use clam command line scanner.

Try:
rc-update add clamd default

Your scanner is working, but with daemon it will be faster.

* Patrick Marquetecken [EMAIL PROTECTED] [06.06.03 21:09]:
 If a message comes in, i see this in /var/log/mail.log these errors below. 
 t if i send the eicar.com virus test to myself the virus scanner place it 
 in quarentine. All the mail have this header: X-Virus-Scanned: by AMaViS 
 0.3.12.
 
 I'm now wondering is my mail save ore not?
  
 Patrick 
 
 Errors
 Jun  6 21:00:19 rivendell amavisd[4580]: starting.  amavis 0.3.12 Fri May 30 
 13:10:54 CEST 2003
 Jun  6 21:00:19 rivendell amavisd[4580]: Virus scanner failure: Clamd - can't 
 connect to daemon

-- 
panic(Oh boy, that early out of memory?);
2.2.16 /usr/src/linux/arch/mips/mm/init.c


--
[EMAIL PROTECTED] mailing list