Package: pyroman
Version: 0.5.0-1
Severity: normal

Dear Maintainer,

Upgrading from previous stable to jessie, I found that the pryoman command was 
not called
on startup by systemd.

The issue is easy to see with

$ systemctl cat pyroman

# /lib/systemd/system/pyroman.service
#
# Pyroman Firewall
#
[Unit]
Description=Pyroman firewall
DefaultDependencies=no
After=systemd-modules-load.service network-pre.target
Before=network.target
Wants=network-pre.target

[Service]
Type=oneshot
RemainAfterExit=yes
StandardOutput=syslog
EnvironmentFile=/etc/default/pyroman
ExecStartPre=/bin/sh -c '[ "$PYROMAN_ENABLED" = "y" ]'
ExecStart=/usr/sbin/pyroman --init

[Install]
WantedBy=multi-user.target.wants

The last line WantedBy is not correct since it should be set to 
multi-user.target, and I don't think I edited it by any ways.

I have to systemctl disable pyroman && systemctl enable pyroman to make it work 
again.

Note: I think that this bug should be tagged as important since on a computer 
like the one that use pyroman, not
having it started is a major failure !!!. Anyway, I let the maintainer change 
it if needed, because I guess that the initV script
is fully working.

2nd Note: I don't know why the 02_*.py and 05_*.py were not installed nor 
notified during the install process. Perhaps because it was
already installed ?

Best regards,

Caeies.


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i586)

Kernel: Linux 3.16.0-4-586
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 pyroman depends on:
ii  iptables  1.4.21-2+b1
ii  python    2.7.9-1

pyroman recommends no packages.

pyroman suggests no packages.

-- Configuration Files:
/etc/default/pyroman changed [not included]
/etc/pyroman/02_icmp-essentials.py c04ce4a2af6794b2cdd524e3bb09fcab [Errno 2] 
No such file or directory: u'/etc/pyroman/02_icmp-essentials.py 
c04ce4a2af6794b2cdd524e3bb09fcab'
/etc/pyroman/05_scan_block.py 7c711d1ba7cdf046194dd8e4a762120f [Errno 2] No 
such file or directory: u'/etc/pyroman/05_scan_block.py 
7c711d1ba7cdf046194dd8e4a762120f'
/etc/pyroman/10_interfaces.py changed [not included]
/etc/pyroman/25_networks.py changed [not included]

-- no debconf information

Reply via email to