Comment 1 for bug 290398

Revision history for this message
Colin Watson (cjwatson) wrote :

Sorry we haven't followed up until now; generally speaking I find it logistically very difficult to do serious work on the DVD for a variety of awkward reasons.

Could you apply the following patch to /usr/share/ubiquity/install.py (edit it by hand and massage to fit if necessary; it's in the install_language_packs method), re-run this test, and attach /var/log/syslog and /var/log/installer/debug to this bug report? Thanks in advance.

=== modified file 'scripts/install.py'
--- scripts/install.py 2008-10-30 17:34:58 +0000
+++ scripts/install.py 2009-01-05 18:06:53 +0000
@@ -1220,6 +1220,7 @@ exit 0"""
         for pkg in self.langpacks:
             cachedpkg = self.get_cache_pkg(cache, pkg)
             if cachedpkg is None or not cachedpkg.isInstalled:
+ syslog.syslog(syslog.LOG_WARNING, "Language pack not installed: %s" % cachedpkg.name)
                 incomplete = True
                 break
         if incomplete: