/srv/irclogs.ubuntu.com/2010/04/27/#ubuntu-installer.txt

dpmhi cjwatson. It seems that there were some new strings in the d-i POT template that got imported after string freeze. Translators are asking what these strings were and how they got in the template (https://lists.ubuntu.com/archives/ubuntu-translators/2010-April/003620.html), I interpret mostly out of curiosity. It's nothing urgent, but if you've got a minute and you know where they came from, could you tell me a few words, so I reply to the thread?12:47
dpm(or you might want to reply yourself, whatever you prefer)12:47
dpmThese are the strings, for reference: https://translations.edge.launchpad.net/ubuntu/lucid/+source/debian-installer/+pots/debian-installer/ca/+translate?show=untranslated12:49
cjwatsondpm: yes, I know, I ran the manual import :-)12:55
cjwatsonunfortunately it was too late - I hadn't noticed that the automatic stuff was failing12:55
cjwatsonso it's my bad, but I realised too late to be able to do anything about it12:55
cjwatsondpm: the important ones I'm specifically aware of having introduced were those in partman-ext3 and grub-installer12:56
cjwatsondpm: if translators work on those, I can commit to getting updates to those two packages into 10.04.112:56
cjwatsondpm: more detail on what went wrong: firstly, I'd forgotten to run the semi-automatic push to Launchpad for some time; secondly, I'd forgotten to update the template build job to point to Lucid; thirdly, when I realised this was broken and tried to rush in a fix in time for the non-langpack freeze, I discovered that hosting changes on people.canonical.com had removed some packages I was relying on so I had to move it ...13:01
cjwatson... in a hurry; fourthly, once I did upload it to Launchpad, it took something like a week to get through the import queue and so I missed the boat13:01
dpmcjwatson, thanks for the detailed info13:06
cjwatsonthe hypothesis on the list that it is a general update from upstream is false13:06
cjwatsonthough I probably merged one or two packages, and wouldn't have been particularly concerned if the odd translation was out of date13:07
dpmright13:07
dpmcjwatson, and yes, I can confirm what you and others noticed already, the imports queue was pretty full during the translation deadlines. There was not much that could be done there, but in the near future, with automatic generation of templates and message sharing between src packages and LP projects (with translations from bzr branches) this should be much alleviated, as translations will be imported from bzr branches regularly instead of from the13:11
dpm packages upon upload13:11
cjwatsonis that actually going to happen for source packages?13:20
cjwatsonI asked for that some time ago13:20
dpmcjwatson, yes, the LP devs can give a much better insight than I, but basically, that's going to be the first step towards better upstream integration: improving the imports. The way it will work the upstream projects' (both external and hosted) translations will be imported from their bzr branches, and messages will be shared between the upstream project and the Ubuntu source packages. The Ubuntu source packages will still have to create a POT temp13:29
dpmlate on build, but translations will be imported from the upstream branches. Unfortunately, I'm not sure it will help for d-i in the current form, since we get separate templates from upstream which we merge into one, don't we? So in that case, I'm still not sure what would be best. As a translator I prefer a single template (unless it's overly big), but if separating it into the same templates as upstream provides more automation, that would defini13:29
dpmtely be worth looking at13:29
dpmhenninge and I have just signed up for a plenary at UDS to give an overview13:29
cjwatsonthat's not quite right13:30
cjwatsonupstream maintain it as a single template, and we merge into one that roughly matches the set of strings in that template13:30
cjwatsonupstream run automatic scripts that split up that template into individual source packages13:31
cjwatsonthe unit of merge from Debian to Ubuntu is the source package13:31
dpmoh, right, I thought they maintaned it in the split templates as well13:31
cjwatsonnope13:31
cjwatsonif they did, I wouldn't bother doing the merge :)13:31
dpm:)13:31
dpmso that might turn out to be very useful for d-i translations as well13:32
cjwatsonmaybe; I think it would take quite a lot for me to trust it to do fully automatic commits, since there are a number of specialised requirements that if broken can end up entirely breaking the installer13:34
cjwatsonand there are memory implications to including new translations, and I'm still concerned about merge issues13:35
CIA-3migration-assistant: evand * r102 migration-assistant/ (debian/changelog ma-script-utils): unmount_os can be called without arguments (LP: #536673).13:44
ubottuLaunchpad bug 536673 in ubiquity "ubiquity crashed with InstallStepError in configure_hardware()" [High,Triaged] https://launchpad.net/bugs/53667313:44
CIA-3partman-base: cjwatson * r209 ubuntu/ (debian/changelog partman-commit):14:02
CIA-3partman-base: Remove cleanup trap in partman-commit, whose only effect is to break14:02
CIA-3partman-base: repeated runs of partman-commit (LP: #536673).14:02
ubottuLaunchpad bug 536673 in ubiquity "ubiquity crashed with InstallStepError in configure_hardware()" [High,Triaged] https://launchpad.net/bugs/53667314:02
=== ogra_ is now known as ogra
jeffhaasHi, Please let me know  if there is a better channel for this question.  I am contemplating an upgrade to Ubuntu 10.4, if there is a fix for my broadcom wireless card.  Currently I am using Broadcom STA wireless driver, which has found my hardware, but the network manager will not connect as it should.  It could be the wireless definition in ubnuntu 9.10 is eth2.  I have been through the forums, and tried all the twiki helps on this, s14:40
jeffhaaso I was hoping a solution will come with the new version of ubuntu.  I have Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller.  Thanks for the help ahead of time.  Cheers, Jeff14:40
evjeffhaas: please ask in #ubuntu+114:50
evthis channel is for development of the installer14:50
jeffhaasthanks14:57
shtylmanev: I tried the installer in qemu... and it was horribly slow... and not just the installer... the whole system was slow :( ... virtualbox is much faster for me15:34
evshtylman: was that qemu or kvm?15:34
shtylmanum... I ran the comman qemu... but I do have the kvm stuff installed15:35
shtylmanso I think it uses it if it finds it15:35
evshtylman: what's the output of `kvm-ok`15:36
cjwatsonI'm not aware that qemu uses kvm bits if it finds them15:36
shtylmanINFO: Your CPU supports KVM extensions15:36
shtylmanINFO: /dev/kvm does not exist15:36
shtylmanHINT: sudo modprobe kvm_intel15:36
shtylmanKVM acceleration can NOT be used15:36
shtylman:(15:36
cjwatsonqemu and kvm have totally different performance characteristics here15:36
cjwatsontry 'sudo modprobe kvm_intel', and then run kvm-ok again15:37
shtylmanindeed that works15:37
evshtylman: that'd be why it was so slow15:37
shtylmanI thought I had done that before15:37
cjwatsonthen run it as kvm rather than as qemu15:37
shtylmangotcha15:37
shtylmanthanks guys :)15:37
evsure thing15:38
cjwatsonyou shouldn't have to - qemu-kvm installs an upstart job that loads that module15:38
cjwatsonunless you only just installed that package and maybe it doesn't run on install or something15:38
cjwatsonthough it looks like it does15:38
shtylmancjwatson: it does... I might have unloaded it in the past myself15:38
cjwatsonI suppose you might have the module blacklisted for some reason15:38
shtylmancause vbox didn't play nice15:39
cjwatsongrep kvm /etc/modprobe.d/*15:39
shtylmanI was under the impression I reloaded it... but I suppose not15:39
shtylmankvm-ok I did not know about... but its handy15:39
kirklandcjwatson: i'm seeing some init.d scripts and init jobs not being run from time to time;  qemu-kvm being one of them (i only notice when I try to run kvm and the module isn't loaded)16:11
kirklandcjwatson: /etc/init.d/screen-cleanup and /etc/init.d/nfs-kernel-server being two others16:11
kirklandcjwatson: since i added --verbose to my kernel command line, i have not seen the problem again16:11
cjwatsonthe paths that would cause failures for those two different types of scripts are spectacularly different16:12
cjwatsoninit.d scripts being run is dependent on appropriate links in /etc/rc*.d/16:12
kirklandcjwatson: all three fail to run, when i see the problem16:12
cjwatsonnevertheless, do you understand my point?16:12
kirklandcjwatson: i've only seen it happen on my quad core16:12
kirklandcjwatson: yes, i certainly do16:12
cjwatsonmight be worth checking whether it's "not run" or "run but doesn't do anything"16:13
kirklandcjwatson: i'm also finding the server installer particularly slow16:15
kirklandcjwatson: at beta2, i installed 2 UEC machines in a live demo presentation from the same usb stick, sequentially in under 25 minutes16:16
kirklandcjwatson: today's iso has been installing for over 20 minutes (on one machine)16:16
cjwatsonI haven't noticed any particular slowdown myself ...16:17
cjwatsonif there is any I suppose it must be in the kernel?16:17
kirklandcjwatson: it's the "select and install software" step that is crawling16:17
bladernrev:  ping16:18
evbladernr: pong16:18
bladernrev:  davmor2 asked me to bug you about this... did an install (dual boot) of Lucid on a WinXP system.  Ran migration assistant on both XP users and instead of getting two user accounts in Ubuntu, I get a single account who owns ALL data from the XP user accounts, and no other accounts created.16:19
evright, that's intended behavior16:19
bladernrev:  I think this is A: a bug and B: a possible security concern because now you have a third user who now owns all personal data from the XP install16:19
bladernrso the expected post-install action for the new Ubuntu user is to then manually re-create all the XP users under Ubuntu, and then separate potentially thousands of personal files between them?16:20
bladernrslangasek says it's not a security issue as the Ubuntu user is de-facto an admin (and I can see his point there)16:21
evbladernr: We used to have this behavoir and it was a complete mess16:22
bladernrev:  ack16:23
ev(behavoir> it used to create an account for each user it was importing from, and you had to set a password for each one of those users before you could proceed past the migration-assistant page)16:23
evI agree with Steve that it's not a security concern.  Everything that migration-assistant does, you can do yourself with the live CD.16:24
bladernrev:  I'm still going to open a bug at least and hope that this can be investigated and maybe de-messed for the next release cycle.  For example, on my own Windows system here, I have nearly 40,000 photographs in my account, and my wife has almost as many in her account.  Having to manually sort those out after a migration  would be an absolute nightmare (not to mention the 20,000 or so mp3s, 5000 or so text documents, etc16:24
evbladernr: sure16:25
bladernrev:  like I said, I can see slangasek's point and am not so concerned about that point... thanks for the explanation...16:25
evfile it against the migration-assistant source package16:25
evanytime16:25
bladernrthough IMHO, I would have preferred to just enter account info for each new account myself, but then again, that's just me and me != world16:26
bladernrheh16:26
bladernrother than that though, let me say that you guys did a great job in getting the installer in shape16:26
evThanks a lot!  I very much take such comments to heart.16:31
=== ara_ is now known as ara
=== ara is now known as Guest4805
=== Guest4805 is now known as ara
shtylmanev cjwatson: do you guys use the default display driver for qemu? cause when I do, my colors are weird in the vm18:18
cjwatsonyes18:20
cjwatsonwell, except that I don't use qemu, I use kvm18:20
cjwatsonmy standard invocation is kvm -monitor stdio -m 512 <blah>18:20
shtylmanright... kvm I meant18:20
shtylmanweird... still strange colors for the wallpaper in kubuntu18:22
shtylmanits amusing18:22
shtylmanand the kvm is still slow18:22
shtylmanmaybe kubuntu isn't meant to run in kvm :)18:22
pixelHey guys, I'm customizing a very minimalist version of ubuntu, and I tried to use SLiM for login manager, the problem is that it didn't let the live-cd user to autologin, and i believe it was what prevented "only-ubiquity" mode to function as well, so what I want to do is to remove SLiM and after the installation, install the .deb package, but how can I add this to ubiquity?20:09
evshtylman: -vga std22:45

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