/srv/irclogs.ubuntu.com/2008/03/11/#ubuntu-installer.txt

xivulonTheMuso thanks will look into that10:49
xivulonbasically current initrd ignores ro/rw flag whenever root is on ntfs and always mount rw10:49
xivulonthat was because 1. ntfs-3g could not be remounted (then it could be remounted, then again it could not) 2. there is not fsck10:50
xivulonfor fat I assume it gets mounted r/o and mounthost fails (at the moment there is a bug in that I was using awk which might not available at that point)10:51
xivulonI have in a note that the relevant initramfs code is:10:56
xivulonif [ ${readonly} = y ] && ([ -z "$LOOP" ] || [ "${FSTYPE#ntfs}" = "$FSTYPE" ]); then roflag=-r10:56
xivulonhere is a revised (untested) /etc/init.d/mounthost (lupin-support package): http://paste.ubuntu-nl.org/59231/11:03
xivulonif mounthost above does not fix it, then it might be necessary to remove "|| [ "${FSTYPE#ntfs}" = "$FSTYPE" ]" from initramfs-tools/scripts/local11:05
xivulonby the way selecting more than 4GB in fvat should simply split root into multiple <4GB files (/ubuntu/disks/root.disk /ubuntu/disks/usr.disk /ubuntu/disks/home.disk...)11:22
xivulonmounthost take-2http://paste.ubuntu-nl.org/59234/11:37
TheMusoxivulon: Yes I saw that, I eventually saw that the disk size was not the issue.11:45
xivulonTheMuso, I would assume that installation goes fine but you cannot reboot into the installed system11:52
xivulonin case try to replace /etc/init.d/mounthost with http://paste.ubuntu-nl.org/59234/11:52
xivulonif that fails, second thing to try is to edit initramfs-tools/scripts/local removing check on ntfs11:53
xivulonand regenerate initrd11:53
xivulonWhat is the difference between console-keymaps-at/keymap and console-setup/layoutcode?12:43
xivulonOn the same subject, is it necessary to preseed console-setup/modelcode?12:45
=== cjwatson_ is now known as cjwatson
cjwatsonxivulon: console-keymaps-at/keymap is obsolete; don't preseed it. You are unlikely to need to preseed console-setup/modelcode.13:42
xivuloncjwatson can you pls expand on "unlikely"13:43
cjwatson"not unless you have extremely unusual requirements and know what you're doing"13:44
cjwatsonjust leave it at the default13:44
xivulondefault meaning "do not preseed". Only thing I want avoid is an interactive question.13:47
cjwatsonit won't be asked on any platform you support13:50
cjwatsonit's asked on m68k Sun, powerpc CHRP, sparc, and anything unrecognised13:51
xivulongreat13:51
evandcjwatson: You moved bug 200423 from casper to ubiquity, but I'm not sure I agree.  Wouldn't it be best to do any sufficient memory checks in casper, where we don't have to worry about having enough memory to load X and ubiquity initially?13:51
evandOr perhaps you had a different solution in mind?13:51
xivulonlast q on preseed, a user long ago suggested to set clock-setup/utc to false as being more appropriate for windows setup13:51
cjwatsonevand: feel free to move it back if you prefer that; I was just thinking that casper is not in a position to make ubiquity crash differently13:52
cjwatsonclock-setup/utc will already be set to false if os-prober detects Windows13:52
cjwatsonso assuming that it *does* detect Windows in the wubi environment (is that true?013:52
cjwatson)13:52
cjwatsonif that's not the case, yes, preseed it13:53
xivulondo you suggest me to skip preseeding then or preseed it myself to false?13:53
xivulonI guess I'll preseed then13:53
ubotuLaunchpad bug 200423 in casper "The installer CD doesn't warn the user that they dont have enough RAM to continue." [Wishlist,Confirmed] https://launchpad.net/bugs/20042313:53
evandyou're a few minutes too late ubotu.13:54
xivulonevand see ^^ for mounthost fix, I have not tested it, can do so tonight and merge it in13:54
xivulonfell free to beat me to it ;)13:54
xivulonfeel13:55
xivulonthat should address bug #19800713:55
ubotuLaunchpad bug 198007 in lupin "Don't use awk in early mounthost" [Low,Confirmed] https://launchpad.net/bugs/19800713:55
xivulonwell done ubotu...13:56
evandheh, great13:56
xivulonah I see cjwatson already addressed 191122!13:59
simosxhi! am looking into translating the ubuntu installer (what's the package that runs as soon as the CD boots up).13:59
xivulonsorry for the set-x I discussed with evand and decided to leave them for the alphas14:00
xivulonumenu/wubi14:00
xivulonsimonsx https://translations.launchpad.net/wubi/ and https://translations.launchpad.net/umenu14:00
xivulonnote that you need to be a member of Ubuntu Translators group14:00
simosxxivulon: many thanks. am member of the group.14:01
xivulonyour contributions are most welcome14:01
simosxxivulon: I translated umenu but did not find the message:14:17
simosx"Press F4 to select alternative start-up and installation modes"14:17
simosxand "Test memory"14:17
simosxwubi is the tool that starts in Windows, isn't it?14:17
cjwatsonsimosx: those are in the gfxboot-theme-ubuntu package in Ubuntu14:19
cjwatsonhttps://translations.launchpad.net/ubuntu/hardy/+source/gfxboot-theme-ubuntu14:19
cjwatsonsimosx: you should also look at https://translations.launchpad.net/ubuntu/hardy/+source/debian-installer14:19
cjwatsonxivulon: not everyone uses Windows ;-)14:19
simosxcjwatson: thanks. I always try to append the package name to the URL https://translations.edge.launchpad.net/gfxboot-theme-ubuntu and it comes up negative.14:21
cjwatsonthat's for projects, not for packages in Ubuntu14:22
cjwatsontwo different namespaces14:22
simosxoh, I'll have to check more stuff again.14:25
simosxthe UI in Ubuntu is almost all translated with the exception of a few messages. I am trying to figure out what package they come from and it's a tough process.14:26
simosxis there an irc channel where translators are around? or some input for this?14:27
xivulonah yes I misread simosx original msg, anyway wubi/umenu translations would be quite handy...14:27
xivulon#ubuntu-translators14:28
simosxxivulon: that's good.14:29
cjwatsonsimosx: if they're installer strings, you're welcome to ask here14:34
jstrunkHow can I regenerate the /etc/fstab that d-i generates during installation?14:55
xivulonjstrunk: http://bazaar.launchpad.net/~ago/partman-auto-loop/lupin-support/annotate/ago%40nbago-20080114235447-9rmsbro57lb2zsru?file_id=autopartitionloop-20070730115247-m21lgboyh63uf6mv-214:59
xivulonsee line 121-13314:59
cjwatsonhuh? that is not helpful15:00
cjwatsonNOT EVERYBODY USES WUBI :-)15:00
cjwatson(that code does not work outside d-i)15:01
cjwatsonjstrunk: there isn't really a way to do so outside the context of the installer, I'm afraid15:01
xivulonnot sure jstrunk is outside d-i, in case I guess it might be possible to replicate /lib/partaman/fstab.d and run those scripts as indicated above15:02
jstrunkI am thinking about using systemimager to clone a system to about 200 workstations.15:03
cjwatsonxivulon: please find this sort of information out before confusing people15:03
cjwatsonreplicating /lib/partman/fstab.d will not help outside d-i; parted_server won't be running and the amount of infrastructure you need to do that is enormous15:04
jstrunkIt looks like the only things that change on disk with different hardware are Xorg, /etc/blkid.tab, and /etc/fstab15:04
cjwatsonjstrunk: I'd suggest just writing it by hand, with the obvious boilerplate as constructed by d-i15:04
cjwatson("by hand" => in code obviously)15:04
cjwatsonwe don't have a canned way to regenerate it in your type of environment15:05
jstrunkThank you.15:06
cjwatsonsorry that the answer isn't better, but really systemimager is going to need to supply identifiers for the partitions it's installing onto15:06
xivulonwell apologies for any confusion, was simply pointing out to a code section I am familiar with that actually generates fstab (in d-i)15:07
jstrunkit can handle that, but I don't think it will handle the cdrom and floppy drives correctly.15:07
jstrunkI guess I could probe those and append them to what systemimager gives me.15:08
cjwatsonyeah, I can see how it would be nice to reuse d-i's code for that15:09
cjwatsonhttp://bazaar.launchpad.net/~ubuntu-core-dev/partman-target/ubuntu/annotate/cjwatson@canonical.com-20080306221605-6cuu03xjs8zh4g3d?file_id=x_Arch_Librarian_<arch@canonical.com> is the file in question (partman-target/finish.d/fstab_removable_media_entries), but you'd have to extract list-devices from debian-installer-utils as well, and remove the use of mapdevfs15:11
cjwatsonand generally munge it about15:11
jstrunkThank you for finding this for me.15:14
CIA-23ubiquity: evand * r2560 ubiquity/ (debian/changelog ubiquity/zoommap.py):15:51
CIA-23ubiquity: * Use a black border around tzmap points to assist the visually impaired.15:51
CIA-23ubiquity: * Flash the currently selected location on the tzmap so that it's easier to15:51
CIA-23ubiquity:  spot.15:51
CIA-23ubiquity: * When clicking on the tzmap, if the closest match is already selected, take15:51
CIA-23ubiquity:  the next closest.15:51
CIA-23ubiquity: evand * r2561 ubiquity/ (debian/changelog gui/glade/stepLocation.glade):16:22
CIA-23ubiquity: * Place the tzmap in an AspectFrame so it doesn't look distorted on16:22
CIA-23ubiquity:  widescreen displays (LP: #200152).16:22
CIA-23partman-target: evand * r712 ubuntu/ (debian/changelog finish.d/clear_partitions): * Whitelist /usr/local in clear_partitions (LP: #200582).16:45
cjwatsonevand: sorry to be a pain, but /var/local too?17:13
cjwatson(it's in the FHS I believe)17:13
evandah, I did a quick search through the FHS docs and didn't come across that one.  Will do.17:13
mario_limonciellevand, did you get a chance to talk to cjwatson about adding a preseed option for not setting the active partition on boot?17:14
evandoh, thanks for reminding me17:14
cjwatsonI have an interview to conduct now, but briefly, sounds like a good idea; would need to be done in both grub-installer and lilo-installer, I expect17:14
evandok, I'll take care of putting it in then.17:15
mario_limonciellthanks17:15
evandah, it is indeed in the FHS17:17
CIA-23partman-target: evand * r713 ubuntu/ (debian/changelog finish.d/clear_partitions): * Whitelist /var/local in clear_partitions.17:22
mario_limonciellevand, it looks like oem-config didn't get installed in the noninteractive install18:35
evandmario_limonciell: ok, on it18:43
mario_limonciellthanks18:44
xivulonevand, have asked bean123 (grub4dos author) to have a look at truncation + other bug that came up today http://ubuntuforums.org/showthread.php?t=72061819:22
xivulonhopefully new code will be available shortly19:22
evandah, nice.  Thanks19:22
xivulonTheMuso did you have a chance to test if mounthost code solves your vfat issues?19:28
CIA-23grub-installer: evand * r729 ubuntu/ (3 files in 2 dirs):20:45
CIA-23grub-installer: * Added the grub-installer/make_active debconf question. When20:45
CIA-23grub-installer:  preseeded false, this will skip the code that marks a partition as20:45
CIA-23grub-installer:  bootable.20:45
evandlilo on the way20:58
mario_limonciellevand, will that be testable in tomorrow's daily?20:59
mario_limoncieller when were you planning another ubiquity upload?20:59
evandmario_limonciell: if I can I'll do a ubiquity upload tonight.  I might have to run some tzmap changes by slangasek though.21:02
mario_limonciellokay sounds sane21:02
evandbut that should be straightforward21:02
mario_limonciellwell most ideally would like to see noninteractive fixed at the same time21:02
mario_limonciellto test both sequentially21:02
mario_limonciellso if it takes another day or so to sort that out first, that's more preferential21:02
TheMusoxivulon: Not yet, I had to go to bed. I'll have a look today, unless its been resolved.21:05
mario_limonciellglancing through the differences in gtk_ui and noninteractive, there are a variety of things that are done only in gtk_ui in the self.oem_config block21:05
alefteriscjwatson, I was not able to translate the "Normal" menu option that opens from gfxboot-theme-ubuntu F4 menu. Is this string unstranslatable?21:07
cr3is there a way to strip -updates from /target/etc/apt/sources.list from the preseed file?21:24
cr3I know there's something like this for stripping restricted: d-i apt-setup/restricted boolean false21:24
cr3I just can't find anything about updates21:24
cr3worst case, I can always do it in the late-command21:25
TheMusoevand: Alright, with beta approaching, is there anything I can do to try and get a11y working in only-ubiquity?21:46
cr3also, might there be a way to strip deb-src lines in sources.list from the preseed file?22:09
Baldonehello22:29
Baldonei am having problem installing ubuntu on my laptop22:30
=== ebel_ is now known as ebel
cjwatsonalefteris: err, yeah, oops, please file a bug22:44
alefterisok22:44
agoevand lupin rev 91 is up22:51
=== mario_limonciell is now known as superm1_
agoTheMuso, updated mounthost code: http://bazaar.launchpad.net/~ubuntu-installer/lupin/hardy/annotate/agostino.russo%40gmail.com-20080311225057-2kq30onjg2p4wsqe?file_id=lupinsupport.mountho-20071025014343-c5dddjlu6r8jume9-123:02
agoumenu rev 2123:03
* ago needs CIA...23:04
TheMusoago: Pulling the branch now.23:05
TheMusoago: When I get the desktop cd synced, I'23:08
TheMusoago: When I get the desktop cd synced, I'23:08
TheMusogah23:08
TheMusoI'll make a custom desktop image and test it to see if it helps.23:08
agoTheMuso,  if you have already a loopinstallation, you can simply replace /etc/init.d/mounthost23:10
agoand see if you can boot with that23:10
agodo you recommend preseeding netcfg/dhcp_timeout?23:11
TheMusoago: Right, just got to get into the install first, but that shouldn't be too difficult.23:11
* TheMuso boots the box.23:11
TheMusoI can't answer that one I'm sorry.23:12
agoTheMuso there is no need to do a custom image anyway, install with an old ISO then mount root.disk and replace mounthost23:12
TheMusoago: I know, but I was thinking of some other stuff I wanted to do, but that can wait.23:12
agowas just about to write that...23:13
agoevand, what would you suggest re #201046?23:58

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