Hi,

here is the fix that I did in my git repo. I've added the following code:

# Just in case there's no password set (which is the case if running
debconf in non-interactive), generate a random one
if [ -z ${conf_soap_pass} ] ; then
        echo "WARNING: No password set durring debconf, will pickup a
random one."
        echo "Issue a dpkg-reconfigure dtc-xen to setup a real password."
        conf_soap_pass=`dd if=/dev/random bs=64 count=1 2>|/dev/null |
md5sum | cut -d' ' -f1`
        conf_soap_pass=${conf_soap_pass:0:16}
fi

and I have also added a README.Debian to inform the user how to fix a
real password after the package is setup.

I'm now searching for a sponsor, as Daniel Baumann that was doing it
doesn't do sponsoring anymore... Get in touch we me if you can sponsor
this package. It's not uploaded anywhere yet, but you can fetch it using:

git clone http://git.gplhost.com/dtc-xen.git

or on my personal repo (that is the only one have the fix for #431705
until it's uploaded to our master git repo very soon):

git clone http://git.gplhost.com/users/zigo/dtc-xen.git

Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to