control: tags -1 +confirmed

[2012-02-02 15:27] Vincent Lefevre <vinc...@vinc17.net>
> Package: initscripts
> Version: 2.88dsf-22
> Severity: minor
>
> In my /var/log/boot file:
>
> [...]
> Thu Feb  2 14:18:50 2012: Starting GNOME Display Manager: gdm3.
> Thu Feb  2 14:18:51 2012: Starting anac(h)ronistic cron: anacron.
> Thu Feb  2 14:18:52 2012: Starting web server: apache2.
> Thu Feb  2 14:18:57 2012: Starting deferred execution scheduler: atd.
> Thu Feb  2 14:18:57 2012: Starting atop system monitor: atop.
> Thu Feb  2 14:18:57 2012: Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
> Thu Feb  2 14:18:57 2012: Enabling additional executable binary formats: 
> binfmt-support.
> Thu Feb  2 14:18:58 2012: Starting bluetooth: bluetoothd.
> Thu Feb  2 14:18:59 2012: Starting periodic command scheduler: cron.
> Thu Feb  2 14:18:59 2012: Starting Common Unix Printing System: cupsd.
> Thu Feb  2 14:19:00 2012: Starting dictionary server: dictd.
> Thu Feb  2 14:19:01 2012: Starting MTA: exim4.
> Thu Feb  2 14:19:02 2012: Starting mouse interface server: gpm.
> Thu Feb  2 14:19:03 2012: Error binding socket: Address family not supported 
> by protocol
> Thu Feb  2 14:19:03 2012: Error binding socket: Address family not supported 
> by protocol
> Thu Feb  2 14:19:03 2012: Error binding socket: Address family not supported 
> by protocol
> Thu Feb  2 14:19:03 2012: Loading cpufreq kernel modules...done 
> (acpi-cpufreq).
> [...]
>
> There are 3 error messages
>
>   Error binding socket: Address family not supported by protocol
>
> One would assume that they come from one of the previously started
> daemons (gpm, exim4, dictd, etc.). But in fact they come from neither
> of them. They come from guacd, for which no "Starting ..." message
> has been output due to:
>
>   [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"

Just checked. Current version of guacd does not check for $VERBOSE for
"Starting $DESC" printing. Neither do any of init scripts in my
/etc/init.d, except `bootlogd'. init-d-script checks too.

Whether it is good or bad, but for sake of consistency we have to follow
majority and drop check for $VERBOSE in `bootlogd` and `init-d-script'.
Objections?
-- 
Note, that I send and fetch email in batch, once in a few days.
Please, mention in body of your reply when you add or remove recepients.

Reply via email to