Your message dated Sun, 13 Nov 2011 04:36:43 +0000
with message-id <[email protected]>
and subject line Bug#596191: fixed in ser 2.0.0-5
has caused the Debian Bug report #596191,
regarding Fails to start when /var/run/ser doesnt exist, as happens on dists 
using temp /var/run dirs
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.)


-- 
596191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596191
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ser
Version: 2.0.0-4
Severity: normal

On dists such as ubuntu using temporary /var/run dirs the init script will
fail. attached is a small init script change that allows check and creation of
/var/run/ser in the init script that allows startup in this case. let me know
if this is fine to use in debian or if otherwise i'll try to add to ubuntu.
thanks



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ser depends on:
ii  adduser                     3.112        add and remove users and groups
ii  libc6                       2.11.2-5     Embedded GNU C Library: Shared lib
ii  libreadline5                5.2-7        GNU readline and history libraries
ii  libuuid1                    2.17.2-3.1   Universally Unique ID library
ii  libxml2                     2.7.7.dfsg-4 GNOME XML library

ser recommends no packages.

Versions of packages ser suggests:
pn  rtpproxy                      <none>     (no description available)
pn  ser-cpl-module                <none>     (no description available)
pn  ser-jabber-module             <none>     (no description available)
pn  ser-mysql-module              <none>     (no description available)
pn  ser-pa-module                 <none>     (no description available)
pn  ser-radius-modules            <none>     (no description available)

-- no debconf information
diff -ruN ser-2.0.0/debian/ser.init ser-2.0.0.new//debian/ser.init
--- ser-2.0.0/debian/ser.init	2010-09-09 06:12:29.000000000 +0100
+++ ser-2.0.0.new//debian/ser.init	2010-09-09 06:11:14.000000000 +0100
@@ -36,6 +36,12 @@
 
 set -e
 
+# Make sure /var/run/ subdirectories exists.
+if [ ! -e /var/run/$NAME ] ; then
+    mkdir -p /var/run/$NAME
+    chmod 755 /var/run/$NAME
+fi
+
 case "$1" in
   start)
 	echo -n "Starting $DESC: $NAME"

--- End Message ---
--- Begin Message ---
Source: ser
Source-Version: 2.0.0-5

We believe that the bug you reported is fixed in the latest version of
ser, which is due to be installed in the Debian FTP archive:

ser-acc-db-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-acc-db-module_2.0.0-5_amd64.deb
ser-acc-radius-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-acc-radius-module_2.0.0-5_amd64.deb
ser-cpl-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-cpl-module_2.0.0-5_amd64.deb
ser-jabber-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-jabber-module_2.0.0-5_amd64.deb
ser-mysql-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-mysql-module_2.0.0-5_amd64.deb
ser-osp-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-osp-module_2.0.0-5_amd64.deb
ser-pa-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-pa-module_2.0.0-5_amd64.deb
ser-postgres-module_2.0.0-5_amd64.deb
  to main/s/ser/ser-postgres-module_2.0.0-5_amd64.deb
ser-radius-modules_2.0.0-5_amd64.deb
  to main/s/ser/ser-radius-modules_2.0.0-5_amd64.deb
ser_2.0.0-5.diff.gz
  to main/s/ser/ser_2.0.0-5.diff.gz
ser_2.0.0-5.dsc
  to main/s/ser/ser_2.0.0-5.dsc
ser_2.0.0-5_amd64.deb
  to main/s/ser/ser_2.0.0-5_amd64.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.
Mark Purcell <[email protected]> (supplier of updated ser 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, 13 Nov 2011 12:28:15 +1100
Source: ser
Binary: ser ser-mysql-module ser-jabber-module ser-cpl-module ser-pa-module 
ser-radius-modules ser-postgres-module ser-acc-db-module ser-acc-radius-module 
ser-osp-module
Architecture: source amd64
Version: 2.0.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Mark Purcell <[email protected]>
Description: 
 ser        - high-performance SIP server
 ser-acc-db-module - accounting module for SER (dummy package)
 ser-acc-radius-module - accounting module for SER, with RADIUS support (dummy 
package)
 ser-cpl-module - Call Processing Language interpreter for SER
 ser-jabber-module - Jabber bridge module for the SIP Express Router
 ser-mysql-module - MySQL database connectivity module for SER
 ser-osp-module - Open Settlement Protocol module for for SER
 ser-pa-module - presence module for the SIP Express Router
 ser-postgres-module - PostgreSQL database connectivity module for SER
 ser-radius-modules - RADIUS modules for the SIP Express Router
Closes: 596191 634436
Changes: 
 ser (2.0.0-5) unstable; urgency=low
 .
   * Fix "FTBFS: build-dependency not installable: libreadline5-dev"
     Changed Build-Depends: libreadline-dev (Closes: #634436)
   * Fix "Fails to start when /var/run/ser doesnt exist, as happens on
     dists using temp /var/run dirs" Update ser.init (Closes: #596191)
Checksums-Sha1: 
 b77415c322d030c02d4ad00f82a73c82eb3cda4b 1879 ser_2.0.0-5.dsc
 ea6a80f62598de0e5cf03e2176813e7d58ba21bd 15058 ser_2.0.0-5.diff.gz
 b4d5aaa7ba341af39ef81aa54a9cd0bf47b00229 1827380 ser_2.0.0-5_amd64.deb
 a1b453bb7aecb3e4aeaf7ba693ed79d1de4029fc 24046 
ser-mysql-module_2.0.0-5_amd64.deb
 26798adcb02304b0858cbbd3c697b67e14d3d5d8 98182 
ser-jabber-module_2.0.0-5_amd64.deb
 5864b1c9d54f3d0b3a7bb2d538a941fe8277e171 109870 
ser-cpl-module_2.0.0-5_amd64.deb
 222b457e325948af6f490fff9ce57870a0c0a786 219282 ser-pa-module_2.0.0-5_amd64.deb
 e0725ca4c19c5bd48b69af11d12ce1e2b5ecb22b 41920 
ser-radius-modules_2.0.0-5_amd64.deb
 bdee613c5b2ea800968f2408e111d7eea1718a91 33102 
ser-postgres-module_2.0.0-5_amd64.deb
 46df2856b0282643348eed157f2dc70a50b16585 4932 
ser-acc-db-module_2.0.0-5_amd64.deb
 4dc5355fd98395089bc0d2e2dcab139a84500e1a 4934 
ser-acc-radius-module_2.0.0-5_amd64.deb
 cf772d0f7b4d34529a87d0188e387216fa046187 54738 ser-osp-module_2.0.0-5_amd64.deb
Checksums-Sha256: 
 084840f1fcdb84afc24eaafc0e1d24249f09a075bd57318e9bf86fcdb0cb8c6a 1879 
ser_2.0.0-5.dsc
 3f750aa3b232759b8ff2eb41fc793c1a61ad32f687755564887c8befb2b99986 15058 
ser_2.0.0-5.diff.gz
 d2adaeeb054e39678f3979d3aa17ddb8ed9f00ffa568bcd2cd1c160660dc39e6 1827380 
ser_2.0.0-5_amd64.deb
 0f0bdd20d483e19c00845315a988086a17e8308a77f9e80405d41475e31c3f0d 24046 
ser-mysql-module_2.0.0-5_amd64.deb
 12da1d01f106a87b83985c638434cec546376610d75c722b1c48cf34a18965a2 98182 
ser-jabber-module_2.0.0-5_amd64.deb
 84392b9eddc4b520bca0982d8b2e265a62466daded614cf66a558d6487f7769f 109870 
ser-cpl-module_2.0.0-5_amd64.deb
 a2b7fe248da1ad19d8886c9742bc013055dc731de10cf9ffb8353d5b8c1992e8 219282 
ser-pa-module_2.0.0-5_amd64.deb
 cf59eb40fb55471b6714bb2f1bd6e1c1a318a7add43cc65c68c5ad7a23b86988 41920 
ser-radius-modules_2.0.0-5_amd64.deb
 ab2c8ae821d5116f540de4b92163049b38878c512f23bf9c7a9c47829e8eb625 33102 
ser-postgres-module_2.0.0-5_amd64.deb
 fbebfe3fddd4512fe6e253157484a18fec1e085242785cef2dfe50a37acda76b 4932 
ser-acc-db-module_2.0.0-5_amd64.deb
 26fde8bf212fb5a7cec1fd4336f778b75ac00f4fa13b96e1a78e326286fa3e2e 4934 
ser-acc-radius-module_2.0.0-5_amd64.deb
 f1054eea37716d2a56f0cb83f330c0ccc7a078628e9a6fd270933e1a2b63a3e8 54738 
ser-osp-module_2.0.0-5_amd64.deb
Files: 
 06eb8f874d3796ee2ab81ce9ec68f5e0 1879 net optional ser_2.0.0-5.dsc
 84ddffa96aa7c227d57035dbeff9496c 15058 net optional ser_2.0.0-5.diff.gz
 39b0b601e6df0c8f0e7e6579f0775b86 1827380 net optional ser_2.0.0-5_amd64.deb
 9535ed65cabf026b30811eb0baf014b0 24046 net optional 
ser-mysql-module_2.0.0-5_amd64.deb
 0179e4ea38f923384d1b8b87170a51e0 98182 net optional 
ser-jabber-module_2.0.0-5_amd64.deb
 404ec56a6f58aa5f945f7ad46c3da5b0 109870 net optional 
ser-cpl-module_2.0.0-5_amd64.deb
 e1f65f0cc80b4342e07af7c837264732 219282 net optional 
ser-pa-module_2.0.0-5_amd64.deb
 529d38dbeefa21adedf082e17998863e 41920 net optional 
ser-radius-modules_2.0.0-5_amd64.deb
 cc324627e790b06bd0ffba35390b8518 33102 net optional 
ser-postgres-module_2.0.0-5_amd64.deb
 b79559426a68bd0fcff02b186a5b92f5 4932 net optional 
ser-acc-db-module_2.0.0-5_amd64.deb
 6bbebc4388093e4bb713c328b366011e 4934 net optional 
ser-acc-radius-module_2.0.0-5_amd64.deb
 30f17fe6a1ab7484a028673c3f1ed352 54738 net optional 
ser-osp-module_2.0.0-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6/IkoACgkQoCzanz0IthLZAgCgktflG+275HnCnacNHOT8lWao
sUEAn39eMhBkPs8x4bdroZuTX5M1WWI8
=3lad
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to