Your message dated Sun, 20 May 2012 22:42:27 +0000
with message-id <[email protected]>
and subject line Bug#673128: fixed in openarena 0.8.8-4
has caused the Debian Bug report #673128,
regarding /etc/init.d/openarena-server: init-script-disabled-by-upgrade does
not work
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.)
--
673128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openarena-server
Version: 0.8.8-3
Severity: normal
Tags: patch
File: /etc/init.d/openarena-server
openarena-server was disabled by upgrade and yet it was running (at
least, after reboot).
% ps -AF|grep '[i]oq3'
% sudo /etc/init.d/openarena-server start
[ ok ] Starting OpenArena dedicated server: openarena-server (disabled during
upgrade, not starting - see /usr/share/doc/openarena-server/NEWS.Debian.gz).
% ps -AF|grep '[i]oq3'
106 26809 1 13 41069 10316 0 14:40 ? 00:00:00
/usr/lib/ioquake3 ioq3ded +set com_basegame baseoa +set fs_basepath
/usr/lib/openarena-server +set com_homepath .openarena +set com_legacyprotocol
71 +set com_protocol 71 +set sv_master1 dpmaster.deathmask.net +set cl_motd 0
+exec debian_server.cfg
The relevant fragment of /etc/init.d/openarena-server is missing
a return statement in this case:
--- /etc/init.d/openarena-server.orig 2012-04-02 01:04:36.000000000 +0400
+++ /etc/init.d/openarena-server 2012-05-16 14:55:49.688354738 +0400
@@ -32,10 +32,11 @@
return 2
fi
if [ "$START_DAEMON" = "unless-disabled-by-upgrade" ]; then
if [ -e /var/games/openarena-server/init-script-disabled-by-upgrade ];
then
echo -n " (disabled during upgrade, not starting - see
/usr/share/doc/openarena-server/NEWS.Debian.gz)"
+ return 0
fi
elif [ "$START_DAEMON" != 1 ]; then
echo -n " (disabled in /etc/default/openarena-server - deprecated, see
/usr/share/doc/openarena-server/README.Debian.gz)"
return 0
fi
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (400, 'stable')
Architecture: i386 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openarena-server depends on:
ii adduser 3.113+nmu1
ii ioquake3-server 1.36+svn2224-3
ii libc6 2.13-32
ii openarena-081-maps 0.8.5split-2
ii openarena-081-misc 0.8.5split-2
ii openarena-081-players 0.8.5split-2
ii openarena-081-players-mature 0.8.5split-2
ii openarena-081-textures 0.8.5split-2
ii openarena-085-data 0.8.5split-2
ii openarena-088-data 0.8.8-1
ii openarena-data 0.8.5split-2
openarena-server recommends no packages.
openarena-server suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: openarena
Source-Version: 0.8.8-4
We believe that the bug you reported is fixed in the latest version of
openarena, which is due to be installed in the Debian FTP archive:
openarena-dbg_0.8.8-4_amd64.deb
to main/o/openarena/openarena-dbg_0.8.8-4_amd64.deb
openarena-server_0.8.8-4_amd64.deb
to main/o/openarena/openarena-server_0.8.8-4_amd64.deb
openarena_0.8.8-4.debian.tar.gz
to main/o/openarena/openarena_0.8.8-4.debian.tar.gz
openarena_0.8.8-4.dsc
to main/o/openarena/openarena_0.8.8-4.dsc
openarena_0.8.8-4_amd64.deb
to main/o/openarena/openarena_0.8.8-4_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.
Simon McVittie <[email protected]> (supplier of updated openarena 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: SHA256
Format: 1.8
Date: Mon, 16 Apr 2012 12:18:38 +0100
Source: openarena
Binary: openarena openarena-server openarena-dbg
Architecture: source amd64
Version: 0.8.8-4
Distribution: unstable
Urgency: high
Maintainer: Debian Games Team <[email protected]>
Changed-By: Simon McVittie <[email protected]>
Description:
openarena - fast-paced 3D first-person shooter
openarena-dbg - debug symbols for OpenArena's game logic
openarena-server - server and game logic for the game OpenArena
Closes: 673128
Changes:
openarena (0.8.8-4) unstable; urgency=high
.
[ Fabian Greffrath ]
* Include details of ioquake3 (or ioquake3-server) in openarena (or
openarena-server) bug reports
.
[ Simon McVittie ]
* When we upgraded from before 0.8.8, actually avoid running the server
as intended (thanks to Stepan Golosunov for the patch; closes: #673128)
* Include CPPFLAGS in CFLAGS for full hardening (the build system doesn't
respect CPPFLAGS otherwise)
Checksums-Sha1:
cc329470680ca91e0b4d93f2e37b9cbd3714778f 2134 openarena_0.8.8-4.dsc
75789ada8bb5544756f62b1472779a37abc831f2 41851 openarena_0.8.8-4.debian.tar.gz
a59d3738de702dac2edd465dc2a1e2a592259cb7 2444808 openarena_0.8.8-4_amd64.deb
245ae6d65ef435e68fa9acb8f7b786c7dc2ec30a 2427902
openarena-server_0.8.8-4_amd64.deb
5e0cac6e24416c2a96ce0f7129a07086ce844ed8 3711760
openarena-dbg_0.8.8-4_amd64.deb
Checksums-Sha256:
3db4b8de6ed7c7bca57ea4468f82ec88da75417d8340aeeed0d457fecbccc8cf 2134
openarena_0.8.8-4.dsc
d0de3da17160c236ddb2c3051c3b6716bc597ee80d8f9bd268b41ebca7065b14 41851
openarena_0.8.8-4.debian.tar.gz
faa8cc8d7d7fe7eccf36f33a961ae39fa171ca9ba77875ca5a4fa46477a2ccf8 2444808
openarena_0.8.8-4_amd64.deb
bd7030e284d831224f9ea3ce49ba34186b0c706881732fb0b00c532bee533d91 2427902
openarena-server_0.8.8-4_amd64.deb
76b55382c92873209d24c2e7e6dbe827f32c1cf098029b3e62b70ab52f9db98e 3711760
openarena-dbg_0.8.8-4_amd64.deb
Files:
02940dd4855eeae044832c4a72acc550 2134 games optional openarena_0.8.8-4.dsc
96cbf9bea008f25c5ff3fa5d83e4d699 41851 games optional
openarena_0.8.8-4.debian.tar.gz
715fc7ce888562107d6b4eef06818063 2444808 games optional
openarena_0.8.8-4_amd64.deb
530abee79284117ea193283337a9e6eb 2427902 games optional
openarena-server_0.8.8-4_amd64.deb
01f067818d1dd98a72c24b5a70633de4 3711760 debug extra
openarena-dbg_0.8.8-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIVAwUBT7kyR03o/ypjx8yQAQhCdA/+M9DHlmrCRI+Unq7FTVb/swoiPz1NDDpu
Xq0Njpj4gdHz+HLqFFAAbdtjDpizGpRwjPfG6GJAKAd17mnyxLATBj+PkUSMT/E5
P11NWqRv6P+VwzGvP23XeJxnhe3sPPd64ea/8pEzVVvWeOKVdp/TxIbHNFj74USR
Mxfr8257PjeYr6mZjnNsPCtsUAvZKxNxknYHajvUObqNLA4YDzO2T/0hqJsme8E3
nlTUyqJgzhR3Y+kheQY5TrV608QY4LYG8bSwc/n5zu6Y48oiP2Hvr/U/t7+bOMmQ
f5bSgsauFNbOZQNJ5XSX/zqOMbik0aTToWuh447G5PVZgZzqb/xrAV+rA9N1YdTZ
bIOlepLSBHIKqGJwvHS7NpT5P9G1n0pVYgP7HHdniNeRZQbUFrcsL1Jfd7vrrXkv
RQS+n1H8odBqoKkItwqzh10kcof7PczR/7shvDW/GpuBXuvgmWETJdVCCQBHz4UG
Rep2crxAN8QXizxBYn/MjPODp133UKrtSvmcaD+o89ACMJLK2hwunDiFiewCmiO6
89Efgbr0n2qv7iKkmIIpPU5ta3PjaesyEucmdp+N49r8uoBO++vg0+/oP/2ua41l
aibWpgxqv0th0xNRMOLthszB0seWSFCPyRegX8dVCQ+UNBmQAb5DB5SabbBAUIdT
cpmhht4zTj0=
=6C+3
-----END PGP SIGNATURE-----
--- End Message ---