=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === xivulon [n=ago@87-194-85-156.bethere.co.uk] has joined #ubuntu-installer === xivulon [n=ago@87-194-85-156.bethere.co.uk] has left #ubuntu-installer [] === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === xivulon [n=ago@87-194-85-156.bethere.co.uk] has joined #ubuntu-installer === xivulon [n=ago@87-194-85-156.bethere.co.uk] has left #ubuntu-installer [] === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-installer === saispo_ [n=saispo@ryu.zarb.org] has joined #ubuntu-installer === soren_ [n=sh@atlas.linux2go.dk] has joined #ubuntu-installer === Starting logfile irclogs/ubuntu-installer.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-installer === Topic for #ubuntu-installer: Development of d-i and ubiquity in Ubuntu | http://wiki.ubuntu.com/InstallerDevelopment === Topic (#ubuntu-installer): set by cjwatson at Fri Jan 5 15:12:40 2007 === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-e586ed4ac22e68e3] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === xivulon [i=c1807381@gateway/web/cgi-irc/ircatwork.com/x-85bb54522e76105e] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@pool-141-149-173-208.bos.east.verizon.net] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@pool-141-149-173-208.bos.east.verizon.net] has left #ubuntu-installer [] === xivulon [i=c1807381@gateway/web/cgi-irc/ircatwork.com/x-4bb9ff2a3267ee97] has joined #ubuntu-installer === cr3 [n=cr3@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-installer === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has joined #ubuntu-installer [03:28] cjwatson: Shouldn't bug 117889 be warned that they currently wont get very far in testing the fix, given the unionfs issues? [03:39] evand: good point, done [03:57] ubiquity: cjwatson * r2243 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): * Translate widgets from all glade files, not just the main one. [04:30] evand: bug 137878 may be something you run across - one of those grotty 64-bit arithmetic bugs that permeates into all sorts of hard-to-debug weirdness. I found a maybe-duplicate of it today. [04:31] Indeed, I did notice it and spent a few minutes thinking, "wasn't this already fixed before with the exact same patch?" [04:32] thanks for the heads up though [04:32] there was a similar bug in resizing which may be what you're thinking of [04:32] probably [04:32] and indeed a very similar approach, replace shell arithmetic with expr [04:32] I'm beginning to think it might be easier to just dive in and fix dash, mind you [04:35] haha, it'd be easier than having the issue crop up in odd bugs from time to time. I can't guess at how hard it would be to fix the shell arithmetic though. [04:35] too early apparently, that's just rewording what you just said [04:35] I don't remember but I suspect I looked before fixing it the first time. Probably horribly tedious [04:36] dash is somewhat ancestrally related to busybox sh I think, but we'd have to go through and sort out integer length throughout and ugh [04:36] busybox sh used to have the same problem and so partman was at one point fixed to avoid relying on 64-bit arithmetic [04:37] but a few things have crept back in === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-1dd337ddef7fdeb8] has joined #ubuntu-installer [06:52] cjwatson: you did do the rosetta update the other day, I don't need to remind you anymore, right? [06:52] yeah [06:52] ok [06:52] it just needs a bit of back-and-forth through the system === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-installer === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-630d4451b9a8ec0f] has joined #ubuntu-installer === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-98529e4eaf7834be] has joined #ubuntu-installer === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-98529e4eaf7834be] has left #ubuntu-installer [] === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-98529e4eaf7834be] has joined #ubuntu-installer [09:50] cjwatson: Is not copying /var/log/installer/debug to the target filesystem a design decision or just an oversight? === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has left #ubuntu-installer [] [10:02] evand: partly an oversight, though I think I was a bit leery about how it contains the user's password if they're running in debug mode [10:04] well, it would be 0600, but if you're leery then I don't see a major problem with keeping it as it is. [10:13] I just have bad memories of the breezy installer vulnerability that make me nervous about that sort of thing [10:13] indeed, that's what I figured the reasoning behind it was [10:13] perhaps grep -v password or similar (that won't work, but in that spirit)? something to sanitise the debconf debugging that mentions the user's password [10:13] I can see how the information would be useful [10:13] hrm [10:14] I did try to make debconf hide this itself but unfortunately the debugging is at a level where the code required is horrible [10:14] the code is in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357118 if you want to look [10:15] I kind of see joeyh's point though [10:15] will do [10:20] hrm [10:22] I suppose it's ugly (it didn't look that bad to me, but I'm not intimate with that code, obviously), but it's cleaner than trying to remove the password after the fact in install.py. Is Joey suggesting we strip the sensitive information in code, or that the user should know to? I'm not big on arguments based on the latter. [10:23] though we'd be out of luck if we ever actually did need the password [10:24] wait nevermind, I'm completely neglecting the actual database [10:25] meh, I'm happy to implement whatever you deem is reasonable, or leave it is if you feel the benefits don't outweigh the costs. === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@pool-141-149-173-208.bos.east.verizon.net] has joined #ubuntu-installer === xivulon [n=ago@87-194-85-156.bethere.co.uk] has joined #ubuntu-installer