Your message dated Wed, 04 May 2011 21:19:02 +0000
with message-id <[email protected]>
and subject line Bug#602918: fixed in cipux-cat-web 3.4.0.3-4
has caused the Debian Bug report #602918,
regarding directory /var/cache/cipux-cat-web needs to be created in postinst
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.)
--
602918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602918
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cipux-cat-web
Version: 3.4.0.2-3
Severity: normal
When accessing $server/cipux-cat-web/cat.cgi I get the following error:
Software error:
Can not open
/var/cache/cipux-cat-web/cipux-cat-web/c35005245674135cbd101c1409208d01 for
writing! at /usr/share/cipux-cat-web/web/cat.cgi line 25
This directory needs to be created with proper attributes at install time.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (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/bash
Versions of packages cipux-cat-web depends on:
ii apache2 2.2.16-3 Apache HTTP Server metapackage
ii apache2-mpm-worker [httpd-cgi 2.2.16-3 Apache HTTP Server - high speed th
ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii libcgi-formbuilder-perl 3.05.01-7 Easily generate and process statef
ii libcipux-cat-web-perl 3.4.0.2-3 user and resource management frame
ii libcipux-perl 3.4.0.11-1 user and resource management frame
ii libclass-std-perl 0.0.9-2 Support for creating standard "ins
ii libdate-manip-perl 6.11-1 module for manipulating dates
ii libfrontier-rpc-perl 0.07b4-4 Perl module to implement RPC calls
ii libtemplate-perl 2.22-0.1 template processing system written
ii perl 5.10.1-15 Larry Wall's Practical Extraction
ii perl-modules [libversion-perl 5.10.1-15 Core Perl modules
Versions of packages cipux-cat-web recommends:
ii cipux-rpcd 3.4.0.8-1 XML-RPC server for CipUX
cipux-cat-web suggests no packages.
-- debconf information:
cipux-cat-web/restart-webserver: true
cipux-cat-web/reconfigure-webserver: apache2, lighttpd
>From 8993ac4074f48da64a9d34e6a062f8d6b4dc2fb9 Mon Sep 17 00:00:00 2001
From: Per Carlson <[email protected]>
Date: Tue, 9 Nov 2010 13:46:44 +0100
Subject: [PATCH] d/postinst: added creation of /var/cache/cipux-cat-web
---
debian/postinst | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/debian/postinst b/debian/postinst
index 433842e..a631d74 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -20,6 +20,13 @@ case "$1" in
[ -f /etc/cipux-cat-web/cipux-cat-web.conf ] && \
chmod 640 /etc/cipux-cat-web/cipux-cat-web.conf
chown -R www-data:www-data /etc/cipux-cat-web
+ #
+ # added by [email protected]
+ if [ ! -d /var/cache/cipux-cat-web ]; then
+ mkdir -p /var/cache/cipux-cat-web
+ fi
+ chown -R www-data:www-data /var/cache/cipux-cat-web
+ chmod 750 /var/cache/cipux-cat-web
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
--
1.7.2.3
--- End Message ---
--- Begin Message ---
Source: cipux-cat-web
Source-Version: 3.4.0.3-4
We believe that the bug you reported is fixed in the latest version of
cipux-cat-web, which is due to be installed in the Debian FTP archive:
cipux-cat-web_3.4.0.3-4.debian.tar.gz
to main/c/cipux-cat-web/cipux-cat-web_3.4.0.3-4.debian.tar.gz
cipux-cat-web_3.4.0.3-4.dsc
to main/c/cipux-cat-web/cipux-cat-web_3.4.0.3-4.dsc
cipux-cat-web_3.4.0.3-4_all.deb
to main/c/cipux-cat-web/cipux-cat-web_3.4.0.3-4_all.deb
libcipux-cat-web-perl_3.4.0.3-4_all.deb
to main/c/cipux-cat-web/libcipux-cat-web-perl_3.4.0.3-4_all.deb
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.
Jonas Smedegaard <[email protected]> (supplier of updated cipux-cat-web 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: SHA512
Format: 1.8
Date: Wed, 04 May 2011 22:10:39 +0200
Source: cipux-cat-web
Binary: libcipux-cat-web-perl cipux-cat-web
Architecture: source all
Version: 3.4.0.3-4
Distribution: unstable
Urgency: low
Maintainer: CipUX team <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description:
cipux-cat-web - user and resource management framework CipUX - web-based admin
to
libcipux-cat-web-perl - user and resource management framework CipUX -
web-based admin to
Closes: 602912 602918 602981
Changes:
cipux-cat-web (3.4.0.3-4) unstable; urgency=low
.
* Improve package relations:
+ Stop (build-)depending on packages provided by perl-modules (even
in oldstable): libversion-perl libtest-simple-perl.
+ Fix depend on liblocale-maketext-lexicon-perl.
Closes: bug#602912. Thanks to Per Carlson.
+ Relax (drop versioning) for packages satisifed even in oldstable:
- libtest-pod-perl
- libtest-pod-coverage-perl
- lighttpd
+ Fix recommend libmodule-list-pluggable-perl and suggest (since not
yet available in Debian) libsys-info-os-perl.
* Update copyright file:
+ Rewrite using draft 174 of DEP-5 format.
+ Fix use initial wildcard Files section.
+ Rewrap license fields at 72 chars, and shorten comments.
+ Add Files sections for proper copyright-claimed gettext files.
* Bump policy compliance to standards-version 3.9.2.
* Bump debhelper compatibility level to 7 (satisfied even in
oldstable, and cdbs need backporting for oldstable anyway).
Tighten build-dependencies on debhelper and cdbs correspondingly.
* Improve libcipux-cat-web-perl postinst:
+ Tighten access rights only on (created if needed) dirs (not
content: respect user customizations and avoid potential hardlink
attack).
+ Handle also /var/cache/cipux-cat-web.
Closes: bug#602918. Thanks to Per Carlson.
* Add japanese (ja) debconf l10n.
Closes: bug#602981. Thanks to Nobuhiro Iwamatsu.
Checksums-Sha1:
e27599a2926c291f06bdb7278f6cf92e60faec5e 2450 cipux-cat-web_3.4.0.3-4.dsc
fa37922b301b82933f12e1fdcade67559c7f3bcf 23936
cipux-cat-web_3.4.0.3-4.debian.tar.gz
ad7d4141a9acabf61920e83ee2952355cd2a279c 95336
libcipux-cat-web-perl_3.4.0.3-4_all.deb
5376ec6e08939f3953fb753cfb9fea1732dc9cfa 296744 cipux-cat-web_3.4.0.3-4_all.deb
Checksums-Sha256:
1ee38180384e3595ed2ded0479078496e85089ef32602db4288dae496adede59 2450
cipux-cat-web_3.4.0.3-4.dsc
5d0d53dce8d28c3984ef4683c39c093491a7b57548f1a21a6c08f0fe57b08d8a 23936
cipux-cat-web_3.4.0.3-4.debian.tar.gz
573fb6b04c3e2a2b0967bda732599ca581e051bd7eedd23ccf1d7b5c4e6b378b 95336
libcipux-cat-web-perl_3.4.0.3-4_all.deb
b54258b5d158df2aa47a35850ce4851fc047f907202c30cb6cc46f50f4c8e576 296744
cipux-cat-web_3.4.0.3-4_all.deb
Files:
cf6deeecd898024bac5afab4ebfaee30 2450 perl optional cipux-cat-web_3.4.0.3-4.dsc
0dd21306ddfbd5b3f312a3677681d15f 23936 perl optional
cipux-cat-web_3.4.0.3-4.debian.tar.gz
1d06b422f8d390574142a7e85ebe2d3a 95336 perl optional
libcipux-cat-web-perl_3.4.0.3-4_all.deb
2f8e9019853e6f3944bf5b88361079f9 296744 perl optional
cipux-cat-web_3.4.0.3-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJNwbM2AAoJECx8MUbBoAEhmisP/0ZJ5UU11bC7cEpxJiNjVWFM
wFw8ARoRYlu97/OrO2JAZqchYLxtS9xltIt6QbW5h26xtwKn4Ffi6jgoP0C7nJ6C
dC2zWptmMNNIaV/ia1aZBZgCrh1lNPvnOYwRYMCkNu8B1iiwdENr8MDVuWaZbwJw
P2V/e0XDXZTmQCEtMLSGMBirWaMr8waXypDccwBmy3qAv3lGNdpiK2AS6DSg0ZJN
6Z6a2XYzZIcHElJZuFhFVcGUOmeTC4XziVKXZcmppGiGg+RomKGOVO5JQCTCWhkB
o7HffjDdJWdxjDHYj2ABGXTY2YskRVQeiCo/3E37I7D5RfN9D2JB6KFW6ooiVYrf
17u0UFQM7A55tkMm08VJprdVBp2Xts5X7YsSVyKme7kuo8mvlZGig3tURZA0edJk
QlTagpuU5Xt8KJhDqwSmpz19iAG5VIMeZ2vTrQ9XfnVc2M9DjeuCG5WVCdtR60jz
Hihwega9x4poLdZvO+stugNUCi/fni4uuy/5zlSaJ+tDTeIFeaElsJ7XvtNrGqai
F8BywXx0/aTZswtbxRLTgM7EPIbgD+96TIPzrpLr6jljhmVrZHJgg+A1yKWihDAq
HSz3UJH8gyL8q1qOGVrSQVbhuVmr7s0wpUVVgy3LavbhRKHq4d9oIJ5O8YnpHvU5
N8u1VeBo1CLhSoh1gl/F
=zXow
-----END PGP SIGNATURE-----
--- End Message ---