Displaying 3 results from an estimated 3 matches for "07t12".
Did you mean:
0712
2010 Sep 07
1
unicorn_rails and rails 2.3.8
...nd dependencies installed. I am sure it is something simple.... See output below.
Much thanks!
Matt
config/environment.rb
...
RAILS_GEM_VERSION = ''2.3.8'' unless defined? RAILS_GEM_VERSION
...
ruby-1.9.2-p0 repositories/rails_apps/fat_free_crm[master]% unicorn_rails
I, [2010-09-07T12:20:54.342354 #9085] INFO -- : reaped #<Process::Status: pid 9087 exit 1> worker=0
I, [2010-09-07T12:20:54.343368 #9085] INFO -- : worker=0 spawning...
I, [2010-09-07T12:20:54.348304 #9088] INFO -- : worker=0 spawned pid=9088
I, [2010-09-07T12:20:54.349106 #9088] INFO -- : Refreshing Gem l...
2013 Mar 07
1
[dovecot-2.1.15] mdbox corruption, doveadm force-resync can't repair it (throws segfault)
Hi Timo, hi all!
Today i noticed imap throws segmentation faults and dumps cores. I
looked into logs I can see:
2013-03-07T12:12:52.257986+01:00 meteor dovecot:
imap(marcinxxx at kolekcja.mejor.pl) <7sRXtFPXYAA+eX93>: Error: Corrupted
dbox file
/dane/domeny/mejor.pl/mail/marcin//.mdbox/mailinglists/storage/m.75
(around offset=2779212): EOF reading msg header (got 0/30 bytes)
2013-03-07T12:12:52.258052+01:00 meteor d...
2008 Jan 08
0
Status of Timezone support / Handeling DTSTART; TZID="(GMT-05.00) Eastern Time (US & Canada)":20080107T123000
...TH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20080107T155404Z
DTSTART;TZID="(GMT-05.00) Eastern Time (US & Canada)":20080107T123000
I got:
event.start.to_s
=> "2008-01-07T12:30:00+00:00"
event.start.zone
=> "+00:00"
Even though the Dstart had a TZID setting it to Eastern Time. (Vpim
which I''ve been using up till now, does the same thing I''m hoping to
find a vcalendar lib...