Displaying 2 results from an estimated 2 matches for "carini".
Did you mean:
caring
2007 May 02
1
Migrate from mlbox to maildir, lock problem
.../var/mail/indexes_dovecot/%u:CONTROL=/var/mail/dovecot_control/%u
And now I'm facing new locking issue :
Errors on user loging, users leaving mail on server downloading the
same mail over and over.
Numerous entries in log files :
May 2 11:19:03 gregorie dovecot: [ID 107833 mail.error] POP3(carini):
Maildir /var/mail/maildir/carini sync: UID inserted in the middle of
mailbox
(13 > 1, file = 1178097228.P16222Q0M452645.yder,S=22935:2,)
May 2 11:19:03 gregorie dovecot: [ID 107833 mail.info] POP3(carini):
Disconnected: Mailbox is in inconsistent state. top=0/0, retr=0/0,
del=0/0, s
ize=0
Ma...
2010 Apr 15
11
Rails 3, Rspec 2, Autotest
Trying to set up a Rails 3 project with RSpec and Autotest. I followed
these steps exactly:
http://gist.github.com/365816
But when I start up autotest, I get:
$ autotest
loading autotest/rails
style: Rails
instead of:
$ autotest
loading autotest/rails_rspec2
style: RailsRspec2
And autotest doesn''t seem to do anything. Any idea what''s happening?
I''m using Ruby