I am getting the following error message in syslog:
Error from libevent: evdns.c:1360: Assertion req !=
port->pending_replies failed in server_port_flush
I do not know what that error means, but it happens when I get
disconnected and the application which uses the network interface (tor)
can
Bug submitted to Fedora -
https://bugzilla.redhat.com/show_bug.cgi?id=658858
Even though I submitted this bug to Fedora almost two whole months ago
and proposed a (pretty-decent, in my view) solution in that submission
nothing has been done - it seems that nobody's bothered!
*
It's generated by autoconf *as part of the build process for
Libevent*. If you build a new libevent with --prefix=/usr and do
"sudo make install" on it, then you will overwrite
/usr/include/event2/event-config.h. But if you're using a packaging
system, then you shouldn't ever do that.
Ah, r
It's generated by autoconf *as part of the build process for
Libevent*. If you build a new libevent with --prefix=/usr and do
"sudo make install" on it, then you will overwrite
/usr/include/event2/event-config.h. But if you're using a packaging
system, then you shouldn't ever do that.
Ah, r
That's plausible; packagers should probably indeed do something like
this; I hope that the package maintainer accepts it or something likes
it.
Tested it and it works to absolute perfection! I've done the changes
exactly as I listed them in my previous post and have also created a
small 'he