Felix Miata wrote:
Patrick Shanahan composed on 2015-01-18 23:23 (UTC-0500):
Felix Miata composed:
Grepping for smb, nmb and telnet through systemctl list-unit-files and systemctl list-units produce nada, even though packages providing them are installed. All are missing from chkconfig -l output too. Smb & nmb produce inactive (dead), telnet not-found. What have I forgotten or missed for finding or changing services from cmdline? Is systemctl broken in 13.1?
23:11 Crash: ~ # systemctl list-units |grep smb smb.service loaded active running Samba SMB Daemon
23:12 Crash: ~ # systemctl list-units |grep nmb nmb.service loaded active running Samba NMB Daemon
/usr/lib/systemd/system/smb.service rpm -qf /usr/lib/systemd/system/smb.service samba-4.1.14-2.1.x86_64
/usr/lib/systemd/system/nmb.service rpm -qf /usr/lib/systemd/system/nmb.service samba-4.1.14-2.1.x86_64
to my knowledge, there is no telnet "service" but telnet is a "protocol", not a "service".
Sorry. telnet-server was not installed. I can't find how to get it to run any better than smb/nmb.
# cat /pub/Tmp/out # grep PRETTY /etc/*lease /etc/os-release:PRETTY_NAME="openSUSE 13.1 (Bottle) (i586)" # uname -a Linux gx28c 3.12.33-1-desktop #1 SMP PREEMPT Thu Dec 18 22:32:44 UTC 2014 (c3fef5f) i686 i686 i386 GNU/Linux # rpm -qa | grep samba ... samba-4.1.11-3.26.1.i586 samba-client-4.1.11-3.26.1.i586 ... # systemctl list-units | grep nmb # ls -l /usr/lib/systemd/system/nmb.service -rw-r--r-- 1 root root 339 Jul 7 2014 /usr/lib/systemd/system/nmb.service # systemctl list-units | grep smb # which /usr/lib/systemd/system/nmb.service which: no nmb.service in (/usr/lib/systemd/system) # ls -l /usr/lib/systemd/system/smb.service -rw-r--r-- 1 root root 445 Jul 7 2014 /usr/lib/systemd/system/smb.service # which /usr/lib/systemd/system/smb.service which: no smb.service in (/usr/lib/systemd/system) # rpm -qa | grep telnet telnet-1.2-164.4.1.i586 telnet-server-1.2-164.4.1.i586 # systemctl list-units | grep telnet # ls -l /usr/lib/systemd/system/telne* ls: cannot access /usr/lib/systemd/system/telne*: No such file or directory
I'll venture a guess and say telnet is probably served by xinetd. (by default). -- Per Jessen, Zürich (6.9°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org