Forum

Full Version: dependency of xbian-update to klogd and sysklogd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I tried to install rsyslog to enable remote logging on a central syslog server. This failed because the packages klogd and sysklogd are a dependency of xbian-update and can not be removed.

Why is that and can I somehow install rsyslog anyways?

regards
magenbrot
XBian Beta 1 will drop the dependency of sysklogd and klogd, you should be able to remove them by executing
Code:
sudo dpkg --force-depends --force-conflicts -r sysklogd klogd

This is of course quite hacky but should do the trick
thx for the info about the beta. meanwhile I'll use your workaround.
Reference URL's