Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created August 2, 2013 17:32
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/6141731 to your computer and use it in GitHub Desktop.
Save duk3luk3/6141731 to your computer and use it in GitHub Desktop.
root@bb8:~# sh bootstrap-salt.sh
* INFO: sh bootstrap-salt.sh -- Version 1.5.5
* WARN: Running the unstable version of bootstrap-salt.sh
* 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
* INFO: Found function install_ubuntu_deps
* INFO: Found function install_ubuntu_stable
* INFO: Found function install_ubuntu_restart_daemons
* INFO: Found function daemons_running
* INFO: Running install_ubuntu_deps()
... [apt-get update]
...
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
python-software-properties is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 160, in <module>
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
* ERROR: Failed to run install_ubuntu_deps()!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment