/srv/irclogs.ubuntu.com/2010/03/24/#ubuntu-installer.txt

=== bladernr__ is now known as bladernr_
happyaronhi, could anybody have a look at bug 476269 ?08:48
ubottuLaunchpad bug 476269 in ubiquity "Chinese, Brazilian Portuguese, and English variant translations aren't shown during Karmic and Lucid installation" [Undecided,Confirmed] https://launchpad.net/bugs/47626908:48
kwwiihey ev, I cannot open the archive with the images on the kashmir bug...could you give it a try?08:51
evkwwii: http://people.canonical.com/~evand/tmp/lucid-changes-nicholas.zip08:57
evyou probably didn't have p7zip installed08:57
kwwiioh man, this guy is killing me09:03
kwwiithe map is not even that accurate09:04
kwwiiev: ok, I will add the extra bits to india (and I admit that I missed one part of the chinese map), that should about do it I think09:06
evawesome!09:06
evthanks a bunch09:06
kwwiiI hope I get to it today, but it might have to wait until tomorrow09:06
evno rush09:26
evmichaelforrest1: http://people.canonical.com/~evand/screenshots/wubi/wubi-10.04-beta-1/10:21
michaelforrest1ev: nice one10:24
CIA-3ubiquity-slideshow-ubuntu: evand * r238 ubiquity-slideshow-ubuntu/debian/changelog: Note freeze exception.11:52
* cjwatson attempts to pull out a ubiquity-common package12:44
=== robbiew_ is now known as robbiew
CIA-3ubiquity-slideshow-ubuntu: evand * r239 ubiquity-slideshow-ubuntu/ (debian/changelog update-launchpad-translations.sh): Update the update-launchpad-translations script.14:03
CIA-3ubiquity-slideshow-ubuntu: evand * r240 ubiquity-slideshow-ubuntu/ (252 files in 5 dirs): Update translations from Launchpad.14:27
evthere must be a better way of pulling URLs out of multi-line HTML translations other than lots of rough sed commands and sore eyes.14:28
CIA-3ubiquity-slideshow-ubuntu: evand * r241 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 1614:36
persiaev: You could always use an SGML parser, etc.  That said, most of the ones I've used are painfully slow.14:39
evpersia: sorry, to be clear, this is HTML in msgstr, where the URL can continue past the end of the line14:40
evfor instance:14:40
ev"Let us know about your Ubuntu experience at <a href=\"http://ubuntu.com/"14:40
ev"community\">ubuntu.com/community</a>!"14:41
persiaAnd those are two *different* msgstr values?14:41
evno, it's a singular msgstr14:42
persiaSo the msgst just contains a \n ?14:42
evright14:42
evhrm, I could just work off the translated copies14:43
persiaNo problem.  SGML parsers all treat all sorts of whitespace identically.14:43
evthat would allow me to go with the SGML parser route you suggest14:43
persiaSo if you can get something to eject the full msgstr (including \n) and pipe that into the parser, you should be good.14:43
evexactly14:44
evI can just run make and use the parser on the build directory14:45
evhooray14:45
evthanks14:45
persiaHappy to help.  I once wrote a parser in perl, and I remember just how painful it is to do from scratch :)14:47
persia(that parser wasn't even perl5 compatible, and is safely long dead, and should never see the light of day)14:48
cjwatsonI think there's a gettext library in python?14:54
cjwatsonI remember it being able to parse .po files14:54
cjwatsonhmm, or can it14:55
* cjwatson looks through elderly IRC logs14:55
cjwatsonoh well, seems like you have a solution14:57
CIA-3ubiquity-slideshow-ubuntu: evand * r242 ubiquity-slideshow-ubuntu/ (debian/changelog generate-local-slides.sh): Force UTF-8 for po4a-translate as well.15:04
evcjwatson: thanks just the same17:07
CIA-3ubiquity: evand * r3978 ubiquity/ (debian/changelog ubiquity/components/ubi-language.py): Don't show the alpha warning in OEM mode when it's disabled.17:47
bladernr_thought I'd mention this: bug 54625518:44
ubottuLaunchpad bug 546255 in ubiquity "[Lucid] Ubiquity 2.2.7 OEM Xubuntu install does not install oem-config" [Undecided,New] https://launchpad.net/bugs/54625518:44
CIA-3ubiquity-slideshow-ubuntu: evand * r244 ubiquity-slideshow-ubuntu/ (3 files in 2 dirs): Updated Rhythmbox and Ubuntu One slides. Thanks Matt Griffin!19:16
CIA-3ubiquity-slideshow-ubuntu: evand * r245 ubiquity-slideshow-ubuntu/slideshows/ubuntu/slides/ (rhythmbox-totem.html ubuntuone.html): Small tweaks and missing titles from Matt.19:34
katycorpHey everyone, I just did a fresh install of 9.10 64 bit and grub fails to boot. When I put in the livecd and select "boot from the first hard disk", I get a grub error: "no such partition" and it drops to a grub rescue>. Anyone know how to debug this?19:45
bladernrIs there any way to get a text file that contains the contents of the summary window on the final page in Ubiquity (just before the install begins)?20:07
bladernrcouldn't find anything in the logs...20:08
bladernrkatycorp:  no idea off hand, but are you sure the install was successful, disk is good, etc?20:08
katycorpbladernr: I checked the disk for defects before install, and it had all the appearances of finishing the install successfully20:09
bladernrif you boot back into the life env (from cd) and open a terminal and do a sudo fdisk -l do you get a partition table? e.g do you get info on your partitions?20:10
katycorpyeah I just did that20:10
katycorpI was following this: http://linuxers.org/howto/how-recover-grub2-ubuntu-910-karmic-koala20:10
katycorpwhen I tried grub-mkconfig I got an error about no partition table20:11
katycorpthen I tried installing grub on the MBR20:11
katycorpgrub-install /dev/sda20:11
katycorpand it seemed to work ok, but I just rebooted and it didn't work20:12
bladernrugh... sorry... I know little about the magical inner workings of grub2 :(20:24
bladernrsorry for the delay too, I've got too many things going on at once20:24
CIA-3ubiquity-slideshow-ubuntu: evand * r246 ubiquity-slideshow-ubuntu/slideshows/ubuntu/slides/rhythmbox-totem.html: Shorten the Rhythmbox title20:26
katycorpwell fdisk lists the partitions before I chroot20:26
katycorpand then after I chroot it says "cannot open /proc/partitions20:26
bladernrweird...20:28
cjwatsonkatycorp: before you chroot, 'sudo mount --bind /proc /path/to/chroot/proc' and the same for /sys and /dev.  Remember to 'sudo umount /path/to/chroot/proc' etc. before rebooting21:15
CIA-3ubiquity-slideshow-ubuntu: evand * r247 ubiquity-slideshow-ubuntu/slideshows/ubuntu/slides/ (rhythmbox-totem.html ubuntuone.html): Fold a bullet point from the Ubuntu One slide into another bullet point on the Rhythmbox slide to better fit the text.22:16
CIA-3ubiquity: evand * r3979 ubiquity/debian/real-po/ (81 files): debconf-updatepo22:20
=== robbiew is now known as robbiew_
CIA-3ubiquity: evand * r3980 ubiquity/debian/ubiquity-frontend-gtk.install: Install all the GtkBuilder files, not just the step* files.23:15
CIA-3ubiquity: evand * r3981 ubiquity/ (72 files in 4 dirs):23:24
CIA-3ubiquity: Add translations for the locale's preferred time format and23:24
CIA-3ubiquity: respective format string, as imported from gnome-panel23:24
CIA-3ubiquity: (LP: #538156).23:24
CIA-3ubiquity: evand * r3982 ubiquity/debian/real-po/ (81 files): debconf-updatepo23:26
CIA-3ubiquity: evand * r3983 ubiquity/debian/changelog: releasing version 2.2.823:36
CIA-3ubiquity-slideshow-ubuntu: evand * r248 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 1723:45

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