/srv/irclogs.ubuntu.com/2011/02/23/#ubuntu-mozillateam.txt

=== Brownout_ is now known as Brownout
=== asac_ is now known as asac
micahgchrisccoulson: you still around?04:28
=== Nafallo_ is now known as Nafallo
fta2chrisccoulson, are the ff crash dumps resolved in breakpad?13:21
fta2i mean, in the UI13:21
fta2like here: https://crash-stats.mozilla.com/report/index/410b7810-9278-40b2-92da-84697211021713:21
fta2everything i see is unusable (at least from my p-o-v)13:22
chrisccoulsonfta2 - yeah, those crashes are awkward because there are no symbols for system libraries13:23
chrisccoulsonmost crashes are ok though13:23
chrisccoulsonthe crashes are resolved by sorocco btw13:23
fta2oh13:23
chrisccoulsonhttp://code.google.com/p/socorro/13:23
fta2sorocco?13:23
chrisccoulsonperhaps we need to figure out a way of generating breakpad symbols from gtk and glib ;)13:24
chrisccoulsonalthough, most crashes don't really need them13:24
fta2for chromium, it seems it's possible13:25
fta2well, seems difficult to achieve anyway13:33
fta2http://www.chromium.org/developers/decoding-crash-dumps13:33
fta2we'd need to generate those for all versions of all the libs in deps13:34
fta2and something will have to merge the right combination of files13:34
fta2chrisccoulson, ^^13:35
=== m_conley_away is now known as m_conley
chrisccoulsonfta2 - interesting. it actually looks quite trivial to get breakpad symbols from our existing -dbgsym packages then15:07
chrisccoulsonfta^^15:07
chrisccoulsonheh ;)15:07
chrisccoulsoni could probably quite easily do that for the major system libraries used by both firefox and chromium15:07
chrisccoulsoni'm not sure whether we'd really need to do it for every library though15:08
ftachrisccoulson, yep, i wanted to ship those breakpad binaries in a package, somewhere; but i didn't do it, so far16:34
ftathose various symbols need to be merged after each crash, matching the user setup16:36
ftadpm, fyi: http://code.google.com/p/chromium/issues/detail?id=7274916:47
dpmhey fta, looking...16:48
dpmfta, I understant that apart from the *_settings.grd issue you are mentioning (IIRC we talked about this a while ago), this is not an issue for the Ubuntu builds? Do we need to ask for feedback to e.g. Basque and Galician translators?16:56
ftadpm, no. the bug is about ICU, i don't use the system one, so we're impacted. but our system icu doesn't have all the improvements google added to its copy16:58
ftathe problem is we can't have both.16:58
ftafor example; chrome's icu support word wrapping for chinese, ours doesn't17:02
ftaours = the system lib17:03
vishdid firefox use to have an option to view individual cache items? like sort/clear cache from individual websites?17:23
* vish cant seem to find that option in FF417:23
micahgvish: about:cache17:24
micahgerr, individual sites, idr17:24
vishor maybe I'm just mixing it up with the cookies options..17:25
ftajdstrand, hi.  [UFW BLOCK] IN=eth0 OUT= MAC= SRC=<my_ipv6_addr> DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=126 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=86, it's mDNS, right?17:50
jdstrandfta: yeah17:55
ftajdstrand, shouldn't it be allowed & silenced by default?17:55
jdstrandthat is probably bug #72060517:56
ubot2Launchpad bug 720605 in ufw "UFW drops sane multicast traffic" [Undecided,New] https://launchpad.net/bugs/72060517:56
jdstrandI need to review it more. there is an (unreviewed) work-around in the bug17:57
ftai see no side effect to my drops, i don't expect any mDNS on that box17:58
ftain the log, i see 1 pkt denied per hour17:59
jdstrandfta: what is your log level? 'sudo ufw status verbose'17:59
ftaLogging: off18:01
ftabut still, it spams my logs18:01
jdstrandthat is weird18:01
fta# dmesg | grep -c UFW18:02
fta148918:02
ftawith AUDIT, ALLOW and BLOCK18:02
jdstrandfta: do any lof your rules have 'log' in them? sudo ufw status verbose|grep -i log18:02
ftanone18:03
fta# ufw status verbose | grep -i log18:03
ftaLogging: off18:03
jdstrandweird. AUDIT suggests loglevel of medium18:03
jdstrand(or higher)18:03
jdstrandactually, maybe high18:03
jdstrandfta: what is LOGLEVEL in /etc/ufw/ufw.conf18:03
ftaLOGLEVEL=off18:04
fta:)18:04
ftai checked that already18:04
jdstrandfta: did you restart the firewall after adjust that? (or rebooting)18:04
ftarestart18:05
jdstrandfta: if you used 'sudo ufw logging off' you wouldn't have to18:05
ftai don't think i did18:06
jdstrandfta: did you change /etc/ufw/*rules ny?18:06
jdstrands/ny/any/18:06
ftamanually? no18:06
jdstrandfta: what version of Ubuntu is this on?18:06
ftaand it's not supposed to be changed manually, it shouldn't be in /etc..18:06
ftanatty18:06
fta+if18:07
jdstrandfta: it can be changed manually, you just have to manually reload the firewall for it to take effect18:07
jdstrand(using the ufw command does that for you)18:08
jdstrandfta: is this only for ipv6 packets?18:08
ftano, everything18:08
jdstrandfta: I'd have to look at your configuration to debug. feel free to email me 'tar -zcvf /lib/ufw /etc/ufw /var/log/ufw.log'18:10
jdstranderr18:10
jdstrandtar -zcvf fta.tar.gz /lib/ufw /etc/ufw /var/log/ufw.log18:10
=== fenris is now known as Guest29209
=== Guest29209 is now known as e-jat
m_conleychrisccoulson: ping18:35
chrisccoulsonhi m_conley18:35
m_conleychrisccoulson: hey - so things with the messaging menu are starting to come together, and I was wondering how I might about about adding it to the Ubuntu packages?18:36
m_conleychrisccoulson: for people to test out - like globalmenu-extension.18:36
chrisccoulsonm_conley, i can take care of that18:36
chrisccoulsonalthough, probably not right away. i'm knee deep in libdbusmenu crashes right now ;)18:36
m_conleychrisccoulson: yeah - no worries, no rush on it right now.18:37
micahghi nonix4, can you access other sites?18:40
=== davida is now known as davidascher
nonix4micahg: most other sites yes. Dns seems to be working a bit flakey atm. w3m does connect to bugs.launchpad.net, firefox doesn't. It has been running for 20 days. Trying to connect to "bugs.launchpad.net." with a dot gives an error, since server doesn't understand such request.19:40
micahgwhy are you using a .19:41
nonix4For debugging :)19:41
micahgchrisccoulson: ^^ is this expected?/19:42
nonix4Since it gives an error, guess it manages to establish SSL session properly with that extra dot19:42
nonix4without the extra dot, it keeps "Loading..." forever.19:42
nonix4Tried changing to private browsing mode, still have that "Loading..." hang when trying without trailing dot on hostname19:43
micahgnonix4: and using the same host works in w3m?19:44
nonix4yes19:44
ftachrisccoulson, http://code.google.com/p/chromium/wiki/LinuxCrashDumping  (some specs, you may already know most of it)19:47
=== BUGabundo is now known as BUGa_TopGear
gnomefreakok is anyone running gnome/unity or gnome/classic that can test a sound in gnomne-terminal for me. i would like bug 723936 confirmed or at least find out if it is just me21:01
ubot2Launchpad bug 723936 in gnome-terminal "Gnome-terminal no longer plays sounds" [Undecided,New] https://launchpad.net/bugs/72393621:01
nonix4micahg: I suspect that restarting firefox could "resolve" the issue, but I'd rather find the cause if possible. Quite interesting that switching to private browsing mode and back doesn't make any difference though.21:11
=== Brownout is now known as Guest23263
=== Guest23263 is now known as Brownout
nonix4version is 3.6.13+build3+nobinonly-0ubuntu0.10.10.1, when pressing enter on https://bugs.launchpad.net/?test url, it only sends a syn, receives synack and sends rst. After that, when pressing "esc" to stop the "Loading..." from spinning, it sends a bunch more - 13 more packets sent & received then.21:24
micahgnonix4: can you test the version in the security PPA?  it's 3.6.14, link in /topic21:25
nonix4well I think the issue disappears once I close the browser, as it worked earlier during those 20 days the browser has been up.21:26
nonix4could try copying profile to a VM or some such though.21:26
nonix4or other user on same host...21:27
micahgnonix4: did it update while it was running?21:29
nonix4Browser itself not, but libssl yes. Guess that could be it?21:30
micahghmm, do you have nscd instaled?21:31
nonix4nope. lsof on firefox-bin doesn't list deleted files besides /etc/passwd and XUL.mfasl; shouldn't dependancies be listed as deleted if they were updated?21:33
nonix4don't seem to be able to reproduce the issue on another user with a copy of the firefox profile. Where was that list of -dbg packages to install in order to attempt gdb:ing the beast?21:53
micahgnonix4: the list is probably out of date21:53
=== fta` is now known as fta
=== debfx_ is now known as debfx
=== mdeslaur_ is now known as mdeslaur
nonix4micahg: looks like some kind of dns caching issue, but no nscd installed... http://paste.ubuntu.com/571410/ is an LWP right after pressing enter on bugs.launchpad.net URL. Only that one seems to be stuck in non-resolving state, others like code.launchpad.net work properly.22:53
micahgnonix4: they both resolve to the same place22:55
nonix4micahg: well it seems like negative dns replies/timeouts from around 7 hours ago are somehow being cached by the running firefox process.23:01
=== brosnan is now known as kbrosnan
LLStarkswhen does the visual refresh hit the ppa?23:25
LLStarksor rather, what commit was it?23:25
=== m_conley is now known as m_conley_away

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