----- Original message ----- > piuparts will not even try to start xend: > > def create_policy_rc_d(self): > """Create a policy-rc.d that prevents daemons from >running.""" > full_name = self.relative("usr/sbin/policy-rc.d") > create_file(full_name, "#!/bin/sh\nexit 101\n") > os.chmod(full_name, 0777) > logging.debug("Created policy-rc.d and chmodded it.") > > :-)
That's what I found out by reading the logs more slowly, on a real computer (eg: not only reading quickly on my phone...). I have fixed the issue and tested with piuparts on my build box and it passed the tests, then I have uploaded the fixed xen-api 1.3-16. Last thing, I'm surprised that the xen hypervisor doesn't depends on xen-utils-common, and apparently, it also fooled Mike and Jon at Citrix! :) Bastian, what's the reason for this? Is there situations where we need the hypervisor to be installed but don't want xenstored to run? Cheers, Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org