[00:00] does my .fonts.conf override this? [00:00] asac, "found serial port (udev: hal:GSM)" [00:01] mbana: yes [00:01] mbana: .fonts.conf is level 50 [00:01] the one i posted is 30 [00:01] followed by "ignoring due to lack of probed mobile broadband capabilties" (incl the typo) [00:01] fta: yes. thats what i say [00:02] now its not detected at all iguess [00:02] yep [00:02] please bump --delay really high [00:02] and reboot [00:02] we know the proper works for you [00:02] its just that some modems take loner than others to wake up [00:02] i can use --delay 2000 [00:02] but not 1700 [00:02] but we already had modems with far higher values [00:05] 3000->30000, same :( [00:06] asac: how long does it take to support 3.1? [00:06] what about the language packs? [00:06] fta: reboot? [00:06] asac, yes, i did [00:06] fta: the probe doesnt happen anymore [00:06] hmm [00:06] fta: and manually running the probe command works [00:06] or is that broken now too? [00:06] how? [00:07] e.g. /lib/udev/nm-modem-probe /dev/ttyUSB0 [00:07] not sure what devices you have [00:07] mbana: we dont maintain lang packs for our "next" package atm [00:07] http://paste.ubuntu.com/136348/ [00:08] mbana: you can try to install the ones from upstream [00:08] http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.1b3/linux-i686/xpi/ [00:08] you need to change the version though i am sure [00:08] maxVersion in the install.rdf in there [00:09] our daily is ahead of b3 [00:09] fta: thats not the probe command ;) [00:09] run /lib/udev/nm-modem-probe --verbose --export /dev/ttyUSB0 [00:09] lol, no, i just took me time to paste that url ;) [00:09] lol [00:09] you wanted the full logs [00:10] thats after the boot with high udev delay? [00:11] fta: given the commit you need at least to replug after probing USB1 [00:12] http://paste.ubuntu.com/136351/ [00:12] oh [00:13] fta: SIM pin required [00:13] ouch [00:14] thats the "i need to boot windows" once effect? [00:14] no idea. i tried this sim in xp yesterday, it was fine [00:15] fta: well. the prober doesnt use pins [00:15] it doesnt expect to get asked for a pin at that stage [00:16] so, am i doomed? [00:18] looking in code [00:19] fta: how long does it take until you get that timed out thing? [00:19] : modem_probe_caps(): timed out waiting for GCAP reply (idx -2, term_idx -1) [00:19] and do you see +CME ERROR: SIM PIN required [00:19] right before [00:19] or does that get out a while before? [00:20] 2, maybe 3 secs [00:22] asac, ^^ [00:24] fta: yeah [00:24] can you see whether you get a \n [00:25] or a \n\r ? [00:25] modem_wait_reply(): Got: 'AT+GCAP [00:25] +CME ERROR: SIM PIN required [00:25] for that line feed [00:25] not really sure how to best capture that [00:25] or if its converted on printf [00:25] i dont hope so [00:25] NM excepts \n\r [00:25] which i hope is wrong for you ;) [00:25] L: modem_wait_reply(): Got: '^M$ [00:25] ^BOOT:21081878,0,0,0,77^M$ [00:25] T+GCAP^M^M$ [00:25] +CME ERROR: SIM PIN required^M$ [00:25] '$ [00:25] L: modem_probe_caps(): timed out waiting for GCAP reply (idx -2, term_idx -1)$ [00:26] ^M$ means \r\n [00:26] hmm [00:26] shouldnt matter anyway [00:27] its a g_strsplit_set ( ... , "\n\r") ... so each is a delimiter [00:28] fta: oh yeah [00:28] fta: seems you really have a problem [00:28] fta: i mean its fixed in latest 0.7 [00:29] is it somewhere? i mean, ppa? [00:32] fta: i can cherry pick all patches and upload that to ppa [00:32] fta: or give you the patches that have been commit after the snapshot [00:32] thats 7 [00:33] would be nice to have a ppa, so others could try it too [00:33] nah [00:33] sure [00:33] i mean [00:33] but archive opens before most others will notice ;) [00:35] can't you do a nm-daily ? or something similar [00:39] yes i think that could be done. problem is that there are two branches to provide [00:39] trunk and 0.7 [00:39] so yeah [00:39] its uploaded [00:39] https://edge.launchpad.net/~network-manager/+archive [00:41] network-manager - 0.7.1~rc3.1.git4cf2da146-0ubuntu1.nm1 [00:41] fta: ^^ [00:42] also i dont think its smart to start yet another team right now [00:42] asac, could I use this ppa on top of everything? i should i just gzet this deb? [00:42] fta_: its safe [00:43] fta_: i dont put anything experimental there [00:43] fta_: except intentional [00:43] currently there shouldnt be anything newer thatn NM [00:43] its mostly for backports [00:43] and getting bug triage feedback for jaunty maybe [00:47] ok i guess the build will finish soon ;) [00:47] builders grabbed them instantly [00:47] night seems to be calm time [00:48] yep, 19h-22h (our time) is the busy slot [00:48] lpia was fasted [00:48] followed by amd64 [00:48] now waiting for i386 ;) [00:49] and then for cronjob ;)( [00:49] but i think one run is in 3 minutes ;) [00:50] fta_: so how about building nightlies at end of CA day? [00:50] should be about now or maybe in 2 hours [00:50] hurry i386 [00:50] you will miss the run [00:51] did that before, ~4am, but the thing is, noone fixed the errors, so i ended up fixing that after work, pushing fixes near the end of the cycle [00:52] now, it's at 7pm, so i see errors on the flow [00:54] yeah. i should feel more reponsible for build errors ;) [00:54] but you are always really quick ;) [00:55] still waiting for you for prism ;) [00:58] at least the builders are ready ;) [00:58] so yeah. now the prober will fall back to ATI for you [00:59] because you get the sim error early [00:59] that will make the prober succeed [00:59] ati? [00:59] thats the theory [00:59] verbose ("GCAP failed, trying ATI..."); [00:59] thats a AT command [01:00] GCAP is for asking for capabilities [01:00] ATI is something else that also includes the important bits [01:00] on some modems [01:01] also it doesnt probe your serial port 1 anymore [01:01] which should remove a lot of damage [01:01] fta_: ok packages are there [01:03] trying [01:04] hmm ... suddenly my net to ppa got stuck [01:06] same [01:06] seems archive.ubuntu is bogus [01:06] * asac switched to good old ubuntu.intergenia.de :) [01:07] yeah ... ppa works ... just archive is down [01:08] fta_nano: so prober works? [01:08] i mean, same as before http://paste.ubuntu.com/136377/ [01:08] ;) [01:08] fta_nano: hmm ... manually it really should be different [01:09] http://paste.ubuntu.com/136379/ [01:10] fta_nano: yeah thats good [01:10] fta_nano: so now bump the delay and reboot [01:15] asac, done that, nada [01:18] asac, http://paste.ubuntu.com/136382/ [01:19] thats bad [01:19] so this probably means its a udev bug [01:19] do you see anything in the udev log? [01:19] /var/log/udev [01:19] hmm ... maybe its too unverbose [01:22] the format is strange, i see huawei entries in there [01:24] fta_nano: look for MODEM_PROBED [01:25] none [01:26] asac, http://paste.ubuntu.com/136385/ [01:26] devadm info --query=env --path=/sys/class/net/ttyUSB0 [01:27] udevadm [01:27] no tty* in net/ [01:29] fta_nano: s/net/tty/ [01:29] i think [01:29] i dont have my modem plugged in now [01:31] fta_nano: did you change the right line for delay? [01:31] http://paste.ubuntu.com/136390/ [01:31] there are two ;) [01:31] i changed both [01:31] ok [01:31] fta_nano: s/env/all/ [01:31] in the query=.. [01:33] asac, http://paste.ubuntu.com/136391/ [01:34] fta_nano: looks a bit like your rule isnt run at all [01:34] not sure how that can happen [01:34] as [01:35] asac: so, what font was being used on your machine for that site i gave [01:35] mbana: droid sans now ;) [01:35] before it was the ttf-...? [01:35] ttf-liberation [01:35] you're not selecting 'let sites chose fonts' are you? [01:36] yes. if i dont allow that it uses bitstream/dejavu [01:36] but i allwed them to do it [01:36] for that site i gave? [01:36] can you verify that please [01:36] i allowed it for it [01:36] yes [01:36] https://help.ubuntu.com/community/SSHHowto [01:37] so what is mine using? [01:37] yes that looks like droid sans now [01:37] mbana: you used arial from MS [01:37] i donthave that because i dont have windows [01:37] and i didnt import fonts [01:37] at leaset i think you used arial.ttf [01:37] thats what fc-match Arial gave you in the beginning [01:38] but even if i remove Arial it needs up using Nimbus [01:38] asac, http://code.google.com/p/chromium/issues/detail?id=9171 [01:38] mbana: because you have uninstalled ttf-liberation [01:38] ? [01:39] fta: could you ask for a quick explanation why chromium needs it? [01:39] i think i need to create an account at some point [01:40] ok i'll remove arial and use liberation and see what happens [01:40] yeah ... check with fc-match Arial [01:40] that you use it [01:41] fc-cache refrehses cache right? [01:41] fta: i have to go now. if nothing helps i can make you a script you can use to spoof the modem probing ... so you can at lesat see if the rest works ;) [01:41] mbana: i think so [01:41] ok i have to sleep now .. cu tomorrow [01:41] when do you come back online [01:42] ok i see [01:42] thanks alot [01:42] not sure ... 6.5 h [01:42] a lot [01:42] or 7 [01:50] night, thanks for your help [10:26] ok so its confirmed. motu folks will just upload stuff even if you are maintainer [11:00] can someone please add gpg --recv 4E5E17B5 && gpg --export -a 4E5E17B5 | sudo apt-key add - to https://edge.launchpad.net/~chromium-daily/+archive/ppa I'm guessing but looks like it has to be fta [11:11] good morning [11:11] asac: can you take a look please [11:11] https://bugs.edge.launchpad.net/ubuntu/+source/lxnm/+bug/347571 [11:11] Ubuntu bug 347571 in lxnm "lxnm doesn't work, and deletes nm-applet" [Undecided,New] === fta3 is now known as fta2 [11:25] fta: http://paste.ubuntu.com/136657/ [11:25] BUGabundo: yes. whats the problem with lxnm? [11:26] it seem that user ended up with nm-applet [11:26] after upgrading the lxnm from universe [11:27] "without" ? [11:27] asac, i have 2 SIMs, yesterday, i just tried with 1, but this w-e, i tried the two [11:27] or "with" [11:28] fta2: this weekend the prober was broken as we found [11:28] e.g. didnt honour +CME: ERROR [11:28] fta2: so ... we need the probe log as described in paste [11:28] then why did he asked how many sims i have? [11:28] -ed [11:28] fta2: he didnt ask how many sims you have. he asked how many sim contacts you have [11:28] oh, none then [11:29] e.g. if you save a name + phone number in a phone on it [11:29] fta2: yeah. thats what i answered. he wanted that info anyway [11:29] fta2: so now do the udev control thing [11:29] fta2: as well as the probe logging [11:29] asac: without [11:29] in the .rules files [11:29] BUGabundo: thats normal then [11:29] if folks install lxnm [11:29] it removes nm [11:29] because its something different [11:29] asac, i don't have my netbook here, this evening :P [11:30] sure [11:30] fta2: also delay greater than 5 isnt good ;) as he said [11:30] so use 4 ;)( [11:30] i used 30 ;) [11:30] asac: the user says he lost the ability to control network [11:30] yeah. but he says that would confuse hal [11:30] fta2: which didnt look like your problem ;) [11:31] fta2: so add --log /tmp/probe.log --verbose --quiet ... to the .rules command [11:31] and udevadm control --log_priority=debug [11:31] no, nothing waited for 30 sec anyway [11:31] fta2: thats happening under the hood [11:31] udev runs that command when the device gets plugged [11:31] or on boot [11:31] and it doesnt block [11:32] i mean, nothing showed up in the logs past the line i gave you, even after 30 sec, or 15 min [11:32] lineS [11:33] fta2: udev doesnt say anything in the log [11:37] !info sunbird hardy-backports [11:37] sunbird (source: lightning-sunbird): Sunbird stand-alone Calendar. In component universe, is optional. Version 0.8+nobinonly-0ubuntu1~hardy1 (hardy-backports), package size 7941 kB, installed size 23956 kB [11:38] !info sunbird intrepid [11:38] sunbird (source: lightning-sunbird): Sunbird stand-alone Calendar. In component universe, is optional. Version 0.8+nobinonly-0ubuntu1 (intrepid), package size 7917 kB, installed size 23908 kB [12:26] ko reboot [12:27] BUGabundo: yes. thats the users faul then [12:28] i mean in this case that is really true ;) [12:28] ok [12:28] I told him to NOT let remove any packages [12:29] still it's a bad precedence in the packages [13:01] asac: the list_plugin patch should be done sone. I haven't worked with pointers in a while, so I'm getting some errors with that :). I'll figure it out tonight, have to go to school now. [13:02] asac: that's the patch for nspluginwrapper [13:46] great [13:46] hmmmm ... gone [14:09] BUGabundo: dod you talk to ikonia YET? [14:09] danm caps [14:09] nope [14:09] been busy [14:09] and way most morning [14:09] waiting for tomorrow as requested [14:09] ah [14:09] gnomefreak: did he accept 24h? [14:10] don't want to be feeding from his hand, for the "favour"! [14:10] BUGabundo: yep i think so i will ping him now and see what he says [14:11] no no [14:11] let it be [14:11] I can hold 24h [14:11] * BUGabundo grrrr misses +1 daily fix... [14:14] asac: thunderbird is pissing me off again. It seems that the filters are not working on single emails. if using digest for ML filters work i think (wouldnt know) changing them to digest i than dont get any emails from the 2 lists. but using "to" or "cc" or "to cc" still they dont apply [14:14] gnomefreak: hmm [14:14] using cc or to or both for ubuntu-devel-discuss@lists.ubuntu.com fails to work [14:15] gnomefreak: what do you get for find ~/.*thunderbir*/ | grep -i filter [14:15] same with devel list. those are the only 2 that i cant set to digest [14:16] asac: http://pastebin.mozilla.org/636351 [14:16] gnomefreak: that's why I love kmail.... its only serious bug: crash on delete (large) threads! [14:16] and the damn fonts got really damn small from last update this morning but i can fix that [14:16] gnomefreak: so which account is the account that has problems? [14:16] bug 311521 [14:16] Launchpad bug 311521 in kdepim "Kmail Crash while deleting thread with custom keyboard shortcut" [Low,Confirmed] https://launchpad.net/bugs/311521 [14:16] post the .dat from that account please [14:16] BUGabundo: thats an awfull bad bug [14:17] eheh [14:17] yeah [14:17] been here for 6 months [14:17] since kde4.1 [14:17] fixed on trunk [14:17] but hasn't been ported! [14:17] kmail was always crashy and fiddle-ware for me [14:17] [14:17] janathan said he did, but he failed it some how [14:17] asac: my gnomefreak@gmail account thats the one they get sent to. using new profile no extensions and it doesnt work still [14:17] k will do [14:18] guess I should poke him to it [14:18] gnomefreak: look at the paste you gave me [14:18] gnomefreak: each account has a Filter.dat [14:18] or something [14:18] spot the one for the account that has issues [14:18] and poaste that .dat [14:18] ok [14:22] are you kidding? [14:22] 2 frigging lines for .mozilla-thunderbird/q1vfnf2t.default/Mail/pop.gmail.co [14:22] m [14:23] msgFilterRules.dat [14:24] asac: here is that output http://pastebin.mozilla.org/636352 im looking for more [14:25] asac: hree is 2 i found that might help http://pastebin.mozilla.org/636353 http://pastebin.mozilla.org/636355 [14:26] that is wrong email i think [14:26] yep it is [14:30] i cant find my email account :( [14:31] asac: coming right up [14:31] asac: http://pastebin.mozilla.org/636356 [14:31] i hope you can tell what each one is [14:35] asac: one more that might help more than last [14:35] this is in plain english http://pastebin.mozilla.org/636357 [14:37] thats odd i got rid of one of those [14:48] bug 99352 [14:48] Launchpad bug 99352 in firefox-3.0 "feisty+firefox+amd64+java=segfault" [Undecided,Invalid] https://launchpad.net/bugs/99352 [14:48] that's not a firefox bug [14:48] its a java applet one [14:49] i know im waiting for a reply to my question first adn i marked it invalid before anyway [14:49] BUGabundo: it depends on what version package he installed [14:51] example if firefox ubufox tells him to install something and he has it already it would be a ubufox bug most likley [14:53] ah [14:59] that PPA older .debs idea has some set backs read my email to the list :) [14:59] reading [14:59] actually POPing [14:59] net is slow [14:59] I'm rsyning a bunch of daily images [14:59] DVD & CDs 32 & 64 bits [14:59] to prepare for beta [15:00] and my next class!! [15:00] eheh... gona use Beta... [15:00] hope it goes ok, or my students will have a crash course on Filing Bugs [15:02] humm gnomefreak got nothing! [15:02] BUGabundo: it may take a while. I also commented on bug 316858 [15:02] Launchpad bug 316858 in soyuz "Configurable number of versions in PPAs" [Undecided,Confirmed] https://launchpad.net/bugs/316858 [15:02] let me get there [15:03] 20 bugmails in the last 5 min [15:03] hey asac so first Koala fix ? [15:03] eheh [15:03] OOo font size? [15:05] can you guys reproduce https://bugs.launchpad.net/bugs/346943 [15:05] Ubuntu bug 346943 in openoffice.org "opening an OOo existing file (with Compiz ON) OOo with appear on another Desktop window" [Undecided,Incomplete] [15:05] ? [15:07] BUGabundo: metacity or compiz? [15:07] compiz [15:07] ah blind me [15:07] i think it remembers where it was opened last time [15:07] or where it was closed last time [15:07] ah?? [15:07] maybe a session manager issue [15:07] really? [15:08] i get that for rhythmbox at least [15:08] it always opens here on workspace 4 [15:08] i never found time to look [15:09] ehe [15:11] asac: can you comment that on the bug? [15:20] asac: to run autoconf2.13 i dont need to run pop -a or anything else right, just run autoconf2.13 and copy patches dir to our debian dir right? [15:20] i havng issues remembering :( [15:21] * gnomefreak doesnt use compiz here since i run builds i dont normally have enough resoures to use it [15:43] it seems i do have to go through all that since mozilla dir doesnt contain patches dir [15:49] gnomefreak: you need to push -a [15:49] and if the last patch is a autoconf patch [15:49] run autoconf2.13 [15:49] and then refresh the patch [15:49] quilt refresh --diffstat -U8 --no-timestamps [15:50] ok see the fsh patch is failing and from what i can tell sutoconf should update that at least it better [15:50] that should be fairly easy enough [15:54] gnomefreak: no. fsh patch is something else [15:54] if it fails you need to push -f it [15:55] its config/Make.in (dont remember the first part [15:55] and the look at the .rej files [15:55] and manually readd the rejected bits [15:55] then run quilte refresh ... [15:56] if that is not an autoconf than why did it work on Jaunty and fail on both hardy and intrepid (same sources adn branch) [15:57] same source and im sure files didnt change all that much [15:58] same sources and same branch should fail nowhere [15:58] * BUGabundo #ubuntu-kernel [16:00] asac: i know thats what i thought too. but all i did was cp the tarball over to each dir and grabbed branch and built failed on fsh patch in intrepid and hardy if you give me a minute i might beable to find out the exact issue on that one [16:55] asac, what is that code for search plugins? an id for canonical? [17:12] fta: an attempt [17:12] i doubt it works [17:13] especially because i used my own code :-P [17:13] lol [17:14] if you guys feel curios http://www.ustream.tv/channel/bugabundo [17:14] asac: face 2 face! [17:14] eheh [17:18] bah [17:18] FF 3.6 uses ALSA to record Sound? [17:19] dtchen: no wonder it doesn't work with Pulse audio [17:52] dtchen: ping! [17:53] BUGabundo: ffox doesnt use any sound on its own [17:53] just flash or other extensions [17:54] there _is_ nsISound for the find-not-found fart, but that's esd or something and it's a crappy interface nobody wants to use [17:54] bug 330337 [17:54] Launchpad bug 330337 in firefox-3.0 "Firefox About window still cuts off text" [Undecided,Confirmed] https://launchpad.net/bugs/330337 [17:54] Mook_sb: you sure its used by ffox? [17:54] damnit [17:54] in xulrunner its kindof supported [17:54] bug 328307 [17:54] Launchpad bug 328307 in firefox-3.0 "Can not move folders in the Bookmarks menu by drag n drop" [Undecided,New] https://launchpad.net/bugs/328307 [17:54] thought it wasnt used by browser [17:55] gnomefreak: thats a wishlist bug and probably has an upstream bug already somewhere [17:55] asac: hmm, I guess it's just system beep now, maybe it's not actually used by browser anymore [17:55] asac: i saw a dup i have 40 tabs give or take open atm [17:56] asac: if you happen to run across it let me know [17:56] asac: so its flash using alsa? [17:56] wasn't that fixed? [17:56] BUGabundo: yes. [17:56] BUGabundo: it never changed [17:56] BUGabundo: only thing tht ws changed was to use parts of alsa that work with the pulse plugin for als [17:56] bah [17:56] a [17:56] so indirectly it also can speak pulse through alsa now [17:57] but it seems the that site [17:57] obviously hackish ;) ... but thats how things go [17:57] or it flash can't capture my mic [17:57] from pavcontrol [17:57] I see it using alsa [17:57] i dont know about mic in flash [17:57] yeah [17:57] i would hope its not supported [17:57] that's why I pinged dtchen [17:57] nobody should use that stuff ;) [17:58] it used to be [17:58] I already used it [17:59] there we go, if you set accessibility.typeaheadfind.soundURL in about:config to a wave file url, it might play something other than a beep :p [18:02] asac: ubufox bug that tells you you need to restart and keeps telling you. do you have that bug handy [18:09] gnomefreak: i dont have it handy but you can find it easily in firefox awesome bar [18:09] gnomefreak: bug 289365 [18:09] Launchpad bug 289365 in ubufox "∞Your browser has been updated and needs to be restarted. (dup-of: 270303)" [Undecided,Confirmed] https://launchpad.net/bugs/289365 [18:09] Launchpad bug 270303 in ubufox "MASTER - firefox (intrepid): "your browser has been updated and needs to be restarted"" [High,In progress] https://launchpad.net/bugs/270303 [18:09] asac: thanks [18:10] so its 270303 [18:14] asac: yep i saved it in my important bugs folder :) [18:16] bug 317596 [18:16] Launchpad bug 317596 in firefox-3.0 "firefox does not display webpage, Intrepid" [Undecided,Incomplete] https://launchpad.net/bugs/317596 [18:33] asac: does ubufox link to the release notes page in help in FF menus? or is that firefox? they should show mozilla release nots not ours [18:40] gnomefreak: i think ubufox ships its own link [18:40] we don replace the upstream menu entry [18:40] oh so its intended? [18:57] !codecs [18:57] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/8.10/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [19:26] asac: hi, do you know if OO on interpid follows .fonts.conf, i get the worst hinting from taht [19:26] openopffice [19:31] mbana: i am looking into the bug ... yes. [19:32] bug 271283 [19:32] Launchpad bug 271283 in openoffice "[ooo-build] OpenOffice.org subpixel font rendering broken with new cairo" [Unknown,Confirmed] https://launchpad.net/bugs/271283 [19:32] i found that it uses freetype backend for cairo [19:32] not yet sure why it ends up using something like that [19:33] try pango-view with --backend=ft2 [19:33] mbana: ^^ [19:33] thats what ooo does [19:33] pango-view: Available --backend options are: cairo/xft/ft2/x [19:33] ops [19:34] pango-view: When running ImageMagick 'display' command: Failed to execute child process "display" (No such file or directory) [19:34] . [19:34] never mind [19:34] it's not important [19:34] i just wanted to point iit out [19:34] i didn't much such an issue with fedora, thought the firefox issue seems to persist across distros [19:35] upstream mozilla bugtracker and Mozilla Foundation are not the same?n [19:42] asac, 12:21 < dcbw1> asac: you may also want to add "--log /tmp/probe.log --verbose --quiet" to the udev rule for now [19:43] asac, --verbose --quiet ??? [19:47] <[reed]> gnomefreak: what do you mean? [19:48] [reed]: i had filed a bug on using official icon and they sent me to Gervase Markham [19:48] <[reed]> what bug #? [19:48] hes from Mozilla Foundation [19:48] <[reed]> yes... [19:48] <[reed]> what bug and what logo? [19:49] mozilla 484956 im already building with the --enable.... [19:49] Mozilla bug 484956 in Sunbird Only "Use official Sunbird branding and artwork for Ubuntu builds" [Normal,Resolved: invalid] http://bugzilla.mozilla.org/show_bug.cgi?id=484956 [19:49] wwas hoping they would do it ;) [19:50] how the hell did cpp-4.2 g++-4.2 gcc-4.2 get removed? [19:50] thats not a good thing [19:51] <[reed]> yeah, so, that would be gerv's job [19:52] [reed]: im assuming they wanted me to ask if it is ok? im assuming its ok since we use all other official logos but im testing it now to see if any files need to be changed outside of what i did [19:52] fta: yeah. dont ask my why both ;) [19:52] <[reed]> yes, they want you to ask [19:52] <[reed]> and I recommend you do ask [19:52] fta: you can try on the command line and see if something gets logged ;) [19:53] ok ill email him if this works than build it right when i hear back [19:53] gnomefreak: dont know what your bug was about [19:54] hold that thought something bad happened in bugtracker [19:55] [reed]: it was you :) [19:55] or not [19:55] <[reed]> ? [19:55] huh? [19:55] Someone else has made changes to bug 484956 at the same time you were trying to. The changes made were: it said you were. I guess you just added gerv? [19:55] Error: Launchpad bug 484956 could not be found [19:56] gnomefreak: can you plesae not discuss the sunbird branding upstream ;) [19:56] <[reed]> yes, I cc'd gerv and myself [19:56] if you want to clarify branding please go through me [19:56] that will just cause confusion on mozilla side ;) [19:56] i see that [19:56] thanks. [19:56] its really a sensible topic ;) [19:57] gnomefreak: so can you explain to me what the problem was? [19:58] asac: ill let you iknow as soon as i find out. should have been easy config flag in rules but i think its not that [19:58] gnomefreak: well. so whats the problem now? [19:58] what symptoms? why did you file the bug? [19:58] rules doesnt like it [19:58] i think [19:59] gnomefreak: there must be a reason you filed the bug ;) [19:59] yep that would be it i think its just in wrong place [19:59] gnomefreak: i dont know what you are talking about. [20:00] asac: dont worry ill keep you up to date, you werent able to do it not sure why so i have time or had [20:01] gnomefreak: i didnt even know there was an issue ;) [20:01] asac: yeah i asked you a while back and i thought you tried it. [20:01] gnomefreak: tried what ;)? [20:02] to use official branding? [20:02] asac: yes [20:02] there has been a bug on it since 0.7 IIRC [20:02] gnomefreak: yeah its just a configure flag [20:02] also you need to ensure that all the icons are properly installed [20:03] its definitly not a mozilla issue. at least based on the current data we have [20:03] they build it with official logo for MAC and windows why the should we have to do it? [20:05] gnomefreak: its a build flag [20:05] they set it on their builders [20:05] we have to set it on ours [20:05] if we want to use it [20:05] ah ok [20:05] thats done in debian/rules for us [20:05] they do it in some other build script [20:07] yeah i think i know why rules errored at me i left off a \ [20:10] oh your gonna love that bug :( [20:10] asac, do you know if https://wiki.ubuntu.com/apt-sync has ever been considered? [20:10] https://edge.launchpad.net/apt-sync [20:12] fta: so xul hangs the retracers ;) [20:12] ? [20:12] fta: the retracers dont work and xul is causing it ;) [20:13] xulrunner-1.9.1 --gre-version ;) [20:13] why? jemalloc? [20:13] yeah [20:13] wasn't that fixed? [20:13] nasty hacks always come back ;) [20:14] i think fakeroot was fixed [20:14] so it seems its fakechroot now :( [20:14] DEBIAN_XUL_VER := $(shell MALLOC_OPTIONS=O xulrunner-1.9.1 --gre-version) [20:15] does that work? [20:15] that was the workaround for chroot [20:15] it's still in the branch btw [20:15] let me check [20:16] darn this chroot kills me :) [20:16] now it hangs [20:29] ok its building going for dinner [20:30] enjoy [20:49] asac, --log /tmp/probe.log --verbose --quiet did nothing, /tmp/probe.log was not even created [21:02] asac, --delay 4000 => invalid delay: 4000 [21:03] that's manually [21:24] asac, bingo [21:24] Mar 24 22:15:38 nano udevd-event[3597]: IMPORT 'nm-modem-probe --vid 0x --pid 0x --usb-interface 00 --driver option --delay 3000 --log /tmp/probe-other.log --verbose --quiet --export /dev/.tmp-char-188:0' /lib/udev/rules.d/77-nm-probe-modem-capabilities.rules:8 [21:24] Mar 24 22:15:38 nano udevd-event[3597]: 'nm-modem-probe --vid 0x --pid 0x --usb-interface 00 --driver option --delay 3000 --log /tmp/probe-other.log --verbose --quiet --export /dev/.tmp-char-188:0' [21:24] Mar 24 22:15:38 nano udevd-event[3597]: '/lib/udev/nm-modem-probe' (stderr) 'Could not parse USB Vendor ID '0x'' [21:24] Mar 24 22:15:38 nano udevd-event[3597]: '/lib/udev/nm-modem-probe' returned with status 1 [21:32] [reed], are you moz guys cleaning up your test suite daily or what? [21:37] <[reed]> fta: what do you mean? we have people working on the test suite all the time [21:38] in the last few days, my -daily builds failed because files are disappearing from my -testsuite pacakge, one at a time [21:38] dh_install: xulrunner-1.9.2-testsuite missing files (debian/tmp/usr/lib/xulrunner-1.9*/nsIFileTest), aborting [21:38] this is today [21:40] [reed], btw, what are those huge merges? http://hg.mozilla.org/mozilla-central/pushloghtml [21:41] <[reed]> tracemonkey [21:42] each time i encounter one of those, i get a date in the past, breaking my dailies [21:42] Rejected: [21:42] firefox-3.5_3.5~b4~hg20090215r23894+nobinonly-0ubuntu1~umd1.dsc: Version older than that in the archive. 3.5~b4~hg20090215r23894+nobinonly-0ubuntu1~umd1 <= 3.5~b4~hg20090322r23870+nobinonly-0ubuntu1~umd1 [21:43] i'm pulling the date + revid from http://hg.mozilla.org/index.cgi/mozilla-central/log [21:43] but http://hg.mozilla.org/mozilla-central/pushloghtml doesn't have revids :( [21:43] i'm screwed [22:12] fta: can you paste that and the probe log? [22:16] [22:16] http://paste.ubuntu.com/137051/ [22:21] http://paste.ubuntu.com/137054/ [22:21] asac, ^^ [22:23] fta: the probe log is not the log written by udev rules? [22:23] no [22:23] Mar 24 22:15:38 nano udevd-event[3597]: '/lib/udev/nm-modem-probe' (stderr) 'Could not parse USB Vendor ID '0x'' [22:24] i guess it's completely ignored because of that [22:24] Mar 24 22:15:38 nano udevd-event[3597]: IMPORT 'nm-modem-probe --vid 0x --pid 0x --usb-interface 00 --driver option --delay 3000 --log /tmp/probe-other.log --verbose --quiet --export /dev/.tmp-char-188:0' /lib/udev/rules.d/77-nm-probe-modem-capabilities.rules:8 [22:24] --vid 0x --pid 0x --usb-interface 00 --driver option looks weird [22:27] fta: yeah [22:28] the 1st paste comes from udev itself, i put it in debug mode [22:29] yes [22:29] i know [22:29] probably a udev bug [22:30] are you sure the syntax of 77-nm-probe-modem-capabilities.rules is right? [22:30] pretty much [22:30] let me put it in debug [22:33] should it pass the variable through $env{} or something? [22:37] hmm [22:37] fta: unfortuantely not [22:37] something like this: [22:37] KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", KERNELS=="[0-9]*:*[0-9]", ENV{BSG_DEV}="$root/bsg/$id" [22:37] KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", WAIT_FOR="$env{BSG_DEV}", IMPORT="scsi_id --whitelisted --export --device=$env{BSG_DEV}", ENV{ID_BUS}="scsi" [22:37] i thought we couldnt access it in env... but dan said we could access it differently and he came up with this [22:38] BSG_DEV is passed from env [22:38] fta: yes ... yesterday i gave you a udevadm info --query=env ... [22:38] that is what you can see there [22:38] but stff like vendorID and so on are done differently [22:39] i don't really know, but the current syntax is obviously wrong [22:40] Well, this confirms the vendor and product id (see ATTR{idVendor} and ATTR{idProduct}). It also shows us the product serial number (ATTR{serial}=="CN89P3G0TC05BR"). Useful things for manipulating udev with. [22:40] http://lifelin.blogspot.com/ [22:40] thtsa one place where its referencesd like it [22:43] fta: use_interface number works for me === fta is now known as fta_nano === fta_nano is now known as fta [22:51] asac, what do you expect me to do then? [22:55] 36295 firefox-3.5 48 1 0 47 0 (Unknown) [22:55] 40059 firefox-3.6 27 2 0 25 0 (Unknown) === asac_ is now known as asac