News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

SOLVED | 1004 | Cannot upgrade core

Started by bongowongo, January 22, 2012, 10:39:50 AM

Previous topic - Next topic

bongowongo

dcerouter_1018133:/usr/pluto/bin# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
 asterisk linux-generic linux-headers-generic linux-image-generic pluto-mythtv-player
The following packages will be upgraded:
 libpq5 libt1-5 libxine2 libxml2 libxml2-utils pluto-dcerouter pluto-mplayer-player python-lazr.restfulclient xine-ui
9 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
Need to get 0B/6,825kB of archives.
After this operation, 406kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
 pluto-dcerouter pluto-mplayer-player libxml2 libpq5 libt1-5 libxine2 libxml2-utils python-lazr.restfulclient xine-ui
Authentication warning overridden.
Setting up radvd (1:1.3-1.1ubuntu0.1) ...
Starting radvd: [Jan 22 10:39:38] radvd: syntax error in /etc/radvd.conf, line 2:
[Jan 22 10:39:38] 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 installed 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)
dcerouter_1018133:/usr/pluto/bin#


Is there something wrong with my sources.list? Or is there a bug? I also have problems creating diskless image, maybe related?
http://forum.linuxmce.org/index.php/topic,12330.0.html

Murdock

I haven't looked too deep into it for a permenant fix yet, though that has come up on my system twice and it has to do with ipv6 comparability.

Is there a ticket open on this?

A basic workaround/config that will allow radvd.conf to continue is:


interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        prefix 2001:0db8:0100:f101::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};


So if you place that into the file /etc/radvd.conf - re-run apt-get upgrade it will conclude.

bongowongo

Quote from: Murdock on January 23, 2012, 01:52:01 AM
I haven't looked too deep into it for a permenant fix yet, though that has come up on my system twice and it has to do with ipv6 comparability.

Is there a ticket open on this?

A basic workaround/config that will allow radvd.conf to continue is:


interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        prefix 2001:0db8:0100:f101::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};


So if you place that into the file /etc/radvd.conf - re-run apt-get upgrade it will conclude.

thanks that did the trick, I will make a ticket and post your solution.

Marie.O

The problem is, that somewhere a blank conf file comes from. Easiest is, to delete said file.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

bongowongo

Quote from: posde on January 23, 2012, 10:39:25 AM
The problem is, that somewhere a blank conf file comes from. Easiest is, to delete said file.

Yes the file was blank, still a bug though?

Tred

#5
Does this configuration assume that the core's lan port is eth0 and wan is eth1?

Foxi352

Issue has been fixed in 10.04 long time ago, and in 0810 some weeks ago. After update / upgrade it should be ok.

Workaround is to simply delete /etc/radvd.conf