Closed artooro closed 9 years ago
I did rm /var/run/jigasi.pid
and then apt-get upgrade
and it fixed the initial issue, but now also seeing:
find: `/var/log/jitsi/jigasi': No such file or directory
dpkg: error processing package jigasi (--configure):
subprocess installed post-installation script returned error exit status 1
To fix that issue I did the following:
mkdir /var/log/jitsi/jigasi
chown jigasi:jitsi /var/log/jitsi/jigasi
apt-get upgrade
And there were no more errors and the service seemed to start OK.
This has been fixed with commit 75b997ede2.
Today I did an apt-get dist-upgrade to update our jitsi-meet installation and got the following errors for jigasi.
It seems like the process is not running but the PID file is still there. So I'm thinking if I delete the PID file that will resolve the issue. But just wanted to report this.