Hi, I am learning Linux and, just in order to do exercises, I wanted to monitor the functioning of services that, I thing, should run on fedora.
So, with the command : service *smartd* status I got : Redirecting to /bin/systemctl status *smartd.service* ● smartd.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartd.service; enabled) Active: active (running) since Tue 2015-03-31 07:48:18 IDT; 10h ago Main PID: 701 (smartd) CGroup: /system.slice/smartd.service └─701 /usr/sbin/smartd -n -q never the same for *cups*.... ● cups.service - CUPS Printing Service Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled) Active: active (running) since Tue 2015-03-31 07:48:51 IDT; 10h ago ............................. .............................. but I was wonder that services as : *DHCP, SAMBA*, ..... was not working.... : the command : sudo service *samba* status give me : Redirecting to /bin/systemctl status samba.service ● samba.service Loaded: not-found (Reason:* No such file or directory*) Active: inactive (dead) for *SAMBA* I give a look to check if it is installed, and I found: sudo yum list installed | grep samba samba-client.x86_64 2:4.1.17-1.fc21 @updates samba-common.x86_64 2:4.1.17-1.fc21 @updates samba-libs.x86_64 2:4.1.17-1.fc21 @updates samba-winbind.x86_64 2:4.1.17-1.fc21 @updates samba-winbind-clients.x86_64 2:4.1.17-1.fc21 @updates samba-winbind-modules.x86_64 2:4.1.17-1.fc21 @updates So, ... after this test I am confuse ....... What is the reason why some important services are not running by default on Fedora 21? Could I have an explanation ? Thank you regards Angelo
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org