/srv/irclogs.ubuntu.com/2011/12/16/#ubuntu-bugs.txt

=== bladernr_afk is now known as bladernr_
=== bladernr_ is now known as bladernr_afk
wagafoBug 862129 seems to be "Fix Released". Bug 877852 seems to be a long list of duplicates of the previous bug, which cannot be duped because of a Launchpad bug, maybe it can also be marked as Fix Released. Same thing for bug 878122. There seems to be some other potential duplicates marked as new, confirmed or incomplete.10:31
ubot4Launchpad bug 862129 in update-inetd (Debian) (and 11 other projects) "samba postrm depends on packages not guaranteed to be configured (affects: 76) (dups: 75) (heat: 543)" [Unknown,Fix released] https://launchpad.net/bugs/86212910:31
ubot4Launchpad bug 877852 in samba (Ubuntu) "samba failed to install when updating from ubuntu 11.04 to 11.10 (affects: 63) (dups: 61) (heat: 501)" [Medium,Confirmed] https://launchpad.net/bugs/87785210:31
ubot4Launchpad bug 878122 in update-manager (Ubuntu) "Package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade duing upgrade from Ubuntu 11.04 to 11.10 (affects: 6) (dups: 4) (heat: 42)" [Undecided,Confirmed] https://launchpad.net/bugs/87812210:31
=== om26er_ is now known as om26er
sagaciI just reported -- https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/905260 ... would be a good one to pass around for someone who wants to fix their first bug :)10:59
ubot4Launchpad bug 905260 in banshee (Ubuntu) "typo located ../src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.Dvd/DvdService.cs:92 (affects: 1) (heat: 6)" [Undecided,New]10:59
Snicksiesagaci, I can fix it, but I'm not sure if someone else would like to do this bug because it's a perfect 'first-bug-fix'-bug11:08
SnicksieI'm also a beginner at fixing bugs though11:08
sagaciSnicksie: well there's always this one too, needs filing and fixing -- https://translations.launchpad.net/ubuntu/precise/+source/libgda4/+pots/libgda-4.0/en_AU/714/+translate11:30
* Snicksie takes a look :)11:30
Snicksiei see :)11:31
sagaciand also https://translations.launchpad.net/ubuntu/oneiric/+source/gdb/+pots/gdb/en_AU/1379/+translate11:32
=== yofel_ is now known as yofel
=== TeTeT_ is now known as TeTeT
=== lborda is now known as lborda_afk
=== bladernr_afk is now known as bladernr_
=== bladernr_ is now known as bladernr_afk
=== lborda_afk is now known as lborda
bil21altest15:34
om26er10secs15:37
bil21alomg har guja15:38
davmor2hey guys is there an apport/ubuntu-bug hook for wifi?15:54
hggdhdavmor2: network-manager?15:56
davmor2hggdh: could be I just wondered if there was one specific or not I'll go with that :)  thanks15:57
hggdhdavmor2: most of the times you can also use linux itself, if the driver is provided by the kernel15:57
davmor2hggdh: it's the fact that it isn't that I'm trying to report :)  USB2 RAlink wireless N dongle worked fine in Oneiric and natty but not at all in precise15:59
hggdhdavmor2: ah. Well, might be in some places, but still the kernel sounds a nice try -- mostly if it is not being recognised16:01
hggdhgah. My old laptop, running Oneiric, had the wireless vanishing16:06
ogra_thats what you get by not running dev releases :P16:08
bil21alhave any body else see the problem with launchpad that we cant see the next page of our  bug list16:17
bil21al?16:17
bil21alseb128:16:39
bil21alhttps://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/90285016:39
ubot4Launchpad bug 902850 in telepathy-butterfly (Ubuntu) "can't sign into msn with some email domains (affects: 1) (heat: 6)" [Undecided,Confirmed]16:39
bil21alhave a look please and set it16:39
seb128bil21al, can you ping kenvandine on #ubuntu-desktop about telepathy,empathy issues rather?16:39
seb128he's the maintainer16:39
bil21alohh ok16:40
bil21albut it not his issue  i think we can handle it the reporter changing status to confirm by him self16:40
hggdhbil21al: confirming a bug must be done by someone else, not the original reporter17:08
CarlFKmy wxPython worked in 10.10 and then code developed a bug in 11.x and a precise daily I tried.18:12
CarlFKI am trying to figure out how/where to post it so that it has a chance of being looked at18:13
CarlFKthe app runs shell commands, like "ping" (my simple test command.)  it fails if the command is ssh18:13
CarlFKit used to work, a wxPython dev said "works for me, doesnt look like a wx bug"18:14
CarlFKwhat can I do to a 11.10 box to revert it's gui stuff back to 10.10?18:17
CarlFKor how can I update a 10.10 box one package at a time to 11.04 to see when my app breaks18:18
JanCCarlFK: is the bug in your code or in wxWindows or in wxPython?20:07
JanCyou could try to find a minimal piece of code with the same bug...20:07
CarlFKJanC: well, it all worked as expected in 10.10.20:07
CarlFKmy code didn't change, wxPython dev (who is probably on top of wx dev) didn't think it was a wx problem20:08
JanCthere could be 10000s of reasons why it works in 1 version and not in the next  ;)20:09
CarlFKyeah...20:09
CarlFKhttps://github.com/CarlFK/dvsmon/blob/master/dvs-mon.py20:10
CarlFKthat's the whole app20:10
JanCand what goes wrong?  ;)20:11
CarlFKI have done the "remove all un needed code to repo bug" dance with it for something else20:11
CarlFKvery shot answer: the gui stops refreshing20:11
CarlFKhttps://github.com/CarlFK/dvsmon/blob/master/dvs-mon.py#L22720:11
CarlFK        COMMANDS=[ ... 'ping localhost', 'ssh localhost ping localhost', ]20:12
CarlFKkeys setup so that no login is needed20:12
CarlFKping localhost works, and while it is running, I can resize the window, and the wx controls all resize20:13
CarlFKssh... worked in 10.10, in 11.04, I can resize the window, but none of the controls resize.20:13
CarlFKkill the ssh process, it comes back to life20:14
JanCright20:14
CarlFKI am using wx's process management api... https://github.com/CarlFK/dvsmon/blob/master/dvs-mon.py#L14820:15
CarlFKwx.Execute(self.cmd...20:15
CarlFKif I swap that for python's process, it works20:15
CarlFKso not a problem with ssh20:15
JanChm, why not use Python's ?20:15
JanCPython's process management, I mean?20:16
CarlFKI am working on it, but I also need to poll for stdout/err, and that isn't as easy as hopped.20:16
CarlFKplus I have come this far in identifying a bug... seems sane try and report it20:17
JanCI'm not sure it's a bug per sé, there might have changed something in console I/O caching or whatever20:18
CarlFKwell, it works with ping...20:18
JanCCarlFK: and reading stdin/stdout should be easy enough with Python's subprocess module?20:19
CarlFKhttps://github.com/CarlFK/dvsmon/blob/broken/dvs-mon.py20:19
CarlFKthat's as far as I got :)20:19
JanCCarlFK: that doesn't freeze at least  ;)20:22
CarlFKswell20:22
JanCfreeze the UI20:22
CarlFKso the app replaces a bunch of terminal windows with long running commands being monitored20:22
CarlFKvery simialar to ping - tehy pop out stdout/err every so often.20:23
hjdBug 902597 is a duplicate of bug 843734. However, since they are different packages, if I simply mark it as such other users will probably not find it. I wonder if the best might be to mark it as a duplicate, then add the other packages as affected projects in the other bug report?20:50
ubot4Launchpad bug 902597 in opennebula (Ubuntu) (and 1 other project) "opennebula-sunstone requested an impossible situation... apt-get (affects: 2) (heat: 10)" [Undecided,Confirmed] https://launchpad.net/bugs/90259720:50
ubot4Launchpad bug 843734 in ruby-sinatra (Ubuntu) "dependency problem, does not install (affects: 3) (dups: 1) (heat: 23)" [Medium,Confirmed] https://launchpad.net/bugs/84373420:50
CarlFKJanC: oh yeah - the problem is managing multiple long running commands that are not outputting consistently21:00
roadmrhjd: hm what about just moving the opennebula report to sinatra? that's the one with the actual problem21:01
roadmrhjd: i.e. the opennebula package did nothing wrong and needs no changes at all21:02
CarlFKJanC:  so one command may be outputting every 10 seconds, a 2nd only every 5 min.21:03
CarlFKcurrently the 5min one blocks and I don't see the other apps output21:04
CarlFKI am sure it can be done, I just haven't figured out how.21:04
CarlFKand my wx app works in 10.10 so putting effort into using new stuff is making me grumpy21:04
CarlFKplus I am pretty sure there is a bug, so might was well get it reported.21:05
hjdroadmr: hm, well I thought about marking the opennebula one as a duplicate since I think the sinatra one contains more information. After all, it only needs one report. I just try to make it easier for others to find so that they don't post new duplicates :)21:10
roadmrhjd: yes, I understand the motivation - the natural thing to do would be to set the opennebula one to duplicate21:10
roadmrhjd: but as you say then it becomes invisible :)21:10
hjdroadmr: Exactly.21:12
hjdAnd I might be missing something, but I don21:12
hjd't see how moving the opennebula one to sinatra would help. Because then sinatra will have two reports describing the same bug. Could you elaborate?21:12
roadmrhjd: yes, I was on crack :) I was just trying to keep both reports alive so that information is findable21:13
roadmrhjd: but it really makes no sense  :) I'd say make the opennebula one a duplicate of the sinatra one21:14
hjdso what about my original suggestion, adding opennebula/rack as affected projects to the non-duplicate one?21:15
roadmrhjd: neither one was filed using apport-bug so there was really very little chance of catching the duplicate21:15
roadmrhjd: hmm adding them as affected projects adds a "task" to the other project too, but I don't think anything needs to be done in opennebula21:16
roadmrhjd: ruby-rack appears to be completely gone, so what needs to be done is fixing the packaging in sinatra - at which point opennebula will magically start working again21:17
hjdroadmr: if you see the latest comment on the sinatra bug, someone has filed a backport request to get rack into Oneiric.21:18
hjdroadmr: but ok, I'm simply gonna mark it as a duplicate. Thanks :)21:18
roadmrhjd: yes, well I have no idea why it's gone from Oneiric heh21:18
roadmrhjd: np, if more dupes come in we'll just triage them :) and hope rack gets backported soon21:19
micahgroadmr: hjd: not gone, the package was renamed, and the backport probably won't go through since the fix should be SRUd21:19
roadmrmicahg: oh! what was it renamed to?21:19
micahgroadmr: ruby-rack is the rename21:19
roadmrmicahg: so then what needs to be done is fix ruby-sinatra to depend on the new package?21:19
micahgno, the rename is in precise21:20
micahgso, ruby-sinatra should be changed in oneiric to use the old ruby package21:20
micahgruby-rack21:20
roadmrmicahg: oh... ruby-rack does not exist in oneiric :( that's why oneiric's ruby-sinatra fails to install21:21
micahgright :)21:22
micahgso, whatever it used to be called should be there though21:22
roadmrmicahg: ah, found it, librack-ruby21:22
roadmrmicahg: ya, I was getting confused :) but it's all clear now21:23

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