Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 332)

Ticket Resolution Summary Owner Reporter
#283 invalid Command died with status 254 bas jsd@…
Description

run_email2trac will not run at all on my system. In my maillog I see:

postfix/local[14530]: 4CBD454659: to=<trac@hidden.....com>, relay=local, delay=0.14, delays=0.05/0.06/0/0.04, dsn=5.3.0, status=bounced (Command died with status 254: "/usr/local/bin/run_email2trac")

What does this mean and how do I fix it?

#284 wontfix OperationalError: database or disk is full bas jsd@…
Description

I replied to a trac ticket email, and it didn't work. The command aborted with error 1 so I got a mailer-daemon reply for that. In syslog I see:

Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment: subject: u'Re: [thismoment] #15002: Make email2trac work'
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment: Traceback (most recent call last):
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment:   File "/usr/local/bin/email2trac", line 2571, in ?     tktparser.parse(sys.stdin)
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment:   File "/usr/local/bin/email2trac", line 1714, in parse     if not self.ticket_update(m, result.group('reply')[:-1], spam_msg):
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment:   File "/usr/local/bin/email2trac", line 1010, in ticket_update     tkt.save_changes(self.author, body_text, when, None, str(cnum))
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment:   File "build/bdist.linux-i686/egg/trac/ticket/model.py", line 289, in save_changes
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment:   File "build/bdist.linux-i686/egg/trac/db/api.py", line 78, in transaction_wrapper
Dec 22 10:32:47 ip-10-166-254-128 email2trac thismoment: OperationalError: database or disk is full

My disk is not full, and adding comments through the web interface works normally, so I assume the database isn't full either.

# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1            103212320  48780892  49189700  50% /
/dev/sdf              51593181   8160798  40810943  17% /var/svnbak
none                    890952         0    890952   0% /dev/shm
#81 fixed email2trac chokes if debug is on and From header has non-ASCII characters bas jsoderba@…
Description

I sent a test mail with Mozilla Thunderbird with the sender set to "Jan Söderback <jsoderba@…>" in UTF-8. The server is CentOS 5.2 with Postfix 2.3.3 and trac 0.10.4

Raw mail header:

From: =?UTF-8?B?SmFuIFPDtmRlcmJhY2s=?= <jsoderba@llsdata.fi>

From syslog:

Sep  2 13:28:28 alfa email2trac: Traceback (most recent call last):
Sep  2 13:28:28 alfa email2trac:   File "/usr/local/bin/email2trac", line 1227, in ?     tktparser.parse(sys.stdin)
Sep  2 13:28:28 alfa email2trac:   File "/usr/local/bin/email2trac", line 807, in parse     self.new_ticket(m, spam_msg)
Sep  2 13:28:28 alfa email2trac:   File "/usr/local/bin/email2trac", line 683, in new_ticket     self.set_ticket_fields(tkt)
Sep  2 13:28:28 alfa email2trac:   File "/usr/local/bin/email2trac", line 665, in set_ticket_fields     print u'user_dict[%s] = %s' %(name, value)
Sep  2 13:28:28 alfa email2trac: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 35: ordinal not in range(128)

If debug is 0 everything works as expected.

Note: See TracQuery for help on using queries.