Skip to content
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

Fix for docs: starting auto_rx.service after networking is ready #684

Open
janekska opened this issue Oct 10, 2022 · 1 comment
Open

Fix for docs: starting auto_rx.service after networking is ready #684

janekska opened this issue Oct 10, 2022 · 1 comment

Comments

@janekska
Copy link

I faced a problem - after reboot service is started, but without web interface/service
( I guess that it is the same as in #598 (and could be connected with #585 and #586)).

Found the reason:

OSError: [Errno 99] Cannot assign requested address

Fixed by changing auto_rx.service file line:

After=syslog.target

to

Wants=network-online.target
After=network-online.target

So I guess - it would be good to update docs and sample auto_rx.service file.

@darksidelemm
Copy link
Member

Possibly? However there are cases where people run auto_rx on standalone RPis without internet access.

What happens in that situation using the settings you mention? Is the presence of a loopback interface enough for it to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants