search for: commentd

Displaying 2 results from an estimated 2 matches for "commentd".

Did you mean: comment
2009 Sep 30
8
Cycle/Partials issue
...39;'show'' view for posts renders a partial for each comment the post has. The css class of the containing div element is cycled using cycle(). The partial code is, <% div_for(comment, :class => cycle("blue","white")) do %> <p><span class=''commentdate''><%= comment.created_at.strftime("#{comment.created_at.day.ordinalize} %b %Y") %></span> <strong><%= h(comment.name) %></strong><span class=''grey''> says:</span></p> <p><%= h(comment.content) %>&lt...
2014 Nov 22
0
[Bug 977] ulogd_inppkt_NFLOG.c:503 forcing unbind of existing log handler for protocol
...I was still getting these messages; ulogd_inppkt_NFLOG.c:503 forcing unbind of existing log handler for protocol 2 ulogd_inppkt_NFLOG.c:503 forcing unbind of existing log handler for protocol 7 ulogd_inppkt_NFLOG.c:503 forcing unbind of existing log handler for protocol 10 And I noticed that if I commentd out #bind=1 under [log2] then these messages don't appear; ``````````````````````` [log2] # netlink multicast group (the same as the iptables --nflog-group param) group=1 # Group has to be different from the one use in log1 #netlink_socket_buffer_size=217088 #netlink_socket_buffer_maxsize=108...