ZeroTier on XenServer 7.0 host
-
@Francesco-Provino said in ZeroTier on XenServer 7.0 host:
I installed it with the usual script on the zerotier page. There's a little caveat, you have to download the script and change the $releasever to "7", as with everything with XS7 centos dom0.
You mean this: "curl -s https://install.zerotier.com/ | bash"
-
The Dom0 of XS is standard CentOS 7 other than the repos being often broken. So installs work the same as on CentOS.
-
I'm getting a 404 for failed repo
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I'm getting a 404 for failed repo
Which repo? It is known that XS' repos don't work and you have to fix them before doing any software installs. If you have not fixed the repos, then it is the base repos, not ZeroTier, that is the issue. They need to be fixed before you proceed or ZT can't pull in its dependencies.
-
@scottalanmiller said in ZeroTier on XenServer 7.0 host:
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I'm getting a 404 for failed repo
Which repo? It is known that XS' repos don't work and you have to fix them before doing any software installs. If you have not fixed the repos, then it is the base repos, not ZeroTier, that is the issue. They need to be fixed before you proceed or ZT can't pull in its dependencies.
how wise it that really? to reinstate the repos?
-
You're right, base repos are failing
-
@Dashrender said in ZeroTier on XenServer 7.0 host:
@scottalanmiller said in ZeroTier on XenServer 7.0 host:
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I'm getting a 404 for failed repo
Which repo? It is known that XS' repos don't work and you have to fix them before doing any software installs. If you have not fixed the repos, then it is the base repos, not ZeroTier, that is the issue. They need to be fixed before you proceed or ZT can't pull in its dependencies.
how wise it that really? to reinstate the repos?
How wise is it not to? They are the repos on which the system depends for updates.
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
You're right, base repos are failing
Yup, known issue. Patches aren't available until that is fixed.
-
@Dashrender said in ZeroTier on XenServer 7.0 host:
@scottalanmiller said in ZeroTier on XenServer 7.0 host:
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I'm getting a 404 for failed repo
Which repo? It is known that XS' repos don't work and you have to fix them before doing any software installs. If you have not fixed the repos, then it is the base repos, not ZeroTier, that is the issue. They need to be fixed before you proceed or ZT can't pull in its dependencies.
how wise it that really? to reinstate the repos?
No problem with that, you aren't gonna install XS updates through the centos package management system anyway. Just change $releaseversion with "7" in the repos files.
-
Now I'm getting this error:
http://download.zerotier.com/redhat/el/7-2.1511.el7.centos.2.10/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror. -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Now I'm getting this error:
http://download.zerotier.com/redhat/el/7-2.1511.el7.centos.2.10/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.Now you have to edit the script as I told you, the same substitution you have done with the repos.
-
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct? -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct?Exactly!
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct?Or, maybe, you can directly pass the script through sed, do the substitution and be done in even less time :D.
-
Do you have to open the ports on the firewall?
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Do you have to open the ports on the firewall?
Uhm, no, as far as I remember.
-
This is a little above my pay grade, but what's the command to run the script?
I have copied the script to here: "curl -o /tmp/zerotierscript -s https://install.zerotier.com/ | bash"
I only found one mention of "$releasever", which I changed to "7" -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
This is a little above my pay grade, but what's the command to run the script?
I have copied the script to here: "curl -o /tmp/zerotierscript -s https://install.zerotier.com/ | bash"
I only found one mention of "$releasever", which I changed to "7"Of course, "bash zerotierscript".
-
Thanks @Francesco-Provino thats why I rely on the experts!
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Thanks @Francesco-Provino thats why I rely on the experts!
You're welcome!
Now I know I'm an "expert" in something :D.