Bug#747949: systemd Failed to add dependency on systemd-modules-load, ignoring: Invalid argument upon

2014-08-06 Thread Zlatko Calusic
Package: netfilter-persistent
Version: 1.0.1
Followup-For: Bug #747949

Yes, it's a bug. But, easily fixed.

These lines in /lib/systemd/system/netfilter-persistent.service:

Requires=systemd-modules-load
After=systemd-modules-load

should be written like this:

Requires=systemd-modules-load.service
After=systemd-modules-load.service


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

Kernel: Linux 3.16.0+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages netfilter-persistent depends on:
ii  init-system-helpers  1.20
ii  lsb-base 4.1+Debian13

netfilter-persistent recommends no packages.

netfilter-persistent suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/systemd/system/netfilter-persistent.service (from 
netfilter-persistent package)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#747949: systemd Failed to add dependency on systemd-modules-load, ignoring: Invalid argument upon

2014-05-13 Thread Vedran Miletić
Package: iptables-persistent
Version: 1.0.1

Using systemd as init I get:

May 13 11:55:33 inf2 systemd[1]: Reloading.
May 13 11:55:34 inf2 systemd[1]: Stopping netfilter persistent configuration...
May 13 11:55:34 inf2 systemd[1]: netfilter-persistent.service: control
process exited, code=exited status=1
May 13 11:55:34 inf2 systemd[1]: Stopped netfilter persistent configuration.
May 13 11:55:34 inf2 systemd[1]: Unit netfilter-persistent.service
entered failed state.
May 13 11:55:34 inf2 netfilter-persistent[21421]: Automatic flush
disabled; use '/usr/sbin/netfilter-persistent flush'
May 13 11:55:34 inf2 systemd[1]: Reloading.
May 13 11:55:34 inf2 systemd[1]:
[/lib/systemd/system/netfilter-persistent.service:5] Failed to add
dependency on systemd-modules-load, ignoring: Invalid argument
May 13 11:55:34 inf2 systemd[1]:
[/lib/systemd/system/netfilter-persistent.service:6] Failed to add
dependency on systemd-modules-load, ignoring: Invalid argument
May 13 11:55:43 inf2 systemd[1]: Reloading.
May 13 11:55:43 inf2 systemd[1]:
[/lib/systemd/system/netfilter-persistent.service:5] Failed to add
dependency on systemd-modules-load, ignoring: Invalid argument
May 13 11:55:43 inf2 systemd[1]:
[/lib/systemd/system/netfilter-persistent.service:6] Failed to add
dependency on systemd-modules-load, ignoring: Invalid argument
May 13 11:55:43 inf2 systemd[1]: Starting netfilter persistent configuration...
May 13 11:55:43 inf2 netfilter-persistent[21975]: run-parts: executing
/usr/share/netfilter-persistent/plugins.d/15-ip4tables start
May 13 11:55:43 inf2 netfilter-persistent[21975]: run-parts: executing
/usr/share/netfilter-persistent/plugins.d/25-ip6tables start
May 13 11:55:43 inf2 systemd[1]: Started netfilter persistent configuration.

Not sure if this is really a problem or not, but it looks like one.

Regards,
Vedran Miletić


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org