]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- show error why startx failed
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Jun 2006 20:05:00 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-errorhandling.patch -> 1.3

anaconda-errorhandling.patch

index d2c2a44a1682fe81d755a2fae93b7335cc3bca5e..e8f8e7c1230e1ca678c0828a1cb2e465f0266e6d 100644 (file)
          os.mknod("%s/dev/root" % (instPath,), stat.S_IFBLK | 0600, rdev)
  
      # return the "boot" device
+--- anaconda-11.0.5/anaconda   2006-06-05 23:04:26.382957338 +0300
++++ anaconda-11.0.5/anaconda   2006-06-05 23:04:04.572468297 +0300
+@@ -952,7 +952,8 @@
+                             logfile = xlogfile,
+                             xStartedCB = doStartupX11Actions,
+                             xQuitCB = doShutdownX11Actions, useFB = useFBX)
+-    except RuntimeError:
++    except RuntimeError, msg:
++      log.warning("xserver.startX: %s", msg)
+       xsetup_failed = True
+     if xsetup_failed:
This page took 0.033629 seconds and 4 git commands to generate.