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

Fedora Atomic initial support #65

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Heus-Sueh
Copy link

for now I've only added support for installing zerotier using the fedora atomic package manager which is rpm-ostree, I don't know if these changes alone are the solution, I still need to test

@Heus-Sueh Heus-Sueh marked this pull request as draft June 18, 2024 15:14
@Heus-Sueh Heus-Sueh marked this pull request as draft June 18, 2024 15:14
@goshansp
Copy link

Great work - LGTM. With FCOS40 it fails upon zerotier-cli join with zerotier-cli: missing port and zerotier-one.port not found in /var/lib/zerotier-one and this can be fixed with systemctl start zerotier-one. Requiring a manual start of the service is compliant with the rpm standard. I see the client in the management console and have not tested connectivity. Thank you for this valuable contribution!

@Heus-Sueh
Copy link
Author

Great work - LGTM. With FCOS40 it fails upon zerotier-cli join with zerotier-cli: missing port and zerotier-one.port not found in /var/lib/zerotier-one and this can be fixed with systemctl start zerotier-one. Requiring a manual start of the service is compliant with the rpm standard. I see the client in the management console and have not tested connectivity. Thank you for this valuable contribution!

Thanks for the feedback, I was wondering how I could start the script again after restarting to start the zerotier services in systemd, but it's better to install the package and tell the user to give the command systemctl start zerotier-one after the system restart

One thing I ended up finding is that zerotier is already in the rpmfusion-nonfree repository, I don't know why this isn't mentioned on the official website
https://github.com/rpmfusion/zerotier-one/tree/f40

Warning the user about systemd services and exiting the script successfully
@Heus-Sueh Heus-Sueh marked this pull request as ready for review July 6, 2024 16:59
@Heus-Sueh Heus-Sueh changed the title [Draft] Fedora Atomic initial support Fedora Atomic initial support Jul 6, 2024
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

Successfully merging this pull request may close these issues.

2 participants