-
Notifications
You must be signed in to change notification settings - Fork 53
util_process_exist() function don't see signalk if it been started with the -c argument #242
Comments
Startup only stops and starts the signalk process with $ sudo systemctl stop signalk.service Start the deamon with; $ sudo systemctl start signalk.socket |
As I understand it, this peice of code look for signalk-server by some kind of string comparaison of the command line used to launch the process. The
Where
Hence the But I might be wrong with my signalk install as I haven't been able to follow the step3 of signalk documentation as it's an interactive process and can't be run in pi-gen. I had to read the install script file and reproduce every step in a static way. Ill do my homework and double check if have respected the signalk procedure. |
Here, line 230 it's part of the install script: |
I can not reproduce your issue. Anyway I think the correct way of checking SK status should be running systemctl status. I will change this on v2.x.x. |
I really feel like spamming the bug tracker....
In the
startup
file at line426
in the functionutil_process_exist
openplotter don't detect the signalk process if it been started with the
-c
argument.Causing it to start a new signalk process that complain to be unable to use the port cuz the other process is already listening on it.
This is what it's look when both process are running:
Then if i do the same check as openplotter do for the 2 process:
The text was updated successfully, but these errors were encountered: