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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to