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

systemctl complain about "archipel.pid" #1192

Open
ikus060 opened this issue Oct 9, 2016 · 1 comment
Open

systemctl complain about "archipel.pid" #1192

ikus060 opened this issue Oct 9, 2016 · 1 comment

Comments

@ikus060
Copy link

ikus060 commented Oct 9, 2016

Starting archipel using system archipel start is not working as expected. systemd is waiting for a pid file.

debian@test-archipel:~$ sudo service archipel start
[sudo] password for debian: 
^C

debian@test-archipel:~$ sudo service archipel status
● archipel.service - LSB: daemon for archipel orchestrator suite
   Loaded: loaded (/etc/init.d/archipel)
   Active: activating (start) since Sun 2016-10-09 08:04:01 EDT; 59s ago
  Process: 954 ExecStart=/etc/init.d/archipel start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/archipel.service
           └─961 /usr/bin/python -W ignore::DeprecationWarning /usr/local/bin/runarchipel --config=/etc/archipel/archipel.conf

Oct 09 08:04:03 test-archipel archipel[954]: [47B blob data]
Oct 09 08:04:03 test-archipel systemd[1]: PID file /var/run/archipel.pid not readable (yet?) after start.

The faulty line seams to be in /etc/init.d/archipel.

# pidfile: /var/run/archipel.pid
@CyrilPeponnet
Copy link
Member

I don't have this issue under Centos 7.X. Can you use the systemd unit archipel-agent looks like the legacy init.d is kind of conflicting with the systemd one. systemctl start archipel-agent

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

2 participants