Your message dated Thu, 19 Jul 2012 19:32:16 +0000
with message-id <[email protected]>
and subject line Bug#681549: fixed in couchdb 1.2.0-2
has caused the Debian Bug report #681549,
regarding couchdb: missing write permission for /var/run/couchdb
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.)
--
681549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681549
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: couchdb
Version: 1.2.0-1
Severity: important
Tags: patch
Dear Maintainer,
The init.d file for couchdb creates the directory /var/run/couchdb if it
isn't present, but fails to grant the user that runs couchdb write access.
This causes the init script for couchdb to fail with the following error:
[....] Starting database server: couchdbApache CouchDB needs write permission
on the PID file: /var/run/couchdb/couchdb.pid
failed!
The rather trivial attached patch resolves this.
Cheers!
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.14-vs2.3.2.8-beng (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
--- etc/init.d/couchdb.orig 2012-07-14 16:42:37.566622819 +1200
+++ etc/init.d/couchdb 2012-07-14 16:43:16.590624165 +1200
@@ -84,6 +84,7 @@
# Start Apache CouchDB as a background process.
mkdir -p "$RUN_DIR"
+ chown -R $COUCHDB "$RUN_DIR"
command="$COUCHDB -b"
if test -n "$COUCHDB_STDOUT_FILE"; then
command="$command -o $COUCHDB_STDOUT_FILE"
--- End Message ---
--- Begin Message ---
Source: couchdb
Source-Version: 1.2.0-2
We believe that the bug you reported is fixed in the latest version of
couchdb, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated couchdb 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: Thu, 19 Jul 2012 20:13:25 +0200
Source: couchdb
Binary: couchdb
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
couchdb - RESTful document oriented database
Closes: 681549
Changes:
couchdb (1.2.0-2) unstable; urgency=low
.
* Make couchdb user own its run directory (closes: #681549).
Checksums-Sha1:
4920877da0f0b45c0d6232c941194cf00e2f48b4 1243 couchdb_1.2.0-2.dsc
75c15a4f603f9d02019a5c5916394d7f50a99790 8798 couchdb_1.2.0-2.debian.tar.gz
00d9541882dd72ef2afcc070e5d6dcc12fb9199b 1026526 couchdb_1.2.0-2_amd64.deb
Checksums-Sha256:
8fc11bb97b16318207f20d9d4d71f2d4bce7abb5a4dc1bd04fa193255b660eb4 1243
couchdb_1.2.0-2.dsc
b47eeb5e882d0964f8b34c5e25986b01d4f8224263ae2ace2cb57e2021f83813 8798
couchdb_1.2.0-2.debian.tar.gz
270b5f9b31694113928c73c4ccedca21458476f2930a240681346d0984a860b1 1026526
couchdb_1.2.0-2_amd64.deb
Files:
f24d7dad84a5b8fa2414163d83b965b8 1243 misc optional couchdb_1.2.0-2.dsc
82b582c6a61c6469b58a3192ce52c2f6 8798 misc optional
couchdb_1.2.0-2.debian.tar.gz
4e706346196272a681280a0682f56dae 1026526 misc optional
couchdb_1.2.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlAIXWAACgkQMDatjqUaT93ZugCfZLlC6ygpV1HUPNaRNozEEB65
ITAAnixJg0t5umVRIbkLUdb0W6b+vrbS
=wBFn
-----END PGP SIGNATURE-----
--- End Message ---