Your message dated Mon, 02 Nov 2015 13:34:11 +0000
with message-id <[email protected]>
and subject line Bug#789285: fixed in debian-handbook 8.20151102
has caused the Debian Bug report #789285,
regarding fix incorrect option --log-priority for LOG target of iptables
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.)
--
789285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789285
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-handbook
Version: 7.20140126
Severity: normal
Dear all,
There is mistake about mentioning impropriety option --log-prefix
for LOG target of iptables.
For all documents, the option '--log-prefix' are mentioned 2 times.
The one is for udevadm in 09_unix-services.xml, which is ok.
The other is for iptables in 14_security.xml, which is mistake.
I pushed the fix to master branch of the git source code repository
onto my temporally repository [1], and attached the fix as a patch.
Please find either of them.
[1]
http://anonscm.debian.org/cgit/debian-handbook/users/ayanokouzi-guest.git/commit/?h=master_fix_undefined_option&id=49e331d24ef181370c4c18ac2cd073bd9c23d26d
I checked it by following commands.
$ git grep -C 3 -e 'log-priority' en-US/*
en-US/09_unix-services.xml- <filename>/var/log/daemon.log</filename>. But
it is not very
en-US/09_unix-services.xml- verbose by default, and it's usually not enough
to understand
en-US/09_unix-services.xml- what's happening. The <command>udevadm control
en-US/09_unix-services.xml: --log-priority=info</command> command increases
the verbosity level
en-US/09_unix-services.xml- and solves this problem. <command>udevadm
control
en-US/09_unix-services.xml: --log-priority=err</command> returns to the
default verbosity
en-US/09_unix-services.xml- level.</para>
en-US/09_unix-services.xml- </sidebar>
en-US/09_unix-services.xml- </section>
--
en-US/14_security.xml- instance, has the following options:</para>
en-US/14_security.xml- <itemizedlist>
en-US/14_security.xml- <listitem>
en-US/14_security.xml: <para><literal>--log-priority</literal>, with
default value
en-US/14_security.xml- <literal>warning</literal>, indicates the
en-US/14_security.xml- <command>syslog</command> message priority;</para>
en-US/14_security.xml- </listitem>
# COLUMNS=80 man 8 udevadm | grep -A4 -e '--log-priority'
-l, --log-priority=value
Set the internal log level of systemd-udevd. Valid values are the
numerical syslog priorities or their textual representations: err,
info and debug.
# COLUMNS=80 man 8 iptables-extensions | grep -A4 -e '--log-level'
--log-level level
Level of logging, which can be (system-specific) numeric or a
mnemonic. Possible values are (in decreasing order of prior-
ity): emerg, alert, crit, error, warning, notice, info or debug.
-- System Information:
Debian Release: 8.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-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)
-- no debconf information
Sincerely yours,
Ryuunosuke Ayanokouzi
--
AYANOKOUZI, Ryuunosuke <[email protected]>
0001-fix-undefined-option-log-prefix-for-LOG-target-of-ip.patch
Description: Binary data
pgpf84tdi5T2g.pgp
Description: OpenPGP Digital Signature
--- End Message ---
--- Begin Message ---
Source: debian-handbook
Source-Version: 8.20151102
We believe that the bug you reported is fixed in the latest version of
debian-handbook, 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.
Raphaël Hertzog <[email protected]> (supplier of updated debian-handbook
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, 02 Nov 2015 13:54:23 +0100
Source: debian-handbook
Binary: debian-handbook
Architecture: source all
Version: 8.20151102
Distribution: unstable
Urgency: medium
Maintainer: Raphaël Hertzog <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Description:
debian-handbook - reference book for Debian users and system administrators
Closes: 691983 734397 736588 737255 737884 754481 757388 788940 789285 800884
802682
Changes:
debian-handbook (8.20151102) unstable; urgency=medium
.
[ Roland Mas ]
* Update chapters 5, 6, 8, 9, 10, 11 for Debian 8 Jessie.
* Update appendix A for Debian 8 Jessie.
* easy-rsa is now in its own package (closes: #691983).
* Remove historical information about IDE drives.
.
[ Raphaël Hertzog ]
* Update the foreword for Debian 8 Jessie.
* Update chapters 1, 2, 3, 4, 7, 12, 13, 14, 15 for Debian 8 Jessie.
* Update appendix B for Debian 8 Jessie.
* Fix typo OPSF -> OSPF and Traditionnally -> Traditionally.
Closes: #737255, #737884 Thanks to Anders Jonsson for the patches.
* Fix typo possibbility -> possibility. Closes: #754481
Thanks to Julian Weber for the patch.
* Be more gender neutral. Closes: #736588
Thanks to Johannes Schauer for the patch.
* Multiples updates requested by Cyril Brulebois:
- drop Joey from d-i coordinators
- drop Cyril from XSF coordinators
- mention Steve McIntyre for debian-cd
- virtualbox-ose-guest-dkms -> virtualbox-guest-dkms
- virtualbox is now in contrib
- chromium is well established by now
Closes: #757388
* Replace some textual references by true <xref>. Closes: #788940
* Replace incorrect option --log-priority with --log-level for LOG target of
iptables. Closes: #789285
Thanks to Ryuunosuke AYANOKOUZI for the patch.
* Add small tip explaining the possibily to put a user in the libvirt group.
Thanks to Paul Chavent for the suggestion. Closes: #734397
* Document suricata instead of snort.
* Add a section on “dpkg --verify”.
* Add a section on AppArmor.
* Add a new section on RTC services. Thanks to Daniel Pocock.
Closes: #800884, #802682
Checksums-Sha1:
127c90f250f1fc049893bee8b020bb33d6f184f2 1478 debian-handbook_8.20151102.dsc
596c7c5677e2ad792aefa88370b9ee33e5ea9ea9 33184988
debian-handbook_8.20151102.tar.xz
c3529f3f48ddc92f864e7b0785479928646ce174 23138824
debian-handbook_8.20151102_all.deb
Checksums-Sha256:
72ebca77f6947cf8f142a70f468166548240c853984e2c1c1717755272e01866 1478
debian-handbook_8.20151102.dsc
3a89d850d4105dbcf52dc56690cafffc2a15030646058e2eb0ef9bb0c8dd99bd 33184988
debian-handbook_8.20151102.tar.xz
9da054c37135ff5eec567ea8fedcdc49542ba6ae380ff9eea42e1d010386a865 23138824
debian-handbook_8.20151102_all.deb
Files:
d3a22ac9cf019f3fb6e793b774b9cd59 1478 doc optional
debian-handbook_8.20151102.dsc
a2320e2b9e6b15929fd83e6e33cce649 33184988 doc optional
debian-handbook_8.20151102.tar.xz
21f8c22ce46756cfaa7401a7b7970bcc 23138824 doc optional
debian-handbook_8.20151102_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Signed by Raphael Hertzog
iQEcBAEBCAAGBQJWN2EoAAoJEAOIHavrwpq5qVMH/1RtrP+5PEPiJkSAl3x7BMe2
oo9eogUtA7SR7b4qMds+EessAD3cPbZkrsJBN3lxofkbQ5vzzL8dp/mlxMP4tr36
6dFGbhCbYGZ4JKWvR7Q2cf0vFxByFIkZQQ8sBGYLEJ6loZmk85MBWgH912p0MXOz
ioWSpGwfSMgrClmyf9aO0SuOfCerAh7uWjjp9a1V/qxBtlpC47VSsJIHudXP7YT9
VGbAo8KSHjFLlN4p0P7y/Z46IMEtDw2ct7xPS8YGpyTGAJdb19UWA3V0W1Js5R5G
hwapy0Eei7VZz1h/wPLti1pcsi4cMIDOwfP69+mx0AknR1w8W8l+MNfxDfHFLE4=
=IRVV
-----END PGP SIGNATURE-----
--- End Message ---