Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Last active December 20, 2015 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duk3luk3/6141362 to your computer and use it in GitHub Desktop.
Save duk3luk3/6141362 to your computer and use it in GitHub Desktop.
Salt on Linaro failure

Using bootstrap:

root@bb8:~# wget -O - http://bootstrap.saltstack.org | sh --2013-08-02 18:02:28-- http://bootstrap.saltstack.org/ Resolving bootstrap.saltstack.org (bootstrap.saltstack.org)... 74.208.29.198 Connecting to bootstrap.saltstack.org (bootstrap.saltstack.org)|74.208.29.198|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.github.com/saltstack/salt-bootstrap/stable/bootstrap-salt.sh [following] --2013-08-02 18:02:28-- https://raw.github.com/saltstack/salt-bootstrap/stable/bootstrap-salt.sh Resolving raw.github.com (raw.github.com)... 185.31.16.133 Connecting to raw.github.com (raw.github.com)|185.31.16.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 105315 (103K) [text/plain] Saving to: `STDOUT'

0% [ ] 0 --.-K/s * INFO: PIPED THROUGH sh -- Version 1.5.5 82% [===============================> ] 87,375 417K/s

  • INFO: System Information:

  • INFO: CPU: ARMv7

  • INFO: CPU Arch: armv7l

  • INFO: OS Name: Linux

  • INFO: OS Version: 3.4.5-x1

  • INFO: Distribution: Linaro 12.11

  • INFO: Installing minion 100%[======================================>] 105,315 70.7K/s in 1.5s

2013-08-02 18:02:30 (70.7 KB/s) - written to stdout [105315/105315]

  • INFO: Found function daemons_running
  • ERROR: No dependencies installation function found. Exiting...

Adding the ppa manually:

root@bb8:~# add-apt-repository ppa:saltstack/salt You are about to add the following PPA to your system: Salt, the remote execution and configuration management tool. More info: https://launchpad.net/~saltstack/+archive/salt Press [ENTER] to continue or ctrl-c to cancel adding it

Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 160, in sp = SoftwareProperties(options=options) File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in init self.reload_sourceslist() File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist self.distro.get_sources(self.sourceslist)
File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources raise NoDistroTemplateException("Error: could not find a " aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment