please choosego to mobile | Continue to access the PC version
12
Return to list Post new posts
Author: Vlad

h3control [1.21.461] - http based H3's temperature & frequency control

[Copy link]

4

threads

21

posts

449

credits

Intermediate member

Rank: 3Rank: 3

credits
449
 Author| Published in 2016-4-22 19:18:31 | Show all floors
Edited by Vlad at 2016-4-22 19:36
dony71 replied at 2016-4-22 07:33
i have used port 5000
any way to use other port?
nb : never mind .... already find the answer

Thanks, dony71. Your really smarty

Here is a example how to assign another port for h3control daemon:

Add --binding=*:54321 parameter to this line in /etc/init.d/h3control
  1. mono $deploydir/bin/H3Control.exe &
Copy code

Line may look like:
  1. mono $deploydir/bin/H3Control.exe --binding=*:54321 &
Copy code

54321 is a desired port number

Please dont corrupt full path to H3Control.exe in your system.



1

threads

9

posts

105

credits

Registered member

Rank: 2

credits
105
Published in 2017-1-6 09:30:25 | Show all floors
I notice no pid file under /run
How to make daemon generate pid file?

4

threads

21

posts

449

credits

Intermediate member

Rank: 3Rank: 3

credits
449
 Author| Published in 2017-6-10 10:06:21 | Show all floors
dony71 replied at 2017-1-6 09:30
I notice no pid file under /run
How to make daemon generate pid file?

you right. no pid file yet.
1. it means during shutdown of the OS all the .NET deamons are recieving termimate signal.
2. you cant control shutdown of multiple h3controls. its not a problem, because of there are no sence to run multiple h3control daemons.

Sorry for late answer. please ask new questions using github issues feature. https://github.com/devizer/h3control-bin/issues

4

threads

21

posts

449

credits

Intermediate member

Rank: 3Rank: 3

credits
449
 Author| Published in 2017-12-30 15:34:29 | Show all floors
dony71 replied at 2017-1-6 09:30
I notice no pid file under /run
How to make daemon generate pid file?

Hi, dony71

--pid-file=/var/run/h3control.pid option added. /var/run/h3control.pid is a default pid file location
as well as default daemon installer uses SystemD as default daemon manangemt
12
Return to list Post new posts
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list