/srv/irclogs.ubuntu.com/2009/09/09/#ubuntu-bugs.txt

chrisccoulsonkklimonda - thanks - i will have a look at those traces in the morning if that's ok00:26
chrisccoulsoni need to get some sleep soon too:)00:26
dholbachgood morning06:58
=== dholbach_ is now known as dholbach
_Ripp3r_hello09:47
_Ripp3r_does anyone using alfa500mw wireless adapter under ubuntu , im having problem it dont work as it should...09:47
_Ripp3r_signal strengh is around 15-20% ,should be normal strengh up to 100%09:48
_Ripp3r_nvm09:49
matti:)10:00
=== johe|work is now known as johe
=== nixternal is now known as Guest88294
alouriehello12:40
thekornhi alourie12:42
alouriethekorn: is this the place to get help when my bug triagers canned reponses greasemonkey addons do not work?12:43
thekornalourie: I think so, best to get in contact with bdmurray when he is awake12:44
alouriethekorn: right, thanks12:45
alouriewhich timezone he is in?12:45
davmor2alourie: yanky timezone +8 iirc12:46
alourieha12:46
alourieok12:47
=== marjomercado is now known as marjo
MTecknologyIs there a response for somebody that took a bug that was marked fix released in two packages and changed it to new with no explanation?15:37
pedro_MTecknology, not really, you can point they to the HowToTriage and Bug/Status documentation though15:39
pedro_m weird16:29
pedro_is anybody able to edit a bug description with edge?16:30
MTecknologyoh16:32
pedro_I'm getting a Entity-body was not a well-formed JSON document. on some bugs16:35
pedro_i'll better ask on #launchpad16:35
bdmurrayalourie: hi! what's going on?16:39
alouriebdmurray: hi!16:40
alouriebdmurray: I was trying to use canned responses in Firefox with lp-stockreplies script, but it doesn't do anything...16:40
alouriedoes it work with Ff 3.516:41
bdmurrayalourie: how did you install them?  from the PPA (a firefox extension) or just stockreplies w/ greasemonkey?16:41
alourieon this machine (Windows) it's just strockreplies with greasemonkey, at home it was PPA16:46
alouriebdmurray: ^^16:46
bdmurrayhmm, I haven't tried it on Windows (not that it should necessarily matter) but it does work for me on Karmic with Firefox 3.516:47
bdmurrayDo you even see the replies?16:47
alouriebdmurray: that's the issue - no16:48
alourietags work, karma works, but replies do not show anything16:48
bdmurrayeach script has a debug = 0 bit.  you could flip that to 1 and then use the error console to look for messages from the script16:49
alouriebdmurray: oh16:50
alourieok, I'll try that...16:50
alouriebdmurray: now have to run home, talk to you later. Thanks for the help :-)16:50
kklimondachrisccoulson: I can't get anything interesting from devkit-power --verbose --monitor-detail..17:53
chrisccoulsondoes it not output anything at all?17:53
chrisccoulson(i haven't actually tried it yet)17:54
kklimondachrisccoulson: It seems that every few times absolutely nothing is logged when I plug in my mouse and after I plug it out crash occurs17:54
kklimondachrisccoulson: the log http://pastebin.com/f7fedcc8317:55
chrisccoulsonhmmmm, i need to have a bit more of a think about it. i'm just going through my e-mails first though17:56
kklimondachrisccoulson: I have connected usb twice but only one try was logged - second one was crash. It's consistent in this that when I plug in and get no log devkit-power crashes after plug out17:56
chrisccoulsonkklimonda - could you try running "dbus-monitor --system" and triggering the crash?17:57
kklimondahttp://pastebin.com/f3d76779517:58
kklimondachrisccoulson: btw, not that I am in xterm session I'm not logged out17:58
kklimondait's faster to work on it this way but it may be that something is different. should I try from normal gnome?17:59
kklimondawell, devkit-power crashes the same, with the same g_critical() message17:59
chrisccoulsonkklimonda - yeah, i was just wondering that18:00
chrisccoulson"signal sender=org.freedesktop.DBus -> dest=(null destination) serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged"18:00
chrisccoulson"string "org.freedesktop.DeviceKit.Power""18:01
chrisccoulsonoh, are you saying the devkit-power utility crashes, or the daemon?18:01
chrisccoulsonsomething wierd happens with the daemon because there is a NameOwnerChanged signal there18:02
kklimondahmm.. from what I can say there is no daemon running at this moment..18:02
kklimondait has probably crashed already. Let me try this with a fresh session then18:03
kklimondachrisccoulson: ok, I have a better dbus-monitor log now18:06
kklimondahttp://pastebin.com/f5dc691b318:06
kklimondawhen I connect my mouse/keyboard for a second time there is no DeviceAdded signal18:07
kklimondabut I have both DeviceRemoved signals emitted18:07
chrisccoulsonkklimonda - yeah, spotted. so, there is no entry to remove from the hash table on the client side, which is why it crashes18:09
chrisccoulsonso, there is a bug in the library, and a bug in the daemon too18:10
chrisccoulsonkklimonda - would you mind attaching the output from dbus-monitor to the bug report?18:13
kklimondasure18:19
kklimondadone18:21
chrisccoulsonthanks18:21
chrisccoulsonkklimonda - would you also be able to kill the existing devkit-power-daemon process, and start a new one like "/usr/lib/devicekit-power/devkit-power-daemon --verbose 2>&1 /tmp/dkp.log" to capture what happens to the daemon too?18:26
chrisccoulsonyou would probably need to do that before starting your session though18:27
chrisccoulsoni'm just trying to figure out why you don't see the signal when the device is added a second time18:27
chrisccoulsonhmmm, the only time it doesn't emit the DeviceAdded signal is during coldplug, but that shouldn't happen unless it restarts18:29
kklimondachrisccoulson: http://pastebin.com/f31ce7dc618:35
kklimondaI'm also attaching it to report18:36
chrisccoulsonthanks, i'll take a look at that shortly18:39
alouriebdmurray: hi18:51
bdmurrayalourie: on a call at the moment18:53
chrisccoulsonkklimonda - it seems that your mouse isn't actually removed from the device list in the daemon when you remove it the first time (although it generates the DeviceRemoved signal), so when you add it, it doesn't generate the DeviceAdded signal19:00
chrisccoulsonseems there is a missing call to dkp_device_list_remove19:01
=== thekorn_ is now known as thekorn
bdmurrayalourie: back now19:20
=== micahg1 is now known as micahg
alouriebdmurray: hi, I'm looking at the script, and there's no "debug" param. Am I missing it?19:31
=== billybigrigger_ is now known as billybigrigger1
billybigrigger1can someone confirm a bug in karmic for me? you need to be able to share your desktop and vnc in20:48
BUGabundohey ppl of the buggy world20:49
billybigrigger1looks like it's just me and you haha20:50
alouriebdmurray: well, I'll have to catch you tomorrow...20:58
chrisccoulsonkklimonda - i forwarded your devkit-power bug upstream now. it has enough info21:18
MTecknologyHow do you use apport to add information to a bug report?22:41
bdmurrayapport-collect bug#22:42
MTecknologybdmurray: will it pick up on the package name22:43
bdmurrayyes, it looks at the bug report for the package affected and then runs the appropriate hook22:44
=== Mez__ is now known as Mez

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