-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync monitor timer #25
base: master
Are you sure you want to change the base?
Conversation
Current example scp command won't work without :~ at the end.
changed `linux-image-extra-` to `linux-modules-extra-` `iproute` to `iproute2`
--force is the same as: --allow-downgrades --allow-remove-essential --allow-change-held-packages
iproute package installed twice and deprecated for iproute2
easy_install not included as an install package
easy_install has been removed from python-setuptools
Updated scp command
Revert "Updated scp command"
Woot!!! Awesome! |
This seems good to me. Have you tried creating a new exitnode with the script from this branch and tested to see if it worked? I think it would be sufficient to test that your new script is getting called every two minutes like you expect. P.s. One thing you could do to be a little fancy would be to curl the bash script from the |
This is the exact same script, timer, and service files on the HE exitnode, the only manual commands that needed to be run were: I would like to try this on a pre-production environment, but that would have to create an entire exitnode and also the monitor separately. The quick way to test this is add a test exitnode ip to I would not rely on external services for the same reason that retrieve_ip might fail from certificate or resource availability problems. |
No description provided.