> > Could you try:
> > http://www.ambrisko.com/doug/bge_ipmi_2.patch
> >
> > Try this version. If this has trouble we can try to add some debug
> > stuff to it.
> >
>
> Doug,
>
> Thanks for the response. I applied the patch from home and rebooted
one
> of our servers at work and it isn't com
Mike Silbersack wrote:
>
> On Tue, 7 Mar 2006, Julian H. Stacey wrote:
>
> >> Looks to me like skyr decided to close the connection, and it closed as
> >> expected. I think the problem is probably above the TCP layer - have you
> >> tried an older version of rlogin to see if that makes a differe
[ Charset ISO-8859-1 unsupported, converting... ]
> Very good. You're right!
> I inserted a rule to match all non-layer2 packets on the top of the
> ruleset and interrupts dropped 10~20% immediately.
> Given that, I went to apply Julian's idea of grouping 'in' and 'out'
> pipe rules to reduce the
Hello,
I am trying to use ng_socket in my application to connect into netgraph
system. I have successfully initialized the ng_socket using socket(2)
system call and I can see the unnamed node in ngctl.
I have read the ng_socket manual and it says that I can assign node name
using bind(2) and