Giter VIP home page Giter VIP logo

omnibus-chef-server's Issues

chef-server-ctl reconfigure does not create symlinks for runit

I have installed chef-server on a gentoo system by extracting the debian package (chef-server_11.1.3-1_amd64.deb).

chef-server-ctl reconfigure freezes while waiting for RabbitMQ.

I figured out, that there was no symlinks created for RabbitMQ in /opt/chef-server/service

After creating symlinks for every service from /opt/chef-server/sv as soon as the reconfigure process freezes, i could configure and start chef-server.

Unable to perform a generic database dump with pg_dump

Hi,

Prior to the recent postgres updates in omnibus, I used to be able to perform a backup of my Chef Server's database like this:

/opt/chef-server/embedded/bin/pg_dump -U opscode_chef -c opscode_chef > chef-server.pgsql

Unfortunately, that now results in a few errors:

pg_dump: [archiver (db)] connection to database "opscode_chef" failed: FATAL: no pg_hba.conf entry for host "[local]", user "opscode_chef", database "opscode_chef", SSL off

I can work around that error by specifying a TCP host: /opt/chef-server/embedded/bin/pg_dump --host 127.0.0.1 -U opscode_chef -c opscode_chef > chef-server.pgsql

But that presents a new error:

pg_dump: [archiver (db)] query failed: ERROR:  permission denied for schema sqitch
pg_dump: [archiver (db)] query was: LOCK TABLE sqitch.projects IN ACCESS SHARE MODE

Which I can work around finally by doing:

/opt/chef-server/embedded/bin/pg_dump --host 127.0.0.1 --schema public -U opscode_chef -c opscode_chef > chef-server.pgsql

In IRC, @juliandunn mentioned that this was probably a bug and to file an issue. So here I am!

Release for security updates needed

We need to review at least our security releases for other products since, but maybe a manifest of software in OSS Server 11, to determine necessary security updates.

Potential issues:

installing add-ons produces weird output

I'm assuming the string presentation of the class isn't what was intended here... what was?

# chef-server-ctl install chef-ha
.
.
.
Running handlers:
-- Installed Add-On Package: chef-ha
  - #<Class:0x00000003d12df8>::AddonInstallHandler
Running handlers complete```

current master doesn't build

Hey,

I tried to build current master, but had to patch omnibus-software as some checksums and download URLs are outdated. Current omnibus-software master doesn't work out of the box.

Is there any reason chef-server can't be updated to use the latest versions of omnibus and omnibus-software? Are there known blockers?

Chef server does not rotate NGINX logs

These logs get huge pretty quick and eventually the server crashes when the root drive fills up. Even if you stick them on a larger data drive you can still fill up that drive causing logging to halt. This seems like a really big oversight that should get fixed asap.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.