Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created December 3, 2013 19:24
Show Gist options
  • Select an option

  • Save kbarber/7775906 to your computer and use it in GitHub Desktop.

Select an option

Save kbarber/7775906 to your computer and use it in GitHub Desktop.
root@debian-607-x64-vbox4210:/home/vagrant# dpkg -i oracle-j2re1.7_1.7.0+update45_amd64.deb
Selecting previously deselected package oracle-j2re1.7.
(Reading database ... 41189 files and directories currently installed.)
Unpacking oracle-j2re1.7 (from oracle-j2re1.7_1.7.0+update45_amd64.deb) ...
Setting up oracle-j2re1.7 (1.7.0+update45) ...
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/java to provide /usr/bin/java (java) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/javaws to provide /usr/bin/javaws (javaws) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/bin/ControlPanel to provide /usr/bin/ControlPanel (ControlPanel) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode.
[global]
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/lib/amd64/libnpjp2.so to provide /usr/lib/iceweasel/plugins/libjavaplugin.so (iceweasel-javaplugin.so) in auto mode.
update-alternatives: using /usr/lib/jvm/j2re1.7-oracle/lib/amd64/libnpjp2.so to provide /usr/lib/chromium/plugins/libjavaplugin.so (chromium-javaplugin.so) in auto mode.
root@debian-607-x64-vbox4210:/home/vagrant# java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
root@debian-607-x64-vbox4210:/home/vagrant# java -jar puppetdb-1.5.2-41-dirty-standalone.jar services -c config.ini
2013-12-03 19:21:30,595 INFO [cli.services] PuppetDB version 1.5.2-41-dirty
2013-12-03 19:21:30,608 WARN [bonecp.BoneCPConfig] JDBC username was not set in config!
2013-12-03 19:21:30,608 WARN [bonecp.BoneCPConfig] JDBC password was not set in config!
2013-12-03 19:21:30,962 INFO [HSQLDB42B9E87E3B.ENGINE] Checkpoint start
2013-12-03 19:21:30,962 INFO [HSQLDB42B9E87E3B.ENGINE] checkpointClose start
2013-12-03 19:21:30,966 INFO [HSQLDB42B9E87E3B.ENGINE] checkpointClose end
2013-12-03 19:21:30,968 INFO [HSQLDB42B9E87E3B.ENGINE] Checkpoint end
2013-12-03 19:21:31,038 WARN [scf.migrate] Adding additional indexes; this may take several minutes, depending on the size of your database. Trust us, it will all be worth it in the end.
2013-12-03 19:21:31,066 INFO [cli.services] Starting broker
2013-12-03 19:21:31,068 INFO [puppetlabs.mq] Setting ActiveMQ StoreUsage limit to 1000 MB
2013-12-03 19:21:31,253 INFO [puppetlabs.mq] Setting ActiveMQ TempUsage limit to 1000 MB
2013-12-03 19:21:31,498 INFO [cli.services] Starting 4 command processor threads
2013-12-03 19:21:31,506 INFO [cli.services] Starting query server
2013-12-03 19:21:31,539 INFO [cli.services] Starting database garbage collection
2013-12-03 19:21:31,551 WARN [cli.services] Starting nrepl server on port 8082
2013-12-03 19:21:31,555 INFO [server.Server] jetty-7.x.y-SNAPSHOT
2013-12-03 19:21:31,570 INFO [cli.services] Finished database garbage collection
2013-12-03 19:21:31,601 INFO [cli.services] Starting sweep of stale nodes (threshold: 1 second)
2013-12-03 19:21:31,608 INFO [cli.services] Finished sweep of stale nodes (threshold: 1 second)
2013-12-03 19:21:31,608 INFO [cli.services] Starting sweep of stale reports (threshold: 14 days)
2013-12-03 19:21:31,634 INFO [cli.services] Finished sweep of stale reports (threshold: 14 days)
2013-12-03 19:21:31,879 INFO [server.AbstractConnector] Started [email protected]:8080
2013-12-03 19:21:37,664 INFO [cli.services] Newer version 1.5.2 is available! Visit http://docs.puppetlabs.com/puppetdb/1.5/release_notes.html for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment