47 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Failed to create ...
FromSent OnAttachments
Jonathan ChongDec 27, 2005 4:14 pm 
Gordon MessmerDec 27, 2005 4:35 pm 
Sam VarshavchikDec 27, 2005 7:08 pm 
Jonathan ChongDec 28, 2005 5:39 am 
Gordon MessmerDec 28, 2005 8:04 am 
Jonathan ChongDec 28, 2005 8:12 am 
Gordon MessmerDec 28, 2005 8:36 am 
Jeff JansenDec 28, 2005 8:59 am 
Jonathan ChongDec 28, 2005 10:04 am 
Jeff JansenDec 28, 2005 10:29 am 
Jonathan ChongDec 28, 2005 10:33 am 
Jonathan ChongDec 28, 2005 10:38 am 
Gordon MessmerDec 28, 2005 11:00 am 
Tony EarnshawDec 28, 2005 11:01 am 
Jeff JansenDec 28, 2005 11:42 am 
Gordon MessmerDec 28, 2005 11:52 am 
Jeff JansenDec 28, 2005 12:22 pm 
Jonathan ChongDec 28, 2005 12:55 pm 
Tony EarnshawDec 28, 2005 1:34 pm 
Jonathan ChongDec 28, 2005 1:55 pm 
Tony EarnshawDec 28, 2005 2:00 pm 
Jonathan ChongDec 28, 2005 2:49 pm 
Jerry AmundsonDec 28, 2005 6:25 pm 
Tony EarnshawDec 28, 2005 11:32 pm 
Jonathan ChongDec 29, 2005 12:01 am 
Jonathan ChongDec 29, 2005 3:24 am 
Tony EarnshawDec 29, 2005 6:05 am 
Jonathan ChongDec 29, 2005 6:57 am 
Jonathan ChongDec 29, 2005 7:03 am 
Tony EarnshawDec 29, 2005 7:32 am 
Tony EarnshawDec 29, 2005 7:37 am 
Jerry AmundsonDec 29, 2005 8:27 am 
Tony EarnshawDec 29, 2005 8:38 am 
Jonathan ChongDec 29, 2005 8:42 am 
Tony EarnshawDec 29, 2005 8:51 am 
Jerry AmundsonDec 29, 2005 8:55 am 
Jerry AmundsonDec 29, 2005 8:59 am 
Jerry AmundsonDec 29, 2005 9:07 am 
Tony EarnshawDec 29, 2005 9:15 am 
Tony EarnshawDec 29, 2005 10:09 am 
Jerry AmundsonDec 29, 2005 10:33 am 
Binand SethumadhavanDec 29, 2005 11:28 am 
Gordon MessmerDec 29, 2005 11:32 am 
Jonathan ChongDec 29, 2005 12:57 pm 
Tony EarnshawDec 29, 2005 4:57 pm 
Jonathan ChongJan 5, 2006 12:50 am 
Sam VarshavchikJan 5, 2006 3:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Failed to create cache file: maildirwatch errorActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Dec 28, 2005 8:36:41 am
List:net.sourceforge.lists.courier-users

Jonathan Chong wrote:

I think we're getting somewhere. I have this file:

-rw-r--r-- 1 root root 392 Dec 10 2004 /etc/xinetd.d/sgi_fam

But when I try to run it, it tells me permission denied.

That's because it's not a script. It's a configuration file.

Use "chkconfig" to make sure that all of the services are running:

chkconfig --list #shows you all of your services chkconfig --list portmap chkconfig --list xinetd chkconfig --list sgi_fam

If they're not "on" in your runlevel, turn them on:

chkconfig portmap on chkconfig xinetd on chkconfig sgi_fam on

If you need to start one, use the "service" command:

service portmap start service xinetd start

"service" isn't used for xinetd services. xinetd will run those on demand.

I've changed the permissions of the file to 777. Now when I try to run it, I get this error:

Undo that.