List Info

Thread: dbmail.err messages




dbmail.err messages
country flaguser name
United States
2007-03-21 19:43:38
I'm still getting many messages in my dbmail.err file that
look 
problematic.  This is with dbmail-2.2.4 + expunge patch.  Do
any of 
these need bugs filed?  They are happening pretty often, so
more 
debugging info shouldn't be hard to come by.

(There are no permission problems or disk space problems)

Some of these:
Error client socket has set error indicator in fgetc
Error dbmail_message_new_from_stream() failed
Error error deleting scoreboard lock file 
[/tmp/dbmail_scoreboard_20977.LCK]
Error error reading extra command info
Warning no empty slot found

Bunch of these:
Error dbmail_message_new_from_stream() failed

Bunch of these:
Error Short write [0 < 118], is your /tmp filesystem
full?
Error Short write [0 < 273], is your /tmp filesystem
full?
Error Short write [0 < 3], is your /tmp filesystem full?
Error Short write [101 < 126], is your /tmp filesystem
full?
Error Short write [10 < 314], is your /tmp filesystem
full?
Error Short write [11 < 226], is your /tmp filesystem
full?

Bunch of these:
** (process:981): CRITICAL **:
dbmail_imap_session_get_msginfo: 
assertion `ids &
& g_tree_nnodes(ids)>0' failed
** (process:9824): CRITICAL **:
dbmail_imap_session_get_msginfo: 
assertion `ids
&& g_tree_nnodes(ids)>0' failed
** (process:9925): CRITICAL **:
dbmail_imap_session_get_msginfo: 
assertion `ids
&& g_tree_nnodes(ids)>0' failed

_______________________________________________
DBmail mailing list
DBmaildbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: dbmail.err messages
user name
2007-03-22 04:09:32
Hello, Bernard!
You wrote to <dbmaildbmail.org> on Wed, 21 Mar 2007
18:43:38 -0600:

 BJ> (There are no permission problems or disk space
problems)

 BJ> Bunch of these:
 BJ> Error Short write [0 < 118], is your /tmp
filesystem full?
 BJ> Error Short write [0 < 273], is your /tmp
filesystem full?
 BJ> Error Short write [0 < 3], is your /tmp
filesystem full?
 BJ> Error Short write [101 < 126], is your /tmp
filesystem full?
 BJ> Error Short write [10 < 314], is your /tmp
filesystem full?
 BJ> Error Short write [11 < 226], is your /tmp
filesystem full?

This result of '' char (may be in utf-8 character code) in
message.

in _set_content_from_stream (dbmail-message.c) 

- putslen = g_mime_stream_write_string(fstream, buf);
+ putslen = g_mime_stream_write(fstream, buf, getslen);


With best regards, Anton Zakatov. 
_______________________________________________
DBmail mailing list
DBmaildbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: dbmail.err messages
country flaguser name
Portugal
2007-03-22 04:24:39
I confirm this, i also have dbmail.err full of this!!

** (process:7464): CRITICAL **:
dbmail_imap_session_get_msginfo: assertion 
`ids && g_tree_nnodes(ids)>0' failed

** (process:7464): CRITICAL **:
dbmail_imap_session_get_msginfo: assertion 
`ids && g_tree_nnodes(ids)>0' failed




----- Original Message ----- 
From: "Bernard Johnson"
<bjohnson-dated-1175128031.6bc6e6symetrix.com>
To: <dbmaildbmail.org>
Sent: Thursday, March 22, 2007 12:43 AM
Subject: [Dbmail] dbmail.err messages


> I'm still getting many messages in my dbmail.err file
that look 
> problematic.  This is with dbmail-2.2.4 + expunge
patch.  Do any of these 
> need bugs filed?  They are happening pretty often, so
more debugging info 
> shouldn't be hard to come by.
>
> (There are no permission problems or disk space
problems)
>
> Some of these:
> Error client socket has set error indicator in fgetc
> Error dbmail_message_new_from_stream() failed
> Error error deleting scoreboard lock file 
> [/tmp/dbmail_scoreboard_20977.LCK]
> Error error reading extra command info
> Warning no empty slot found
>
> Bunch of these:
> Error dbmail_message_new_from_stream() failed
>
> Bunch of these:
> Error Short write [0 < 118], is your /tmp filesystem
full?
> Error Short write [0 < 273], is your /tmp filesystem
full?
> Error Short write [0 < 3], is your /tmp filesystem
full?
> Error Short write [101 < 126], is your /tmp
filesystem full?
> Error Short write [10 < 314], is your /tmp
filesystem full?
> Error Short write [11 < 226], is your /tmp
filesystem full?
>
> Bunch of these:
> ** (process:981): CRITICAL **:
dbmail_imap_session_get_msginfo: assertion 
> `ids &
> & g_tree_nnodes(ids)>0' failed
> ** (process:9824): CRITICAL **:
dbmail_imap_session_get_msginfo: assertion 
> `ids
> && g_tree_nnodes(ids)>0' failed
> ** (process:9925): CRITICAL **:
dbmail_imap_session_get_msginfo: assertion 
> `ids
> && g_tree_nnodes(ids)>0' failed
>
> _______________________________________________
> DBmail mailing list
> DBmaildbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
> 

_______________________________________________
DBmail mailing list
DBmaildbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: dbmail.err messages
country flaguser name
United States
2007-03-22 05:46:04
On Thu, 2007-03-22 at 12:09 +0300, Anton Zakatov wrote:

> You wrote to <dbmaildbmail.org> on Wed, 21
Mar 2007 18:43:38 -0600:

>  BJ> Error Short write [0 < 118], is your /tmp
filesystem full?
>  BJ> Error Short write [0 < 273], is your /tmp
filesystem full?
>  BJ> Error Short write [0 < 3], is your /tmp
filesystem full?
>  BJ> Error Short write [101 < 126], is your /tmp
filesystem full?
>  BJ> Error Short write [10 < 314], is your /tmp
filesystem full?
>  BJ> Error Short write [11 < 226], is your /tmp
filesystem full?
> 
> This result of '' char (may be in utf-8 character
code) in message.
> 
> in _set_content_from_stream (dbmail-message.c) 
> 
> - putslen = g_mime_stream_write_string(fstream, buf);
> + putslen = g_mime_stream_write(fstream, buf,
getslen);

Excellent, now in SVN.

Aaron

_______________________________________________
DBmail mailing list
DBmaildbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )