/srv/irclogs.ubuntu.com/2008/10/22/#ubuntu-installer.txt

evand17:41:47 < cjwatson> evand: something like http://paste.ubuntu.com/60697/ maybe?00:02
evandkirkland: ^ apply that to /lib/partman/fstab.d/hostboot00:02
evandand see if it still hangs00:02
evandbefore you hit partman in d-i, that is00:03
evandgotta run out again, unfortunately.  Back in a little bit.00:03
kirklandevand: that pastebin patch didn't work as is00:41
kirklandevand: i'm looking at it a bit more00:41
kirklandcjwatson: ^00:46
cjwatsonhow did it fail?00:47
cjwatsonit certainly shouldn't have been in the same way00:47
cjwatsonalthough I can believe that it is busted somehow, it was totally untested00:47
kirklandcjwatson: i'm reading the patch, and I don't quite get it...00:47
kirklandcjwatson: so this "loop" file shows up00:48
cjwatsonyes, that indicates that the device is a loop-mount00:49
cjwatsonit's set by autopartition-loop00:49
kirklandcjwatson: hmm, okay, so the situation i'm hitting is: /boot on a raid1 of 2 disks, and / on a raid5 of 3 disks00:50
kirklandcjwatson: that's sort of my setup on a few servers, seems reasonable00:51
cjwatsonare you actually using wubi?00:51
kirklandcjwatson: when doing so, installer "hangs", with several instances of 07root_on_raid00:51
kirklandcjwatson: looking at 07root_on_raid's code, running "ext3" seems to hang00:52
kirklandcjwatson: i've never run wubi in my life00:52
kirklandi'm wonder if we've gotten our bugs crossed........00:52
kirklandcjwatson: i got the impression from evand and yourself that hostboot farkage might be at the root of this problem00:53
cjwatsonif you get a hang on open_infifo, it's because something fucked up the parted_server communication00:55
cjwatsonit could be basically anything that ran just before it00:55
cjwatsonit's like a malloc failure, manifesting after the actual cause00:56
cjwatsonwe need to see the partman log again from after you applied that patch00:56
cjwatsonsyslog wouldn't hurt either, just in case some shell script died in the middle00:56
kirklandcjwatson: http://pastebin.com/f7500f9d600:57
kirklandcjwatson: http://pastebin.com/f70d3af5600:57
kirklandcjwatson: i inadvertentantly left off DEBCONF_DEBUG=developer00:58
kirkland:-/00:58
cjwatsonhttp://pastebin.com/f70d3af56 breaks. try paste.ubuntu.com please?01:01
cjwatson"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1154191 bytes) in /home/pastebin/lib/geshi/geshi.php on line 2474"01:01
kirklandcjwatson: shite, okay01:02
kirklandcjwatson: http://pastebin.ubuntu.com/60747/01:03
kirklandcjwatson: http://pastebin.ubuntu.com/60748/01:03
cjwatsonkirkland: hmm, still hostboot - you sure you applied that patch?01:16
cjwatsonkirkland: and can you see what's happening in ps output?01:17
NCommanderHave there been any recent installation reports with grub failing to install ?01:17
NCommander(alternate i386)01:18
cjwatsonkirkland: I'm fading fast, going to have to come back to this in the morning01:18
kirklandcjwatson: sorry, family obligations here on my end01:45
kirklandcjwatson: let's revisit tomorrow01:45
kirklandcjwatson: the hostboot: http://pastebin.ubuntu.com/60765/01:47
kirklandcjwatson: ps -ef > http://pastebin.ubuntu.com/60766/01:47
StevenKIt appears I can't run partman under Ubiquity with --automatic and debugging, since it dies with an AssertionError05:24
evandStevenK: it should work fine as that's the debug-ubiquity kernel command line argument.  What's the assertion error?05:25
StevenKassert self.extra_choice is not None05:26
StevenKubiquity/components/partman.py:42205:26
* evand raises an eyebrow05:26
evandand this only happens with both --debug and --automatic enabled?05:27
evandif that's the case I suspect there is some very bad interaction in debconf land.05:28
StevenKSo it seems. I can copy the debug log out of the way and then try with just --automatic if you wish05:28
evandyou shouldn't need to move the debug log, but give it a try with just automatic (on a fresh debconf db)05:28
* StevenK has forgotten how to wipe debconf's database05:29
persiaStevenK, You don't want to wipe completely, or you lose the preseeding.  Maybe reboot?05:30
StevenKThen I lose the debug log05:31
evandindeed, I don't know of any way to revert to the intial state short of keeping a copy of /var/cache/debconf/config.dat handy.05:31
* StevenK scp's off the log05:32
persiaStevenK, You probably want /var/log/partman and /var/log/syslog to go with that.05:33
StevenKevand: Right, it doesn't break with 'ubiquity --automatic' but it does ask the question05:51
persiaStevenK, Same initial setup, partman breaks with -d and --automatic isn't skipping a question (but you can't get to that question with debug)?05:53
StevenKpersia: Suprisingly, it did skip the username question05:53
persiaWhich question is it asking when you say "it does ask the question"?05:54
* StevenK reboots, and tries it from the icon05:54
StevenKpersia: How to partition the hard disk05:54
evandhrm, perhaps it's a red herring.  Do the logs show anything interesting?  Perhaps partman bailed out?05:54
StevenKevand: I doubt it bailed, it says it ready to install05:54
evandhrm05:55
StevenKsda1 -> ext3, sda5 -> swap05:55
StevenKLooks like guided to me05:55
persiaStevenK, Did it perhaps bail the time it didn't work?05:57
StevenKevand: Shall I quit, capture logs, and then try with --debug --automatic again?05:57
evandsure, can I see the logs? syslog, debug and partman, that is.05:59
StevenKI have the earlier debug ones, too06:01
evandok06:06
StevenKevand: http://people.ubuntu.com/~stevenk/ubi/06:09
* StevenK stares at his laptop.06:09
evandnothing is jumping out at me, but I'm still looking over the logs06:15
persiaThere's a *big* difference in the partman logs there, although the initial conditions look similar.  Did partman give you a useful error of any sort with --debug --automatic?06:16
StevenKAn assertion error, which is in the logs06:17
StevenKevand: In the --debug --automatic logs, I hit the "I don't care, do it again" button, so the error is probably duplicated06:17
evandah, ok06:18
evandcan you pastebin your preseed file?06:18
StevenKevand: http://paste.ubuntu.com/60852/06:20
evandOct 22 04:13:31 debconf (filter): <-- INPUT critical partman-auto/init_automatically_partition06:21
evanddebconf (developer): <-- METAGET partman-auto/init_automatically_partition Type06:21
evanddebconf (developer): --> 1 select06:21
evanddebconf (developer): <-- FGET partman-auto/init_automatically_partition seen06:21
evanddebconf (developer): --> 0 true06:21
evandOct 22 04:13:31 debconf (filter): --> 30 question skipped06:21
evandI wonder why that's happening again, given that Colin fixed this (bug 182004)06:21
ubottuLaunchpad bug 182004 in ubiquity "partitioner fails if partially preseeded due to seen flag madness" [Medium,Fix released] https://launchpad.net/bugs/18200406:21
evandmight also be a red herring06:22
* evand digs further06:22
evandand curiously I cannot reproduce it here, given your preseed file06:34
evandhrm06:34
evandI'll pick back up with this in the morning.07:24
=== cjwatson_ is now known as cjwatson
davmor2guys you know on encrypted lvm install where the system boots and asks you for a password for the drive... Is there anyway to make that font clearer?  It's quite fuzzy especially on the s's10:33
xivulonsuperm1 I cannot replicate the crash on vista, will try tonight using xp in vm10:57
xivulondavmor2 do you happen to have xp?10:58
davmor2testing across the board at the moment xivulon although I will be doing some wubi testing in about an hour10:59
xivuloncool, the issue reported by superm1 is that when you use wubi in xp attached to a network but without internet connection, then it crashes at the reboot screen11:01
davmor2xivulon: on what cd version11:04
xivulonI guess using latest ubuntu desktop daily11:04
davmor2okay np's I'll have a look shortly :)11:05
xivulonbut in theory it should not matter, since the issue is in windows, and wubi is still rev 51311:05
cjwatsondavmor2: font> looks like it's example-theme/helvB10.bdf in the usplash package11:16
cjwatson(or possibly bogl/helvB10.bdf, but they're the same)11:17
davmor2cjwatson: if you get chance have a look if you can.  The s's are worse hit11:18
cjwatsonnot for intrepid I think11:18
cjwatsonbut do file a bug11:18
cjwatsonkirkland: 227848 has a release-notes task, but ISTR you were working on fixing this?11:19
davmor2I thought it wouldn't be in for intrepid.  I'll bug it after11:19
cjwatson(for intrepid)11:19
davmor2xivulon: seems okay here on kubuntu. I'll try with ubuntu in a bit though incase it is specific12:14
davmor2xivulon: is his copy of xp up-to-date?12:17
xivulondavmor2: not sure, superm1 ^12:21
xivulonyou have to be connected to the router but the router must not be connected to the web (or at least so I understood)12:22
davmor2xivulon: ah hangon then I was connected to my switch but not router12:27
davmor2I'll try it like that on the next one shouldn't be too long12:30
holstis there some way to check the syntax of a debian preseed file?12:37
holstit just says "no!" withtout any hints12:37
cjwatsondebconf-set-selections -c12:37
cjwatsonbut you may not actually have a syntactic problem12:38
sorencjwatson: Thanks for you pointer about /var/{run,lock} yesterday. http://bazaar.launchpad.net/~ubuntu-virt/vmbuilder/trunk/revision/258 is clearly the better solution.12:40
cjwatsonsoren: looks good12:49
davmor2xivulon: happens on xp and vista it hangs on reboot not of xp/vista but of ubutnu13:13
davmor2ubuntu even13:13
=== davmor2 is now known as davmor2_lunch
=== davmor2_lunch is now known as davmor2
xivulondavmor2 that is then a different issue14:07
xivulonit usually depends on /etc/init.d/sendsigs or /etc/init.d/umountfs14:08
xivulonyou have no hangs within windows though, correct?14:10
xivulonhmm sendsigs and umountfs look good to me14:15
davmor2xivulon: no hang in windows no14:16
xivulondavmor2, it should be possible to narrow down the issue by going to a terminal and running the scripts in /etc/rc6.d14:26
davmor2xivulon: we're bhind with testing but I might be able to tomorrow14:27
xivulonok, will have a go myself tonight, do you see anything on script? I/O errors?14:28
xivulons/script/screen14:28
davmor2xivulon: nothing just a flashing underscore14:34
xivulonwas this in vm or real hardware?14:35
davmor2real14:36
xivulonthx will have a look14:37
superm1davmor2, xivulon this is xp sp3 that i did it on15:27
xivulonsuperm1 as mentioned on vista worked will, will give it another go in xp/vm, did you use a vm by the way?15:39
superm1xivulon, yeah that's the only way i have to test it is vm15:39
holstcjwatson: well, if it just stops, how can I know what is the problem?15:41
holstif its a missing package, something syntax error, or something else15:41
cjwatsonholst: you need to look in the syslog15:56
cjwatsonholst: put it on a pastebin and I'll be happy to have a look at it15:56
kirklandcjwatson: hey, i'm working on a writeup on encrypted private for james_w ...  I've not installed from a desktop intrepid iso in a long time ...  did setting up an encrypted private directory ever make it into the desktop installer?15:58
cjwatsonkirkland: I swear I've answered this once a day for the last week :)15:59
cjwatsonkirkland: no, it didn't15:59
kirklandcjwatson: :-)  not from me!15:59
holstcjwatson: ah, syslog. I will try that16:11
davmor2cjwatson: we're getting a hang at 5% on installing ubuntu dvd via ubiquity18:32
evandIIRC, that's formatting.  If you run top and sort by CPU, do you see mkfs chugging along?18:33
evandHow long has it been hanging for?18:33
davmor2long enough for the screensaver to kick in so minimum of 10minutes18:34
evandcan you pastebin `ps auxf`?18:35
davmor2evand: I'll re run in a second I was running cd check to make sure it was alright18:36
evandok18:36
davmor2evand: re-running now no errors found18:37
davmor2evand: heno has just said that his vm install just started up again after 15-20 minutes or so18:43
evandstarted up again?  Can you elaborate on what you mean by that18:44
davmor2install continued18:44
evandah18:45
davmor2evand: right I'm at 5% again and my hd is going like mad at the minute so I'll give it till the hd stops and and then paste the info is that okay?18:45
evandsure thing18:47
davmor2evand: http://paste.ubuntu.com/61106/18:49
evandhrm18:53
davmor2it's just sat there no hd light going no dvd light going18:54
davmor2evand: I'm off for my lugmeeting soon but I'll leave it to run and see if it has installed when I get back18:55
evandok18:55
evanddavmor2: when you're about to go can you run strace -p 14115 -o ubiquity.log , let it run for a bit and then pastebin18:55
evandmight be a bit large for pastebin18:56
davmor2I'll tag it to http://www.davmor2.co.uk/......     Will 4 minutes be enough?18:57
davmor2oh apparently operation is no permited18:58
davmor2got it19:00
evandneed to sudo it19:00
davmor2sudo strace19:00
evandless than a minute will be fine19:00
evandindeed19:00
evanderr about a minute, that is19:01
davmor2hrm it seems to be empty should that be the case?19:02
evandno19:03
evandis this still the same install as when you pastebin'ed?19:04
davmor2yeap at the same place still too19:04
evanddouble check that 14115 is the process ID of python /usr/share/ubiquity/install.py19:05
davmor214115 /usr/bin/python /usr/share/ubiquity/install.py19:05
davmor2re-running strace but I really need to go in a minute19:06
evandindeed19:06
evanddon't let me keep you19:06
evandwe can continue this at some other time19:06
davmor2oh it just shot up to 15%19:07
davmor2evand: http://www.davmor2.co.uk/ubiquity.log19:09
davmor2got to go now bye19:09
evandcheers19:10
davmor232% and still going19:10
=== cjwatson_ is now known as cjwatson
ClaesBasWhy does "do-release-upgrade -d" want  88.1M free space on /boot ?21:23
ClaesBasI only have 12M on my /boot now (8.04)!21:23
cjwatsonyou want mvo for that, who isn't here; try #ubuntu-devel21:23
ClaesBasOK...21:24
cjwatsoneither clean up some old kernels or have a less inconveniently small /boot, though :-)21:24
ClaesBasDo you think 100M /boot is to small!?21:25
cjwatsonif you only have 12M left, you need the first option (clean up some old kernels)21:25
cjwatsonkernels consume about 12M apiece21:25
cjwatson(when you count initrd etc.)21:25
ClaesBasI meant that my files on /boot (8.04) take 12M21:27
cjwatsonoh, I see21:27
cjwatsonits calculation does sound wrong then21:27
ClaesBasIs mvo a user or does it mean anything else?21:28
cjwatsonClaesBas: mvo is Michael Vogt, the author of do-release-upgrade21:33
cjwatsonClaesBas: alternatively, just file a bug: https://bugs.launchpad.net/ubuntu/+source/update-manager/+filebug21:33
evandThe hanging DVD situation appears to be the fault of generate_blacklist(), which makes sense as that's one area where we'd see a difference between the CDs and DVDs.21:34
cjwatsonoh, so it's just slow? that would figure21:34
cjwatsonis it at the dependency calculation stage, or the stage where it does dpkg -L everything?21:34
evandindeed, it seems we set out to reduce installation time and created a monster in the process :)21:34
evandnot sure, I'll probe further21:35
cjwatsonwhat we have done at least is reduce the required disk space21:35
evandah, very true21:35
cjwatsonwe could back it all out; I'm insanely cautious about any optimisation on that code right now since we've already created a release notes entry requirement ...21:35
cjwatsonhas anyone been paying attention to ensure that it isn't removing anything it shouldn't remove any more?21:36
evandI haven't seen any new complaints, but I haven't run a test to make sure that two installs with and without the blacklist generates the same files.21:37
evandI can do that tonight though21:37
cjwatsonyou could also check the logged files21:39
evandactually, indeed21:41
evandwatching that now21:41
cjwatsonkirkland: can you confirm whether bug 227848 should be release-noted or fixed for intrepid? In the former case, could you provide some sample text?21:42
ubottuLaunchpad bug 227848 in open-iscsi "boot order wrong for iscsi" [Critical,In progress] https://launchpad.net/bugs/22784821:42
kirklandcjwatson: release noted;  we don't have time/resources for a proper fix for intrepid21:43
kirklandcjwatson: how long is such release note text, generally?21:43
kirklandcjwatson: 1 paragraph?  5 sentences or so?21:44
cjwatsonkirkland: http://wiki.ubuntu.com/IntrepidReleaseNotes21:44
kirklandcjwatson: thx21:44
cjwatsonusually a paragraph or two is fine21:44
kirklandcjwatson: actually, I stand corrected ....21:48
kirklandcjwatson: i don't think we really have anything to release-note21:49
kirklandcjwatson: we don't really have a viable workaround for intrepid21:49
cjwatson"it's broken"? :-)21:49
kirklandcjwatson: i think the priority should be lowered from Critical to High21:49
cjwatsonplease do that21:49
kirklandcjwatson: oh, just a release not to note the bug?21:49
cjwatsonsometimes that is worthwhile21:49
kirklandcjwatson: okay21:50
cjwatsonnot currently supported, even though it looks like it should be, or whatever21:50
kirklandcjwatson: i'm working with EtienneG on it....21:54
CIA-1debian-installer: cjwatson * r982 ubuntu/ (build/Makefile debian/changelog):22:22
CIA-1debian-installer: Take /usr/share/localechooser/languagelist.data.gz into account when22:22
CIA-1debian-installer: building reduced font (LP: #287668).22:22
ClaesBascjwatson: About the /boot size problem, it looks like do-release-upgrade dowloads the file intrepid.tar.gz which does some checks in DistUpgradeController.py ... That checks calculate from what it thinks is installed, NOT what is physically on the partition!22:26
cjwatsonseriously, I'm not the expert here, it's probably best not to talk to me about it :)22:26
ClaesBasI had to "remove" all old kernels from apt....22:26
cjwatsonerr. you removed old kernels using rm rather than by removing the package?22:26
cjwatsonbe sure to say that in your bug report; that's unusual practice22:27
cjwatsonI agree that it ought to cope with that22:27
ClaesBasI'm going to try fill in some bug report about now...22:29
superm1evand, given a DVD was finally functional today, i grabbed it and dropped it onto a recovery partition.  has a bunch of stuff changed with partman preseeding since  the last dvd? http://paste.ubuntu.com/61230/22:51
persiaOddly, in the current -mid image, I am shown step 5 iff I don't run in debug mode.  How could I best troubleshoot this?22:52
superm1along with this preseed: http://paste.ubuntu.com/61231/22:53
cjwatsonsuperm1: could do with syslog and partman too22:54
evandI think I know what it is22:55
* evand digs22:55
evandhttps://lists.ubuntu.com/archives/intrepid-changes/2008-October/008520.html22:56
evandsuperm1: preseed partman/filter_mounted to false22:56
* evand steps out for a few22:56
superm1evand, okay i'll try22:56
evandsorry about that.  I had intended to send a notice of new preseed options the ubuntu-installer ML22:57
evandI'm going to try to get in the habit of doing so with each new ubiquity release22:57
superm1so this is supplemental to the existing ubiquity/partman-skip-unmount boolean true  then?22:58
superm1well that at least got it further, but it's just hanging at "1%: Creating ext3 file system for / in partition #3 of SCSI1 (0,0,0) (sda) ..." now, the python process with install.py as an argument is pegging the CPU too. hum23:04
evandsuperm1: read up a bit, we're on it :)23:06
superm1evand, ah okay.  need any other data points for  that too then?23:07
evandoh half that conversation is in #ubuntu-release23:07
evandback in a bit23:07
kirklandcjwatson: iscsi text sent your way via email23:08
cjwatsonkirkland: can you put it in the bug, please?23:08
kirklandcjwatson: yup23:09
kirklandcjwatson: done: https://bugs.edge.launchpad.net/ubuntu/+source/open-iscsi/+bug/22784823:10
ubottuLaunchpad bug 227848 in open-iscsi "boot order wrong for iscsi" [High,In progress]23:10
cjwatsonthanks23:10

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