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

upgrade error

Started by rperre, February 16, 2010, 02:05:31 AM

Previous topic - Next topic

rperre

ok ran a apt-get upgrade on my core and got the following errors:

dcerouter_1007666:/usr/pluto/bin# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 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 pluto-boot-scripts (2.0.0.44.10021322765) ...
mkdir: cannot create directory `/root/Desktop': File exists
dpkg: error processing pluto-boot-scripts (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of pluto-system-database:
pluto-system-database depends on pluto-boot-scripts (>= 2.0.0.44); however:
  Package pluto-boot-scripts is not configured yet.
pluto-system-database depends on pluto-boot-scripts (<< 2.0.0.45); however:
  Package pluto-boot-scripts is not configured yet.
dpkg: error processing pluto-system-database (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pluto-std-plugins:
pluto-std-plugins depends on pluto-system-database (>= 2.0.0.44); however:
  Package pluto-system-database is not configured yet.
pluto-std-plugins depends on pluto-system-database (<< 2.0.0.45); however:
  Package pluto-system-database is not configured yet.
pluto-std-plugins depends on pluto-boot-scripts (>= 2.0.0.44); however:
  Package pluto-boot-scripts is not configureNo apport report written because the error message indicates its a followup error from a previous failure.
                                                                       No apport report written because the error message indicates its a followup error from a previous failure.
                 d yet.
pluto-std-plugins depends on pluto-boot-scripts (<< 2.0.0.45); however:
  Package pluto-boot-scripts is not configured yet.
dpkg: error processing pluto-std-plugins (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pluto-boot-scripts
pluto-system-database
pluto-std-plugins
E: Sub-process /usr/bin/dpkg returned an error code (1)


What's up with this and will this mess up my system?

Thanks,

Richard
My setup at: [url="http://wiki.linuxmce.com/index.php/User:Rperre"]http://wiki.linuxmce.com/index.php/User:Rperre[/url]

phenigma

Did the same, my core and MDs had a file, not a directory at /root/Desktop so a directory couldn't be created.  It should be a directory though so I:

# rm /root/Desktop
# apt-get -f install
# apt-get upgrade

on each core and MD fixed it up for me.  I'm not sure when/how/why the /root/Desktop file was created.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

rperre

i appreciate that, i'll make a ticket for this so it can be fixed

Richard
My setup at: [url="http://wiki.linuxmce.com/index.php/User:Rperre"]http://wiki.linuxmce.com/index.php/User:Rperre[/url]

pw44

Thx phenigma,
got the same problem and your hint fixed it.

phenigma

Your welcome.  This issue will only affect a few who upgraded at a very specific time.  The issue has been fixed for new installs and anyone who upgrades from before the issue arose.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]