Closed jlp2 closed 4 years ago
This is may be a vdrpbd related problem so this is at least partially invalid here. VDRPBD is a separate project which is also used by other distributions.
Please run the following command on your system and post the result:
pkg-config --variable systemdsystemunitdir systemd
pkg-config --variable systemdsystemunitdir systemd
/usr/lib/systemd/system
Then a "make install" (if done as "root") should install the service file. Can you please share the output of a "make install" call?
Yes, this did the trick...
$ sudo make install
mkdir -p /usr/local/share/man/man1
gzip -c vdrpbd.1 > /usr/local/share/man/man1/vdrpbd.1.gz
mkdir -p /usr/local/share/man/man5
gzip -c vdrpbd.conf.5 > /usr/local/share/man/man5/vdrpbd.conf.5.gz
mkdir -p /etc
cp -pn vdrpbd.conf /etc
install -D -m 755 vdrpbd /usr/local/sbin/vdrpbd
install -D -m 644 vdrpbd.service /usr/lib/systemd/system/vdrpbd.service
sed -i "s#/usr/sbin/vdrpbd#/usr/local/sbin/vdrpbd#" /usr/lib/systemd/system/vdrpbd.service
$ locate vdrpbd
/etc/vdrpbd.conf
/etc/systemd/system/multi-user.target.wants/vdrpbd.service
/usr/bin/vdrpbd
/usr/lib/systemd/system/vdrpbd.service
/usr/local/man/man1/vdrpbd.1.gz
/usr/local/man/man5/vdrpbd.conf.5.gz
/usr/local/sbin/vdrpbd
/usr/share/man/man1/vdrpbd.1.gz
/usr/share/man/man5/vdrpbd.conf.5.gz
There is a problem with the vdrpbd-Package. After installation, the service can not be activated via systemctl, cause the vdrpbd.service is missing.
After clean install, only these files can be found:
In the original Package there is a file named "vdrpbd.service" but it was never copied through the installation. The "vdrpbd.service" should be in /usr/lib/systemd/system/vdrpbd.service