=== marjomercado is now known as marjo [14:45] bryce, tseliot, are we flodded with X issues on Karmic? [14:46] apw: we're always flooded with X issues :-) Anything in particular that concerns you? [14:47] (not all of them are real bugs) [17:17] apw, it does seem we're getting more than normal; like tseliot said a lot of them are not valid [17:18] i saw the bug in which you were getting bashed and wondering if it was the tip of an iceberg or not [17:18] bryce, was trying to acertain if we are failing somewhere to turn off proprietry drivers cleanly enough to allow booting after upgrade or something? [17:19] which leads us into the gdm constant restart issue which is causing much complaining [17:19] which bug was I getting bashed in? [17:19] apw, it is possible [17:20] apw, I've a sense something is wrong with -nvidia [17:20] the one about the proprietry drivers not letting them login, lots of flashing etc [17:20] apw, like, did the kernel change and we forgot to rebuild it? [17:20] it got linked to slashdot [17:20] oh? [17:20] yeah thats how i know about it [17:20] hrm [17:34] mvo, hey question on upgrades for you [17:35] mvo, during the upgrade process, do the proprietary drivers get disabled? I'm wondering if it is, then if it should also go ahead and remove the xorg.conf so the user doesn't hit problems on reboot. [17:36] mvo, if it does not disable the drivers, perhaps it should do a reinstall in case there are xorg.conf changes needed - according to https://bugs.edge.launchpad.net/ubuntu/+bug/464591/comments/17 some people don't have busid listed there [17:36] Ubuntu bug 464591 in xorg "upgrade breaks graphic drivers and x, preventing login or startx" [High,Won't fix] [18:14] bryce: it does not disable proprietary drivers [18:15] bryce: but if after the upgrade the driver is no longer avaialble for whatever reason it will remove it from the xorg.conf [18:15] mvo, how does it do that removal? [18:16] bryce: it comments them out (fglrx and nvidia are the ones that get checked [18:17] mvo, does it just comment out the Driver line? [18:17] bryce: it also creates a log file, so its easy to figure what it was doing ( /var/log/dist-upgrade/ [18:17] bryce: yes, just comments them out [18:17] -nvidia installs several lines in addition to Driver, which I imagine could cause problems if -nv is used [18:18] I think I asked about this a while ago and was told that unknown options will be ignored [18:18] but I can't remember who it was I talked to :/ [18:18] hmm [18:19] ok, thanks though, this could explain the failures we see [18:19] I also would expect unknown options to be ignored though, so my guess may not be right [18:20] well, we need more data, the bugreport is not great :/ [18:20] upgrade logs for a start [18:20] mvo, how does it determine that the driver is no longer available? I'm wondering if it may be that some upgrades are not noticing it [18:20] yeah [18:20] it simply check /usr/lib/xorg/modules/drivers/ [18:21] so it would have to be a chain of error a) nvidia driver no longer available b) xorg with options that cause "nv" to explode [18:22] I asked for logs now [18:24] the forums have: [18:24] (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! [18:24] (EE) NVIDIA(0): *** Aborting *** [18:24] with instructions like this: [18:24] * Boot from the install disk into recovery mode [18:24] * download from nvidia.com the NVIDIA-Linux-*.run for your hardware and copy it to your PC (I did it with a second PC and transfered via scp) [18:24] * run the NVIDIA-Linux-*.run [18:24] * Follow the instructions [18:24] * reboot [18:25] its no wonder it breaks on every upgrade :( [18:25] what can we do to detect situations like ? [18:33] hmm [18:33] do you think they had hand-installed nvidia previously? [18:36] hard to say, but at least one of them suggests it [18:36] maybe tseliot knows if there is a way to reliable detect this [18:38] hm, I have a testsystem where I can try that I think [18:38] * mvo searches for a old nvidia card [20:01] apw, 438398 looks like an actionable nvidia bug [20:01] bug 438398 [20:02] Launchpad bug 438398 in nvidia-graphics-drivers-180 "DKMS build fails, but package upgrade still successful" [Undecided,Triaged] https://launchpad.net/bugs/438398 [20:03] yeah it does, i assume we should have a dep on the package for the tools it needs [20:03] though its possible it filaing to install is ok [20:04] as you can install the package kernel headers and kernel image in any order [20:04] and it should build on the last one installed i think