[Pkg-owncloud-maintainers] Bug#681138: owncloud: setup sets wrong db entrys which prevent using cal/carddav

o0u fr1tz at riseup.net
Tue Jul 10 20:36:38 UTC 2012


Package: owncloud
Version: 4.0.4debian-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***
As descriped on the mailing list I installed (new install) the current debian owncloud package (mysql version) and set everything up.

But the cal/carddav functionality didn't work. With help from Thomas
Müller we found out, that there were some wrong entrys in the db (in
`oc_appconfig`).

Actually it was 

>         ('core', 'remote_contacts', 'appinfo/remote.php'),
>         ('core', 'remote_carddav', 'appinfo/remote.php'),
>         ('core', 'remote_calendar', 'appinfo/remote.php'),
>         ('core', 'remote_caldav', 'appinfo/remote.php'),

which should have been

         ('core', 'remote_contacts', '/apps/contacts/appinfo/remote.php'),
	 ('core', 'remote_carddav', '/apps/contacts/appinfo/remote.php'),
	 ('core', 'remote_calendar', '/apps/calendar/appinfo/remote.php'),
	 ('core', 'remote_caldav', '/apps/calendar/appinfo/remote.php'),


Changing these entries fixed the problem.


Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages owncloud depends on:
ii  apache2                      2.2.22-9
ii  apache2-mpm-prefork [httpd]  2.2.22-9
ii  libjs-jquery                 1.7.2+debian-2
ii  libjs-jquery-jplayer         2.1.0-1
ii  libjs-jquery-ui              1.8.ooops.21+dfsg-2
ii  libphp-phpmailer             5.1-1
ii  owncloud-mysql               4.0.4debian-1
ii  php-crypt-blowfish           1.1.0~RC2-1
ii  php-getid3                   1.9.3-1
ii  php-mdb2                     2.5.0b3-2
ii  php-mdb2-schema              0.8.5-1
ii  php-pear                     5.4.4-2
ii  php-sabredav                 1.6.2-3
ii  php-xml-parser               1.3.4-6
ii  php5                         5.4.4-2
ii  php5-curl                    5.4.4-2
ii  php5-gd                      5.4.4-2

Versions of packages owncloud recommends:
ii  ssmtp [mail-transport-agent]  2.64-7

owncloud suggests no packages.

-- Configuration Files:
/etc/apache2/conf.d/owncloud.conf changed [not included]
/etc/owncloud/htaccess [Errno 13] Permission denied: u'/etc/owncloud/htaccess'

-- no debconf information





More information about the Pkg-owncloud-maintainers mailing list