Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created March 16, 2011 18:28
Show Gist options
  • Save pjkelly/873024 to your computer and use it in GitHub Desktop.
Save pjkelly/873024 to your computer and use it in GitHub Desktop.
Output occurring since upgrading to Passenger 3.0.5 even after the recent freezing of 3.0.4 in Moonshine.
** [out :: myapp.com] notice: /ApplicationManifest#37495940/Package[passenger]/ensure: ensure changed '3.0.5' to '3.0.4'
** [out :: myapp.com] err: /ApplicationManifest#37495940/Exec[build_passenger]/returns: change from notrun to 0 failed: sudo /usr/bin/ruby -S rake clean apache2 returned 1 instead of 0
** [out :: myapp.com] notice: /ApplicationManifest#37495940/File[/etc/apache2/mods-available/passenger.load]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/File[/etc/apache2/mods-available/passenger.load]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/File[/etc/apache2/mods-available/passenger.conf]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/File[/etc/apache2/mods-available/passenger.conf]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/Exec[a2enmod passenger]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/Exec[a2enmod passenger]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/File[/etc/apache2/sites-available/myapp]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/File[/etc/apache2/sites-available/myapp]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/Exec[a2ensite myapp]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/Exec[a2ensite myapp]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/Exec[a2dissite 000-default]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/Exec[a2dissite 000-default]: Skipping because of failed dependencies
** [out :: myapp.com] notice: /ApplicationManifest#37495940/Service[apache2]: Dependency exec[sudo /usr/bin/ruby -S rake clean apache2] has 1 failures
** [out :: myapp.com] warning: /ApplicationManifest#37495940/Service[apache2]: Skipping because of failed dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment