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

Logger init files go missing after reboot #99

Open
bahadir opened this issue Oct 6, 2015 · 0 comments
Open

Logger init files go missing after reboot #99

bahadir opened this issue Oct 6, 2015 · 0 comments

Comments

@bahadir
Copy link

bahadir commented Oct 6, 2015

Hi,

After calling state.highstate, everything works fine, I can see logger processes and init.d files. But after a reboot, logger init.d scripts are gone and nginx won't start because of fifo file.

Here's my configuration:

salt/top.sls:

base:
  '*':
    - nginx

pillar/top.sls:

base:
  '*':
    - setup

pillar/setup.sls:

nginx:
  install_from_source: True
  ngx_devel_kit: False
  use_sysvinit: True
  service_enable: True

salt --versions-report:

Salt Version:
           Salt: 2015.8.0

Dependency Versions:
         Jinja2: 2.7.2
       M2Crypto: 0.21.1
           Mako: Not Installed
         PyYAML: 3.10
          PyZMQ: 14.0.1
         Python: 2.7.6 (default, Jun 22 2015, 17:58:13)
           RAET: Not Installed
        Tornado: 4.2.1
            ZMQ: 4.0.4
           cffi: Not Installed
       cherrypy: Not Installed
       dateutil: Not Installed
          gitdb: 0.5.4
      gitpython: Not Installed
          ioflo: Not Installed
        libnacl: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.3.0
   mysql-python: Not Installed
      pycparser: Not Installed
       pycrypto: 2.6.1
         pygit2: Not Installed
   python-gnupg: Not Installed
          smmap: 0.8.2
        timelib: Not Installed

System Versions:
           dist: Ubuntu 14.04 trusty
        machine: x86_64
        release: 3.13.0-57-generic
         system: Ubuntu 14.04 trusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant