Is anyone running 12.3+systemd on HP proliant? I've installed the PSP, but I can't start the SNMP agents. I get weird messages: 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: Starting Health agent (cmahealthd): ..done 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: redirecting to systemctl start 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: Starting Standard Equipment agent (cmastdeqd): ..done 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: redirecting to systemctl start 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: Starting Host agent (cmahostd): ..done 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: redirecting to systemctl start 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: Starting Threshold agent (cmathreshd): ..done 2013-10-31T17:26:45+01:00 rainbow hp-snmp-agents[13542]: redirecting to systemctl start Going through the scripts, it looks like "redirecting to systemctl start" is caused by: systemctl start hp-snmp-agents this calls /opt/hp/hp-snmp-agents/server/etc/cmad : case "$1" in start) $STARTADDON RETVAL=$? if [ $RETVAL -eq 0 ]; then touch $AGNTFILEPATH/$PNAME.pid pidlist=`$PIDOF -o $$ $PNAME` if [ -z "$pidlist" ]; then cmaechon "Starting $NAME ($PNAME): " $PNAME $PFLAGS < /dev/null > /dev/null 2>&1 & ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Why is systemd intercepting this? -- Per Jessen, Zürich (7.2°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org