Update failed with an Error 1 (dpkg --configure), at apt-get upgrade today.
I solved the problem, first i delete plexmediaserver and the omv-plugin with
apt-get remove plexmediaserver openmedievault-plexmediaserver
then
apt-get clean
apt-get install plexmediaserver
But the error 1 still exist, with an problem in systemctl
I renamed the files liked tekkb
Display More@ryecoaaron 2 files were renamed with the installation of the new package. This is the problem.....
/etc/default/plexmediaserver.prev
needs to be:
/etc/default/plexmediaserver
/etc/systemd/system/plexmediaserver.service.prev
needs to be:
/etc/systemd/system/plexmediaservice.service
mv /etc/systmed/system/plexmedia.service.prev /etc/systmed/system/plexmedia.service
mv /etc/default/plexmediaserver.prev /etc/default/plexmediaserver
Then i configure the paket plexmediaserver
dkpg --configure plexmediaserver
and to the end install the plugin
apt-get install openmediavault-plexmediaserver
Hopefully it helps somebody
That works fine for me at OMV 3.0.30
(sorry for my bad englisch)