Skip to content

Instantly share code, notes, and snippets.

@GregSutcliffe
Created February 23, 2013 13:09
Show Gist options
  • Save GregSutcliffe/5019670 to your computer and use it in GitHub Desktop.
Save GregSutcliffe/5019670 to your computer and use it in GitHub Desktop.
root@test1:~# uname -a
Linux test1 3.2.0-38-generic #60-Ubuntu SMP Wed Feb 13 13:22:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
root@test1:~# apt-cache policy foreman
foreman:
Installed: (none)
Candidate: 1.1.1+ubuntu1
Version table:
1.1.1+ubuntu1 0
500 http://deb.theforeman.org/ precise/stable amd64 Packages
1.1+ubuntu3 0
500 http://deb.theforeman.org/ precise/stable amd64 Packages
1.1+ubuntu2 0
500 http://deb.theforeman.org/ precise/stable amd64 Packages
1.1+ubuntu1 0
500 http://deb.theforeman.org/ precise/stable amd64 Packages
1.0.2+ubuntu1 0
500 http://deb.theforeman.org/ precise/stable amd64 Packages
root@test1:~# apt-get install foreman foreman-sqlite3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bundler libsqlite3-dev
Suggested packages:
sqlite3-doc
Recommended packages:
rubygems-integration
The following NEW packages will be installed
bundler foreman foreman-sqlite3 libsqlite3-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.5 MB of archives.
After this operation, 16.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
bundler foreman foreman-sqlite3
Install these packages without verification [y/N]? y
Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-dev amd64 3.7.9-2ubuntu1.1 [459 kB]
Get:2 http://deb.theforeman.org/ precise/stable bundler all 1.2.2-2 [144 kB]
Get:3 http://deb.theforeman.org/ precise/stable foreman amd64 1.1.1+ubuntu1 [9,902 kB]
Get:4 http://deb.theforeman.org/ precise/stable foreman-sqlite3 all 1.1.1+ubuntu1 [4,674 B]
Fetched 10.5 MB in 15s (694 kB/s)
Selecting previously unselected package bundler.
(Reading database ... 55741 files and directories currently installed.)
Unpacking bundler (from .../bundler_1.2.2-2_all.deb) ...
Selecting previously unselected package libsqlite3-dev.
Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.9-2ubuntu1.1_amd64.deb) ...
Selecting previously unselected package foreman.
Unpacking foreman (from .../foreman_1.1.1+ubuntu1_amd64.deb) ...
Selecting previously unselected package foreman-sqlite3.
Unpacking foreman-sqlite3 (from .../foreman-sqlite3_1.1.1+ubuntu1_all.deb) ...
Processing triggers for ureadahead ...
Setting up bundler (1.2.2-2) ...
Setting up libsqlite3-dev (3.7.9-2ubuntu1.1) ...
Setting up foreman (1.1.1+ubuntu1) ...
WARNING: abstract-1.0.0 has an invalid nil value for @cert_chain
WARNING: builder-2.1.2 has an invalid nil value for @cert_chain
foreman not configured to start. Please edit /etc/default/foreman to enable.
Setting up foreman-sqlite3 (1.1.1+ubuntu1) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment