Your message dated Thu, 23 Apr 2015 12:32:23 +0200
with message-id <201504231232.25121.hol...@layer-acht.org>
and subject line Re: use $FOO instead of ${FOO} ?
has caused the Debian Bug report #783170,
regarding "systemd should document distinction between $FOO and ${FOO}
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 ow...@bugs.debian.org
immediately.)


-- 
783170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tlsdate
Version: 0.0.12-2
Severity: important

Dear Maintainer,

/lib/systemd/system/tlsdate.service appends ${DAEMON_OPTS} to the tlsdated 
command
line in ExecStart. If DAEMON_OPTS="" (from /etc/default/tlsdated) this causes
tlsdated to call execve() for tlsdate with an argv[0] = "" and ultimately 
failing.

Not sure what the best fix for this is. I just removed the trailing 
${DAEMON_OPTS} from
my ExecStart line in the tlsdate.service file. At first, I tried something like:

ExecStart=/usr/sbin/tlsdated ${DAEMON_OPTS} --

But that didn't work. Not sure if it's erroneous to pass zero-length
command line arguments (systemd's fault) or the zero-length command line 
argument should
be checked on tlsdated's side (tlsdated's fault).

Thank you.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 3.17.0-rc5-00218-g66797c3 (SMP w/4 CPU cores; PREEMPT)
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 tlsdate depends on:
ii  libc6           2.19-13
ii  libevent-2.0-5  2.0.21-stable-2
ii  libssl1.0.0     1.0.1k-3

tlsdate recommends no packages.

Versions of packages tlsdate suggests:
pn  apparmor  <none>

-- Configuration Files:
/etc/tlsdate/tlsdated.conf changed [not included]

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Hi Michael,

On Donnerstag, 23. April 2015, Michael Biebl wrote:
> This is already documented in man systemd.service in v215, although
> scattered around. In commit [1], it was moved into a separate section,
> which in v219 looks like [2].
> 
> Holger, is that documentation sufficient for you or would you like
> further clarifications?

totally sufficient, thanks for the pointers & maintaining this package so 
well!


cheers,
        Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to