Your message dated Sun, 17 Jun 2012 12:21:26 +0000
with message-id <[email protected]>
and subject line Bug#677159: fixed in owncloud 4.0.2debian-1
has caused the Debian Bug report #677159,
regarding owncloud: Uploading tar file crash the app, workaround provided
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.)
--
677159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: owncloud
Version: 4.0.1debian-2
Severity: normal
Dear Maintainer, have a look a its dependencies
* What led up to the situation?
Upload a tar.gz file then error 500 is risen
In apache log
[Tue Jun 12 00:33:01 2012] [error] [client 127.0.0.1]
PHP Fatal error:
require_once():
Failed opening required '3rdparty/Archive/Tar.php'
(include_path='/usr/share/owncloud/lib:/usr/share/owncloud/config:/usr/share/owncloud/3rdparty:/usr/share/owncloud:/usr/share/owncloud/apps:/usr/share/owncloud/lib:.:/usr/share/php:/usr/share/pear:/usr/share/owncloud')
in /usr/share/owncloud/lib/archive/tar.php on line 9, referer:
http://localhost/owncloud/?app=media
Workaround is :
ln -fs /usr/share/php/Archive /usr/share/owncloud/3rdparty/Archive
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.3.6lenovog470+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages owncloud depends on:
ii apache2 2.2.22-6
ii apache2-mpm-prefork [httpd] 2.2.22-6
ii libjs-jquery 1.7.2+debian-1
ii libjs-jquery-jplayer 2.1.0-1
ii libjs-jquery-ui 1.8.ooops.20+dfsg-1
ii libphp-phpmailer 5.1-1
ii owncloud-sqlite 4.0.1debian-2
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~rc2-1
ii php-sabredav 1.6.2-3
ii php-xml-parser 1.3.4-6
ii php5 5.4.4~rc2-1
ii php5-curl 5.4.4~rc2-1
ii php5-gd 5.4.4~rc2-1
Versions of packages owncloud recommends:
ii exim4 4.80-3
ii exim4-daemon-light [mail-transport-agent] 4.80-3
owncloud suggests no packages.
-- Configuration Files:
/etc/owncloud/htaccess changed [not included]
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: owncloud
Source-Version: 4.0.2debian-1
We believe that the bug you reported is fixed in the latest version of
owncloud, which is due to be installed in the Debian FTP archive:
owncloud-mysql_4.0.2debian-1_all.deb
to main/o/owncloud/owncloud-mysql_4.0.2debian-1_all.deb
owncloud-pgsql_4.0.2debian-1_all.deb
to main/o/owncloud/owncloud-pgsql_4.0.2debian-1_all.deb
owncloud-sqlite_4.0.2debian-1_all.deb
to main/o/owncloud/owncloud-sqlite_4.0.2debian-1_all.deb
owncloud_4.0.2debian-1.debian.tar.gz
to main/o/owncloud/owncloud_4.0.2debian-1.debian.tar.gz
owncloud_4.0.2debian-1.dsc
to main/o/owncloud/owncloud_4.0.2debian-1.dsc
owncloud_4.0.2debian-1_all.deb
to main/o/owncloud/owncloud_4.0.2debian-1_all.deb
owncloud_4.0.2debian.orig.tar.bz2
to main/o/owncloud/owncloud_4.0.2debian.orig.tar.bz2
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.
Paul van Tilburg <[email protected]> (supplier of updated owncloud 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: Sun, 17 Jun 2012 14:03:35 +0200
Source: owncloud
Binary: owncloud owncloud-mysql owncloud-pgsql owncloud-sqlite
Architecture: source all
Version: 4.0.2debian-1
Distribution: unstable
Urgency: high
Maintainer: ownCloud for Debian maintainers
<[email protected]>
Changed-By: Paul van Tilburg <[email protected]>
Description:
owncloud - cloud storage for files, music, contacts, calendars and many more
owncloud-mysql - meta-package providing MySQL dependencies for ownCloud
owncloud-pgsql - meta-package providing PostgreSQL dependencies for ownCloud
owncloud-sqlite - meta-package providing SQLite dependencies for ownCloud
Closes: 676131 676319 676600 677159
Changes:
owncloud (4.0.2debian-1) unstable; urgency=high
.
* New upstream bugfix release.
* debian/postinst:
- Check whether a2enmod and apache2ctl are available (as apache2 need
not be installed) (closes: #676319).
- Ensure that the ownership of permissions of /etc/owncloud/config.php
and /etc/owncloud/htaccess are correct.
* debian/patches:
- Added fix_tar_require.diff to make the require path
not point to 3rdparty/ so that Archive/Tar.php from php-pear is used
(closes: #677159).
- Added fix_sabre_requires.diff to fix the require path for Sabre as well.
- Added fix_config.php_mode.diff to ensure that the generated configuration
is not world-readable (closes: #676131)
- Updated 01_fix_data_path.diff for the new, real location of the
config (/etc/owncloud).
- Updated 05_no_app_store.diff to set the "appstoreenabled" default in
the source (and configuration example) universally to "false".
* debian/rules, debian/owncloud.install, debian/owncloud.links,
debian/owncloud.README.Debian, debian/config/:
Install stuff to /usr/share/owncloud and link data, backup, themes and
configuration dirs instead of the other way around (closes: #676600).
* debian/watch: updated to use the new releases page.
Checksums-Sha1:
45beb6c1a5d208ff08af41d0a5150d0363644c12 1547 owncloud_4.0.2debian-1.dsc
6ff8f9b7e63faba9f6bc663188fa10832d0fd2f5 4562470
owncloud_4.0.2debian.orig.tar.bz2
93683023b76b3bf8c2420e4ee37aef134478659d 31958
owncloud_4.0.2debian-1.debian.tar.gz
2c6aecc556cfefbd6ac1e22aa925f8d81a37807f 2209922 owncloud_4.0.2debian-1_all.deb
488d4009891b30b6be08414c63b67ddd4c62dfdf 25396
owncloud-mysql_4.0.2debian-1_all.deb
5ad71133bd44c32c6f2e9e8a71d83aebb381fd92 25390
owncloud-pgsql_4.0.2debian-1_all.deb
ec07ec4a3e5655926fca170419f398d7d307134f 50490
owncloud-sqlite_4.0.2debian-1_all.deb
Checksums-Sha256:
7b55d83b77f2a1261c583ad463c23a635384cbb9c98348e1588db9acfac028d7 1547
owncloud_4.0.2debian-1.dsc
073223a44f618d1c30a9c0ef5cf4cf78bca3f9179d8e6d794b690e545f013a10 4562470
owncloud_4.0.2debian.orig.tar.bz2
d57239581658616fd726acca4ca6f0ea9deb32ec0d3e23d1b79424c1d18aaa0e 31958
owncloud_4.0.2debian-1.debian.tar.gz
ac0ab29f7ca7b98f42ecb21eafd47896f574ee7c3c79be4d5559adbc684cced3 2209922
owncloud_4.0.2debian-1_all.deb
6ab3239afc0328836df46ff3935d844a9f99a82ce0abc2731db946ca41c5576d 25396
owncloud-mysql_4.0.2debian-1_all.deb
faa4641d13a1520374ef73ab549a2ac17dc32189b2ba9297971ffbd027d2c6e3 25390
owncloud-pgsql_4.0.2debian-1_all.deb
705b516cc1fc4228e7cc672088c5a4ee9899478ecc98d9a5f1b11ae76e19e4a9 50490
owncloud-sqlite_4.0.2debian-1_all.deb
Files:
63afeac2ef41787ebe50e5918b873ed2 1547 web extra owncloud_4.0.2debian-1.dsc
153991648dd54668deaf76531544c733 4562470 web extra
owncloud_4.0.2debian.orig.tar.bz2
903ae550f295f180b605be653efcf347 31958 web extra
owncloud_4.0.2debian-1.debian.tar.gz
3ccc5db3dc81cdce5948cd936c450935 2209922 web extra
owncloud_4.0.2debian-1_all.deb
07215a855173cc0333c0ed76de7066b6 25396 web extra
owncloud-mysql_4.0.2debian-1_all.deb
d01296371ecc00fa79414b0678d3bcf8 25390 web extra
owncloud-pgsql_4.0.2debian-1_all.deb
07fdfd69cba3267d1d12542a4ce12b0b 50490 web extra
owncloud-sqlite_4.0.2debian-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk/dyJsACgkQJBBhylAGQYHDkgCfaxpU8s9xFWxYi/0WR9GLmpYV
9vAAnRGV21DNm0uP6/XTw/OG3ncLkB3/
=zM1X
-----END PGP SIGNATURE-----
--- End Message ---