/srv/irclogs.ubuntu.com/2010/05/06/#ubuntu-devel.txt

nigelbabulool: ping00:10
nigelbabuwhats your take on bug 525512?00:11
ubottuLaunchpad bug 525512 in libtime-modules-perl "[MIR] libtime-modules-perl" [Undecided,New] https://launchpad.net/bugs/52551200:11
hyperairbah ccache generates a different hash each time.00:18
hdonhi all. what jaunty package supplies gnome-desktop-2.0?00:20
hdonand is there a way to search for filenames in packages not installed?00:20
RAOFhdon: apt-file00:21
hdonRADF: thanks i'll try it00:21
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== wgrant_ is now known as wgrant
LinuxGuy2009Ok I would like to get back into programming again.I havent really programmed anything since my high school days, I'm 30 years old. I know QBasic and Visual Basic. Is there any development environment or language that can get me up and running and making apps as easy as visualbasic used to do for me?00:41
directhexvb6 or vb.net?00:43
RAOFLinuxGuy2009: Python is excellent at getting up and running quickly; it lacks an awesome IDE (mainly because IDEs are hard to write for dynamic languages).00:44
directhexRAOF, surely gambas for someone who mostly knows vb/00:46
directhex?00:46
LinuxGuy2009RAOF: Ok. I did find a bunch of python tutorial videos that got me started with python. I didn't know where to go to make an app that runs in an actual window instead of just a basic CLI app. Any tips?00:46
LinuxGuy2009gambas pretty good to use?00:47
directhexgambas is a sort of "inspired by vb6" affair. i've never used it in anger, but some people swear by it00:47
RAOFdirecthex: I've never used or looked at gambas, so I can't offer a useful comment.00:48
RAOFLinuxGuy2009: The pygtk tutorials are reasonable; they show how to build a gui app with GTK+00:49
directhexor there's MD. no gui designer for vb.net in it, but c# is a reasonable route from vb knowledge. ish.00:50
jdongLinuxGuy2009: also consider PyQT and the QT4 toolkit, in my opinion it's easier to understand coming from a Windows Forms perspective.00:50
LinuxGuy2009directhex: I want to really make a cd ripper app that combines all the best features of apps already out there. Think gambas could allow me to do this?00:50
jdongLinuxGuy2009: I'd personally recommend using either Python or Mono/C#00:51
directhexLinuxGuy2009, with enough effort, anything can00:51
LinuxGuy2009ok cool00:51
LinuxGuy2009Ill just try to find some good documentation and go from there I suppose.00:51
directhexLinuxGuy2009, my weapon of choice is c#, but everyone's tastes are different. python is very popular in ubuntuland, but as noted, there's no gui designer00:51
directhexwell. integrated one00:51
LinuxGuy2009right00:52
directhexyou can use a gui designer tool like glade, then hook the gui design file into your code by hand00:52
LinuxGuy2009that sounds complicated.00:52
jdongyeah and QT has similar tools as well, slightly more streamlined IMO00:52
jdongLinuxGuy2009: not complicated at all, actually....00:52
LinuxGuy2009hmm ok00:52
jdongLinuxGuy2009: you basically use a form designer just like your VB designer and save a form.xml00:53
LinuxGuy2009Ill add glade to my tools to learn00:53
LinuxGuy2009Oh thats easy enough.00:53
jdongLinuxGuy2009: and then you just call some load("form.xml") and then you can start referring to Button1 on the form and so on00:53
LinuxGuy2009Oh nice thats what Im after00:53
jdongyeah00:53
LinuxGuy2009Ok ill stick with python.00:53
jdongit also separates UI code from UI design (data) which is nice.00:54
LinuxGuy2009cool00:54
jdongLinuxGuy2009: if you're using Python, look at both GTKBuilder/Glade (GTK) and the PyQT4 equivalent feature....00:54
jdongyou might find you like one toolkit over the other00:54
LinuxGuy2009ok good tips00:55
jdongI feel QT4's API is a bit more "modern" and shiny than GTK, but again, everyone has his opinions00:55
jdongLinuxGuy2009: there's also a great book on Python and PyQt4, http://www.qtrac.eu/pyqtbook.html00:55
LinuxGuy2009yeah that was my next question.00:56
jdongI've skimmed that book before and found it really nice00:56
jdongyou can start from it with zero knowledge of python or QT400:56
jdongand quickly become productive00:56
LinuxGuy2009nice00:57
jdongand as you go deeper into the book even advanced QT4 users learn something new00:57
jdongif you don't like buying books, I'm sure you can orient yourself with online tutorials for either GTK or QT (I tend to do that), but books tend to be a lot more coherently organized00:57
LinuxGuy2009I guess I would really benefit from a few good books.00:57
directhexi always like a good book00:58
LinuxGuy2009yeah00:58
directhexsadly they're in short supply for c# on linux00:58
jdongdirecthex: agreed :( but I do respect GTK# a lot for how much they "cleaned up *puts on flamesuit*" GTK's API00:59
LinuxGuy2009C looks pretty intimidating to me.00:59
jdongLinuxGuy2009: C would definitely not be my recommendation to someone from a VB background trying to write his first Linux GUI app :)00:59
LinuxGuy2009ok thats comforting00:59
directhexLinuxGuy2009: C would definitely not be my recommendation to someone from any background  trying to write any  Linux GUI app :)00:59
hdonhi all. anyone know how to add gnome panel applets installed in /usr/local to the bonobo activation path?01:00
LinuxGuy2009Ok so i think my plan is to start with python and make basic apps like i did with VB back in the day. Build a GUI calculator etc. With python and glade. Then Ill just build as I go.01:01
LinuxGuy2009Thanks a bunch guys!01:01
AquinaBlinken ,Umbrello and Smb4K (among other applications) depend on kdesktop and it's packages. These apps also depend on Qt3/4. Is it common to remove the whole KDE-Desktop stuff and though run dozens of applications which use Qt or should I *finally* switch over to GTK+?01:02
AquinaI mean from a performance and DRY point of view.01:02
ScottKAquina: umbrello is a KDE app, so I don't understand what you are trying to do?01:28
=== jldugger is now known as pwnguin
hyperairi finally solved my sbuild+ccache problem!03:05
hyperairwell at least, i know what's going on now03:05
lifeless...03:05
hyperairhttp://paste.debian.net/72238/03:05
hyperairthat took me all of two days, i think03:05
lifelessouch03:06
hyperairwell, the first day was without patching ccache03:06
hyperairthe second day involved sticking printfs everywhere in ccache03:06
hyperairand finally, removing the unlink03:07
hyperairhmm03:07
dholbachgood morning06:40
dholbachDevelopment and MOTU Q&A Session in #ubuntu-classroom in 20m06:41
=== nobuto is now known as nobuto_
macoccheney: do OOo patches get forwarded to OOo-proper or Go-OOo?06:51
ccheneymaco: ubuntu patches are located in go-oo git tree06:51
ccheneymaco: for patches that are useful to upstream generally they are attached to related bug reports in official OOo issue tracker06:52
macook06:52
ccheneymaco: they require copyright assignment though so for anything more than trivial fixes you probably have to do that first to get into official OOo06:52
=== nobuto_ is now known as pores_n
macoccheney: https://bugs.edge.launchpad.net/ubuntu/+source/openoffice.org/+bug/51239506:53
ubottuLaunchpad bug 512395 in openoffice.org "Openoffice.org's .desktop files do not contain translation domain info" [Wishlist,New]06:53
=== pores_n is now known as pores_n_
=== pores_n_ is now known as nobuto
ScottKmaco: I've avoided copyright assignment requirements in the past by describing in words what the patch has to do to make it trivial to create one, but not actually provide it.06:54
ccheneymaco: yea i need to apply that to ubuntu version, that particular patch isn't even in go-oo (one of the only ones like that)06:54
macoccheney: but it should end up in go-oo or ooo at some point too right? not just stay in ubuntu?06:55
ccheneymaco: well it is adding just: +X-Ubuntu-Gettext-Domain=ooo-build06:55
ccheneyso i think that is sorta Ubuntu specific06:55
* maco re-reads06:55
macooh hey the word ubuntu is in there06:55
ccheneyi thought this was something specific to just our use of rosetta but maybe i misremember06:56
persiaThat is Ubuntu-specific.06:56
persia(and yes, related to rosetta)06:56
macoyes i just fail at reading06:56
macoi thought it was X-Gettext-Domain06:57
ccheneymaco: the rest of the patch is Ubuntu specific as well, so i will be adding that, it just wasn't high priority in the past since we don't use rosetta in OOo atm06:57
macoand this is why i shouldnt try to review patches after midnight!06:57
ccheneyif anyone that is familar enough with rosetta wants to help fix OOo's bugs relating to that i would welcome it, i think i will probably be very short on time to fix it for maverick :-\06:58
* ccheney headed off to bed now, bbl07:01
persiait's Patch Day!  Anyone with time to help review patches, please come to #ubuntu-reviews and join in!08:00
=== almaisan-away is now known as al-maisan
tkamppeterAnyone around who knows about upstart?08:19
anon^_^Had a question. Is there a good possibility that this bug will be fixed in 10.04?08:35
anon^_^https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/56387808:35
ubottuLaunchpad bug 563878 in plymouth "Ubuntu splashscreen big and ugly after installing ATI graphics driver" [Low,Triaged]08:35
gordanon^_^, depends if the ati graphics driver starts supporting kms08:36
anon^_^You can just barely make out the pass field if you need to enter it08:36
anon^_^it affects both ati and nvidia08:36
anon^_^after you install a proprietary driver the boot screen changes from native res to 640x48008:37
persiaanon^_^: I suspect the chances are low, as it doesn't meet the criteria for a normal Stable Release Update: it's more likely to be fixed in maverick.08:37
ograand its nothing that can be fixed in ubuntu, its up to the driver manufacturers08:38
persiaThe issue isn't that the driver ir proprietary, it's that it only provides a 640x480 framebuffer before X starts.08:38
persiaogra: We could provide a special alternate image, but that's really just hiding the issue.08:38
anon^_^wish i had a camera around, text is all over when you run LUKS and you're required to enter a passphrase to unlock partitions08:40
persiaanon^_^: You might be able to avoid that by using the text theme.08:40
anon^_^i was hoping not to :x08:41
=== crankyadmin_afk is now known as crankyadmin
anon^_^the new bootsplash is purty, or it was..08:42
persiaThe issue is the balance of risk and benefit.  I'm not a person who makes those decisions, but since it's installed for *everyone*, it's hard to know that someone else's system won't break if different graphics are added.  See comment #5 for the rationale applied by the release team.  I imagine a similar rationale would be at least considered by the SRU team.08:45
arand_Speaking of boot sru, there's a patch for two fsck/mountall/plymouth issues, with positve prelimiary testing, the problem is affecting quite a few users, quite badly. At this stage, is there anything more that could be done to facilitate a possible SRU? Bug #553745  and Bug #57170708:54
ubottuLaunchpad bug 553745 in plymouth "plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()" [High,Triaged] https://launchpad.net/bugs/55374508:54
ubottuLaunchpad bug 571707 in mountall "fsck progress stalls at boot, plymouthd/mountall eats CPU" [High,Confirmed] https://launchpad.net/bugs/57170708:54
anon^_^persia on the flipside of that argument, if the bug effects all users of proprietary graphics and you leave everyone to fend for themselves, you're going to end up with a lot of people offering different solutions.  This could be good or bad depending on how you look at it08:59
persiaarand_: I think someone just has to do the SRU process.  Since you put it in a PPA, you seem a reasonable candidate :)09:00
persia!sru09:00
ubottuStable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates09:00
anon^_^The faster an official solution gets out there the less likelyhood of people messing around in configuration files and causing havoc09:00
persiaanon^_^: Indeed.  This is why I'm glad I'm not one of the folks that makes that decision :)09:00
persiaBut I'm not convinced there exists a current solution, which gets in the way.09:00
anon^_^there was one offered on softpedia of all places09:01
anon^_^I hadn't tried that yet09:01
ogra_cmpcpersia, there is a very bad one09:01
anon^_^http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml09:01
persiaogra: Hrm?09:01
ogra_cmpcpersia, proposing to edit the grub config09:01
anon^_^I started out with editing grub's config file09:01
anon^_^that didn't work09:01
persiaThat's not the right way to do it.09:01
ogra_cmpcwe have about 100 open grub bugs atm09:01
anon^_^editing the grub header didn't work either09:02
persiaThe right way to do it is to provide alternate artwork, and a fallback model.09:02
ogra_cmpcthat are caused by it09:02
anon^_^it worked for some nvidia users09:02
anon^_^supposedly09:02
persiaYeah, but it's in the category of "works for a couple people and breaks everyone else".09:02
ogra_cmpcthe prob is that one of the blogs this solution is on uses some weird css that replaces " with backticks09:02
ogra_cmpcand people copy paste the code lines09:02
persiaIt needs a fix that is actually a fix, rather than a workaround.  This either is a fix in the drivers (up to the driver providers), or a workaround by providing alternate artwork.09:03
ogra_cmpcright09:03
anon^_^where's sabdfl when you need him?09:03
anon^_^lol09:03
persiaanon^_^: Until a fix like I've described exists, nobody can do anything useful with the bug.  Doesn't matter whom.09:03
ogra_cmpcbut that doesnt solve the issue with people blogging bloken solutions and sheep following them09:03
ogra_cmpc\*broken09:04
arand_persia: Should I try to ping Steve L about it? I'm guessing the next step is to try to push it into -proposed, no?09:04
RAOFuvesafb is not necessarily going to be a good idea.  Is that going to break suspend for people?09:04
persiaarand_: You shouldn't have to ping anyone specific: just follow the procedure, and if you need a sponsor to upload somewhere, use the sponsoring process.09:04
persia!sponsor09:04
persia!sponsorship09:05
ogra_cmpc!botcomeback09:05
persiahttps://wiki.ubuntu.com/SponsorshipProcess09:05
ogra_cmpc:)09:05
persiaNo, the bot's here.  I'm just trying to get it to talk about stuff it doesn't understand09:05
ogra_cmpcah09:05
ogra_cmpcnice that it doesnt error into the channel09:06
persiaDepends.  If you log into the bot, you can make it error into the channel when you tell it to do things, which can be useful for e.g. bot brain discussions, but yeah, most of the time it tries to be quiet.09:06
sebnerdidrocks: hoi, did you already hear something about an empathy regression/bug in lucid?09:25
didrockssebner: not really, I guess kenvandine is following more than I empathy. Do you have any bug report to point me to?09:30
sebnerdidrocks: not yet, I just wanted to confirm, I haven't found one and you are the last uploader but I'm opening one09:31
didrockssebner: sure :)09:31
sebnerdidrocks: hmm, a little bit short, please tell me what debug info you need, (seems like an regression as there is an old bug report about something similar (only jabber though), Fix Released), https://bugs.edge.launchpad.net/ubuntu/+source/empathy/+bug/57629009:38
ubottuLaunchpad bug 576290 in empathy "Last upload renders contact list empty" [Undecided,New]09:38
=== pths is now known as pthsWork
didrockssebner: oh, there is a, upstream change to take the gconf key about not showing unconnected people by default on that upload09:53
=== mathiaz_ is now known as mathiaz
didrockssebner: let me grab the key to check with you, one sec09:53
didrockssebner: /apps/empathy/ui/show_offline09:54
didrockssebner: should be on by default btw09:54
didrockssebner: (upstream is off by default)09:54
sebneroh09:56
sebnerdidrocks: ah, right sorry.09:57
sebnerdidrocks: at least it doesn't respect my configs :P09:57
didrockssebner: no pb ;) it was an upstream bug to not take the value into account ;)09:57
didrockssebner: "doesn't respect"? do you have the gconf value set to false and it behaves differently?09:57
sebnerdidrocks: well, I configured empathy to show my offline contacts, the update yesterday changed it evidently09:58
didrockssebner: right, but normally it respects your gconf value. I don't have a setup running right now, but I'll check again09:59
sebnerdidrocks: then we have found a bug anyways ^^09:59
didrockssebner: I guess so :)09:59
sebnerdidrocks: should I comment on the bug or will you?10:00
didrockssebner: let me first perform some check on a clean install10:00
sebneraye aye10:00
didrockssebner: what version do you have btw, 2.30.1 or 2.30.0.1?10:10
sebnerdidrocks: 2.30.1-0ubuntu110:15
didrockssebner: ok, just to ensure :)10:16
didrockssebner: btw, I mixed up, it's off by default for us, and on for upstream10:16
didrocks(still dist-upgrading on my netbook ;))10:16
sebnerdidrocks: :)10:17
sebnerdidrocks: it isn't karmic -> lucid though, I used lucid before, It's just the empathy update10:18
didrockssebner: yeah, I just wanted to ensure that it was related to the update. So, just to ensure, yourggconf  value is true or false?10:19
sebnerdidrocks: true10:19
sebnerdidrocks: update changed it to false10:20
didrockssebner: that's intended, it's the default and the old default was true (but not taken into account). The value changed, but not the result in the ui10:20
sebnerdidrocks: shouldn't it _not_ overrule my settings?10:21
didrockssebner: it's just distro default. Your setting (in ~/.gconfd) shouldn't have changed10:22
joaopintogood morning10:22
Tm_TK'day10:22
l3onHi all... I'm trying to packaging a lib for ubuntu (karmic) but I have some problems with SHLIB in amd64 (i386 is fine). There are knowd issue for SHLIB in amd64?10:48
l3ons/knowd/known/10:49
joaopintol3on, #ubuntu-motu is probably a better channel for packaging10:49
l3onok tnx :)10:49
hyperairzyga: i've solved it!11:07
zygahyperair: tell me about it11:08
zyga:-)11:08
slangasekjoaopinto: where do you see "update-manager -d" in the release notes?11:08
hyperairzyga: i commented out an unlink line in ccache, hence stopping ccache from cleaning up its things. then i ran one build, copied away the tempdir, and ran another build. then i diff'd the .i files11:08
hyperairzyga: the difference was.... -g stuffed the full path into the files11:08
hyperairzyga: so i've gotten around that by patching sbuild to stop randomizing build directories.11:09
zygazyga: oh11:09
zygahyperair: oh :D11:09
* zyga talks to himself11:09
hyperairhehehe11:09
zygasbuild is naughty!11:09
joaopintoslangasek, http://www.ubuntu.com/getubuntu/releasenotes/1004overview,  do-release-upgrade -d, sorry. it's do-release* not u-m11:10
hyperairzyga: i think sbuild randomizes the build directories for its fallback mode (i.e. no chroot) to work11:10
joaopintooh wait, yes, it's also on the u-m instructions: "Alt+F2 and type in "update-manager -d""11:10
slangasekarand: bug #571707> yes, I'm looking at it, though I'm also only intermittently connected to the network right now so it's a bit slow going - if you can give me until the weekend I should be able to get that staged for SRU11:11
ubottuLaunchpad bug 571707 in mountall "fsck progress stalls at boot, plymouthd/mountall eats CPU" [High,Confirmed] https://launchpad.net/bugs/57170711:11
joaopintoisn't changing /etc/default/apport sufficient to enable apport ?11:11
slangasekjoaopinto: oh - could you please correct this in the source document at https://wiki.ubuntu.com/LucidLynx/TechnicalOverview and maybe review that for other bugs, and prod me again when it's done?11:12
joaopintook11:13
joaopintoI supposed those 'rc's on the iso links must be renamed to 'release'11:16
joaopintoslangasek, https://wiki.ubuntu.com/LucidLynx/TechnicalOverview updated: Removed the "-d" from update-manager, and all the RC/Release Candidate references11:26
mr_pouitpitti: any idea why libhal_ctx_init uses dbus_bus_name_has_owner()? This fails here, and leads to Bug #546992 (I just subscribed you to it, see last comment for more info ;).11:29
ubottuLaunchpad bug 546992 in thunar "Xubuntu 10.04 USB, CD and DVD automount fails if autologin is on" [Medium,Confirmed] https://launchpad.net/bugs/54699211:29
=== dendrobates is now known as dendro-afk
loolnigelbabu: Hadn't got time to look into this MIR; was promoting backuppc to main discussed somewhere?  I didn't see this spec12:13
loolnigelbabu: it might make sense to look for another reviewer for the MIR if you can find one  ;-)12:13
=== cking is now known as cking-afk
zulbackuppc is already in main12:25
=== dendro-afk is now known as dendrobates
nils_are there build logs for the precompiled packages?12:34
apwdo we expect to be able to upload to maverick in PPAs ?12:36
zygakirkland: ping12:36
=== cking-afk is now known as cking
=== cking is now known as cking-afk
=== cking-afk is now known as cking
persianils_: Yes.  https://launchpad.net/ubuntu/+source/${SRCPACKAGE} will have links to each build on each architecture.12:57
nils_persia: great, thanks12:58
ari-tczewjdong: could you review sru for bug 574262 as soon as possible? I found a tester, so I don't want waste his time.13:04
ubottuLaunchpad bug 574262 in gdm "[SRU] Please backport to Karmic GDM fix for bug #463376" [Low,Fix released] https://launchpad.net/bugs/57426213:04
=== al-maisan is now known as almaisan-away
=== dendrobates is now known as dendro-afk
=== tkamppeter_ is now known as tkamppeter
=== jelmer is now known as Guest34328
=== dendro-afk is now known as dendrobates
=== Guest34328 is now known as ctrl
=== ctrl is now known as jelmer____
sorenogra: I'm glancing at bug 532733..13:36
ubottuLaunchpad bug 532733 in qemu-kvm "apt/dpkg in qemu-system-arm hangs if a big task is installed" [High,Incomplete] https://launchpad.net/bugs/53273313:36
sorenogra: If you just install iso-codes directly, does it also hang?13:36
ograno13:36
sorenogra: Ok.13:36
ograit only hangs under load13:36
ograand its not always iso-codes13:36
sorenogra: Oh, ok, I thought you said it was.13:37
ogra*for me* its nearly always iso-codes though13:37
ograothers see hangs on different packages13:37
ograand i have seen different packages hang too13:37
sorenogra: Ok.13:37
sorenogra: What sort of disk controller does it emulate? Do you know?13:38
ograthere is definately a race somewhere13:38
ogranope13:38
sorenOk.13:39
sorenThe I/O handling was changed a couple of years ago. It caused me some grief right around hardy's release.13:39
persiaDoesn't the same hang happen with qemu-user-arm?13:39
sorenOh.13:40
sorenOh, that's what rootstock uses?13:40
sorenpersia: That would change things fr sure.13:41
sorens/ fr / for /13:41
persiaI thought rootstock used qemu-system-arm: I just thought it was replicable in both.  I may be mistaken.13:41
ograrootstock uses both13:42
=== dendrobates is now known as dendro-afk
ograthe hang only happens in the real VM13:42
sorenOk. Then I can make sense of it again :)13:43
persiaAh.13:43
ograand it only happens since about mid of lucid13:43
sorenogra: guest or host?13:43
ograwe have dug through the upstream changes (we being asac and me) but havent found anything obvious13:43
ograguest indeed13:43
ogra(since it happens at unpacking of packages inside the VM)13:44
sorenEr..13:44
sorenYeah, but that doesn't necessarily mean that another Ubuntu version on the host didn't make it go away.13:45
persiaOther folks reported the same problem around the same time on karmic hosts.13:46
ograright, its the lucid guest being at fault13:46
sorenWell, it's probably QEmu's fault, but it only happens with guests newer than karmic+½ or so. :)13:47
ograand the fact that enabling error reporting in the kernel alignment or using dbgsym packages of apt and dpkg both fix it point very clearly to a race of some kind13:47
persiaIt may be worth noting that lucid saw a transition in armel from ARMv6 to ARMv7a+Thumb2 for lots of core packages.13:48
ograzyga's traceback shows some mmu stuff though13:48
persiaDunno how that might affect emulation.13:48
ograit obviously does :)13:48
persiaogra: I'm sure it affect it: I just have no idea *how* :)13:50
ograyeah, nobody has13:50
zygasoren: ping13:50
jaeI have a "lucid" process still running (presumably that's the 10.04 updater).  I managed to kill X, so I don't have the window... it does have a socket open, so is there a way to reconnect to it?13:51
sorenzyga: No need to ping... I'm right here :)13:51
zygasoren: ogra asked me to point you at https://bugs.edge.launchpad.net/qemu/+bug/53273313:51
ubottuLaunchpad bug 532733 in qemu-kvm "apt/dpkg in qemu-system-arm hangs if a big task is installed" [High,Incomplete]13:51
sorenHeheh :)13:51
=== almaisan-away is now known as al-maisan
zygasoren: I have two processes crashed with gdb attached13:51
sorenzyga: Scroll up a few pages or so.13:51
zygasoren: one has ... okay, le me read13:51
zygasoren: okay done13:52
sorenOk, go on :)13:52
sorenzyga: So, you're seeing a segfault, but ogra's seeing a hang. Is that right?13:53
zygasoren: so I have two crashed qemu-kvms with gdb attached13:53
zygasoren: yeah but I'm doing a slightly different thing13:53
sorenAha.13:53
zygasoren: I have a hanged version ctrl+z around too13:53
zygain the same package as ogra13:53
zygaone qemu is from stock lucid with debug symbols13:54
zygathe other is built locally without optimize13:54
zygaI posted backtraces from both to the bug report13:54
zygaif you have any hints as what to inspect please tell me13:54
sorenA good start would be the output of "thread apply all bt full"13:54
zygaboth have just one thread IIRC but let me check13:55
zygahmm, lovely13:55
nigelbabulool: I dunno, the bug was assigned to you, I wanted your take on it13:56
zygaogra, soren: added to the bug report13:57
sorenzyga: ta13:58
zygasoren: hmm? ambiguous command for my gdb13:59
sorenzyga: "thanks" :)13:59
zyga:D13:59
* zyga was hoping to learn some arcane gdb feature14:00
sorenNothing jumps out at me. I didn't really expect it to.14:02
sorenIf I'd have to guess (without having looked at code /at all/), it's an interrupt the gets lost somewhere. It's trying to read something, and due to a race, the interrupt from the emulated disk controller gets lost or otherwise ends up not being handled, and then it gets stuck.14:03
sorenIt's the exact sort of problem I had in the i386 and x86-64 code two years ago.14:03
ograso just apply your fix for us to arm then :P14:04
sorenThe only reason we saw those was because of kvm being "a bit" faster than plain qemu.14:04
zygasoren: is there any internal structure that we could look at to see pending interrupts? I'm not really sure how qemu works internally14:04
ograi'll pay you a beer14:04
soren:)14:04
nh2how to nicely set the email address created by dch -i? is it possible without an environment variable, maybe a configuration file?14:04
persiait needs an environment variable (DEBEMAIL), but many folks set that in .bashrc or similar.14:05
sorennh2: ~/.devscripts14:05
persiasoren: That works for you?  It never worked for DEBEMAIL for me :(14:06
sorennh2: Oh, persia's right.14:06
sorenpersia: No, my bad.14:06
persiaOh well.  I was prepared to be excited.14:06
sorenogra, zyga: I'd really love to stare at this for a few hours, but I'm really tied up these couple of days. I was just looking at the bug while taking a break from the stuff I /ought/ to be doing :)14:07
=== dendro-afk is now known as dendrobates
zygasoren: ack14:07
nh2soren, persia: hmm, my email in the shell configs is somewhat ugly (I share all of them automatically)14:08
persianh2: Feel free to investigate *why* DEBEMAIL doesn't work in ~/.devscripts, and make it work.  I suspect the reason it doesn't work is more philosophical than technical, but I've never investigated.14:09
nh2persia: I found it: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=24193914:10
ubottuDebian bug 241939 in devscripts "'dch' doesn't take DEBEMAIL from ~/.devscripts" [Wishlist,Open]14:10
nh2persia: "I don't intend to implement this patch: the DEBEMAIL variable is recognised by scripts in several other Debian-related packages and is not devscripts-specific"14:10
persianh2: RIght, so you could do .bashrc.debian (as suggested), or find all the tools that use DEBEMAIL, and come up with some universal way to manage that configuration.14:12
persiaThe latter is bundles of work, mind you, especially the part about convincing everyone to converge :)14:12
bigonma10: /wi114:14
bigonark14:14
bigonmako: are you around?14:14
ograsoren, we'll use you for fallback staring then :)14:17
* ogra stares at this bug since several months now ... it didnt move !14:17
ogra(it grows slowly though)14:18
nh2persia: well, although I don't like that, you are right, and this is already layer 4 of my task stack (I actually want to work with my computer -> fix touchpad -> patch gnome -> create package -> fix devscripts?) Lost in recursion ;-)14:18
persiaYeah, I started because I wanted to play vegastrike :)  Several years later I still don't play vegastrike (and it's not even in the archives in a useful form anymore).14:19
nh2by the way, is ubuntu-devel the right place to ask people for testing such changes?14:19
persiaIf you're patching GNOME, you may find #ubuntu-testing or #ubuntu-desktop more targeted channels for test requests.  #ubuntu-bugs can help with some stuff (verification of the issue in another environment, etc.) and #ubuntu-reviews with others (helping test a patch, ensuring the right folk notice it, etc.)14:20
nigelbabulool: backuppc has been in main since forever according to https://launchpad.net/ubuntu/+source/backuppc, so the MIR might be worth looking into14:20
=== radoe_ is now known as radoe
jaeHmm, is there any documentation (more readable than the actual code) on what the karmic->lucid updater does?  So I can check what it missed due to X crashing.14:31
joaopintojae, no14:31
aLeSDhi all14:32
jaeAh, it's the old "it won't crash, so we don't need that" reiserfsck stance, right?  (Me?  Cynical?)14:32
aLeSDwhy CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y in the 10.04 kernel ?14:32
ograaLeSD, because it boots a lot faster with it ...14:37
ograaLeSD, its switched to ondemand after booting14:38
aLeSDogra: there's a lot of people saying that 10.04 use more energy of W714:38
ograaLeSD, see /etc/init.d/ondemand14:38
aLeSDok14:38
ograthats called immediately if the boot is done14:38
ograso ubuntu still uses ondemand by default, just not for the first few seconds14:39
sorenShowing CPU speed in bootcharts would be fun.14:40
ograheh14:40
ograi think plars works on showing RAM consumption14:40
ogracould be a funny followup task :)14:40
joaopintojae, there is a log on /var/log related to the update process I don't remember the exact filename right now14:44
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== pgraner-afk is now known as pgraner
fleebailey33Hello, I have a macbook 7,1. And ubuntu, and no other linux works15:16
fleebailey33mid 2010, non of them boot. I think it has to do with initrid and the sata controller15:16
fleebailey33which is just mcp89 as far as i know15:17
fleebailey33figured I would come here to mention to developement team15:17
fleebailey33and willing to get any info your need to me to get or test15:17
fleebailey33it is 100% not user error15:17
persiaOlder software boots, or nothing at all?15:18
fleebailey33persia: nothing15:19
persiaHm.  I wouldn't even know how to suggest you file a bug that would contain the right information then :(15:19
fleebailey33persia: i think its initrid, persia want my reasoning?15:19
fleebailey33exactly, i don't even know whats needed15:20
persiaWell, does it boot when you don't use an initrd?15:20
Chipzzpersia: is that even supported?15:20
fleebailey33well how do i boot without it?15:20
persiaChipzz: Yes.15:20
fleebailey33persia: and opensolaris boots15:20
fleebailey33i am not concerned with installing15:20
fleebailey33it wont boot even15:20
persiafleebailey33: Don't add an initramfs on your kernel commandline.15:20
fleebailey33persia: will try15:21
fleebailey33also friends with z00dax from centos. so im trying a suggestion from him as well15:21
sorenogra: Mine hangs at iso-codes as well. :(15:43
ograsoren, we should just remove that package from the distro !15:43
ograand then every subsequent one where it hangs ... at some point the hanging *will* stop15:44
sorenogra: Oh.. Logging in on tty2 made it segfault.15:44
ograsweet15:44
ograthats a normal VM then i get it ?15:44
ogranot rootstock or some other wrapper around it15:45
sorenNormal vm.15:45
ograusing rootstock i have no access to the VM15:45
ograno ttys or anything15:45
sorenI used rootstock like you said in the bug report. that created an fs image with ubuntu-standard in it. Then I booted it and went to install ubuntu-netbook.15:46
ograi captured another backtrace btw15:46
ograah, right15:46
ograits attached to the bug15:46
sorenogra: ok.15:49
sorenogra: There's no way to use more than 256 MB of RAM? It segfaults for me if I go higher than that.15:55
ograyes, known limitation of the emulated HW15:55
ograin rootstock i use a swapfile mounted in tmpfs to work around that15:55
pittial-maisan, StevenK: do you have some minutes to look into gcc-4.5 binNEWing for maverick? (I'm in talks at somehands, sorry)15:55
sorenogra: Any chance that could be our problem? It seems odd that it'd happen with iso-codes. It's a very simple package, after all.15:56
sorenogra: Oh, right, it doesn't happen on real HW.15:56
ograothers saw the issue with other packages15:56
ograits really not bound to iso-codes15:57
ograits just the most common one15:57
ScottKpitti: Do you have any problem with us pre-promoting boost1.42 so it'll be in Main and stuff can build-dep on it?15:57
ograit seems to vary with the speed of your host15:57
ograor RAM or whatnot15:57
zygaogra, soren: I have a ULV laptop doing this (it's sloow) but my package is same15:57
zyga(iso-codes)15:57
ograi think on faster HW it stops on a later package15:58
zygaogra: odd15:58
zygaif fast cpu == program "lasts" longer then it's related to what? wall clock time?15:58
sorenogra: No no, I'm not saying it's bound to iso-codes. I was just thinking it might be caused by running out of memory, and I realised that that was unlikely to happen while dealing with iso-codes, whose install is unlikely to be memory intensive.15:59
ograi have seen it several times stopping at iputils-tracepath myself15:59
zygasoren: it should not crash the host though16:00
sorenzyga: The host never crashed for me.16:00
ograit doesnt crash the host16:00
sorenzyga: The VM has crashed.16:00
ograright16:00
sorenzyga: Which also shouldn't happen, of course :)16:00
zygacrash the host == crash the VM running on the host16:00
zygaif memory was low the installer should crash16:00
ograwelll, it hasnt even crashed when i tried it in a real VM16:00
zyganot the vm16:00
ograi could run commands on the second tty16:00
ograbut had no dbgsym packages installed back then16:01
zygaI'm running the process again, the last backtrace was unfortunate as the frame stack was corrupted and I could not see anything interesting16:01
ograi think i mentioned that in the bug16:01
ograwhen i installed dbgsym for apt and dpkg the hang vanished16:01
* al-maisan looks at https://wiki.ubuntu.com/ArchiveAdministration16:06
fbondI see a lot more ads at the top of the screen when I search using the 10.04 Google start page than I do searching from the Google home page.  The ads actually take up about 75% of my netbook's Firefox screen real estate.  Does anyone know if this is this deliberate?  I mostly just want to make sure folks are aware of it...16:25
fbond(Specifically, if the intent is to drive revenue, the current situation might very well have the opposite effect.  I find it much less usable than searching with the standard Google home page.)16:30
fbondMaybe a screenshot is helpful: http://www.alittletooquiet.net/media/priv/google-fail.png16:33
fbondOtherwise, sorry for the noise.16:33
persiafbond: You may find that you get a more useful response by filing a bug.  IRC has poor state tracking.16:33
fbondpersia: What do I file a bug against?16:33
fbondThis seems more like a Canonical business issue of some kind.16:34
al-maisanpitti: done16:34
persiaI *think* the bit that controls that is ubufox, but I might be wrong.16:34
fbondpersia: Seems like it would be server side...16:34
persiafbond: Right, but the issue that *can* be reported as a bug is that the selected start page has usability issues.  That the issue might happen to be with the server that provides that start page, or the configuration behind it is a matter of the implementation of the bugfix.16:35
fbondpersia: Okie dokie.16:35
persiaOtherwise, I can't suggest how to report it in a way that lets normal bug tracking tools be used.16:35
persiafbond: Good luck.  I'm sure it will get reassigned N times, but at least it can be discussed.16:36
ografbond, did you try buying that lingerie ? probably it goes away then ;)16:36
fbondogra: Heh. I swear I was just after documentation. ;)16:36
fbondAnyway, I thought Canonical would care about the threat to their revenue stream.  My instinct was to just change my FF home page.16:38
fbondBut I'll file a bug. ;)16:38
persiaCanonical may care, but this isn't necessarily the best place to reach those who care.16:38
fbondpersia: Ah.16:40
ograright16:40
ograbugs are golden :)16:40
persiaI'm not sure the ubuntu-mozillateam (who will receive the bug first) cares either, but at least they're likely to know the right folks.16:40
fbondpersia: #57646716:45
micahgpersia: actually, it's not the mozilla team, but the ubuntu-websites, since we don't control the custom search16:45
persiamicahg: Could you move the bug?  Sorry: ubufox was my best guess.16:46
micahgpersia: yep, np16:46
persiaThanks.16:46
micahgpersia: actually, it's ubuntu-start-page and I moved it :)16:49
persiaGreat.  I knew it belonged somewhere :)16:51
pittiScottK: boost> not at all, it's just a new version16:56
pittial-maisan: danke!16:56
al-maisankeine Ursache :)16:56
ScottKpitti: Nevermind.  I got ahead of myself, it seems we don't have it yet ....16:59
pittiScottK: need it synced?17:00
ScottKpitti: It'll need to be merged in any case to drop the openmpi stuff, so let me put that on TODO.17:00
pittiah, right17:01
=== beuno is now known as beuno-lunch
=== yofel_ is now known as yofel
loolnigelbabu: libtime-modules-perl doens't seem to be a dep of backuppc anymore; do you think the bug can be closed?17:17
persialool: It's not a rdep because it got dropped, but that causes a crash with one of the backupppc scripts.17:31
persialool: So the choices are to 1) patch backupppc to really not use it (rather than just not depend on it), or to process the MIR.17:31
persialool: On a completely different topic, it was suggested you might be a good person from whom to solicit an opinion about bug #57090817:32
ubottuLaunchpad bug 570908 in vala "Unable to build for PPA when there are patches to vala source" [Undecided,New] https://launchpad.net/bugs/57090817:32
jdstrandpitti: hi!18:06
jdstrandpitti: did you happen to see my question regarding firefox?18:06
jdstrandpitti: if not I can paste18:06
jdstrandpitti: (from 2 days ago)18:06
=== beuno-lunch is now known as beuno
=== cking is now known as cking-afk
=== JFo is now known as JFo-afk
=== dendrobates is now known as dendro-afk
ari-tczew"Archive: toolchain freeze, but uploads work": is it about maverick?19:06
ScottKYes19:08
ScottKUploads will be held in the queue until the toolchain is ready.19:08
ccheneyis launchpad down?19:17
ccheneyi can't seem to connect to bugs.launchpad.net19:18
astraljavaccheney: Doesn't load here either.19:19
persiaccheney: Other reporters in #launchpad with the same issue (and fails here), so probably.19:19
ccheneyok19:19
persiaAnd it's reported working again :)19:25
=== JFo-afk is now known as JFo
=== al-maisan is now known as almaisan-away
Prettowhy gwibber shows two entries on memenu?w21:11
zyga-nc10is it just me or is anyone else hitting corrupted archive.ubuntu.com21:13
ScottKzyga-nc10: There are transient cases where that happens, try it again in a few minutes.21:15
ScottKPretto: Help is in #ubuntu.21:15
PrettoScottK: ok21:15
=== dendro-afk is now known as dendrobates
jeandanielhello, my Lucid system can't reboot following a system upgrade including an upgrade of grub. The upgrade was done from a console, and I could read a big scary message about grub on gpt being unreliable (in capital)21:28
jeandanielmy laptop is a macbook with gpt and bootcamp21:28
jeandanielI think it is a common setup, are there other users impacted? is there a bug I could subscribe to?21:30
jeandanieli would say this is quite a critical bug since I can not use my computer anymore after this upgrade. What would be your best advice?21:33
=== dendrobates is now known as dendro-afk
persiajeandaniel: In general, #ubuntu-bugs is a better place to ask about bugs.  Bug #527833 sounds like it might be similar to your issue, but you might hunt around in other reports.21:43
ubottuLaunchpad bug 527833 in grub2 "After grub-pc is upgraded on my SSD with GPT, it no longer has a BIOS Boot Partition until I manually chroot in and set it myself" [Undecided,New] https://launchpad.net/bugs/52783321:43
jeandanielpersia: thanks21:46
robertzaccouri reported a bug a while back, and it seems there is no activity on it22:03
robertzaccourhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/574406 thats the bug i reported22:03
ubottuLaunchpad bug 574406 in linux "Realtek ALC272: Capture non-functional on 1025:034a" [Undecided,New]22:03
arandIf preparing an SRU from version 2.14 (of mountall), should the version number be 2.14-0ubuntu1? -0ubuntu0.1? just 2.14.1?22:08
* persia suggested 2.14.1, as mountall is ubuntu-local, and refuses the "ubuntu" string in the version, but was kinda guessing.22:09
joaopintoarand, what's the bug nr for which that SRU applies to ?22:10
ScottKarand: I'd go with persia's suggestion just because it's mountall and that's they approach keybuk prefers.  The policy compliant answer would be the -0ubuntu0.1 one.22:11
arandjoaopinto: Same old Bug #571707 and Bug #572786 that I'm always on about :)22:11
ubottuLaunchpad bug 571707 in mountall "fsck progress stalls at boot, plymouthd/mountall eats CPU" [High,Confirmed] https://launchpad.net/bugs/57170722:11
ubottuLaunchpad bug 572786 in plymouth "fsck progress counter stalls, plymouthd eats cpu (dup-of: 571707)" [Undecided,Invalid] https://launchpad.net/bugs/57278622:11
ScottKThere's a they/the in there somewhere.22:11
persiaScottK: Well, 2.14ubuntu0.1, as it's native.22:11
arandOh, sorry second should be 55374522:12
ScottKRIght, of course.22:12
=== dendro-afk is now known as dendrobates
arandWell the ubuntu0.1 scheme would break with all prior versioning in the package, I'm not sure if that is a good thing just in order to distinguish the SRU, or bad because it doesn't conform...22:19
=== dendrobates is now known as dendro-afk
robertzaccourhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/574406 thats the bug i reported22:55
ubottuLaunchpad bug 574406 in linux "Realtek ALC272: Capture non-functional on 1025:034a" [Undecided,New]22:55
robertzaccouri did the apport-collect, what else can i do to try to get it fixed?22:55
persiaProbably best to wait a bit, in hopes one of the two triagers catches it.  If you don't hear anything in a few more days, try catching maco or JFo in #ubuntu-bugs22:57
robertzaccouroh ok thanks23:05
robertzaccourwhats triangers?23:06
persiarobertzaccour: "triagers" are those who triage the bugs.  triage is the process by which we ensure we understand the bugs and can provide a steady queue to those best able to fix them23:13
persiacjwatson: Any suggestions on what information would be useful for bug #576662?  data collection is (currently) limited to that available in OS X.23:15
ubottuLaunchpad bug 576662 in grub2 "latest grub2 renders gpt based system unbootable" [Undecided,New] https://launchpad.net/bugs/57666223:15
persiaRereading the SRU procedure: HALP!  I need someone with a MacBook who is willing to potentially be unable to boot Ubuntu to verify bug #57666223:23
ubottuLaunchpad bug 576662 in grub2 "latest grub2 renders gpt based system unbootable" [Undecided,New] https://launchpad.net/bugs/57666223:23
persiaRight.  No volunteers.23:26
persiaping slangasek, Riddell, Hobbsee, pitti, mdz, Keybuk, cjwatson, kees, jdstrand, lool, pgraner, davidm, cody-somerville, jdong23:26
mdeslaurpersia: it sounded like such an attractive offer :)23:27
ajmitchsorry, I don't have the $$ to get a macbook23:27
persiamdeslaur: Well, it's not that hard to make it bootable again if one has an install CD.23:27
persiaBut I think we ought care that we're potentially making ~1/20th of all installs unbootable.23:28
mdeslaur:)23:28
mdeslaurzul: persia needs you23:28
persia(assuming that there is any correlation between reported Apple market share and use of Ubuntu on Apple hardware)23:28
mdeslaurpersia: zul has a macbook, maybe he'll be back later23:30
persiamdeslaur: Thanks.23:30
ebroderDoes anybody know of a good way for a script to detect if it's being run on a particular release of Ubuntu or some distribution that's derived from that release?23:32
ebroderI need this to work with older releases, so dpkg-vendor doesn't help me23:32
persialsb_release23:32
ebroderpersia: Do derivative releases not change the lsb_release information?23:32
jdong(for each package, hash all files, if hashes match Ubuntu's... errr this sounds like iPhoneOS...)23:32
persiaIf they don't, that's poor practice on their part.23:32
jdongpersia: I'll take a look at that verification procedure after I get back later tonight23:33
jdongping me again if I forget.23:33
persiajdong: Hey!  You're on the magic ping-the-important-SRU-folk list.  What's the next step for this grub2 update issue?23:33
ebroderpersia: Right - I want something where I can pick out if I'm running on, say, Jaunty or anything derived from Jaunty (like Mint or whatever)23:33
ebroderAnd I can't pick out the derivatives with just lsb_release23:33
persiaebroder: No reliable way to do that.23:34
* ebroder nods. That's too bad23:34
persiaebroder: Because derivatives can change anything they like when deriving.23:34
ebroderWell, sure, but there could be best practices23:34
loolpersia: Pong23:34
jdongpersia: can you clarify what happened? Is the newest GRUB2 update making Macs unbootable?23:34
jdongis the cause known?23:34
ebroderpersia: (e.g. right now I tie where I'm running to a Debian version by comparing the version of base-files)23:35
persialool: SRU procedure says I should ping you when there's a reported SRU regression: bug #57666223:35
ubottuLaunchpad bug 576662 in grub2 "latest grub2 renders gpt based system unbootable" [Undecided,New] https://launchpad.net/bugs/57666223:35
loolpersia: Which grub2 is this?23:35
persia1.98-1ubuntu623:36
loolI have 1.98-1ubuntu6 installed at home, and I'm not 100% I booted from a hard disk with that grub2, but quite likely so23:36
lool(with gpt)23:36
persialool: On a MacBook?23:36
loolNo23:36
persiaMy understanding is that Apple has a special, and odd, implementation of GPT.  I may be misinformed.23:36
loolThat might be23:37
jdongpersia: ok, if this is being widespread reported then the archive managers should probably be pinged to pull/403 the update until we can identify the cause23:37
loolpersia: What indicates a regression over the final lucid version?23:37
jdonglool: lucid boots but lucid-updates doesn't boot :)23:37
persiaThat the reporter was using 10.04 fine until they upgraded.23:37
jdongthat seems to be the reported regression here23:37
jdongand it sounds painfully serious23:37
jdongI'll attempt to reproduce it on my hardware in a few minutes23:37
jdong(I've got two macs sitting here)23:37
* persia will wait for zul (or someone) to confirm before setting Critical and asking for update blocks.23:37
persiajdong: Thanks!23:38
looljdong: Oh it's you, great23:38
jdongpersia: thank *you* for being on top of this!23:38
looljdong: Could you take a backup of /var/cache/debconf as the first thing when you boot your system again?23:38
persia*before* the grub2 update :)23:39
loolThere's actually a .old version of the debconf files23:39
loolso it should have the version prior to the update *hopefully*23:39
persiaRIght, but it might be hard to recover if he can't boot :)23:39
jdongok, will do23:39
lool(config.dat versus config.dat-old)23:39
looljdong: You can boot from CD I guess?23:39
jdonglool: eh probably :)23:40
loolI'm pretty sure cjwatson is sleeping right now23:41
loolit was published on 2010-05-03, and the bug was reported today23:41
persiaI thought he'd be sleeping, but sbeattie suggested I ping him23:42
loolpersia: It's part of the process23:42
loolSo my gut feeling on urgency is that it's the class of bug we should immediately tend to, but because the regression was "only" discovered 3 days after its publication, I suspect it wont hurt too much if I let cjwatson sleep over it (I do consider solving it myself, but it would probably involve spending the next 4 hours trying to understand the bug and then being too tired to be confident in the fix  :-)23:44
loolWhat I could do right now is revert the diff in an ubuntu723:44
persiaWell, based on bug #508172, I think that breaks for other folks.23:45
ubottuLaunchpad bug 508172 in ubuntuone-client "automatic syncronization not run at login - logout session (dup-of: 455544)" [Undecided,New] https://launchpad.net/bugs/50817223:45
ubottuLaunchpad bug 455544 in ubuntuone-client ""Protocol version error" - when bandwidth throttling is enabled with the default values" [High,Fix released] https://launchpad.net/bugs/45554423:45
loolhttps://bugs.launchpad.net/ubuntu/+source/grub2/+bug/508173 seems equally problematic though23:45
ubottuLaunchpad bug 508173 in oem-priority "postinst has errors with grub-probe that cause the system to stop booting" [High,Fix committed]23:45
loolpersia: Yes23:45
persiaErr, bug #50817323:45
ubottuLaunchpad bug 508173 in oem-priority "postinst has errors with grub-probe that cause the system to stop booting" [High,Fix committed] https://launchpad.net/bugs/50817323:45
loolpersia: We are on line23:45
loolSo reverting the change would just flip back to affecting another use case23:46
persiaSo I think it needs to get sorted right, even if that takes a while.  I just wanted to make sure it got verified and escalated properly.23:46
jdongok, booted, upgrading23:46
jdong(backed up debconf already)23:46
jdongok rebooting23:51
loolpersia, jdong: So, after thinking this through, I certainly dont think it's reasonnable for me to try to fix grub2 for both use cases overnight, I find it much more reasonnable to raise this to cjwatson tomorrow morning (in 8 hours-ish); Dell actually shipped volumes of preinstalled system in this configuration, while the number of macbook systems running Ubuntu is probably lower; hence I dont want to return to ubuntu5 either23:52
jdong1.98-1ubuntu6 appears to boot for me.23:52
persialool: I agee.23:52
loolNB: The goal of the SRU regression process is to remove the regression, but in this case, the fix seems more valuable than the regression23:52
looljdong: It's the one which didn't boot though?23:53
persiajdong: Thanks for double-checking.23:53
jdonglool: ok can you document the circumstances and your decision on either the original SRU or one of the regression bugs?23:53
jdonglool: I don't know which one isn't supposed to boot. my system booted before, I dist-upgraded, and it still boots23:53
persiajdong: I think you failed to replicate 576662, which is a good thing.23:53
jdonghehe23:54
jdongat least on one system :)23:54
persiaRight, but that reduces the severity from *ALL GPT SYSTEMS* to "some folks have issues"23:54
persiaSince the prior state was "some folks have issues", I'm not as wildly excited as I was earlier.23:55
looljdong: I will do that, yes23:55
jdongthank you23:55
jdongand yeah, indeed, it doesn't APPEAR as drastic23:55
looljdong: Note that this is valid and will be addressed, just defered further analysis to the best person23:56
jdongunderstood. Sounds great23:56
looljdong: So you reinstalled ubuntu6 and now it works23:56
lool?23:56
jdong1ubuntu6 is what aptitude chose for me, and it boots23:57
jdongI've never experienced the unbootable bug23:57
looljdong: Oh so you have a similar system as in the bug, but you cant reproduce?23:59
looljdong: Could you document this in the bug please?23:59

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