[00:46] 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:54] you 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] gotta run though [00:54] bedtime [01:01] night [07:36] reprepro Error: Distribution doooh contains an architecture called 'all'. any ideaS? === cjwatson_ is now known as cjwatson [09:24] shtylman_: 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 file [09:24] shtylman_: there's no need to provide English translations - those are automatic [13:00] Hello! Did any of you guys experienced any problems with installing and running ubuntu server 804 LTS on proliant servers G6 ? [13:00] it is just freezing during install [13:52] shtylman_, the new breadcrumbs for the kde frontend; are they translatable? [19:58] evand: around? [19:58] evand: i think i see a bug in the user-setup ecryptfs code [20:01] cjwatson: ^ [20:02] cjwatson: i don't think this commit is correct: http://bazaar.launchpad.net/~ubuntu-core-dev/user-setup/ubuntu/revision/187 [20:03] cjwatson: the /dev/shm/.ecryptfs-$USER would exist in the chroot [21:09] cjwatson: actually, i think it's more basic than that [21:09] cjwatson: it appears to me that initial user password setting has changed fundamentally in some way since Jaunty [21:09] cjwatson: such that it is walking the PAM stack [21:10] cjwatson: in which case, the whole /dev/shm hack in user-setup-apply can go away [21:10] cjwatson: i just tested this in a vm, and it works [21:10] cjwatson: however, i won't commit until I confirm with you what it is in user password setting has changed [21:11] http://bazaar.launchpad.net/~ubuntu-core-dev/user-setup/ubuntu/revision/179#user-setup-apply [21:11] boom there it is! [21:11] [21:11] 34 [21:11] if $chroot $ROOT dpkg --compare-versions "$VERSION" ge "1:4.1.4-1"; then [21:11] [21:11] 35 [21:11] # support for versions with PAM support (Squeeze) [21:11] [21:11] 36 [21:11] if [ "$3" = true ]; then [21:11] [21:11] 37 [21:11] $chroot $ROOT usermod --password=$PASSWD $USER [21:12] cjwatson: i'm going to send a patch === NCommander is now known as Guest77821 [23:00] cjwatson: actually, the fix was pretty straightforward, i think. i committed an uploaded. [23:00] cjwatson: your review in retrospect would be appreciated.