Your message dated Fri, 20 Nov 2015 15:33:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#764481: systemd: Verbosity in journalctl is lacking
has caused the Debian Bug report #764481,
regarding systemd: Verbosity in journalctl is lacking
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.)
--
764481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 215-5+b1
Severity: normal
This machine began with a minimal install from d-i's beta 2 image and
exim4, cups, dnsmasq, openssh-server and gpm were installed before
upgrading to the present unstable.
Under systemd 208-6 (provided by d-i) the following command was issued:
systemctl stop cron.service cups.socket dnsmasq.service ssh.service
exim4.service gpm.service
Journalctl recorded
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping Regular background program
processing daemon...
Oct 08 14:29:52 jessie-208 systemd[1]: Stopped Regular background program
processing daemon.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping CUPS Printing Service Sockets.
Oct 08 14:29:52 jessie-208 systemd[1]: Closed CUPS Printing Service Sockets.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping Host and Network Name Lookups.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopped target Host and Network Name
Lookups.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping A lightweight DHCP and
caching DNS server...
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping OpenBSD Secure Shell server...
Oct 08 14:29:52 jessie-208 sshd[715]: Received signal 15; terminating.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopped OpenBSD Secure Shell server.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping LSB: exim Mail Transport
Agent...
Oct 08 14:29:52 jessie-208 systemd[1]: Stopping LSB: gpm sysv init script...
Oct 08 14:29:52 jessie-208 dnsmasq[1208]: exiting on receipt of SIGTERM
Oct 08 14:29:52 jessie-208 systemd[1]: Stopped A lightweight DHCP and caching
DNS server.
Oct 08 14:29:52 jessie-208 exim4[1286]: Stopping MTA: exim4_listener.
Oct 08 14:29:52 jessie-208 systemd[1]: Stopped LSB: exim Mail Transport Agent.
Oct 08 14:29:52 jessie-208 gpm[1287]: Stopping mouse interface server: gpm.
The same command under systemd 215-5 produced:
Oct 08 14:51:01 jessie-b2 sshd[375]: Received signal 15; terminating.
Oct 08 14:51:01 jessie-b2 dnsmasq[392]: reading /etc/resolv.conf
Oct 08 14:51:01 jessie-b2 dnsmasq[392]: using nameserver 192.168.7.1#53
Oct 08 14:51:01 jessie-b2 dnsmasq[392]: exiting on receipt of SIGTERM
Oct 08 14:51:01 jessie-b2 exim4[735]: Stopping MTA: exim4_listener.
Oct 08 14:51:01 jessie-b2 gpm[749]: Stopping mouse interface server: gpm.
Apart from no "Stopping....." for the non-LSB services there is no record
at all cron or cups. Stopping, starting or restarting any of cups.service
cups.socket and cups.path leaves no trace in journalctl. There appears to
be nothing in the /etc configuration files to account for this.
Regards,
Brian.
-- Package-specific info:
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.16-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd depends on:
ii acl 2.2.52-2
ii adduser 3.113+nmu3
ii initscripts 2.88dsf-53.4
ii libacl1 2.2.52-2
ii libaudit1 1:2.4-1
ii libblkid1 2.25.1-3
ii libc6 2.19-11
ii libcap2 1:2.24-6
ii libcap2-bin 1:2.24-6
ii libcryptsetup4 2:1.6.6-2
ii libgcrypt20 1.6.2-4
ii libkmod2 18-3
ii liblzma5 5.1.1alpha+20120614-2
ii libpam0g 1.1.8-3.1
ii libselinux1 2.3-2
ii libsystemd0 215-5+b1
ii sysv-rc 2.88dsf-53.4
ii udev 215-5+b1
ii util-linux 2.25.1-3
Versions of packages systemd recommends:
ii dbus 1.8.8-2
pn libpam-systemd <none>
Versions of packages systemd suggests:
pn systemd-ui <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 228-1
On Wed, 8 Oct 2014 18:56:58 +0100 Brian Potkin <[email protected]>
wrote:
> On Wed 08 Oct 2014 at 16:37:11 +0200, Michael Biebl wrote:
>
> > Am 08.10.2014 um 16:04 schrieb Brian Potkin:
> > >
> > > The same command under systemd 215-5 produced:
> > >
> > > Oct 08 14:51:01 jessie-b2 sshd[375]: Received signal 15; terminating.
> > > Oct 08 14:51:01 jessie-b2 dnsmasq[392]: reading /etc/resolv.conf
> > > Oct 08 14:51:01 jessie-b2 dnsmasq[392]: using nameserver 192.168.7.1#53
> > > Oct 08 14:51:01 jessie-b2 dnsmasq[392]: exiting on receipt of SIGTERM
> > > Oct 08 14:51:01 jessie-b2 exim4[735]: Stopping MTA: exim4_listener.
> > > Oct 08 14:51:01 jessie-b2 gpm[749]: Stopping mouse interface server:
> > > gpm.
> > >
> > > Apart from no "Stopping....." for the non-LSB services there is no record
> > > at all cron or cups. Stopping, starting or restarting any of cups.service
> > > cups.socket and cups.path leaves no trace in journalctl. There appears to
> > > be nothing in the /etc configuration files to account for this.
> > >
> >
> > If you always want the status message in the logs, you can use
> > systemd.show_status=true
> > This behaviour changed slightly with v215 [1]
>
> Thank you.
>
> I never thought of trying an option which is aimed at showing service
> status updates when booting. The suggestion works (with "quiet" scrubbed
> from the kernel command line) but it would be nice to have the previous
> behaviour. And why some status messages are shown is still a mystery.
>
> Please deal with this report as you see fit.
I've just tested this v228 in sid.
It again logs the Stopping/Stopped, Starting/Started messages to the
journal, irregardless on what's on the kernel command line.
I'm closing the bug report for this version. If you consider this issue
important enough for a stable upload for jessie, this would need an ack
from the stable release team and someone finding (and backporting) the
upstream commit.
If there is interest in that, please reopen.
Regards,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers