]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a snippet to disable epoll in etc/default/tor, commented out.
authorPeter Palfrader <peter@palfrader.org>
Thu, 3 Feb 2005 11:20:56 +0000 (11:20 +0000)
committerPeter Palfrader <peter@palfrader.org>
Thu, 3 Feb 2005 11:20:56 +0000 (11:20 +0000)
svn:r3513

debian/changelog
debian/tor.default

index 74c3678f7eb49d90ef0586084308557095825836..eec64ad65269aa6991651088dcb02fab79eb24df 100644 (file)
@@ -11,8 +11,9 @@ tor (0.1.0.0-alpha-cvs-1) UNRELEASED; urgency=low
     give existing connections a grace period of 30 seconds in
     which they might complete their task.  If you just run a
     client it should make no difference.
+  * Add a snippet to disable epoll in etc/default/tor, commented out.
 
- -- Peter Palfrader <weasel@debian.org>  Wed,  2 Feb 2005 07:47:39 +0100
+ -- Peter Palfrader <weasel@debian.org>  Thu,  3 Feb 2005 12:20:07 +0100
 
 tor (0.0.9.3-1) unstable; urgency=low
 
index 92491c2b1d99729304583acab41c3caf2a5ffec3..43021aa1f2f8824f3d1473751861beca3519a927 100644 (file)
@@ -14,6 +14,21 @@ RUN_DAEMON="yes"
 #
 MAX_FILEDESCRIPTORS=4096
 
+#
+# Sometimes epoll is broken.  This happens to be the case on
+# at least the maintainer's desktop box running Linux 2.6.11-rc1
+# on adm64.
+#
+# If tor does not work at all for you, i.e. connection attempts
+# through tor just have forever and never finish, then consider
+# setting EVENT_NOEPOLL, so libevent does not use epoll.  If that
+# happens to fix it for you, please let the mainainer (weasel@debian.org)
+# know, mentioning your kernel version, libevent version, and architecture.
+# Thanks!
+#
+# EVENT_NOEPOLL=yes
+# export EVENT_NOEPOLL
+
 #
 # Uncomment this if you want to get coredumps
 #