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

xinitrc doesnt wait for network to run #83

Open
esoccoli opened this issue May 2, 2024 · 1 comment
Open

xinitrc doesnt wait for network to run #83

esoccoli opened this issue May 2, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@esoccoli
Copy link
Member

esoccoli commented May 2, 2024

Currently, when devcade is booted, the onboard often starts up and then becomes unhappy because it cant talk to the API to get game data. I believe this happens because the xinitrc runs before the system connects to network, meaning the onboard cant find the API when it tries to reach it, and then cant load data, and never tries again.

I believe this can be fixed by telling the system to wait until there is network to run the xinitrc

(This is more of a system change, but im putting it here bc it is most relevant and i want to have it in an issue so someone gets to it at some point ™️)

@esoccoli esoccoli added bug Something isn't working good first issue Good for newcomers labels May 2, 2024
@MTFT-Games
Copy link
Collaborator

I think there is a systemd object that we have enabled that waits to finish booting untill network is a thing but it doesnt quite work. might need a longer timeout or something else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants