=== xivulon [n=ago@87-194-85-156.bethere.co.uk] has left #ubuntu-installer [] === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-52d7e212b17faee0] has joined #ubuntu-installer [02:09] quick question: is ntfs-3g 1.913 going to make it into Gutsy by any chance? [02:12] guess what I'm looking at at the moment [02:38] most relevant change for me is that 1.913 allows remounting [02:40] on a side note, unless I missed anything /var/run/sendsigs.omit is not actually used, shall I write an rcS/rc2 script that adds all mount.ntfs pids? [02:41] that's for my own override of course [02:41] you missed something. see /etc/init.d/sendsigs [02:42] cjwatson, I noticed that sendigs skips pids in /var/run/sendsigs.omit. What I mean is that no process seems to write those pids. [02:44] that said I glanced over it yesterda very, very late (since I had shutdown problems in my test image) [02:45] partman-auto-loop writes it, as does the initramfs [02:45] ./autopartition-loop:204: pidof /sbin/mount.ntfs-3g >> /var/run/sendsigs.omit [02:46] hmm I am quite sure that there was no file /var/run/sendsigs.omit in my installed system [02:46] ./debian/ntfs-3g.initramfs-bottom:10: pidof /sbin/mount.ntfs >> /dev/.initramfs/varrun/sendsigs.omit [02:46] ./debian/ntfs-3g.initramfs-bottom:13: pidof /sbin/mount.ntfs-3g >> /dev/.initramfs/varrun/sendsigs.omit [02:47] thx, I'll have a better look tonight === cr3 [n=cr3@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-installer [02:49] debian/initscripts/etc/init.d/mountkernfs.sh:40: for file in /dev/.initramfs/varrun/*; do [02:49] debian/initscripts/etc/init.d/mountkernfs.sh:42: cp -a "$file" "/var/run/${x#/dev/.initramfs/varrun/}" [02:49] afaik all the bits are in place, I think it would be much more useful for you to figure out why they aren't working than to hack around it [02:50] of course, I thought the above code was not in place, as mentioned I only noticed yesterday at about 3 a.m. and did not have much energy to digg [02:52] By the way, my current set of quick and dirty hacks is in: http://codebrowse.launchpad.net/~ubuntu-installer/wubi/gutsy/files/ago%40nb-ago-20071008011810-svsbdb6z1udfso1z?file_id=override_files-20071008002841-x6i7u2jcizw74pyu-1 [02:53] The only thing missing is menu.lst patches to correct kopt (root=/loop=) and fixing the above issue with shutdowns. === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has joined #ubuntu-installer [03:15] What package generates the kopt line in menu.lst? It doesn't seem to be grub-installer [03:17] grub/debian/update-grub [03:18] thanks [03:33] cjwatson, will have to check the logs, but I strongly suspect that I ended up with hda1 because find_root_device() failed to understand my fstab [03:34] on top of it there is no code for loop= in the kopt generation [03:34] hda1 is the default when find_root_device() fails [03:43] The aboe means that the issue is lupin-only (as you might have expected all along) [05:31] xivulon: glad to hear it ;-) [05:32] xivulon: ntfs-3g 1.913 is heading into gutsy soon, FYI [05:49] cjwatson, great thanks [05:50] that might require a small change to initramfs by the way, so that the loopdevice is created separately (rw), and host device is mounted ro [05:51] I'll add the above to the overrides. Alltogether the patches requires by wubi should be about 20 lines... [05:53] The fix for grub (to be added to success_command.sh) should be http://paste.ubuntu.com/701/ [05:54] http://paste.ubuntu.com/702/ [05:57] we won't change the initramfs [05:57] not for gutsy anyway [05:57] I was expecting that... np [05:58] we might do a package after gutsy containing the updated code to be shipped with override_files === superm1 [n=malimonc@ubuntu/member/superm1] has joined #ubuntu-installer [08:10] evand, ick. i'm not sure why these locale errors are suddenly cropping up. i thought that cjwatson had gotten this fixed upstream in bug 139603. guess that hasn't trickled down to Ubuntu yet then. [08:12] hrmm, not sure. I only did a cursory glance at the bugs I assigned to you, so if you think it's in error feel free to put them back to nobody [08:14] well no it's definitely a bug. let me check with Riddell though about upstream kde-guidance [08:14] see if there is a chance in pulling the fix down [08:14] if they don't fix it, i'll get a workaround in [08:19] migration-assistant: evand * r64 migration-assistant/ (debian/changelog import.c): [08:19] migration-assistant: * Move initialize_registry_paths call later to avoid situations where [08:19] migration-assistant: other needed variables may not be set yet, causing m-a to fail. === xivulo1 [n=ago@87-194-85-156.bethere.co.uk] has joined #ubuntu-installer [10:24] cjwatson, I can confirm that there is no signo of sendsigs.omit on the installed system (and in syslog), in the live cd, sendisgs.omit is there but is empty. Will run some more tests later on. === mpt [n=mpt@121-72-130-88.dsl.telstraclear.net] has joined #ubuntu-installer