Comment 0 for bug 1228085

Revision history for this message
Raphaƫl Badin (rvb) wrote : The commissioning script 00-maas-03-install-lldpd fails.

While testing things in the lab I came across the fact that the 00-maas-03-install-lldpd script (the commissioning script installing lldpd) seems to fail on all 4 amd64 nodes.

>>> [(n.node.id, n.id, n.name) for n in NodeCommissionResult.objects.all() if n.node.id == 1]
[(1, 1, u'00-maas-01-lshw.out'), (1, 2, u'00-maas-02-virtuality.out'), (1, 13, u'00-maas-03-install-lldpd.out'), (1, 15, u'00-maas-03-install-lldpd.err'), (1, 19, u'99-maas-01-wait-for-lldpd.out')]

>>> [(n.node.id, n.id, n.name, n.data) for n in NodeCommissionResult.objects.all() if n.name == '00-maas-03-install-lldpd.err']

[(2, 10, u'00-maas-03-install-lldpd.err', 'dpkg-preconfigure: unable to re-open stdin: No such file or directory\n'), (3, 12, u'00-maas-03-install-lldpd.err', 'dpkg-preconfigure: unable to re-open stdin: No such file or directory\n'), (1, 15, u'00-maas-03-install-lldpd.err', 'dpkg-preconfigure: unable to re-open stdin: No such file or directory\n'), (4, 16, u'00-maas-03-install-lldpd.err', 'dpkg-preconfigure: unable to re-open stdin: No such file or directory\n')]

This needs investigation.