=== slank is now known as slank_away === cpg|away is now known as cpg [01:11] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === cpg is now known as cpg|away === coalwater is now known as coal-test === coal-test is now known as coalwater [02:01] httperf --hog --num-conn 25000 --rate 10000 192.168.1.144 --timeout 5 [02:01] ^^^^ this hangs. [02:01] httperf --hog --num-conn 15000 --rate 10000 192.168.1.144 --timeout 5 [02:01] ^^^ this does not. [02:02] echo 1 | sudo tee /proc/sys/net/ipv4/tcp_tw_reuse ; echo 1 | sudo tee /proc/sys/net/ipv4/tcp_tw_recycle [02:02] ^^^ Now neither hangs. [02:02] Ubuntu 12.10 [04:59] good morning [05:33] stgraber, infinity: can you please remove the pygobject block? all relevant autopkgtests succeeded, except software-center which failed before (and I tested that manually) [05:40] pitti: Sure. [05:50] infinity: thanks === cpg|away is now known as cpg === mvo_ is now known as mv === mv is now known as mvo [07:50] hey mvo, guten Morgen [08:21] hi all [08:21] i cant figure out if mysql on ubuntu is compiled with openssl support or not [08:22] it looks like have_openssl is only a pointer to have_ssl in mysql? === smb` is now known as smb [09:09] ls [09:09] lol [09:09] how do i install package 'quickly' on debian [09:09] can't find the ppa [09:17] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: xnox === henrix_ is now known as henrix [10:06] bdrung: Thanks (libibmad) === _salem is now known as salem_ [10:56] mpt: why is silent error types just restricted to errors that occur during logout/shutdown? Shouldn't all internal errors be hidden behind the "report previous internal errors" checkbox too? (https://wiki.ubuntu.com/ErrorTracker#error) [11:18] ev, it isn't, that's just the kind we'd been definitive about so far. That's why it's a bulleted list. :-) [11:18] ah, right [11:19] so can I add non-desktop applications to that list? [11:19] Which ones? [11:19] If pulseaudio crashes, for example, that's an internal error that's going to be obvious to the user. [11:19] Or network-manager. [11:20] (Assuming that they were using sound or networking at the time.) [11:20] hm, yeah [11:21] if we were getting so precise as to separate out those cases, would it not also make sense to give them special wording? [11:21] so, "sorry but your ability to hear sound may be hindered" rather than "an internal application crashed" [11:21] something to that effect [11:22] I guess I'm just worried that sometimes they'll see "an internal error occurred" and sometimes they wont, and it wont be clear why that's the case === yofel_ is now known as yofel [11:26] ev, maybe. It depends how many we whitelist or blacklist, or whether there's a non-whitelist/-blacklist way of distinguishing them. [11:26] sure === sraue_ is now known as sraue [11:30] ev, perhaps we could go through the leaderboard and sort the non-application packages into those two categories [11:31] as a way of deciding whitelist vs. blacklist [11:31] sure [11:32] whenever you'd like [11:35] Thursday? [11:40] mpt: sure === Tonio_ is now known as Tonio_aw === trijntje_ is now known as trijntje === MacSlow is now known as MacSlow|lunch === henrix is now known as henrix_ === henrix_ is now known as henrix === cpg is now known as cpg|away [13:10] hi, do I understand correctly that the output of complete multilib transition is that under /lib will be platform directory containing all libraries and current state is mixture of past and future, or am I missing whole thing? === MacSlow|lunch is now known as MacSlow [13:26] hey cjwatson, infinity: jibel told me that libbamf3-1 was in universe? I don't really understand what happened: I promoted it to main (from proposed) Friday, just after the copy happened for the daily release. [13:27] cjwatson: infinity: I think that's why britney migrated it (once we rebuilt the rdepends because of the soname change) to the main pocket [13:27] but then, in main, it was back in universe? [13:27] s/in main/ in the release pocket/ [13:29] didrocks: there is a bug where packages fall back into universe, after they are copied from -proposed to -release pocket. [13:30] =/ so most things need to be promoted twice. [13:30] xnox: ah, so not related to the daily release at all. For future, it's the case everytime? So we need to repromote after the copy? [13:30] ok, got it, good to know :) [13:30] thanks xnox [13:31] didrocks: yes. daily release was all good. [13:31] np. === doko_ is now known as doko === Sweetsha1k is now known as Sweetshark [14:42] howdy! I was wondering if anyone know if it is possible to determine is package A is to be installed (or has been installed) in package B postinst script? [14:42] roaksoax: you cannot install packages from postinst scripts, as apt/dpkg are not recursive [14:42] (the first will lock the dpkg db) [14:43] pitti: yeah I don't want to install a package I just want to determine whether another package has been installed or is to be installed (and if that's even possible) [14:43] roaksoax: oh sorry, you mean if it already is installed? dpkg -s pkgname >/dev/null 2>&1 [14:43] "about to be installed" would be looking into the future [14:44] you can check whether it's unpacked, but not configured yet by looking at the "Status:" line [14:44] pitti: right let's say I do: sudo apt-get install meta-package which installs package A and B. Package B gets installed first but I want to know whether A is to be installed or not [14:44] but apt doesn't unpack everything before it starts configuring, it does that stuff in batches [14:44] roaksoax: not sure what you want to do, but that's usually the kind of stuff triggers are for [14:45] so that an already installed package can do stuff when another package gets installed later on [14:45] pitti: alright cool! I;ll look into triggers. Thanks for the info :) [14:45] roaksoax: "man deb-triggers" FYI [14:45] thanks :) [14:48] checking whether it's unpacked (instead of using triggers) just sounds like a recipe for non-deterministic behavior === slank_away is now known as slank === rsalveti_ is now known as rsalveti === Ursinha_ is now known as Ursinha === zequence_ is now known as zequence [15:10] tyhicks: hey. I can't seem to find bug 1052038 on the pending SRU queue. I think last time we spoke this was ready to go right? [15:10] bug 1052038 in eCryptfs "ecryptfs_fnek_sig missing when login at the same time on cron session close" [Medium,In progress] https://launchpad.net/bugs/1052038 [15:18] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: xnox, sconklin [15:25] blami: Basically yes [15:26] blami: (Though you mean multiarch, not multilib - multilib is something different) [15:46] sconklin: bug 1085392 maybe? [15:46] bug 1085392 in Cross distro support for Samsung Chromebook (ARM based) "Merge Chromebook UCM profiles into ALSA packages" [Critical,Triaged] https://launchpad.net/bugs/1085392 [15:46] zul: hello! I'm looking at the cinder FTBFS failure. Looks like a patch that skips the failed tests wasn't enabled. Does it make sense to enable this patch 'skip_failed_tests' and fix the ftbfs? [15:49] hrw: Sorry to say, I'm a kernel guy, and only tend to look at kernel bugs [15:50] sconklin: ok, was worth trying ;D [15:55] arges: yes penable it [15:56] zul: okey dokey [15:59] I'm making a Reddit reader for the phone! Anyone care to join? https://github.com/brambram/UbuntuPhoneRedditApp === salem_ is now known as _salem [16:46] hrw: now you can bug members of ~ubuntu-sru team to accept alsa packages from bug #1085392 E.g. infinity =) [16:46] bug 1085392 in alsa-utils (Ubuntu Quantal) "Merge Chromebook UCM profiles into ALSA packages" [High,In progress] https://launchpad.net/bugs/1085392 [16:50] arges: Yes, it has been ready to go for quite a while now. It just isn't getting any attention from ~ubuntu-sru, IIUC. [16:51] tyhicks: well I don't see it on the list: http://people.canonical.com/~ubuntu-archive/pending-sru.html , so wasn't sure why that was [16:52] arges: Lets bug a member of the ~ubuntu-sru team to find out [16:53] infinity: Since you were pinged above for another SRU, can you take a look at bug 1052038 ? It has been sitting for a while now. [16:53] bug 1052038 in eCryptfs "ecryptfs_fnek_sig missing when login at the same time on cron session close" [Medium,In progress] https://launchpad.net/bugs/1052038 === deryck is now known as deryck[lunch] === hggdh is now known as hggdh_AFK === jbicha_ is now known as jbicha === tkamppeter_ is now known as tkamppeter === _salem is now known as salem_ === bikes_ is now known as nicebikes === deryck[lunch] is now known as deryck === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === salem_ is now known as _salem === _salem is now known as salem_ === mterry_ is now known as mterry [19:52] hello guys. i have a question: under which circumstances does the bluetooth indicator icon get added to the indicator bar? [19:52] i am asking because i seem to have a false positive... [19:55] cyphermox probably knows :) [20:02] dkessel: if there is a bluetooth type device [20:02] dkessel: it kind of surprises me; maybe you have a device somewhere that says it does bluetooth even if it doesn't [20:02] or if you're using some of those logitech dongles for mice and keyboards [20:03] cyphermox, i have a dell netbook. they sell the bluetooth module as an addon. but i don't have it. but i guess that explains it somehow... [20:03] does it work anyway? :) [20:03] no, you should actually have a bluetooth device for the indicator to show up ;) [20:04] tbh i tried to use it :) [20:04] but as i don't have the module.... nothing [20:04] dkessel: what does hciconfig return? [20:04] cyphermox, nothing [20:04] O.o? [20:05] do i need some parameters? [20:05] going to have to look at the code [20:05] no [20:05] :) [20:05] if there is a device it should be listed there [20:05] funny [20:06] I have to click the indicator and "turn on bluetooth" to get output from hciconfig on my machine.. [20:06] Ditto. [20:06] Something's smart enough to know I have bluetooth, despite it being currently disabled/disconnected/whatever. [20:07] In fact, I can't even enable it from the indicator, cause it's hard-disabled by the machine. [20:07] even if i do that, there's no output from hciconfig [20:07] infinity: maybe something's dumb enough to assume you do; the smarts to know the device has to be enabled are yours :P [20:07] (But I still have the greyed-out indicator, until I undo my hardware rfkill) [20:07] dkessel: what does 'rfkill list bluetooth' show? [20:07] dkessel: udevadm info --export-db |grep -i blue, does that say anything? (this is how checkbox looks for bluetooth so I'm guessing no, but may be interesting) [20:09] slangasek, http://paste.ubuntu.com/1535302 === salem_ is now known as _salem [20:10] dkessel: can you paste the output of "dmesg"? [20:11] roadmr, http://paste.ubuntu.com/1535311 [20:12] dkessel: thanks! so it looks like rfkill may be used to decide whether to display the indicator? [20:13] stgraber, dmesg: http://paste.ubuntu.com/1535314 [20:14] roadmr: well, I think the indicator is displayed based on the presence of the underlying features that rfkill is also exposing [20:14] thanks. So yeah, it looks like the applet is showing up when either you have a bluetooth device or the rfkill driver reports that you have one that can be turned on [20:14] slangasek: well put, thanks :) [20:15] not sure exactly how rfkill works, but I suspect it's getting the information from the firmware somehow (ACPI?) and that something's wrong somewhere in there [20:15] dkessel: what's the output of 'ls -ld /sys/class/rfkill/rfkill3/device'? [20:16] that takes a bit longer to type :) sec [20:17] lrwxrwxrwx 1 root root 0 Jan 15 21:16 /sys/class/rfkill/rfkill3/device -> ../../../compal-laptop [20:17] mmk === _salem is now known as salem_ [20:18] so either the hardware claims to have a bluetooth interface, or the compal-laptop module has a bug [20:19] dkessel: sorry, those are long paths. "cat /sys/class/rfkill/rfkill3/device/device/vendor" and "/sys/class/rfkill/rfkill3/device/device/device" [20:19] :D [20:20] i just found a new use case for ubuntu one... :) [20:20] the first one should give you the hardware vendor id, the second one should give you the hardware product id [20:20] * dkessel pastes command lines [20:20] oh, and I forgot cat in front of the second one, but you probably notice that ;) [20:21] stgraber, file not found on first "vendor" [20:22] stgraber, ...and another file not found on "device" [20:23] shall i paste the contents of /sys/class/rfkill? [20:23] ok, so based on what I'm seeing here, that'd mean that the driver isn't tied to a physical device (as /device/device should have pointed to the PCI or USB device) [20:25] looks like a kernel bug to me... the compal-laptop driver always reports two rfkill entries even if the hardware isn't there [20:26] I just tried it on my laptop with "modprobe compal-laptop force" (the force keyword is to bypass the DMI check) and I got two extra rfkill entries [20:27] i would probably need help on how to properly file that bug [20:27] http://paste.ubuntu.com/1535349/ [20:28] dkessel: do "ubuntu-bug linux" on your machine, once you have the bug filed on Launchpad give me the bug number and I'll see if there's something that should be added [20:29] stgraber, will do [20:31] hmm... "it appears you are currently running a mainline kernel".... meh - apport won't let me report... i'm running raring [20:31] dkessel: fun... then go directly to https://launchpad.net/ubuntu/+source/linux/+filebug [20:32] dkessel: and once the bug is filed, do "apport-collect ", that one should work without complaining too much [20:35] launchpadlib would be part of ubuntu-dev-tools, i guess.... [20:39] xnox: thanks man! === henrix is now known as henrix_ [20:45] stgraber: bug 1100004 . apport really didn't put much info in it... [20:45] bug 1100004 in linux (Ubuntu) "compal-laptop reports bluetooth device, even if there is none" [Undecided,New] https://launchpad.net/bugs/1100004 [20:52] dkessel: posted a comment asking for a bunch more things that should help the kernel team get a fix matching your hardware [21:07] stgraber: that sure spammed some people's mail folders :) well - thanks for the help! [21:08] dkessel: oh, they're used to it ;) [21:09] :D well I gotta go, see you :) === salem_ is now known as _salem === mike_ is now known as Guest28451 [22:09] which channel is hosted for ubuntu-phone people? [22:09] romaxa: I think #ubuntu-phone [22:10] ;_) [22:17] where can I file QtQuick Ubuntu.components bugs? [23:17] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: xnox [23:30] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [23:30] * xnox is back from volleyball ;-) [23:30] hrw: no problem. I accept payments in cider, monkey nuts and bird seeds =) [23:55] Does someone know how one makes the Pandaboard boot from a USB stick?