[gentoo-user] Re: sSMTP write error...?

2009-09-11 Thread Nicolas Sebrecht
On Tue, Sep 08, 2009 at 09:22:46PM +0200, Jarry wrote:

 I think these two events are somehow tied together. Any more ideas?

No, sorry. I think that the last step is to do a bug report at gentoo.

-- 
Nicolas Sebrecht



Re: [gentoo-user] Re: sSMTP write error...?

2009-09-08 Thread Jarry

Adam Carter wrote:

2009-09-03T17:30:15+00:00 obelix sSMTP[7233]: 421 4.3.0 collect:
 Cannot write ./dfn83HUEom007670 (bfcommit, uid=0, gid=209):
 Permission denied
2009-09-03T17:30:15+00:00 obelix )

I suppose it comes from mail-mta/ssmtp, but I do not understand.
Some persmission problem? Where does ssmtp want to write?


You could try 'strace -p 7233' to see if it shows where the attempted write is 
occuring. Uid=0 means root and I don't imagine there's many places root cant 
write.


The problem is, there is no more any process with id 7233,
so strace finds nothing. BTW, I have found a following file
in /root :

# ls -l /root/
-rw-r--r-- 1 root ssmtp4 Sep  8 19:00 dead.letter

There are only 4 or 5 empty lines in it, nothing more.
It has been created at the time of the last such an entry
in /var/log/messages :

2009-09-08T19:00:13+00:00 obelix sSMTP[27923]: 421 4.3.0 collect:
 Cannot write ./dfn88J0CTX028212 (bfcommit, uid=0, gid=209):
 Permission denied
2009-09-08T19:00:13+00:00 obelix )

I think these two events are somehow tied together. Any more ideas?

Jarry

--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



[gentoo-user] Re: sSMTP write error...?

2009-09-07 Thread Nicolas Sebrecht
On Thu, Sep 03, 2009 at 08:12:21PM +0200, Jarry wrote:

 I'm just checking /var/log/messages and I have found a few entries
 like this:

 2009-09-03T17:30:15+00:00 obelix sSMTP[7233]: 421 4.3.0 collect:
  Cannot write ./dfn83HUEom007670 (bfcommit, uid=0, gid=209):
  Permission denied
 2009-09-03T17:30:15+00:00 obelix )

 I suppose it comes from mail-mta/ssmtp, but I do not understand.
 Some persmission problem? Where does ssmtp want to write?

Yes, it's a bit cryptic. I wonder if there is a bug in ssmtp itself.

-- 
Nicolas Sebrecht



RE: [gentoo-user] Re: sSMTP write error...?

2009-09-07 Thread Adam Carter
  2009-09-03T17:30:15+00:00 obelix sSMTP[7233]: 421 4.3.0 collect:
   Cannot write ./dfn83HUEom007670 (bfcommit, uid=0, gid=209):
   Permission denied
  2009-09-03T17:30:15+00:00 obelix )
 
  I suppose it comes from mail-mta/ssmtp, but I do not understand.
  Some persmission problem? Where does ssmtp want to write?

You could try 'strace -p 7233' to see if it shows where the attempted write is 
occuring. Uid=0 means root and I don't imagine there's many places root cant 
write.