/srv/irclogs.ubuntu.com/2009/07/28/#ubuntu-installer.txt

shtylman_when merging in changes... is it customary to get a clean checkout of the current trunk... then merge my branch into that creating just one commit and push that back?00:46
evandyou generally resolve conflicts on your separate branch using bzr merge every now and again, this way the final merge applies cleanly, and you use something like bzr commit -m "Merge with my foobar branch."00:54
evandgotta run though00:54
evandbedtime00:54
shtylman_night01:01
phurlreprepro Error: Distribution doooh contains an architecture called 'all'. any ideaS?07:36
=== cjwatson_ is now known as cjwatson
cjwatsonshtylman_: generally you shouldn't touch translations at all; the most you should do is run debconf-updatepo, which updates .pot and .po files automatically from the .templates file09:24
cjwatsonshtylman_: there's no need to provide English translations - those are automatic09:24
stefanWWHello! Did any of you guys experienced any problems with installing and running ubuntu server 804 LTS on proliant servers G6 ?13:00
stefanWWit is just freezing during install13:00
mterryshtylman_, the new breadcrumbs for the kde frontend; are they translatable?13:52
kirklandevand: around?19:58
kirklandevand: i think i see a bug in the user-setup ecryptfs code19:58
kirklandcjwatson: ^20:01
kirklandcjwatson: i don't think this commit is correct: http://bazaar.launchpad.net/~ubuntu-core-dev/user-setup/ubuntu/revision/18720:02
kirklandcjwatson: the /dev/shm/.ecryptfs-$USER would exist in the chroot20:03
kirklandcjwatson: actually, i think it's more basic than that21:09
kirklandcjwatson: it appears to me that initial user password setting has changed fundamentally in some way since Jaunty21:09
kirklandcjwatson: such that it is walking the PAM stack21:09
kirklandcjwatson: in which case, the whole /dev/shm hack in user-setup-apply can go away21:10
kirklandcjwatson: i just tested this in a vm, and it works21:10
kirklandcjwatson: however, i won't commit until I confirm with you what it is in user password setting has changed21:10
kirklandhttp://bazaar.launchpad.net/~ubuntu-core-dev/user-setup/ubuntu/revision/179#user-setup-apply21:11
kirklandboom there it is!21:11
kirkland 21:11
kirkland3421:11
kirkland        if $chroot $ROOT dpkg --compare-versions "$VERSION" ge "1:4.1.4-1"; then21:11
kirkland 21:11
kirkland3521:11
kirkland                # support for versions with PAM support (Squeeze)21:11
kirkland 21:11
kirkland3621:11
kirkland                if [ "$3" = true ]; then21:11
kirkland 21:11
kirkland3721:11
kirkland                        $chroot $ROOT usermod --password=$PASSWD $USER21:11
kirklandcjwatson: i'm going to send a patch21:12
=== NCommander is now known as Guest77821
kirklandcjwatson: actually, the fix was pretty straightforward, i think.  i committed an uploaded.23:00
kirklandcjwatson: your review in retrospect would be appreciated.23:00

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