Advertisement
Guest User

Error log after setting Puppet

a guest
Jan 24th, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.97 KB | None | 0 0
  1.  
  2. Installing your deployment
  3.  
  4. [localhost/192.168.0.104] mktemp -d -t 'pe-installer-XXXXXXXX'
  5.  
  6. /tmp/pe-installer-HClPGioc
  7. [localhost/192.168.0.104] chmod 700 /tmp/pe-installer-HClPGioc
  8.  
  9. [localhost/192.168.0.104] mkdir -p '/var/log/puppetlabs/installer' -m 700
  10.  
  11. [localhost/192.168.0.104] chmod 700 /var/log/puppetlabs/installer
  12.  
  13. [localhost/192.168.0.104] mkdir -p '/etc/puppetlabs/installer' -m 700
  14.  
  15. [localhost/192.168.0.104] chmod 700 /etc/puppetlabs/installer
  16.  
  17. Copying /opt/puppetlabs/puppet/share/installer/installer to 192.168.0.104:/tmp/pe-installer-HClPGioc/install.
  18.  
  19. Copying /tmp/installer-content20160124-6261-1sedj25 to 192.168.0.104:/tmp/pe-installer-HClPGioc/192.168.0.104.answers.
  20.  
  21. [localhost/192.168.0.104] /tmp/pe-installer-HClPGioc/install/puppet-enterprise-installer -D -a /tmp/pe-installer-HClPGioc/192.168.0.104.answers
  22.  
  23. ========================================================================
  24.  
  25. Puppet Enterprise v2015.3.1 installer
  26.  
  27. Puppet Enterprise documentation can be found at http://docs.puppetlabs.com/pe/2015.3/
  28.  
  29. ------------------------------------------------------------------------
  30.  
  31. STEP 1: READ ANSWERS FROM FILE
  32.  
  33. ## Reading answers from file: /tmp/pe-installer-HClPGioc/192.168.0.104.answers
  34.  
  35. ------------------------------------------------------------------------
  36.  
  37. STEP 2: SELECT AND CONFIGURE ROLES
  38.  
  39. This installer lets you select and install the various roles
  40. required in a Puppet Enterprise deployment: puppet master,
  41. console, database, and puppet agent.
  42.  
  43. NOTE: when specifying hostnames during installation, use the fully-qualified domain name (foo.example.com) rather than a shortened name (foo).
  44.  
  45.  
  46. -> puppet master
  47.  
  48. The puppet master serves configurations to a group of puppet
  49. agent nodes. This role also provides MCollective's message queue
  50. and client interface. It should be installed on a robust,
  51. dedicated server.
  52.  
  53. ?? Install puppet master? [y/N] y
  54.  
  55. -> standalone install
  56.  
  57. You may choose to either install PuppetDB and the console on this
  58. node, or to install each service on its own node. If you choose
  59. not to install PuppetDB and the console on this node, you will be
  60. asked where to find them.
  61.  
  62. ?? Install PuppetDB and console on this node? [Y/n] y
  63.  
  64. -> puppet agent
  65.  
  66. The puppet agent role is automatically installed with the
  67. console, puppet master, and puppetdb roles.
  68.  
  69. ?? The puppet master's certificate will contain a unique name
  70. ("certname"); this should be the main DNS name at which it can be
  71. reliably reached. Puppet master's certname? [Default:
  72. vagrant-ubuntu-trusty-64] 192.168.0.104
  73. ?? The puppet master's certificate can contain DNS aliases; agent
  74. nodes will only trust the master if they reach it at its certname
  75. or one of these official aliases. Puppet master's DNS aliases
  76. (comma-separated list)? [Default:
  77. 192,192.168.0.104,puppet,puppet.168.0.104] puppet
  78.  
  79. The Puppet Enterprise console and PuppetDB require a PostgreSQL
  80. database and a user account able to edit it. Puppet Enterprise
  81. includes a Postgresql server which you can install locally, or
  82. you can specify an existing remote database (which must be
  83. configured and available prior to installing the console or
  84. PuppetDB).
  85.  
  86. ?? Install the included Puppet Enterprise PostgreSQL server locally?
  87. [Y/n] y
  88. ** set | grep -E -q '^q_.*database.*$'
  89. ** mkdir -p /etc/puppetlabs/installer
  90. ** touch /etc/puppetlabs/installer/database_info.install
  91. ** chmod 600 /etc/puppetlabs/installer/database_info.install
  92. ?? Password for Puppet Enterprise Console superuser 'admin' (minimum
  93. 8 characters)?
  94.  
  95. -> Vendor Packages
  96.  
  97. The installer has detected that Puppet Enterprise requires
  98. additional packages from your operating system vendor's
  99. repositories, and can automatically install them. If you choose
  100. not to install these packages automatically, the installer will
  101. exit so you can install them manually.
  102.  
  103. Additional vendor packages required for installation:
  104. * libapr1
  105. * libaprutil1
  106. * libaprutil1-dbd-sqlite3
  107. * libaprutil1-ldap
  108. * libjpeg62
  109. * libreadline5
  110. * libxslt1.1
  111.  
  112.  
  113. ?? Install these packages automatically? [Y/n] y
  114.  
  115. ?? Enable the file sync service? (this will default to 'y' on an
  116. install and 'n' on an upgrade) [Y/n] y
  117.  
  118. ------------------------------------------------------------------------
  119.  
  120. STEP 3: CONFIRM PLAN
  121.  
  122. You have selected to install the following components (and their dependencies)
  123. * Puppet Master
  124. * PuppetDB
  125. * Console
  126. * Puppet Agent
  127.  
  128. ?? Perform installation? [Y/n] y
  129. ** mkdir -p /etc/puppetlabs/installer
  130. ** touch /etc/puppetlabs/installer/answers.install
  131. ** chmod 600 /etc/puppetlabs/installer/answers.install
  132. ** sed "s/^\(q_.*password\)=.*/#\1=REDACTED/g" < "/tmp/pe-installer-HClPGioc/install/answers.lastrun.vagrant-ubuntu-trusty-64" > "/etc/puppetlabs/installer/answers.install"
  133. ## Answers saved in the following files: /tmp/pe-installer-HClPGioc/install/answers.lastrun.vagrant-ubuntu-trusty-64 and /etc/puppetlabs/installer/answers.install
  134.  
  135. ========================================================================
  136. ** set | grep -E -q '^q_.*database.*$'
  137. ** mkdir -p /etc/puppetlabs/installer
  138. ** touch /etc/puppetlabs/installer/database_info.install
  139. ** chmod 600 /etc/puppetlabs/installer/database_info.install
  140. ** mkdir -p /opt/puppetlabs && chown root:root /opt/puppetlabs && chmod 755 /opt/puppetlabs
  141. ** mkdir -p /opt/puppetlabs/server && cp /tmp/pe-installer-HClPGioc/install/VERSION /opt/puppetlabs/server/pe_build && chown root:root /opt/puppetlabs/server/pe_build && chmod 644 /opt/puppetlabs/server/pe_build
  142. ** mkdir -p /opt/puppetlabs/bin && chown root:root /opt/puppetlabs/bin && chmod 755 /opt/puppetlabs/bin
  143. ** mkdir -p /opt/puppetlabs/server/share/installer && chown root:root /opt/puppetlabs/server/share /opt/puppetlabs/server/share/installer && chmod 755 /opt/puppetlabs/server/share /opt/puppetlabs/server/share/installer
  144. ** cp /tmp/pe-installer-HClPGioc/install/puppet-enterprise-support /tmp/pe-installer-HClPGioc/install/puppet-enterprise-uninstaller /opt/puppetlabs/bin
  145. ** cp /tmp/pe-installer-HClPGioc/install/utilities /opt/puppetlabs/server/share/installer/utilities
  146. ** chown root:root /opt/puppetlabs/bin/puppet-enterprise-support /opt/puppetlabs/bin/puppet-enterprise-uninstaller /opt/puppetlabs/server/share/installer/utilities
  147. ** chmod 755 /opt/puppetlabs/bin/puppet-enterprise-support /opt/puppetlabs/bin/puppet-enterprise-uninstaller /opt/puppetlabs/server/share/installer/utilities
  148.  
  149. ------------------------------------------------------------------------
  150.  
  151. STEP 4: INSTALL PACKAGES
  152.  
  153. ** mkdir -p /etc/apt/sources.list.d
  154. ## Generated file "/etc/apt/sources.list.d/puppet-enterprise-installer.list" with contents:
  155.  
  156. deb file:/tmp/pe-installer-HClPGioc/install/packages/ubuntu-14.04-amd64 ./
  157.  
  158. ** apt-key add /tmp/pe-installer-HClPGioc/install/gpg/GPG-KEY-puppetlabs
  159. OK
  160. ** apt-get update -q -y
  161. Ign file: ./ InRelease
  162. Get:1 file: ./ Release.gpg [836 B]
  163. Get:2 file: ./ Release [511 B]
  164. Ign file: ./ Translation-en
  165. Ign http://archive.ubuntu.com trusty InRelease
  166. Hit http://archive.ubuntu.com trusty-updates InRelease
  167. Hit http://archive.ubuntu.com trusty-backports InRelease
  168. Hit http://archive.ubuntu.com trusty Release.gpg
  169. Hit http://archive.ubuntu.com trusty-updates/main Sources
  170. Hit http://security.ubuntu.com trusty-security InRelease
  171. Hit http://archive.ubuntu.com trusty-updates/restricted Sources
  172. Hit http://archive.ubuntu.com trusty-updates/universe Sources
  173. Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
  174. Hit http://security.ubuntu.com trusty-security/main Sources
  175. Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
  176. Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
  177. Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
  178. Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
  179. Hit http://security.ubuntu.com trusty-security/universe Sources
  180. Hit http://archive.ubuntu.com trusty-updates/main Translation-en
  181. Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
  182. Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
  183. Hit http://security.ubuntu.com trusty-security/main amd64 Packages
  184. Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
  185. Hit http://archive.ubuntu.com trusty-backports/main Sources
  186. Hit http://archive.ubuntu.com trusty-backports/restricted Sources
  187. Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
  188. Hit http://archive.ubuntu.com trusty-backports/universe Sources
  189. Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
  190. Hit http://security.ubuntu.com trusty-security/main Translation-en
  191. Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
  192. Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
  193. Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
  194. Hit http://security.ubuntu.com trusty-security/universe Translation-en
  195. Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
  196. Hit http://archive.ubuntu.com trusty-backports/main Translation-en
  197. Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
  198. Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
  199. Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
  200. Hit http://archive.ubuntu.com trusty Release
  201. Hit http://archive.ubuntu.com trusty/main Sources
  202. Hit http://archive.ubuntu.com trusty/restricted Sources
  203. Hit http://archive.ubuntu.com trusty/universe Sources
  204. Hit http://archive.ubuntu.com trusty/multiverse Sources
  205. Hit http://archive.ubuntu.com trusty/main amd64 Packages
  206. Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  207. Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  208. Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
  209. Hit http://archive.ubuntu.com trusty/main Translation-en
  210. Hit http://archive.ubuntu.com trusty/multiverse Translation-en
  211. Hit http://archive.ubuntu.com trusty/restricted Translation-en
  212. Hit http://archive.ubuntu.com trusty/universe Translation-en
  213. Reading package lists...
  214. ## Installing packages from repositories...
  215. ** DEBIAN_FRONTEND=noninteractive apt-get install -y -o Apt::Get::Purge=false -o Dpkg::Options::='--force-confold' -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confmiss' --no-install-recommends 'libxslt1.1' 'pciutils' 'dmidecode' 'hostname' 'cron' 'libldap-2.4-2' 'libreadline5' 'libxml2' 'libjpeg62' 'file' 'libmagic1' 'libpcre3' 'curl' 'perl' 'mime-support' 'libapr1' 'libcap2' 'libaprutil1' 'libaprutil1-dbd-sqlite3' 'libaprutil1-ldap' 'puppet-agent' 'pe-puppet-enterprise-release' 'pe-java' 'pe-puppetserver' 'pe-license' 'pe-puppet-license-cli' 'pe-puppetdb-termini' 'pe-console-services-termini' 'pe-r10k' 'pe-postgresql' 'pe-orchestration-services' 'pe-client-tools' 'pe-nginx' 'pe-postgresql' 'pe-java' 'pe-console-services' 'pe-postgresql-server' 'pe-postgresql-contrib' 'pe-postgresql' 'pe-java' 'pe-puppetdb'
  216. Reading package lists...
  217. Building dependency tree...
  218. Reading state information...
  219. cron is already the newest version.
  220. dmidecode is already the newest version.
  221. hostname is already the newest version.
  222. libcap2 is already the newest version.
  223. pciutils is already the newest version.
  224. perl is already the newest version.
  225. curl is already the newest version.
  226. file is already the newest version.
  227. libldap-2.4-2 is already the newest version.
  228. libmagic1 is already the newest version.
  229. libpcre3 is already the newest version.
  230. mime-support is already the newest version.
  231. puppet-agent is already the newest version.
  232. The following packages were automatically installed and are no longer required:
  233. augeas-lenses libaugeas0 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
  234. libfontenc1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libice6 libllvm3.4
  235. libpciaccess0 libpixman-1-0 libsm6 libtxc-dxtn-s2tc0 libx11-xcb1 libxaw7
  236. libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1
  237. libxcomposite1 libxdamage1 libxfixes3 libxfont1 libxkbfile1 libxmu6 libxpm4
  238. libxrandr2 libxrender1 libxshmfence1 libxt6 libxxf86vm1 ruby-augeas
  239. ruby-hiera ruby-rgen ruby-safe-yaml ruby-shadow x11-common x11-xkb-utils
  240. xfonts-base xfonts-encodings xfonts-utils xserver-common xserver-xorg-core
  241. Use 'apt-get autoremove' to remove them.
  242. The following extra packages will be installed:
  243. libossp-uuid16
  244. Suggested packages:
  245. uuid libdbd-pg-perl oidentd ident-server
  246. The following NEW packages will be installed:
  247. libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libjpeg62
  248. libossp-uuid16 libreadline5 libxslt1.1 pe-client-tools pe-console-services
  249. pe-console-services-termini pe-java pe-license pe-nginx
  250. pe-orchestration-services pe-postgresql pe-postgresql-contrib
  251. pe-postgresql-server pe-puppet-enterprise-release pe-puppet-license-cli
  252. pe-puppetdb pe-puppetdb-termini pe-puppetserver pe-r10k
  253. The following packages will be upgraded:
  254. libxml2
  255. 1 upgraded, 24 newly installed, 0 to remove and 48 not upgraded.
  256. Need to get 1135 kB/181 MB of archives.
  257. After this operation, 371 MB of additional disk space will be used.
  258. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.7 [571 kB]
  259. Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB]
  260. Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB]
  261. Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg62 amd64 6b1-4ubuntu1 [78.4 kB]
  262. Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libreadline5 amd64 5.2+dfsg-2 [130 kB]
  263. Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB]
  264. Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-dbd-sqlite3 amd64 1.5.3-1 [10.5 kB]
  265. Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-ldap amd64 1.5.3-1 [8634 B]
  266. Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB]
  267. perl: warning: Setting locale failed.
  268. perl: warning: Please check that your locale settings:
  269. LANGUAGE = (unset),
  270. LC_ALL = (unset),
  271. LC_TIME = "ro_RO.UTF-8",
  272. LC_MONETARY = "ro_RO.UTF-8",
  273. LC_ADDRESS = "ro_RO.UTF-8",
  274. LC_TELEPHONE = "ro_RO.UTF-8",
  275. LC_NAME = "ro_RO.UTF-8",
  276. LC_MEASUREMENT = "ro_RO.UTF-8",
  277. LC_IDENTIFICATION = "ro_RO.UTF-8",
  278. LC_NUMERIC = "ro_RO.UTF-8",
  279. LC_PAPER = "ro_RO.UTF-8",
  280. LANG = "en_US.UTF-8"
  281. are supported and installed on your system.
  282. perl: warning: Falling back to the standard locale ("C").
  283. locale: Cannot set LC_ALL to default locale: No such file or directory
  284. Fetched 1135 kB in 2s (462 kB/s)
  285. (Reading database ... 68060 files and directories currently installed.)
  286. Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.7_amd64.deb ...
  287. Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.7) over (2.9.1+dfsg1-3ubuntu4.5) ...
  288. Selecting previously unselected package libapr1:amd64.
  289. Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ...
  290. Unpacking libapr1:amd64 (1.5.0-1) ...
  291. Selecting previously unselected package libaprutil1:amd64.
  292. Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ...
  293. Unpacking libaprutil1:amd64 (1.5.3-1) ...
  294. Selecting previously unselected package libjpeg62:amd64.
  295. Preparing to unpack .../libjpeg62_6b1-4ubuntu1_amd64.deb ...
  296. Unpacking libjpeg62:amd64 (6b1-4ubuntu1) ...
  297. Selecting previously unselected package libreadline5:amd64.
  298. Preparing to unpack .../libreadline5_5.2+dfsg-2_amd64.deb ...
  299. Unpacking libreadline5:amd64 (5.2+dfsg-2) ...
  300. Selecting previously unselected package libxslt1.1:amd64.
  301. Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...
  302. Unpacking libxslt1.1:amd64 (1.1.28-2build1) ...
  303. Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
  304. Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb ...
  305. Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ...
  306. Selecting previously unselected package libaprutil1-ldap:amd64.
  307. Preparing to unpack .../libaprutil1-ldap_1.5.3-1_amd64.deb ...
  308. Unpacking libaprutil1-ldap:amd64 (1.5.3-1) ...
  309. Selecting previously unselected package libossp-uuid16.
  310. Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ...
  311. Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ...
  312. Selecting previously unselected package pe-client-tools.
  313. Preparing to unpack .../pe-client-tools_1.0.0-1trusty_amd64.deb ...
  314. Unpacking pe-client-tools (1.0.0-1trusty) ...
  315. Selecting previously unselected package pe-puppet-enterprise-release.
  316. Preparing to unpack .../pe-puppet-enterprise-release_2015.3.1.0-1puppet1_all.deb ...
  317. Unpacking pe-puppet-enterprise-release (2015.3.1.0-1puppet1) ...
  318. Selecting previously unselected package pe-java:amd64.
  319. Preparing to unpack .../pe-java_1.8.0.65-1puppet2_amd64.deb ...
  320. Unpacking pe-java:amd64 (1.8.0.65-1puppet2) ...
  321. Selecting previously unselected package pe-console-services.
  322. Preparing to unpack .../pe-console-services_1.2.110-1puppet1_all.deb ...
  323. Unpacking pe-console-services (1.2.110-1puppet1) ...
  324. Selecting previously unselected package pe-console-services-termini.
  325. Preparing to unpack .../pe-console-services-termini_1.2.110-1puppet1_all.deb ...
  326. Unpacking pe-console-services-termini (1.2.110-1puppet1) ...
  327. Selecting previously unselected package pe-license.
  328. Preparing to unpack .../pe-license_0.1.5.7-1puppet1_all.deb ...
  329. Unpacking pe-license (0.1.5.7-1puppet1) ...
  330. Selecting previously unselected package pe-nginx.
  331. Preparing to unpack .../pe-nginx_1.8.0-1puppet9_amd64.deb ...
  332. Unpacking pe-nginx (1.8.0-1puppet9) ...
  333. Selecting previously unselected package pe-orchestration-services.
  334. Preparing to unpack .../pe-orchestration-services_0.3.0-1puppet1_all.deb ...
  335. Unpacking pe-orchestration-services (0.3.0-1puppet1) ...
  336. Selecting previously unselected package pe-postgresql.
  337. Preparing to unpack .../pe-postgresql_9.4.5-1puppet2_amd64.deb ...
  338. Unpacking pe-postgresql (9.4.5-1puppet2) ...
  339. Selecting previously unselected package pe-postgresql-server.
  340. Preparing to unpack .../pe-postgresql-server_9.4.5-1puppet2_amd64.deb ...
  341. Unpacking pe-postgresql-server (9.4.5-1puppet2) ...
  342. Selecting previously unselected package pe-postgresql-contrib.
  343. Preparing to unpack .../pe-postgresql-contrib_9.4.5-1puppet2_amd64.deb ...
  344. Unpacking pe-postgresql-contrib (9.4.5-1puppet2) ...
  345. Selecting previously unselected package pe-puppet-license-cli.
  346. Preparing to unpack .../pe-puppet-license-cli_0.1.7.20-1puppet1_all.deb ...
  347. Unpacking pe-puppet-license-cli (0.1.7.20-1puppet1) ...
  348. Selecting previously unselected package pe-puppetdb.
  349. Preparing to unpack .../pe-puppetdb_3.2.2-1puppet1_all.deb ...
  350. Unpacking pe-puppetdb (3.2.2-1puppet1) ...
  351. Selecting previously unselected package pe-puppetdb-termini.
  352. Preparing to unpack .../pe-puppetdb-termini_3.2.2-1puppet1_all.deb ...
  353. Unpacking pe-puppetdb-termini (3.2.2-1puppet1) ...
  354. Selecting previously unselected package pe-puppetserver.
  355. Preparing to unpack .../pe-puppetserver_2.2.34-1puppet1_all.deb ...
  356. Unpacking pe-puppetserver (2.2.34-1puppet1) ...
  357. Selecting previously unselected package pe-r10k.
  358. Preparing to unpack .../pe-r10k_2.1.1.0-1trusty_amd64.deb ...
  359. Unpacking pe-r10k (2.1.1.0-1trusty) ...
  360. Processing triggers for ureadahead (0.100.0-16) ...
  361. Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.7) ...
  362. Setting up libapr1:amd64 (1.5.0-1) ...
  363. Setting up libaprutil1:amd64 (1.5.3-1) ...
  364. Setting up libjpeg62:amd64 (6b1-4ubuntu1) ...
  365. Setting up libreadline5:amd64 (5.2+dfsg-2) ...
  366. Setting up libxslt1.1:amd64 (1.1.28-2build1) ...
  367. Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ...
  368. Setting up libaprutil1-ldap:amd64 (1.5.3-1) ...
  369. Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ...
  370. Setting up pe-client-tools (1.0.0-1trusty) ...
  371. Setting up pe-puppet-enterprise-release (2015.3.1.0-1puppet1) ...
  372. Setting up pe-java:amd64 (1.8.0.65-1puppet2) ...
  373. Setting up pe-console-services (1.2.110-1puppet1) ...
  374.  
  375. Configuration file `/etc/default/pe-console-services', does not exist on system.
  376. Installing new config file as you requested.
  377.  
  378. Configuration file `/etc/logrotate.d/pe-console-services', does not exist on system.
  379. Installing new config file as you requested.
  380.  
  381. Configuration file `/etc/puppetlabs/console-services/logback.xml', does not exist on system.
  382. Installing new config file as you requested.
  383.  
  384. Configuration file `/etc/puppetlabs/console-services/bootstrap.cfg', does not exist on system.
  385. Installing new config file as you requested.
  386.  
  387. Configuration file `/etc/puppetlabs/console-services/conf.d/console.conf', does not exist on system.
  388. Installing new config file as you requested.
  389.  
  390. Configuration file `/etc/puppetlabs/console-services/conf.d/rbac.conf', does not exist on system.
  391. Installing new config file as you requested.
  392.  
  393. Configuration file `/etc/puppetlabs/console-services/conf.d/webserver.conf', does not exist on system.
  394. Installing new config file as you requested.
  395.  
  396. Configuration file `/etc/puppetlabs/console-services/conf.d/rbac-static.conf', does not exist on system.
  397. Installing new config file as you requested.
  398.  
  399. Configuration file `/etc/puppetlabs/console-services/conf.d/classifier.conf', does not exist on system.
  400. Installing new config file as you requested.
  401.  
  402. Configuration file `/etc/puppetlabs/console-services/conf.d/global.conf', does not exist on system.
  403. Installing new config file as you requested.
  404.  
  405. Configuration file `/etc/puppetlabs/console-services/request-logging.xml', does not exist on system.
  406. Installing new config file as you requested.
  407.  
  408. Configuration file `/etc/init.d/pe-console-services', does not exist on system.
  409. Installing new config file as you requested.
  410. Setting up pe-console-services-termini (1.2.110-1puppet1) ...
  411. Setting up pe-license (0.1.5.7-1puppet1) ...
  412. Setting up pe-nginx (1.8.0-1puppet9) ...
  413.  
  414. Configuration file `/etc/logrotate.d/pe-nginx', does not exist on system.
  415. Installing new config file as you requested.
  416.  
  417. Configuration file `/etc/puppetlabs/nginx/koi-utf', does not exist on system.
  418. Installing new config file as you requested.
  419.  
  420. Configuration file `/etc/puppetlabs/nginx/win-utf', does not exist on system.
  421. Installing new config file as you requested.
  422.  
  423. Configuration file `/etc/puppetlabs/nginx/mime.types', does not exist on system.
  424. Installing new config file as you requested.
  425.  
  426. Configuration file `/etc/puppetlabs/nginx/koi-win', does not exist on system.
  427. Installing new config file as you requested.
  428.  
  429. Configuration file `/etc/puppetlabs/nginx/nginx.conf', does not exist on system.
  430. Installing new config file as you requested.
  431.  
  432. Configuration file `/etc/init.d/pe-nginx', does not exist on system.
  433. Installing new config file as you requested.
  434. Setting up pe-orchestration-services (0.3.0-1puppet1) ...
  435.  
  436. Configuration file `/etc/default/pe-orchestration-services', does not exist on system.
  437. Installing new config file as you requested.
  438.  
  439. Configuration file `/etc/logrotate.d/pe-orchestration-services', does not exist on system.
  440. Installing new config file as you requested.
  441.  
  442. Configuration file `/etc/puppetlabs/orchestration-services/logback.xml', does not exist on system.
  443. Installing new config file as you requested.
  444.  
  445. Configuration file `/etc/puppetlabs/orchestration-services/bootstrap.cfg', does not exist on system.
  446. Installing new config file as you requested.
  447.  
  448. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/metrics.conf', does not exist on system.
  449. Installing new config file as you requested.
  450.  
  451. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/pcp-broker.conf', does not exist on system.
  452. Installing new config file as you requested.
  453.  
  454. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/webserver.conf', does not exist on system.
  455. Installing new config file as you requested.
  456.  
  457. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/orchestrator.conf', does not exist on system.
  458. Installing new config file as you requested.
  459.  
  460. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/web-routes.conf', does not exist on system.
  461. Installing new config file as you requested.
  462.  
  463. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/authorization.conf', does not exist on system.
  464. Installing new config file as you requested.
  465.  
  466. Configuration file `/etc/puppetlabs/orchestration-services/conf.d/global.conf', does not exist on system.
  467. Installing new config file as you requested.
  468.  
  469. Configuration file `/etc/init.d/pe-orchestration-services', does not exist on system.
  470. Installing new config file as you requested.
  471. Setting up pe-postgresql (9.4.5-1puppet2) ...
  472. Setting up pe-postgresql-server (9.4.5-1puppet2) ...
  473.  
  474. Configuration file `/etc/init.d/pe-postgresql', does not exist on system.
  475. Installing new config file as you requested.
  476. pgrep: invalid user name: pe-postgres
  477. Setting up pe-puppet-license-cli (0.1.7.20-1puppet1) ...
  478. Setting up pe-puppetdb (3.2.2-1puppet1) ...
  479.  
  480. Configuration file `/etc/default/pe-puppetdb', does not exist on system.
  481. Installing new config file as you requested.
  482.  
  483. Configuration file `/etc/logrotate.d/pe-puppetdb', does not exist on system.
  484. Installing new config file as you requested.
  485.  
  486. Configuration file `/etc/puppetlabs/puppetdb/logback.xml', does not exist on system.
  487. Installing new config file as you requested.
  488.  
  489. Configuration file `/etc/puppetlabs/puppetdb/bootstrap.cfg', does not exist on system.
  490. Installing new config file as you requested.
  491.  
  492. Configuration file `/etc/puppetlabs/puppetdb/conf.d/jetty.ini', does not exist on system.
  493. Installing new config file as you requested.
  494.  
  495. Configuration file `/etc/puppetlabs/puppetdb/conf.d/repl.ini', does not exist on system.
  496. Installing new config file as you requested.
  497.  
  498. Configuration file `/etc/puppetlabs/puppetdb/conf.d/database.ini', does not exist on system.
  499. Installing new config file as you requested.
  500.  
  501. Configuration file `/etc/puppetlabs/puppetdb/conf.d/config.ini', does not exist on system.
  502. Installing new config file as you requested.
  503.  
  504. Configuration file `/etc/puppetlabs/puppetdb/conf.d/routing.ini', does not exist on system.
  505. Installing new config file as you requested.
  506.  
  507. Configuration file `/etc/puppetlabs/puppetdb/request-logging.xml', does not exist on system.
  508. Installing new config file as you requested.
  509.  
  510. Configuration file `/etc/init.d/pe-puppetdb', does not exist on system.
  511. Installing new config file as you requested.
  512. Setting up pe-puppetdb-termini (3.2.2-1puppet1) ...
  513. Setting up pe-puppetserver (2.2.34-1puppet1) ...
  514.  
  515. Configuration file `/etc/default/pe-puppetserver', does not exist on system.
  516. Installing new config file as you requested.
  517.  
  518. Configuration file `/etc/logrotate.d/pe-puppetserver', does not exist on system.
  519. Installing new config file as you requested.
  520.  
  521. Configuration file `/etc/puppetlabs/puppetserver/logback.xml', does not exist on system.
  522. Installing new config file as you requested.
  523.  
  524. Configuration file `/etc/puppetlabs/puppetserver/bootstrap.cfg', does not exist on system.
  525. Installing new config file as you requested.
  526.  
  527. Configuration file `/etc/puppetlabs/puppetserver/conf.d/metrics.conf', does not exist on system.
  528. Installing new config file as you requested.
  529.  
  530. Configuration file `/etc/puppetlabs/puppetserver/conf.d/auth.conf', does not exist on system.
  531. Installing new config file as you requested.
  532.  
  533. Configuration file `/etc/puppetlabs/puppetserver/conf.d/file-sync.conf', does not exist on system.
  534. Installing new config file as you requested.
  535.  
  536. Configuration file `/etc/puppetlabs/puppetserver/conf.d/webserver.conf', does not exist on system.
  537. Installing new config file as you requested.
  538.  
  539. Configuration file `/etc/puppetlabs/puppetserver/conf.d/ca.conf', does not exist on system.
  540. Installing new config file as you requested.
  541.  
  542. Configuration file `/etc/puppetlabs/puppetserver/conf.d/web-routes.conf', does not exist on system.
  543. Installing new config file as you requested.
  544.  
  545. Configuration file `/etc/puppetlabs/puppetserver/conf.d/pe-puppet-server.conf', does not exist on system.
  546. Installing new config file as you requested.
  547.  
  548. Configuration file `/etc/puppetlabs/puppetserver/conf.d/global.conf', does not exist on system.
  549. Installing new config file as you requested.
  550.  
  551. Configuration file `/etc/puppetlabs/puppetserver/code-manager-request-logging.xml', does not exist on system.
  552. Installing new config file as you requested.
  553.  
  554. Configuration file `/etc/puppetlabs/puppetserver/request-logging.xml', does not exist on system.
  555. Installing new config file as you requested.
  556.  
  557. Configuration file `/etc/init.d/pe-puppetserver', does not exist on system.
  558. Installing new config file as you requested.
  559. Setting up pe-r10k (2.1.1.0-1trusty) ...
  560.  
  561. Configuration file `/etc/puppetlabs/r10k/r10k.yaml.example', does not exist on system.
  562. Installing new config file as you requested.
  563. Processing triggers for ureadahead (0.100.0-16) ...
  564. Setting up pe-postgresql-contrib (9.4.5-1puppet2) ...
  565. Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
  566. ** rm -f /etc/apt/sources.list.d/puppet-enterprise-installer.list
  567. ** rm -f /etc/apt/sources.list.d/puppet-enterprise-installer.list
  568. ** apt-get update -qq
  569. ** locale -a | grep -E -q -i 'en_US\.UTF.?8'
  570. ** /opt/puppetlabs/puppet/bin/erb -T - '/tmp/pe-installer-HClPGioc/install/erb/puppet.conf.erb' > '/etc/puppetlabs/puppet/puppet.conf'
  571. ** ls /opt/puppetlabs/puppet/modules/* &> /dev/null
  572. ** /opt/puppetlabs/puppet/bin/puppet module install "/tmp/pe-installer-HClPGioc/install/modules/puppetlabs-pe_puppetdbquery-2015.3.0-rc1-1-gb278efd.tar.gz" --force --ignore-dependencies --modulepath /opt/puppetlabs/puppet/modules
  573. libfacter was not found. Please make sure it was installed to the expected location.
  574. Summary View
  575. We have many tools to help you master Puppet Enterprise.
  576. Try the Quick Start Guide, a short series designed to help you evaluate and become familiar with Puppet Enterprise.
  577.  
  578. The Puppet Forge offers a cornucopia of modules—reusable, sharable units of Puppet code—for simple and advanced operations.
  579.  
  580. As a Puppet Enterprise customer, you have access to supported modules, which are modules guaranteed to work with Puppet Enterprise. Use them to automate your infrastructure when setting up NTP, PostgreSQL, Apache, or even your Windows Registry.
  581.  
  582. You can find the installer answer file at '/opt/puppetlabs/puppet/share/installer/answers' on 192.168.0.104, but note that this answer file is overwritten each time you run the installer.
  583.  
  584. You can find the installer log at /var/log/puppetlabs/installer/installer.log on 192.168.0.104.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement