Hi Radu,
I don't have a Pluto_Install.log on the core and no sign of a short read error in any of the MD install logs.
I have done three MD installs and all three had the same problem.
Here is an example of the actual error from an MD log
+ apt-get -y install alsa-base
Reading package lists...
Building dependency tree...
E: Broken packages
+ apt_err=100
+ [[ 100 != \0 ]]
+ apt-get -f -y install
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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
alsa-base: Depends: linux-sound-base but it is not installable
Reading package lists...
Building dependency tree...
+ apt-get -y --reinstall install alsa-base
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
alsa-base: Depends: linux-sound-base but it is not installable
EProblem installing alsa-base (100)
: Broken packages
+ apt_err=100
+ [[ 100 != \0 ]]
+ echo 'Problem installing alsa-base (100)'
+ exit 100
***************************************************
***ERROR*** Processing of package 'ALSA Base' failed
***************************************************
Do you want to try again? [Y/n]:
Obviously I have worked around it, and I assume that it is something on my end as noone else has reported it, so fixing it would be nice but not critical.
Regards
Darren