nieldk
|
2014-03-19
, 12:11
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#31
|
The Following User Says Thank You to For This Useful Post: | ||
|
2014-03-19
, 12:46
|
|
Posts: 126 |
Thanked: 59 times |
Joined on Jan 2011
|
#32
|
Stopping the prey.timer, and disabling prey.timer should be sufficient. The prey.service is only run, when called by prey.timer.
|
2014-03-19
, 12:52
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#33
|
That's what I thought, my bad.
With timer active prey.service should run once every hour, meaning checking your device on https://panel.preyproject.com/devices should never show Offline for >1 hour, right? In my case only running prey.service manually will update the info on url though, suggesting the timer doesn't actually call prey.service, or have I understood it all wrong?
The Following 2 Users Say Thank You to For This Useful Post: | ||
|
2014-03-19
, 15:19
|
|
Posts: 126 |
Thanked: 59 times |
Joined on Jan 2011
|
#34
|
|
2014-03-19
, 15:58
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#35
|
The Following User Says Thank You to For This Useful Post: | ||
|
2014-03-19
, 16:10
|
Posts: 131 |
Thanked: 241 times |
Joined on Feb 2012
|
#36
|
systemctl enable prey.timer
systemctl start prey.timer
|
2014-03-19
, 20:15
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#37
|
Enabling a timer is not enough. I changed the code, so that after a timer is enabled, he is also started. Otherwise, the timer would work only after a reboot.
So
enables the timer, but he is executed after a reboot.
enables the timer instantly.
The Following User Says Thank You to For This Useful Post: | ||
|
2014-03-23
, 20:02
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#38
|
|
2014-03-24
, 11:31
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#39
|
nieldk: would it be possible to compile all the prey stuff against openssl-1.0.1f-1.2.1 as installed in 1.0.4.20 by default?
The Following 3 Users Say Thank You to For This Useful Post: | ||
|
2014-03-26
, 01:02
|
|
Posts: 126 |
Thanked: 59 times |
Joined on Jan 2011
|
#40
|
The Following 4 Users Say Thank You to solbrit For This Useful Post: | ||