Displaying 6 results from an estimated 6 matches for "unposs".
Did you mean:
unpost
2019 Aug 19
6
Segfault with error 4 in doveadm-server
I set up dovecot on two servers with replication enabled. The replication is over a vpn connection.
I get massive segfaults from doveadm-server every few minutes.
dmesg:
doveadm-server[30030]: segfault at 0 ip 0000557fa16d2e62 sp 00007ffdcaafec50 error 4 in doveadm-server[557fa16a3000+41000]
[486397.225636] Code: 40 03 4c 8d 3c c3 48 8d 44 24 18 48 89 44 24 08 0f 1f 84 00 00 00 00 00 49 8b bc 24
2006 Jan 25
2
Update join_table attributes
I have two ActiveRecord classes that point at each other with a
"has_and_belongs_to_many" (habtm) relationship using a join table. The
join
table has an a few additional columns besides the _id columns.
For those of you with the Agile Web Dev w/ Rails book, it''s exactly the
same
setup as the articles<->articles_users<->users example on p240.
The habtm
2019 Aug 19
0
Segfault with error 4 in doveadm-server
Alexander and Aki,
thanks for your quick answers.
It might be the best to compile a more recent version of dovecot. For some reason it seems unpossible to get a core dump and the error might be fixed in a recent version.
Holger
19. August 2019 10:49, "Alexander Dalloz via dovecot" <dovecot at dovecot.org> schrieb:
> Am 2019-08-19 10:34, schrieb Holger Dehnhardt via dovecot:
>
>> I set up dovecot on two servers...
2009 Jan 27
1
RFC -- Improving the quality of the mailinglists
...->> In many cases, this just isn't possible. While it would be nice
to
-->> have all
-->> posts in the King's English, a great many users are in locales
which
-->> don't
King's English???
Anyway - to quote Ralph Wigham "Me fail English? That's unpossible!".
2006 Jan 15
8
Underscore character in session var
I stumbled across a weird problem
i can do:
@session[:userid] = 1
but cant:
@session[:user_id] = 1
The second session var doesnt set.
Is there a config setting for this?
--
Posted via http://www.ruby-forum.com/.
2006 May 23
6
OT: best books
Hopefully this isn''t completely inappropriate, but lately I''ve been curious
about what books people have found most helpful in their development as
programmers. If one of the icons like Dave Thomas, DHH, Mike Clark, Andy
Hunt et al could weigh in that''d be awesome :)
Here are some of my favorites:
Refactoring, Martin Fowler
Mastering Regular Expressions, Friedl