[Bug 1041452] New: snmpd init script not functionnal
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 Bug ID: 1041452 Summary: snmpd init script not functionnal Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.2 Hardware: x86-64 OS: openSUSE 42.2 Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: bnc-team-screening@forge.provo.novell.com Reporter: laurent.henry@ehess.fr QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- snmpd installed by net-snmp-5.7.3-4.5.x86_64 package does not start with init script: # rpm -qa|grep snmp net-snmp-5.7.3-4.5.x86_64 snmp-mibs-5.7.3-4.5.x86_64 libsnmp30-5.7.3-4.5.x86_64 # /etc/init.d/snmpd start redirecting to systemctl start snmpd.service Failed to start snmpd.service: Unit snmpd.service failed to load: No such file or directory. # /usr/sbin/rcsnmpd start redirecting to systemctl start snmpd.service Failed to start snmpd.service: Unit snmpd.service failed to load: No such file or directory. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 http://bugzilla.opensuse.org/show_bug.cgi?id=1041452#c1 Roy Bellingan <roy@tech.chameleon.ad> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roy@tech.chameleon.ad Version|Leap 42.2 |Leap 42.3 OS|openSUSE 42.2 |openSUSE 42.3 --- Comment #1 from Roy Bellingan <roy@tech.chameleon.ad> --- Same error also for me on 42.3 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 http://bugzilla.opensuse.org/show_bug.cgi?id=1041452#c2 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per@computer.org --- Comment #2 from Per Jessen <per@computer.org> --- snmpd has not yet been converted to systemd. To start snmpd manually: cd /etc/init.d/ ./snmpd start It ought to work with "systemctl start" too, but it would appear that support for SysV init scripts has been discontinued? # systemctl status snmpd.service ● snmpd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 http://bugzilla.opensuse.org/show_bug.cgi?id=1041452#c3 --- Comment #3 from Per Jessen <per@computer.org> --- (In reply to Per Jessen from comment #2)
snmpd has not yet been converted to systemd. To start snmpd manually:
cd /etc/init.d/ ./snmpd start
It ought to work with "systemctl start" too, but it would appear that support for SysV init scripts has been discontinued?
Correction, it works fine. Pls ignore. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 http://bugzilla.opensuse.org/show_bug.cgi?id=1041452#c4 --- Comment #4 from Roy Bellingan <roy@tech.chameleon.ad> --- I can confirm that the trick
cd /etc/init.d/ ./snmpd start Is super effective!
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1041452 http://bugzilla.opensuse.org/show_bug.cgi?id=1041452#c5 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #5 from Per Jessen <per@computer.org> --- (In reply to Roy Bellingan from comment #4)
I can confirm that the trick
cd /etc/init.d/ ./snmpd start Is super effective!
No trick, it is documented systemd behaviour. However, "systemctl start snmpd" will also work, but it is necessary to do a "systemctl daemon-reload" after the installation. Henry, I am closing this one as WORKSFORME, please reopen if necessary. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com