Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492296 - net-misc/aiccu with sys-apps/systemd - systemd[1]: aiccu.service: Got notification message from PID 6932, but reception only permitted for PID 0
Summary: net-misc/aiccu with sys-apps/systemd - systemd[1]: aiccu.service: Got notific...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-11-22 13:01 UTC by Stefan G. Weichinger
Modified: 2017-01-04 22:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan G. Weichinger 2013-11-22 13:01:05 UTC
aiccu.service does not work for me with systemd:

# systemctl status aiccu
aiccu.service - Automatic IPv6 Connectivity Client Utility
   Loaded: loaded (/usr/lib64/systemd/system/aiccu.service; disabled)
   Active: inactive (dead)

Nov 22 11:29:41 enzo systemd[1]: Got notification message for unit
aiccu.service
Nov 22 11:29:41 enzo systemd[1]: aiccu.service: Got notification message
from PID 6932, but reception only permitted for PID 0
Nov 22 11:29:41 enzo aiccu[6932]: [AYIYA-tun->tundev] : (Socket to TUN)
started
Nov 22 11:29:41 enzo systemd[1]: aiccu.service: cgroup is empty
Nov 22 11:29:41 enzo systemd[1]: aiccu.service changed stop-sigterm -> dead
Nov 22 11:29:41 enzo systemd[1]: Job aiccu.service/start finished,
result=done
Nov 22 11:29:41 enzo systemd[1]: Started Automatic IPv6 Connectivity
Client Utility.
Nov 22 11:29:41 enzo systemd[1]: Collecting aiccu.service
Nov 22 11:29:43 enzo systemd[1]: Collecting aiccu.service
Nov 22 11:29:59 enzo systemd[1]: Collecting aiccu.service
Comment 1 Stefan G. Weichinger 2013-11-22 13:02:07 UTC
working service-file (as found at https://bugzilla.redhat.com/show_bug.cgi?id=656886):


[Unit]
Description=Automatic IPv6 Connectivity Client Utility
After=iptables.service ip6tables.service network.service NetworkManager.service NetworkManager-wait-online.service
Before=network.target
ConditionPathExists=/etc/aiccu.conf

[Service]

EnvironmentFile=-/etc/aiccu.conf
ExecStart=/usr/sbin/aiccu start
ExecStop=/usr/sbin/aiccu stop
Type=forking
PIDFile=/var/run/aiccu.pid

[Install]
WantedBy=multi-user.target
Comment 2 Stefan G. Weichinger 2015-09-23 19:14:05 UTC
BUMP - how to proceed here? who?
Comment 3 Stefan G. Weichinger 2017-01-04 22:22:41 UTC
no one cares