Downloaded the absolute latest image for the 12.04 image from
http://linuxmce.iptp.org/snapshots/LMCE-1204-20161120232732-i386.iso and successfully installed.
ssh into the machine and apt-get update && apt-get upgrade to pull the latest packages
Because I have 4 media directors I executed
dcerouter_585:~# /usr/pluto/bin/Diskless_CreateTBZ.sh
It started
Sat Nov 26 07:00:07 PST 2016 - BEGIN: Host: ubuntu - precise - i386
Sat Nov 26 07:00:07 PST 2016 - BEGIN: Target: ubuntu - precise - i386
Sat Nov 26 07:00:07 PST 2016 - Creating chroot for MD creation at: /opt/Diskless_CreateTBZ.aK8KccP8A
Partway through the installer complained about missing firmware
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
It ends with
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
lmce-md-meta : Depends: pluto-orbitergen (>= 2.0.0.46) but it is not going to be installed
Depends: pluto-orbitergen (< 2.0.0.47) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
/usr/pluto/bin/Diskless_CreateTBZ.sh: line 170: /tmp/TeeMyOutputExitCode_3050: No such file or directory
I have lmce-md-meta installed
dcerouter_585:/etc/apt# apt-get -f install lmce-md-meta
Reading package lists... Done
Building dependency tree
Reading state information... Done
lmce-md-meta is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have pluto-orbitergen installed
dcerouter_585:/etc/apt# dpkg -l | grep pluto-orbitergen
ii pluto-orbitergen 2.0.0.46.201611190055+fee90f43
I found the following post that kind of hints at the trouble
http://forum.linuxmce.org/index.php?action=profile;u=46622;area=showposts;sa=topics;start=0 so I tried installing the packages manually. When I attempt to reinstall the suggested packages I get
dcerouter_585:/etc/apt# apt-get -f install lmce-diskless-tools lmce-install-scripts pluto-boot-scripts pluto-hald pluto-orbitergen pluto-system-database pluto-website-admin
Reading package lists... Done
Building dependency tree
Reading state information... Done
pluto-boot-scripts is already the newest version.
pluto-orbitergen is already the newest version.
pluto-system-database is already the newest version.
pluto-website-admin is already the newest version.
pluto-hald is already the newest version.
lmce-install-scripts is already the newest version.
lmce-diskless-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dcerouter_585:/etc/apt#
Any recommendations for going forward?