/srv/irclogs.ubuntu.com/2008/08/26/#ubuntu-installer.txt

darknesishi -- i'm having trouble installing ubuntu hardy server on one of my machines ... it launches the gui installer off the cd, except it can't load the proper drivers for that same cd drive ... out of 3 identical machines, this is the only one giving me this problem ... any ideas or things to try?  i'm lost02:36
davmor2morning cjwatson :)  Looking at the stats today alt should work and the base is still 22nd on Ubuntu and 18th on kubuntu is that correct?09:27
cjwatsondesktop CD got broken by an upgrade on antimony, it looks like - I just filed an RT ticket asking for python-feedparser to be installed09:27
cjwatsonalternate installability looks promising09:28
davmor2cool :)09:29
davmor2all we are waiting for then is you installer updates to go in for oem then correct :)09:29
cjwatsoneverything I have uploaded is on the alternate install CD now09:30
cjwatsonif it's still broken I need to do some more stuff09:30
cjwatsonI'm going to give it a go here shortly09:30
davmor2My updates have nearly finished here so I'll try shortly :)09:31
davmor2installing now09:36
CIA-2oem-config: cjwatson * r509 oem-config/ (build/ltmain.sh configure configure.ac): bump to 1.4610:19
davmor2cjwatson: damn it same thing :(10:20
cjwatsonok10:20
davmor2cjwatson: also the package causing the alt issues was it for quick search in synaptic?10:21
CIA-2oem-config: cjwatson * r510 oem-config/debian/ (changelog oem-config-udeb.postinst): Suppress user-setup's encrypted private directory question in OEM mode.10:21
cjwatsondavmor2: sorry, I don't understand the question?10:21
cjwatsonoh, xapian? yes10:21
davmor2Okay well quick search is in synaptic but not working correctly I don't think10:25
davmor2cjwatson: If I type in epiphany the package list goes blank :(10:26
cjwatsonnothing to do with me, no idea10:30
cjwatson-> somewhere else :)10:30
davmor2:)10:30
davmor2I'm bug reporting it anyway :)10:31
cjwatsondavmor2: odd, the whole system seemed to freeze for me; I couldn't even move the mouse11:08
cjwatsondavmor2: was that the same for you?11:08
davmor2cjwatson: you using hw or vm11:08
cjwatsonvm11:10
cjwatsonI'm just gathering information, not looking for help or advice11:10
cjwatsonwas it the same for you?11:10
davmor2I'm on hw so had no issues there are a whole bunch of faults with vm11:10
cjwatsonyou clearly had issues11:10
cjwatsondid the system freeze or not?11:11
cjwatsonyou said oem-config locked up, but I would like to know whether you could still use the mouse11:11
davmor2cjwatson: No system didn't freeze at all that's a vm issue :)11:11
cjwatsonok, thank you11:11
davmor2cjwatson: heno has asked me to start looking into debugging and triaging of installer and kernel bugs.  https://wiki.ubuntu.com/DebuggingProcedures is a section on casper and ubiquity but I was wondering if there was anything I should know about debugging d-i too?14:17
cjwatsonit's sort of hard to explain that without teaching you to be a d-i developer :)14:17
cjwatsonhttp://wiki.ubuntu.com/InstallerDevelopment might help14:17
cjwatsona lot of the work there is (a) getting logs (I usually ask people to go back to the main menu and select the "save debug logs" item, which gives you various ways to extract them) and (b) figuring out which part of d-i (if any) is responsible for the problem14:18
davmor2cjwatson: Okay cool I'll have a mooch through those pages too then :)14:19
cjwatsonthere's a paper linked from InstallerDevelopment that explains the general layout of d-i; that's probably useful background14:20
CIA-2oem-config: cjwatson * r511 oem-config/ (debian/changelog oem-config-prepare):14:21
CIA-2oem-config: Move oem-config init script link from 12 to 29 so that it starts after14:21
CIA-2oem-config: hal.14:21
cjwatson^- might fix oem ...14:21
CIA-2oem-config: cjwatson * r512 oem-config/debian/changelog: releasing version 1.4614:22
davmor2cjwatson: when will that be on iso? tomorrow?14:25
cjwatsonusual rules applky14:26
cjwatsonapply14:26
davmor2cjwatson: okay cool I won't be around till tomorrow afternoon (need to have an interview for passport in the morning) So I'll try it out then.  Any idea when the fix will go through for live too?14:27
davmor2I've put in fix released on a couple of bugs that have been an issue for a while.14:29
cjwatsonsorry, I thought I'd explained the ISO build processes already :(14:31
cjwatsonI really don't want to work it out for every single update; it would be much easier if you said where you're missing information about how the ISO build processes work, and then you'll be able to work it out for yourself every time14:32
cjwatsonin general, everything gets rebuilt every day14:32
cjwatsonthere are three exceptions that I can think of14:32
cjwatson(1) packages that are in the d-i initrd (basically anything that gets used by d-i up to and including retrieving installer components), or that are copied into the ubiquity or oem-config source packages (any installer component that's reused by ubiquity or oem-config; look in the d-i/source/ directory in the source package), need uploads of those packages in order to be part of ISOs14:34
cjwatson(2) if a live filesystem build fails (http://people.ubuntu.com/~ubuntu-archive/livefs-build-logs/) or a CD build fails (http://people.ubuntu.com/~ubuntu-archive/cd-build-logs/) then obviously you won't see it14:34
cjwatson(3) if the archive is frozen (announced on ubuntu-devel-announce, or see https://launchpad.net/ubuntu/intrepid and check for something like "pre-release freeze") then uploads need archive admin approval before being processed14:35
cjwatson(4) (I lied about three exceptions) if a package build fails (https://launchpad.net/ubuntu/+source/SOURCEPACKAGENAME) then of course the results won't end up in ISOs14:36
cjwatsonbut basically it's almost always the case that any upload will be present the next day assuming that there was enough time for it to get built, and if that doesn't happen, then look in the .list and .manifest files alongside the .iso to check version numbers14:36
cjwatsonI think pretty much all the logs are accessible without needing special privileged14:37
cjwatsonprivileges14:37
davmor2right so it's checking the version numbers rather than the .manifest date then?  That I think is where I was getting confused :)14:38
cjwatsonthe .manifest timestamp is a useful quick way to tell whether the live filesystem build failed; if it's significantly older than the .iso then the .iso build was just picking up a previous livefs build14:39
cjwatsonfor anything finer-grained than that, look at the version numbers inside .list and .manifest14:39
davmor2so currently the dates for live is 25th and the manifest is the 22nd so that failed right?14:40
cjwatsonright14:40
davmor2cool I'm getting there slowly :)14:40
cjwatsonso you look at http://people.ubuntu.com/~ubuntu-archive/livefs-build-logs/ to find out why14:40
cjwatsonlooking there (-> intrepid -> ubuntu -> latest), you find that in fact the livefs build succeeded14:41
cjwatsonso the next step is to check the CD build log to see if that failed14:42
cjwatson(which should be a suspicion anyway since 25th ain't today)14:42
cjwatsonhttp://people.ubuntu.com/~ubuntu-archive/cd-build-logs/ -> ubuntu -> intrepid -> daily-live-20080826.log14:42
cjwatsonand there's a python traceback at the end14:42
cjwatsonthat's what I mentioned this morning14:43
cjwatson09:27 <cjwatson> desktop CD got broken by an upgrade on antimony, it looks like - I just filed an RT ticket asking for python-feedparser to be installed14:43
davmor2Okay thanks for that I'll have a play around with that next time I see the manifest date alter :)14:45
cjwatson14:45 <elmo> cjwatson: done14:46
cjwatsonso I've just kicked off a new desktop CD build14:46
davmor2cjwatson: so everything should be listed as 20080826.1 then :)14:47
cjwatsonshould be14:47
davmor2cool :)14:48
davmor2good couple of hours to build though right?14:49
cjwatsonnah, the ISO build itself is quick14:50
davmor2Oh okay14:50
cjwatsonin fact it's done14:51
davmor2runs rsync script14:52
davmor226.214:53
cjwatsonerm, yeah, whatever14:53
davmor2cjwatson: so looking at Kubuntu then it's failing is down to a packing issue with adept and so should be reported to the kubuntu team (if they didn't already know) is that correct?15:16
davmor2sorry livecd i38615:17
davmor2http://people.ubuntu.com/~ubuntu-archive/livefs-build-logs/intrepid/kubuntu/latest/livecd-20080826-i386.out15:17
cjwatsonthere's generally no need to report installability problems, as we have other ways to track that15:19
davmor2Right okay.  But that is the reason that the manifest is still on the 18th though due to the build issues that the kubuntu team is having with adept so it's fallen back to the last build that worked is that correct?15:23
cjwatsonsure15:26
cjwatsonold manifest and current iso => busted livefs build15:26
davmor2cool15:27
CIA-2ubiquity: evand * r2780 ubiquity/ (4 files in 4 dirs): Add a graphical partition bar to the advanced partitioning page.15:31
cjwatsoncoo15:37
ebelI'm trying to automate the hardy alternative install cd. I've got this isolinux.cfg (http://pastebin.com/m3331a477) and this preseed file (http://pastebin.com/m7a848232), however I'm still getting prompted at the very start of the boot for a language16:36
ebel(i.e. right before selecting which boot option)16:37
ebelIs there anyway to force this to default to english?16:37
cjwatsonyes, create /isolinux/lang on the CD with just "en" as its contents16:38
ebelThanks cjwatson, that worked a treat! :)16:52
cjwatsonyou're welcome17:00
=== superm1|away is now known as superm1
davmor2cjwatson: Oem still broken on 20080826.2 :(17:17
superm1cjwatson, thanks for catching those whitespace errors.  i had tested in a vm hand editing the files live, and was using a different editor when i committed them17:19
cjwatsondavmor2: not going into oem-config at all, right? just going straight through to the desktop?17:49
cjwatsondavmor2: (it will really speed things up if you describe the problem rather than saying "broken", though)17:52
davmor2cjwatson: sorry tea.  Yes oem-config is looping back to oem desktop still.18:12
CIA-2oem-config: cjwatson * r513 oem-config/ (configure configure.ac): bump to 1.4718:33
CIA-2oem-config: cjwatson * r514 oem-config/ (debian/changelog oem-config-firstboot):18:35
CIA-2oem-config: Add a vile hack to avoid clashing with kernel-helper over the debconf18:35
CIA-2oem-config: database lock. Filed LP #261543 to document that we need to do something18:35
CIA-2oem-config: better.18:35
CIA-2oem-config: cjwatson * r515 oem-config/debian/changelog: releasing version 1.4718:36
cjwatsondavmor2: ^- fixes it for me, at last18:36
cjwatsonthanks for persisting18:36
davmor2cjwatson: has it been updated to the iso's and I'll test it tonight for you18:46
cjwatsonsee previous conversation18:53
cjwatsonit'll show up tomorrow morning18:53
cjwatsonI would rebuild, but it's the end of my day and I want dinner I'm afraid :)18:53
davmor2cjwatson: I was actually wondering if it had been rebuilt :) but that's okay that for all the info today :)18:54
davmor2s/that/thanks18:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!