Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on default run #105

Closed
brauliobo opened this issue Dec 11, 2014 · 2 comments
Closed

Crash on default run #105

brauliobo opened this issue Dec 11, 2014 · 2 comments

Comments

@brauliobo
Copy link

Recipe: php::default
  * php_pear_channel[pear.php.net] action update

    ================================================================================
    Error executing action `update` on resource 'php_pear_channel[pear.php.net]'
    ================================================================================

    Errno::ENOENT
    -------------
    No such file or directory - pear channel-info pear.php.net

    Cookbook Trace:
    ---------------
    /home/braulio/chef-solo/cookbooks-2/php/providers/pear_channel.rb:88:in `exists?'
    /home/braulio/chef-solo/cookbooks-2/php/providers/pear_channel.rb:50:in `block in class_from_file'

    Resource Declaration:
    ---------------------
    # In /home/braulio/chef-solo/cookbooks-2/php/recipes/default.rb

     25: php_pear_channel 'pear.php.net' do
     26:   action :update
     27: end
     28: 

    Compiled Resource:
    ------------------
    # Declared in /home/braulio/chef-solo/cookbooks-2/php/recipes/default.rb:25:in `from_file'

    php_pear_channel("pear.php.net") do
      action [:update]
      retries 0
      retry_delay 2
      guard_interpreter :default
      cookbook_name :php
      recipe_name "default"
      channel_name "pear.php.net"
    end

@someara someara added the bug label Mar 6, 2015
@someara someara self-assigned this Mar 6, 2015
@Rockstar04
Copy link
Contributor

The default run is currently passing basic serverspec tests on all major platforms, without more information I will have to close this.

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants