Your message dated Mon, 14 Dec 2015 21:50:40 +0000
with message-id <[email protected]>
and subject line Bug#807911: fixed in bzflag 2.4.2+ds1-7
has caused the Debian Bug report #807911,
regarding bzflag-server: bzfs always launched on boot; RUN_AT_STARTUP setting 
ignored
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.)


-- 
807911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzflag-server
Version: 2.4.2+ds1-6+b1
Severity: normal

Dear Maintainer,

it is not possible to start a bzfs server from within BZFlag because
there is one already running, launched during startup. Default setting
'RUN_AT_STARTUP="no"' in '/etc/default/bzflag' is ignored.

Manually stopping the server solves the problem. The systemd service
file has 'EnvironmentFile=-/etc/default/bzflag line, so the default
settings should be honoured.

Thx for packaging my favourite game.

Toto


$ ps aux | grep bzfs | grep -v grep
games     1100  0.0  0.2  88656  8668 ?        Ss   13:04   0:00 
/usr/games/bzfs -advertise NONE


$ service bzflag status
● bzflag.service - BZFlag game server
   Loaded: loaded (/lib/systemd/system/bzflag.service; enabled; vendor preset: 
enabled)
   Active: active (running) since Mon 2015-12-14 13:04:12 CET; 5min ago
     Docs: man:bzfs(6)
 Main PID: 1100 (bzfs)
   CGroup: /system.slice/bzflag.service
           └─1100 /usr/games/bzfs -advertise NONE

Dec 14 13:04:12 talkietoaster systemd[1]: Started BZFlag game server.
Dec 14 13:04:12 talkietoaster bzfs[1100]: Note: no acceleration limit has been 
set.  Players using "mouse
Dec 14 13:04:12 talkietoaster bzfs[1100]: enhancements" may cause problems on 
this server due to very high
Dec 14 13:04:12 talkietoaster bzfs[1100]: acceleration rates which are not 
handled well by dead reckoning
Dec 14 13:04:12 talkietoaster bzfs[1100]: algorithms.  To eliminate this 
warning, set the -a switch in your
Dec 14 13:04:12 talkietoaster bzfs[1100]: configuration.  '-a 50 38' is 
recommended for standard-speed servers.
Dec 14 13:04:12 talkietoaster bzfs[1100]: Higher speed servers will need higher 
values for -a in order to not
Dec 14 13:04:12 talkietoaster bzfs[1100]: affect gameplay.  '-a 0 0' may be 
used to shut this message up without
Dec 14 13:04:12 talkietoaster bzfs[1100]: affecting any players, including 
those using "mouse enhancements".


$ cat /etc/default/bzflag
# RUN_AT_STARTUP
# "yes|true|enabled", /etc/init.d/bzflag will start bzfs.
# Any other value, /etc/init.d/bzflag will exit silently.
#
RUN_AT_STARTUP="no"

# OPTIONS
# Command line options to pass to bzfs. See bzfs(6) for more details.
#
OPTIONS="-advertise NONE"


$ cat /etc/systemd/system/multi-user.target.wants/bzflag.service
[Unit]
Description=BZFlag game server
Documentation=man:bzfs(6)
After=network.target

[Service]
Environment="OPTIONS=-advertise NONE"
EnvironmentFile=-/etc/default/bzflag
User=games
Group=games
ExecStart=/usr/games/bzfs $OPTIONS

[Install]
WantedBy=multi-user.target


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (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/dash
Init: systemd (via /run/systemd/system)

Versions of packages bzflag-server depends on:
ii  init-system-helpers  1.24
ii  libc-ares2           1.10.0-2
ii  libc6                2.21-4
ii  libcurl3-gnutls      7.45.0-1+b1
ii  libgcc1              1:5.3.1-3
ii  libncurses5          6.0+20151024-2
ii  libstdc++6           5.3.1-3
ii  libtinfo5            6.0+20151024-2
ii  zlib1g               1:1.2.8.dfsg-2+b1

bzflag-server recommends no packages.

bzflag-server suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: bzflag
Source-Version: 2.4.2+ds1-7

We believe that the bug you reported is fixed in the latest version of
bzflag, 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.
Markus Koschany <[email protected]> (supplier of updated bzflag 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: Mon, 14 Dec 2015 19:33:24 +0100
Source: bzflag
Binary: bzflag bzflag-client bzflag-data bzflag-server
Architecture: source
Version: 2.4.2+ds1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Description:
 bzflag     - 3D first person tank battle game
 bzflag-client - 3D first person tank battle game -- client
 bzflag-data - 3D first person tank battle game -- data
 bzflag-server - 3D first person tank battle game -- server
Closes: 807911
Changes:
 bzflag (2.4.2+ds1-7) unstable; urgency=medium
 .
   * Team upload.
   * bzflag-data: Fix typo in short description.
   * Remove Environment and EnvironmentFile lines from service file. The server
     is enabled by default but it will not advertise itself. This behavior can
     be overridden by creating a custom service file in /etc/systemd/system.
     These changes are now documented in README.Debian. The server will also be
     restarted on-failure. (Closes: #807911)
   * debian/rules: export CCACHE_DIR=$(CURDIR)/ccache to prevent a FTBFS due to
     a nonexistent home directory.
Checksums-Sha1:
 445fdc27ea85fabab59a6117f851aa35ee3f5814 2433 bzflag_2.4.2+ds1-7.dsc
 d92f7db71e0672004a0d84de62286f2277eb2634 23044 bzflag_2.4.2+ds1-7.debian.tar.xz
Checksums-Sha256:
 e22b13a969dd17f5874373c5c59c0e42b26bbff5d6973ee662373049d5c9886d 2433 
bzflag_2.4.2+ds1-7.dsc
 0455c8a1731d7ae17b6fe0b2c197836d156b4fddd626d519cfbba6966d836088 23044 
bzflag_2.4.2+ds1-7.debian.tar.xz
Files:
 594ff36ae84fe2fddeb3363324f539b4 2433 games optional bzflag_2.4.2+ds1-7.dsc
 048fcb52c999bc854a36dc99a7903827 23044 games optional 
bzflag_2.4.2+ds1-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJWbxorXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkEeUQAMpOA3sgjWlFmfdc1WseW2q9
o57LYlSynf2F+XYMI6NGjVV4c0x+H/k18bhnP8O/SM1dvTpYH4B4CEBzOEMrfgGp
88EDXLxAdNFl9CFU5MJ1VO9jC6Lec8j9QPYwSi4hsAW8r0gjFNSnaTEkx0kKMYKr
4Qdw/oGeOiEk6ZGrPKE3qaz+akHmhhKtP1K3uJDL3UnFESMEEdRCsuL0U0K1B6Hu
ZvAMV/BlFngzw5wyFWuB0nvHWoYrvNzBVAfOiBmpNpHKlvx1TSJTxt8c8tfZZTF1
FmukSOelJEVw+nmnFo5Nc3KDER5qLlICc37ijHo60MdMvwwweYsKHP0Fc7f+ixaq
DgYmngwOYeMweTXF94Zt7Xf8eUnXjmUlxMI48BdyyHXLmyd5gNJsDTWyA6m+TDL5
iCNOHogCKm0iImcjI44o5OOQG9QZkWlnWZzlfPEohF+MDcsAo9jECBNvBcyZONnc
SDKkf9nTcLzys1IT2tUWa14lN1knTzjyRB+l8OFZifmDqt1WnWs19ILzXaeyI2Tv
hYRO5370KVaYbMb2g6eSHd5OhyuFcKMNgC1CnWLhy+AeF/JbxeuSyIzC5BuOxoy4
YlwbNg439GdVEsoArJwBJeCJLgG8Dqmfmx6tlZJJszfr1aOqE7J3wBkgJ52X+Z7F
qQrgRsuT9zt10IlWvUE4
=j//k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to