DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

Errors after installation #145

Closed MAGICCC closed 6 years ago

MAGICCC commented 6 years ago

Hi, Since I moved to Ubuntu with my apt-dater master I saw that the whole config files changed. But I get following errors after I installed it using apt install apt-dater

root@maguc:~/.config/apt-dater# apt-dater
validity error : Could not build URI for external subset "file://${prefix}/share/xml/schema/apt-dater/apt-dater.dtd"
Error on loading config file /root/.config/apt-dater/apt-dater.xml
xxorax commented 6 years ago

Confirmed on Ubuntu 16.04, v1.0.2+git20151216-1

Posted on https://bugs.launchpad.net/ubuntu/+source/apt-dater/+bug/1747925

To fix by hand, just replace ${prefix} by /usr in .config/apt-dater/apt-dater.xml and hosts.xml (don't forget the first / : file://${prefix} become file:///usr )

MAGICCC commented 6 years ago

Oh this is still open, forgot to closed it some weeks ago