I just did an apt-get update/upgrade on my 8.10 core to fix an issue I had, and it fails to complete the upgrade. When I run it again, I get the following:
dcerouter_1017654:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
freepbx
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up radvd (1:1.3-1.1) ...
Starting radvd: [Oct 29 10:59:50] radvd: syntax error in /etc/radvd.conf, line 2:
[Oct 29 10:59:50] radvd: error parsing or activating the config file: /etc/radvd.conf
failed.
invoke-rc.d: initscript radvd, action "start" failed.
dpkg: error processing radvd (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
radvd
E: Sub-process /usr/bin/dpkg returned an error code (1)
When I look into /etc/radvd.conf, it is empty.. How can I resolve this?
Thanks,