Your message dated Wed, 15 Aug 2012 22:16:14 +0000 with message-id <[email protected]> and subject line Bug#678525: fixed in calendarserver 3.2+dfsg-2 has caused the Debian Bug report #678525, regarding "socket.error: [Errno 22] Invalid argument" in error.log when connecting to port 8008 on a fresh install to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 678525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678525 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: calendarserver Version: 3.2+dfsg-1 OS: Fresh install of wheezy using the image debian-wheezy-DI-a1-amd64-netinst.iso root@caldavd:/etc/caldavd# uname -a Linux caldavd 3.2.0-2-amd64 #1 SMP Mon Jun 11 17:24:18 UTC 2012 x86_64 GNU/Linux Config of /var: /dev/mapper/caldavd-var on /var type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered) System is a virtual machine (Host is KVM on Debian Wheezy) Steps to reproduce: 1. Installing the package calenderserver. 2. Enabling it in /etc/default/calendarserver 3. /etc/init.d/calenderserver start 4. Connect with browser on other machine to port 8008 on machine running calenderserver Browser hangs. I expect output from caldavd /var/log/caldavd/error.log 2012-06-22 14:17:43+0200 [-] Log opened. 2012-06-22 14:17:43+0200 [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2012-06-22 14:17:43+0200 [-] reactor class: twisted.internet.pollreactor.PollReactor. 2012-06-22 14:17:43+0200 [-] AMPLoggingFactory starting on '/var/run/caldavd/caldavd.sock' 2012-06-22 14:17:43+0200 [-] CalDAVStatisticsServer starting on '/var/run/caldavd/caldavd-stats.sock' 2012-06-22 14:17:43+0200 [-] LimitingInheritingProtocolFactory starting on 8008 2012-06-22 14:17:44+0200 [-] [groupcacher] 2012-06-22 14:17:44+0200 [-] Log opened. 2012-06-22 14:17:44+0200 [-] [groupcacher] 2012-06-22 14:17:44+0200 [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2012-06-22 14:17:44+0200 [-] [groupcacher] 2012-06-22 14:17:44+0200 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2012-06-22 14:17:44+0200 [-] [groupcacher] 2012-06-22 14:17:44+0200 [-] set uid/gid 104/107 2012-06-22 14:17:44+0200 [-] [groupcacher] 2012-06-22 14:17:44+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacherService#warn] Start ing group membership cacher service 2012-06-22 14:17:44+0200 [-] [caldav-0] Reading configuration from file: /etc/caldavd/caldavd.plist 2012-06-22 14:17:44+0200 [-] [caldav-0] [-] Log opened. 2012-06-22 14:17:44+0200 [-] [caldav-0] [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2012-06-22 14:17:44+0200 [-] [caldav-0] [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2012-06-22 14:17:44+0200 [-] [caldav-0] [-] set uid/gid 104/107 2012-06-22 14:17:44+0200 [-] [caldav-1] Reading configuration from file: /etc/caldavd/caldavd.plist 2012-06-22 14:17:44+0200 [-] [caldav-1] [-] Log opened. 2012-06-22 14:17:44+0200 [-] [caldav-1] [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2012-06-22 14:17:44+0200 [-] [caldav-1] [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2012-06-22 14:17:44+0200 [-] [caldav-1] [-] set uid/gid 104/107 2012-06-22 14:17:44+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd /caldavd.sock') PEER:UNIXAddress('')) 2012-06-22 14:17:44+0200 [-] [caldav-0] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock')) 2012-06-22 14:17:44+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd /caldavd.sock') PEER:UNIXAddress('')) 2012-06-22 14:17:44+0200 [-] [caldav-1] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock')) 2012-06-22 14:18:52+0200 [-] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 591, in _doReadOrWrite why = selectable.doWrite() File "/usr/lib/python2.7/dist-packages/twext/internet/sendfdport.py", line 139, in doWrite sendfd(self.skt.fileno(), skt.fileno(), desc) File "/usr/lib/python2.7/dist-packages/twext/python/sendfd.py", line 42, in sendfd socketfd, description, 0, [(SOL_SOCKET, SCM_RIGHTS, pack("i", fd))] socket.error: [Errno 22] Invalid argument 2012-06-22 14:18:52+0200 [-] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 591, in _doReadOrWrite why = selectable.doWrite() File "/usr/lib/python2.7/dist-packages/twext/internet/sendfdport.py", line 139, in doWrite sendfd(self.skt.fileno(), skt.fileno(), desc) File "/usr/lib/python2.7/dist-packages/twext/python/sendfd.py", line 42, in sendfd socketfd, description, 0, [(SOL_SOCKET, SCM_RIGHTS, pack("i", fd))] socket.error: [Errno 22] Invalid argument
--- End Message ---
--- Begin Message ---Source: calendarserver Source-Version: 3.2+dfsg-2 We believe that the bug you reported is fixed in the latest version of calendarserver, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rahul Amaram <[email protected]> (supplier of updated calendarserver package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 14 Aug 2012 22:08:02 +0530 Source: calendarserver Binary: calendarserver Architecture: source i386 Version: 3.2+dfsg-2 Distribution: unstable Urgency: low Maintainer: Rahul Amaram <[email protected]> Changed-By: Rahul Amaram <[email protected]> Description: calendarserver - Apple's Calendar and Contacts Server Closes: 678525 681170 684996 Changes: calendarserver (3.2+dfsg-2) unstable; urgency=low . * The second call to PyArg_ParseTuple in sendmsg.c passed an int* where a Py_ssize_t* should be passed. This has been fixed. (Closes: #678525) * Added option "EnableSSL" to conf/caldavd.plist. This has to be set to true for calendarserver to listen on SSL port. (Closes: #681170) * Changed source dependency from pyton-dev to python-all-dev as now a fix for building package for both python 2.6 and python 2.7 is provided. (Thanks to Fredrik Unger for providing the fix) (Closes: #684996) * Updated calendarserver.README.Debian * Bumped Debian compat to 9 Checksums-Sha1: c8849d079ca1df22a768fffcb7ead9944a216f72 1325 calendarserver_3.2+dfsg-2.dsc a60cad4d8b60e93bcad2ee0954fe55222ffcad81 20748 calendarserver_3.2+dfsg-2.debian.tar.gz 2083b225e37caec3efd116e0f99204eeb1e317b5 1505066 calendarserver_3.2+dfsg-2_i386.deb Checksums-Sha256: b19e4560845f8a9e7e6ee864156fc949156882dbde6996e15f76befe88047aec 1325 calendarserver_3.2+dfsg-2.dsc e1d45ff653cd08092ea32b2e785707e572b3fad386d73f35f4fa52650fa2e394 20748 calendarserver_3.2+dfsg-2.debian.tar.gz 44015891b9d37a65e463c26152e2d283749d9cf6e7d313c1b4a951c41d5d6944 1505066 calendarserver_3.2+dfsg-2_i386.deb Files: a8c26f3b32e6758819cf998e8e4de91c 1325 net optional calendarserver_3.2+dfsg-2.dsc b5c152f04f10a050cb8682cbf21990f0 20748 net optional calendarserver_3.2+dfsg-2.debian.tar.gz 8750873f22d557b6af8625af194a3612 1505066 net optional calendarserver_3.2+dfsg-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFQK/2mn88szT8+ZCYRAixpAJ9T/PZJznhBUGQkELFdfRACMI93xACfYJAk fdlP8kIBhS9MxFc+TQrZ5yU= =C6w3 -----END PGP SIGNATURE-----
--- End Message ---

