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

Build failure on INSTANCE=server-install-ubuntu-1804 #556

Closed
josephholsten opened this issue Aug 30, 2018 · 3 comments
Closed

Build failure on INSTANCE=server-install-ubuntu-1804 #556

josephholsten opened this issue Aug 30, 2018 · 3 comments

Comments

@josephholsten
Copy link
Contributor

josephholsten commented Aug 30, 2018

Failing build: https://travis-ci.org/sous-chefs/postgresql/jobs/415524412

Build failure message:

      ================================================================================
      Error executing action `start` on resource 'service[postgresql]'
      ================================================================================
      
      Mixlib::ShellOut::ShellCommandFailed
      ------------------------------------
      Expected process to exit with [0], but received '1'
      ---- Begin output of /sbin/service postgresql96 start ----
      STDOUT: 
      STDERR: /etc/init.d/postgresql96: line 43: /etc/sysconfig/network: No such file or directory
      ---- End output of /sbin/service postgresql96 start ----
      Ran /sbin/service postgresql96 start returned 1
      
      Resource Declaration:
      ---------------------
      # In /opt/kitchen/cache/cookbooks/postgresql/resources/server_install.rb
      
       59:   service 'postgresql' do
       60:     service_name platform_service_name
       61:     supports restart: true, status: true, reload: true
       62:     action [:enable, :start]
       63:   end
       64: 
      
      Compiled Resource:
      ------------------
      # Declared in /opt/kitchen/cache/cookbooks/postgresql/resources/server_install.rb:59:in `block in class_from_file'
      
      service("postgresql") do
        action [:enable, :start]
        updated true
        default_guard_interpreter :default
        service_name "postgresql96"
        enabled true
        running nil
        masked nil
        pattern "postgresql"
        declared_type :service
        cookbook_name "test"
        supports {:restart=>true, :status=>true, :reload=>true}
      end
@damacus
Copy link
Member

damacus commented Sep 2, 2018

Argh, this looks pretty similar to the CentOS 7 no network bug...

@damacus damacus mentioned this issue Sep 2, 2018
3 tasks
@damacus
Copy link
Member

damacus commented Sep 26, 2018

Not on CircleCI!

@damacus damacus closed this as completed Sep 26, 2018
@lock
Copy link

lock bot commented Aug 13, 2019

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 Aug 13, 2019
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

2 participants