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

Ubuntu 17.10 (Artful Aardvark) packages needed #607

Closed
shvchk opened this issue Oct 21, 2017 · 10 comments
Closed

Ubuntu 17.10 (Artful Aardvark) packages needed #607

shvchk opened this issue Oct 21, 2017 · 10 comments

Comments

@shvchk
Copy link

shvchk commented Oct 21, 2017

No description provided.

@cormacrelf
Copy link

I've been running xenial, the downloads page has a curl|bash-style one-liner with gpg that works pretty well.

if command -v zerotier-cli >/dev/null 2>/dev/null; then
  echo "zerotier-cli already installed, skipping"
else
  # install zerotier-cli
  curl -s 'https://pgp.mit.edu/pks/lookup?op=get&search=0x1657198823E52A61' | gpg --import && \
    if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
fi

# start it up (may be noop, but who cares)
sudo service zerotier-one start

# join a network
sudo zerotier-cli join "${zt_network_id}"

@shvchk
Copy link
Author

shvchk commented Oct 21, 2017

Yeah, it will use stretch repo, which will probably work fine, I just noticed that there were repos for other Ubuntu releases, but not for Artful.

@adamierymenko
Copy link
Contributor

Next version will have more repos. We'll have to add an Aardvark image to our build farm.

@adamierymenko
Copy link
Contributor

Closing since this is in our build farm now

@Fastidious
Copy link

Fastidious commented Mar 1, 2018

@adamierymenko the install still fails. Are you sure artful is on the build farm? Getting:

*** Found Ubuntu "artful", creating /etc/apt/sources.list.d/zerotier.list
OK

*** Installing zerotier-one package...
Hit:1 https://dl.yarnpkg.com/debian stable InRelease
Get:2 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Hit:3 https://deb.nodesource.com/node_8.x artful InRelease
Ign:4 http://download.zerotier.com/debian/artful artful InRelease
Hit:5 http://archive.ubuntu.com/ubuntu artful InRelease
Hit:6 http://archive.ubuntu.com/ubuntu artful-updates InRelease
Err:7 http://download.zerotier.com/debian/artful artful Release
  404  Not Found [IP: 2001:41d0:303:520::1 80]
Get:8 http://archive.ubuntu.com/ubuntu artful-backports InRelease [72.2 kB]
Reading package lists... Done
E: The repository 'http://download.zerotier.com/debian/artful artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package zerotier-one

*** Package installation failed! Unfortunately there may not be a package
*** for your architecture or distribution. For the source go to:
*** https://github.com/zerotier/ZeroTierOne

@shvchk
Copy link
Author

shvchk commented Mar 3, 2018 via email

@dudeisbrendan03
Copy link

E: The repository 'http://download.zerotier.com/debian/artful artful Release' does not have a Release file.

No artful directory, going to have to build it myself (some users aren't going to be able to).

@gsomoza
Copy link

gsomoza commented Apr 28, 2018

Bump

@Plantain
Copy link

Still an issue...

@dvteixeira24
Copy link

dvteixeira24 commented May 3, 2018

bump

experiencing the same issue

edit: managed to get it installed by manually grabbing the .deb from
https://download.zerotier.com/RELEASES/1.2.8/dist/debian/artful/pool/main/z/zerotier-one/

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

8 participants