search for: g033

Displaying 4 results from an estimated 4 matches for "g033".

2009 Oct 20
2
second fs quota root crashes
...1397 Oct 20 14:13:00 horus dovecot: [ID 583609 local0.info] auth(default): client out: CONT 1 Oct 20 14:13:00 horus dovecot: [ID 583609 local0.info] auth(default): client in: CONT 1 AGcwMzMAcmVkIHNreQ== Oct 20 14:13:00 horus dovecot: [ID 583609 local0.info] auth-worker(default): pam(g033,134.176.150.104): lookup service=dovecot Oct 20 14:13:00 horus dovecot: [ID 583609 local0.info] auth-worker(default): pam(g033,134.176.150.104): #1/1 style=1 msg=Password: Oct 20 14:13:00 horus dovecot: [ID 583609 local0.info] auth(default): client out: OK 1 user=g033 Oct 20 14:13:00 horu...
2011 Apr 27
2
Segmentation Fault in doveadm move under Solaris 10
Hi all I want to move mails from folder test-ein to another folder test-aus with the new "doveadm move" command in dovecot 2.0.12. When I try the following I get a "Segmentation Fault" after the mail was copied to the new folder: # doveadm -v -f flow search -u g033 mailbox test-ein all 56779e33a911b84db22900005451a966 1 # doveadm -v -f flow search -u g033 mailbox test-aus all # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all Segmentation Fault # doveadm -v -f flow search -u g033 mailbox test-aus all 57779e33a911b84db22900005451a966 26 # d...
2011 Apr 27
1
Segmentation Fault in doveadm move under Solaris 10
Quoting Timo Sirainen <tss at iki.fi>: > On 27.4.2011, at 17.03, J?rgen Obermann wrote: > >> # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all >> Segmentation Fault > > Can you get gdb backtrace? > > gdb --args doveadm -v ... > run > bt full > > Or if that doesn't produce valid output: > > ulimit -c unlimited > doveadm -v ... > gdb doveadm core > bt full > &...
2011 Apr 27
0
Segmentation Fault in doveadm move under Solaris 10
On 27.4.2011, at 17.03, J?rgen Obermann wrote: > # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all > Segmentation Fault Can you get gdb backtrace? gdb --args doveadm -v ... run bt full Or if that doesn't produce valid output: ulimit -c unlimited doveadm -v ... gdb doveadm core bt full If you don't have gdb, I guess dbx backtrace works too, but I'...