[Python-apps-team] Bug#472117: startupmanager: Crashes without notification on ppc

Jimmy Rönnholm jimmy.ronnholm at gmail.com
Tue Apr 1 11:46:27 UTC 2008


I do not quite understand what is causing the grub.cfg to not exist.
The logic behind this code:
for path in [self.update_grub_command,
                     self.grub_install_command,
                     self.config_file,
                     self.header_config_file]:
            if not os.path.isfile(path):
                raise SystemExit('Fatal error. Can not find %s' % path)

        # Make sure config files are up to date
        os.system(self.update_grub_command)


Is that it does not check for grub.cfg because it may not exist at the time,
but is supposed to be created by update-grub, which is run immediately after
the check.
The first line of output you provided is not from sum, but it may be
something that blocks update-grub from working. Try to investigate
/boot/grub/device.map
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20080401/1b0a6acb/attachment.htm 


More information about the Python-apps-team mailing list