Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created April 6, 2014 09:20
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 silentworks/18852d40a819522072f3 to your computer and use it in GitHub Desktop.
Save silentworks/18852d40a819522072f3 to your computer and use it in GitHub Desktop.
Output from trying to install from PPA
[INFO ] Loading fresh modules for state activity
[INFO ] Running state [php5_ppa] at time 09:19:22.417535
[INFO ] Executing state pkgrepo.managed for php5_ppa
[INFO ] Package repo 'php5_ppa' already configured
[INFO ] Completed state [php5_ppa] at time 09:19:22.567973
[INFO ] Running state [php5-fpm] at time 09:19:22.570625
[INFO ] Executing state pkg.latest for php5-fpm
[INFO ] Executing command "dpkg-query --showformat='${Status} ${Package} ${Version} ${Architecture}\n' -W" in directory '/home/vagrant'
[INFO ] Executing command 'grep-available -F Provides -s Package,Provides -e "^.+$"' in directory '/home/vagrant'
[INFO ] Executing command 'apt-get -q update' in directory '/home/vagrant'
[INFO ] Executing command ['apt-cache', '-q', 'policy', 'php5-fpm'] in directory '/home/vagrant'
[INFO ] Executing command "dpkg --compare-versions '5.5.10+dfsg-1+deb.sury.org~precise+1' lt '5.5.10+dfsg-1+deb.sury.org~precise+1'" in directory '/home/vagrant'
[ERROR ] Command "dpkg --compare-versions '5.5.10+dfsg-1+deb.sury.org~precise+1' lt '5.5.10+dfsg-1+deb.sury.org~precise+1'" failed with return code: 1
[ERROR ] output:
[INFO ] Executing command "dpkg --compare-versions '5.5.10+dfsg-1+deb.sury.org~precise+1' eq '5.5.10+dfsg-1+deb.sury.org~precise+1'" in directory '/home/vagrant'
[INFO ] Package php5-fpm is already up-to-date.
[INFO ] Completed state [php5-fpm] at time 09:19:32.741203
local:
----------
ID: php5_ppa
Function: pkgrepo.managed
Result: True
Comment: Package repo 'php5_ppa' already configured
Changes:
----------
ID: php5-fpm
Function: pkg.latest
Result: True
Comment: Package php5-fpm is already up-to-date.
Changes:
----------
ID: php5-fpm
Function: service.running
Result: False
Comment: The following requisites were not found:
require:
pkg: php5-mcrypt
pkg: php5-curl
pkg: php5-mysql
watch:
file: /etc/php5/fpm/pool.d/www.conf
Changes:
Summary
------------
Succeeded: 2
Failed: 1
------------
Total: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment