Page 1 of 1

supla-server shows (active) exited

Posted: Tue Jun 27, 2017 4:16 pm
by hirdeshsaxena112
OS Linux Debian8:

pasted below files and folder:

etc/init.d/supla-server
etc/supla-server/supla.cfg

# make key in etc/supla-server

etc/init.d/sudo chmod +x supla-server
update-rc.d supla-server defaults
update-rc.d supla-server enable

pasted supla-server in /usr/sbin/ folder

systemctl daemon-reload
/etc/init.d/supla-server start

service supla-server status (shows active exited)

why please help me

Re: supla-server shows (active) exited

Posted: Wed Jun 28, 2017 5:13 am
by hirdeshsaxena112
i have solved my problem

Re: supla-server shows (active) exited

Posted: Thu Sep 07, 2017 7:00 am
by svarun
Where can I find the supla-server file. My directory doesn't contains any such file.

Help me.

Thank you

Re: supla-server shows (active) exited

Posted: Thu Sep 07, 2017 8:32 am
by pzygmunt
/usr/sbin/supla-server

Re: supla-server shows (active) exited

Posted: Thu Sep 07, 2017 6:24 pm
by svarun
I did not find it.

Re: supla-server shows (active) exited

Posted: Tue Nov 07, 2017 11:34 am
by Onlyzen
I have 2 concerns about this statement:

1. Explanation sounds as if the service terminated but ps -ef | grep -i nfs still shows nfsd still running. Not until systemctl stop nfs does it stop appearing in ps

2. After we complete the exercises of updating /etc/exports (assuming this is the NFS Exports that was referred to earlier), at 12:25min you'll see the nfs service was restarted and the status displayed again. It is still active (exited) even after defining NFS Exports.

The original definition of why active (exited) appears doesn't seem to be accurate or am I missing something?