-
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
Tunnel broker logs go nowhere #9
Comments
note that when switching over to systemd service ; tunneldigger logs appear nicely when running
also, see https://github.com/wlanslovenija/tunneldigger/blob/master/broker/contrib/tunneldigger.service . @bennlich seems like this approach is much simpler than the init.d script hacking. do you think this resolves the issue? |
@yardenac @Juul - fyi I've replaced init.d tunneldigger with systemd tunnel digger (see above) to exit.sudo node to help troubleshoot sudomesh/bugs#8 . Please holler if you have concerns. |
Yes--seems good to me. Nice find. Linking to your commit for posterity: f47ae19. Did you forget to add the .service file in that commit? Any idea why they have both a .service and a .upstart file in the wlanslovenija repo? |
@gobengo @jhpoelen
It looks like the tunneldigger broker logs currently go nowhere. This is because the
[log]
config in/opt/tunneldigger/broker/l2tp_broker.cfg
is not actually used anywhere by the broker script (apparently this config was deprecated in v2 of tunneldigger), and because/etc/init.d/tunneldigger
does not send the output ofstart-stop-daemon
anywhere.I think the quickest fix would be something like this: https://stackoverflow.com/a/21029952
The text was updated successfully, but these errors were encountered: