[00:01] Also, how does one add to the wiki install instructions? === diddledan__ is now known as diddledan [01:30] Bye [02:47] hello [02:48] me and my 11 year old decided we would build a computer. he ordered the parts and box and we have it all together. [02:49] we have searched the net and really havent found good steps on how to install ubuntu. [02:49] ask in #ubuntu instead [02:50] does anyone have them or can give us the process. we have downloaded 14.04 64bit. what changes do we need to make to bios. === kickinz1|afk is now known as kickinz1 === mpt_ is now known as mpt [08:06] Hi guys [08:06] New here [08:07] which channel of Ubuntu touch images (for nexus) has the latest versions ? === sil2100_ is now known as sil2100 [08:07] currentlly I have the devel channel === andrej_ is now known as m_andrej [08:08] and on settings I see that i am on Ubuntu 14.10(r243) [08:09] am I good ? [08:13] "accidentally" found the answer I was looking for : http://developer.ubuntu.com/start/ubuntu-for-devices/image-channels/ [08:13] :) [08:15] Guys, I need to add some C++ code to dropping letters. It's a C++ class that should be instantiated in QML. I suppose first I have to add main.cpp, where the QML file is loaded. How can I do that? [08:22] hi m_andrej might be better asking in #ubuntu-app-devel where a bunch of app devs hang out, but it's a bit quiet there at the moment [08:22] popey: thanks [08:23] mzanetti may be able to help though, I know he's done that kind of thing in his apps [08:26] m_andrej: yeah, in theory easiest thing would be to add a main.cpp. however, our sdk makes that a little more complicated. best thing is to create a new app with the template "App with QML extension". [08:26] m_andrej: then copy over your qml files into the app/ folder [08:26] it will still be loaded using qmlscene, but set the import path to load your plugin [08:27] the template will create a class called "MyType", just rename/reuse that [08:27] mzanetti: thanks a lot [08:27] thanks mzanetti [08:27] yw [08:52] Good morning all; happy Friday, and happy Techie’s Day! :-D [08:53] are there any plans to offer alternative keyboard layouts? I find the touch keyboard a bit of a pita for vim compared with the android hackets kayboard, gestures are nich tho :-) [08:53] s/hackets/hackers/ [08:53] chrisc, good question [08:53] chrisc, are you speaking of dvorak, colemak, alternate layouts? [08:54] i want a ketyboard with - ! tab without a modifier key [08:56] on android there is the hackers keyboard https://f-droid.org/repository/browse/?fdfilter=org.pocketworkstation.pckeyboard&fdid=org.pocketworkstation.pckeyboard [08:57] https://code.google.com/p/hackerskeyboard/ [08:58] is it worth me opening a ticket for this? [08:59] with the current touch keyboard I can't do Ctrl-n and Ctrl-p for next and prev window in irssi :-( [09:00] it's kinda fustrating [09:04] chrisc: one for Elleo [09:04] bump === m_andrej1 is now known as m_andrej [09:36] ted: ideally it should just be a mute for the alert role (as silent should only be used for alert sounds), but it seems that currently it's just flag stored in settings [09:36] ted: need to investigate that better [09:37] chrisc: feel free to file a bug for it, you might want to file it against both ubuntu-keyboard and ubuntu-ux; personally I'm happy to add new layouts, but more specialised layouts might need to wait until we figure out some way of distributing keyboard layouts via the store or something [09:40] Elleo: OK, cool, I will when I get a chance :-) [09:46] chrisc: thanks :) [10:50] Elleo: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1377096 [10:51] Ubuntu bug 1377096 in ubuntu-ui-toolkit (Ubuntu) "Ubuntu Touch should allow alternative keyboard layouts" [Undecided,New] [10:52] chrisc: thanks :) [10:53] np === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 [11:48] jdstrand: I've passed bug 1371574 over to you guys based on our discussion so far. Let me know if you change your mind / need anything [11:48] bug 1371574 in click-apparmor (Ubuntu) "After installing clicks to /custom/click, /usr/share/click/preinstalled version are still preferred" [Critical,Triaged] https://launchpad.net/bugs/1371574 === _salem is now known as salem_ === alan_g is now known as alan_g|lunch [12:26] cjwatson: ok, thanks === gnu is now known as Guest88311 === dandrader_ is now known as dandrader [12:50] /win 20 === alan_g|lunch is now known as alan_g [13:24] kenvandine, seb128: I'm putting https://code.launchpad.net/~mterry/ubuntu-system-settings/wizard-refresh-take-6/+merge/235720 back to "Needs review" -- design will likely still have some further changes, but I don't want to block the rest of the goodness in there from landing === barry` is now known as barry_ === barry_ is now known as barry [14:13] mardy, ping..... hi, i'm having some troubles with the OA plugin for qml.... do you have a moment? [14:13] gatox: sure, shoot [14:15] mardy, we are using the OA plugin on System Updates... inside system settings... using Setup {} we exec the online accounts form to login or create an account when the user press the button... but after the user creates/login the accout... OA is closed... but the onFinished: { signal is never fired... do you know if that is a known issue or what am i could be missing? [14:15] mardy, i've used it before and it was working.. but i have used it from a click application... this a deb application [14:18] gatox: we also use the Setup{} element from ubuntu-system-settings, to fire up the account creation, and we listen for its finished signal [14:18] gatox: do you have the code somewhere? [14:20] mardy, yes... https://code.launchpad.net/~diegosarmentero/ubuntu-system-settings/account-detected/+merge/236313 i added some logs there, to see if it was writing the file when the signal is triggered.. but it's been written the first time... but not after the account is created [14:22] mardy, can you point where else are you using it in system settings... to see if any particular file need to be installed or something? [14:24] gatox: http://bazaar.launchpad.net/~online-accounts/ubuntu-system-settings-online-accounts/trunk/view/head:/system-settings-plugin/ProviderPluginList.qml [14:25] gatox: can you check the upstart logs? maybe there's some qml warning there [14:25] mardy, i remember that for the .click was necessary to install a .application file or something like that... is that necessary for this?? i was told it wasn't necessary for the .deb.. have you seen the branch? [14:25] mardy, where were those? [14:26] mardy, also....... the setup says applicationId: "ubuntu-system-settings" in the updates plugin... could that be a problem? [14:31] gatox: does the account setup start as expected? === oSoMoN__ is now known as oSoMoN [14:32] mardy, yes... and i [14:32] mardy, yes..... and i'm login in successfull [14:32] y [14:32] gatox: then I think that your Setup element is being used correctly [14:33] gatox: or at least, that's not the problem :-) [14:33] mardy, why the onFinished signal is not being triggered then?? is the .application file necessary? [14:35] mardy, next time you do a uss-oa landing, can you include my keyword branch? === dandrader is now known as dandrader|afk [14:36] gatox: try adding console.warn() and see the logs in ~/.cache/upstart/ [14:36] kenvandine: sure, will do [14:36] thx [14:36] mardy, ack... thanks [14:37] rsalveti, Is the "phone" role for talking on the phone or the ringer? [14:39] kenvandine, hey, I need a core-dev ack for the (trivial) packaging changes in https://code.launchpad.net/~osomon/webbrowser-app/png-icon/+merge/235933, would you mind taking a quick look? [14:39] oSoMoN, sure [14:41] kenvandine, thanks! [14:41] oSoMoN, np [14:47] kenvandine, hey, would you take a look at https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/cellular-slot2-online-status-not-persisting-1375832/+merge/237070 [14:48] jgdx, are you looking over my shoulder? i was just reading the bug report :) [14:51] bfiller, Do you know what sound roles you guys are using in the phone app? Different roles for on call vs. ringer? [14:53] Hello [14:54] ted: for talking on the phone [14:54] ted: it's basically the volume for voice call [14:54] rsalveti, Okay, and so ringer is through alert? [14:55] ted: yeah [14:55] kenvandine, you look tired, Ken. *suspenseful music* [14:55] rsalveti, So it seems like silent mode only effects the "alert" profile then. [14:55] kenvandine! jgdx is in the house! [14:56] :) [15:01] I don't know why, but I can't unlock my sim card because it tells me that I don't have any sim card, I tried to remove it and put it again but nothing is working, if I reboot to Android, I can unlock it correctly. On Ubuntu Touch I could only unlock it on the first boot, after that I rebooted my phone, I can't unlock my sim card anymore, it tells me each time that I don't have any sim card, do you have any idea ? Thanks for your he [15:01] lp [15:02] ichigo-roku, Hotswapping support is lacking, so remove/insert does not work very well. Could you reboot your phone and report back? [15:03] (with the SIM inserted) [15:03] jgdx, sorry I forgot to tell that I have also rebooted serveral times [15:03] Hi everyone, [15:03] But that didn't work === kickinz1 is now known as kickinz1|afk [15:04] ichigo-roku, is there a SIM entry in the Network indicator? [15:04] ichigo-roku, important too is your phone, what model is it? [15:05] It's written "No sim card", I have an Nexus 5, which is not officially supported I think [15:06] Quick question: are any additional steps necessary to activate adb on the phone, after I installed it? I can see it when I am booted into recovery, but when I boot into the normal system, it doesn't show up. [15:06] rabe_, enable developer mode [15:06] in system-settings, under about [15:07] would there be a way to do this without touch input? My screen is broken, and I just want to fiddle around with the otherwise useless phone? [15:07] rabe_, you can do it with ubuntu-device-flash [15:07] there are args to enable developer and set the password [15:07] you can do that without wiping [15:08] I see, thanks for the answer, I will read through the manual :) [15:08] ichigo-roku, right, not sure if I can help you with that. [15:08] ichigo-roku, do you have developer mode enabled? [15:08] if so... get a shell on it and run this [15:08] /usr/share/ofono/scripts/list-modems === kickinz1|afk is now known as kickinz1 [15:09] kenvandine, I don't have the developer mode enabled right now === kickinz1 is now known as kickinz1|afk [15:10] OK I'll try that [15:13] kenvandine, I got some results what information do you need ? [15:15] look for information that should be from you sim [15:15] like what's under SimManager maybe [15:15] @kevandine, do you by chance know the args to enable adb? I can't see it in the manual and a quick google search didn't turn up anything useful [15:16] rabe_ run 'ubuntu-device-flash -h' [15:16] to see the args [15:16] ted: yeah, that's why for me it should just be a mute for the alert role [15:16] --developer-mode --password=0000 [15:16] something like that [15:16] to set the pass to 0000 [15:16] kenvandine, under SimManager I have "Present = 0" === chihchun is now known as chihchun_afk [15:17] ichigo-roku, ok... i'm out of ideas... sorry [15:18] dobey, did you have to do anything for your nexus 5 ? [15:18] kenvandine: rabe_ you need to do that from recovery though as adb isn't enable anyways and if it were you wouldn't need this ;-) === dandrader|afk is now known as dandrader [15:19] rsalveti, As much as I don't want to do the work, I think that should probably happen in indicator-sound. Does that make sense to you? [15:20] Alright, seems like I first have to enable developer mode. Will do that and then set the password. Thanks guys! [15:20] kenvandine, thanks for your help! [15:21] ichigo-roku, no problem [15:21] ted: what is the work item? [15:22] rsalveti, When the AS value changes, mute the alert role. [15:22] (or unmute) [15:24] kenvandine: huh? [15:24] ichigo-roku's n5 isn't seeing his sim [15:24] oh. no idea [15:25] i don't have a locked sim [15:25] i can put it in anything and it works [15:25] well, unless the software is broken or something [15:26] sometimes after reboot in the past i have noticed the modem didn't come up [15:26] but aside from that, no problems with the sim, no [15:26] ted: it could be (and it'd be easier doing that there now) [15:26] i'm also not using dualboot or multirom for it. only ubuntu [15:26] (not sure if that makes any difference) [15:26] ted: then there's the problem of what to show as an icon [15:27] I just replied the thread [15:27] rsalveti, Yeah, saw that. I think we may need to start including design there. [15:27] haybe a hollow ate it [15:27] ted: yeah [15:28] bah, ralsina_; you broke my mail client :P [15:28] rsalveti, So I'm good with silent mode being only about alert volume. And I'll make a ticket to track implementing that. I'll also start a thread on what he panel icon should be. [15:28] ted: great, thanks [15:28] wtf [15:29] rsalveti, Have you brought up the concept of roles with design already, or should I start there? [15:29] Well I'll try without multirom maybe it'll solve the problem [15:29] i don't think nhaines or cwayne have had any sim problems on their n5s either (not sure if they are using dual boot or what) [15:29] ted: I discussed that with mpt before, but just on irc, not yet as an official thread with the design team [15:29] ichigo-roku: I do use multirom for my N5 and don't have any problems with my sim card. [15:30] dobey: no issues here (except tmobile trying to use ipv6), am using dualboot [15:30] maybe it's just the provider/sim that's the problem [15:30] rsalveti, Ah, okay. [15:30] cwayne: is there any fix in sight for the T-Mobile USA problem, btw? [15:30] cwayne: well, ipv6 can be worked around at least. but the mms proxy thing is a bigger problem [15:30] nhaines, which branch are you using ? [15:31] nhaines: which t-mo problem? :) [15:31] nhaines: none that i know of [15:31] ichigo-roku: used to be devel and devel-proposed, but currently ubuntu-rtm/14.09 [15:31] dobey: the one where the APN database got dropped and now T-Mobile uses an ipv6 gateway. [15:31] I'll try it just in case, thanks [15:31] nhaines: does tweaking the gprs file no longer work? [15:32] dobey: it works fine but is nothing suitable for a retail phone. [15:32] (Although the wifi to 4G handoff is super flakey.) [15:32] nhaines: oh, well APN editor is supposed to be landing very soon [15:32] yeah, wifi/data switching has been annoyingly flaky for me too [15:33] That's a half-measure but it will be way more convenient for me. :) [15:33] eh, i tweaked the gprs file a month ago and haven't touched it sense [15:33] i wish the mms thing would get fixed though [15:34] I guess I'm just confused as to why it was working, then broke, and the problem's known but ignored. (I got the impression it wasn't difficult to fix or else it would make more sense.) [15:34] I reflash the phone pretty often. [15:34] dobey: which mms thing? [15:34] sergiusens: t-mo us doesn't use the proxy or gateway or whatever, and ofono currently doesn't work with that configuration [15:35] dobey: we removed the "proxy" requirment last week as part of the "free/france/orange" work [15:35] sergiusens: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1360403 [15:35] Ubuntu bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed] [15:35] oh [15:35] dobey: yeah, and at the end I added a comment :-P [15:36] just saw that [15:36] dobey: athought I do know of a recv bug anyways ;-) [15:36] oh so i can't have someone send me a picture to test it? :P [15:36] Well, I'm going to let you guys get to work and cross my fingers for a new promoted image today. I have to get some work done before I pick up Smash Bros. :P [15:36] jgdx, oh... that's proposed to merge into the other branch [15:37] Good luck, everyone. [15:37] jgdx, we'd need someone else to merge that [15:37] jgdx, propose it against trunk with the other branch as a prereq [15:37] or... [15:37] actually i think i can merge that :) [15:38] anyway, time to get lunch [15:38] kenvandine, awesome. you need to merge 983 [15:39] do we have a test plan for this? [15:39] there was something added to it [15:39] but not sure it includes enough detail [15:39] right, it's pretty basic [15:40] tricky thing is whoever is testing it needs to know what info to put in for their carrier [15:40] so it assumes some level of knowledge [15:41] i think the test plan needs to explain it a bit more, to help the tester know how to find the info and what info they need [15:41] would be easier if we could see the current apn settings [15:42] true [15:43] jgdx, merged, and includes 983 :) [15:44] kenvandine, when I installed debs from yesterday, I got no APN editor. Today, I get the APN editor. This is why the dual sim testing result comes now. [15:44] kenvandine, awesome :) [15:44] kenvandine, I don't see the carrier APN when in multisim. I'll check out what's going on. [15:44] dobey: *I* broke your mail client??? [15:45] jgdx, should i hold off rebuilding the silo? [15:46] kenvandine, not sure I can fix this before EOD though [15:46] jgdx, ok, just let me know [15:47] kenvandine, looking at http://pastebin.ubuntu.com/8486650/ [15:47] kenvandine, nm [15:47] unrelated [15:47] but that should be specific to the sim [15:52] kenvandine, hmm, not sure what that was. I went away when I tried it with r983 from my branch [15:52] kenvandine, go silo! [15:53] jgdx, woot [15:53] pmcgowan, ^^ [15:53] ok... i'll build the silo [15:53] jgdx, oh... your undo commit :) [15:53] checking for powered... that would do it [15:54] cool [15:54] kenvandine, that wasn't the cause, since I was inside the APN choosing thing. [15:54] oh... ok [15:54] i'm going to wait a few to rebuild [15:54] but yeah, that would be embarrassing [15:55] after i merge/clean silo 24 [15:55] otherwise we'll need yet another rebuild [15:55] jgdx, will you be able to check maybe a little later to kick the tires on the silo? [15:56] kenvandine, certainly. Unless I become an uncle later, then no. :) [15:56] it might not be a great thing to publish late on a friday.... but i know this has been stressing pmcgowan out ;) [15:57] jgdx, that would be understandable :) [15:57] yup [15:57] and we're are still awaiting QA verification for another rtm silo [15:59] kenvandine, do you think its risky? it doesnt affect existing features [16:00] it shouldn't :) [16:00] i just worry if someone tries to change their apn... and shoot themselves with a broken phone for the weekend [16:00] pmcgowan, can you help test the silo too? once i build it [16:01] hmm kenvandine did the reset option get in? I think its not [16:01] it might be another 30m or so before i can merge/clean the other silo [16:01] ok sure [16:01] i don't think it is [16:01] thats kindof an issue [16:01] yeah... worries me [16:02] i know i've had one weekend since i started dogfooding where my phone didn't work [16:02] it was annoying... to say the least [16:02] so I recall we cannot dynamically reset, but can delete and reboot [16:02] but one weekend in over a year of it being my only phone :) [16:02] not bad... [16:02] yeah prettty good [16:02] and it was like last december... so really early [16:03] my wife was pretty ticked off though... she couldn't call me :) [16:03] lol [16:03] mardy: ping. I have a branch here that seems to not work with the new signon access control stuff. Any pointers as to how to fix it, much appreciated: https://code.launchpad.net/~ralsina/account-polld/use-webapp-ids-respect-blacklist [16:03] she's still pretty upset that her MMS messages to me go to /dev/null :) [16:03] kenvandine, why is that? [16:03] mardy: data points, current account-polld works, this one without the access control works, this one with access controls doesn' t. [16:03] t-mobile [16:03] MMS doesn't work [16:04] do you know why? [16:04] or didn't last i checked... [16:04] something context related... there's a known bug [16:04] I think they should [16:04] hmm [16:04] it has never worked [16:04] i'll try it again [16:04] it didn't work like 2 weeks ago [16:04] ta fix for mms just landed in nuntium [16:04] that may be it [16:04] it was broken for a year... i got used to it :) [16:06] kenvandine, https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1370660 [16:06] Ubuntu bug 1370660 in ubuntu-system-settings (Ubuntu) "allow the user to select a preferred context for MMS" [High,Confirmed] [16:10] pmcgowan, ok... so that means it still won't work, until we expose another setting? or does the APN editor address that? [16:10] kenvandine, the editor "should" [16:11] not sure if there is an api to call or its down below [16:11] sergiusens, ? [16:12] pmcgowan, but the apneditor branch we already have doesn't fix this though... right? [16:13] kenvandine, I dont know if the editor needs to do more than set the context to have it work [16:14] i guess i can try that out when the silo builds :) [16:14] ideed [16:18] is there a ticket for encrypted home with ubuntu-touch? [16:19] hi [16:22] ok,so i wonder when will ubuntu touch be offically available [16:22] and is it possible to install it safely and use it safely now ? [16:23] ramio it is available now, see the topic for links [16:24] the welcoming link of this channel ? [16:24] what if iam a not that expert in installing OS on phones ? [16:25] ramio: you should be able to type: "/topic" to get the channel topic [16:26] ramio: you might be best waiting till you can buy a already installed phone, the only "officially" supported phone is a goolge/lg nexus 5 [16:26] not nexus 4 ? [16:26] oh yes! [16:26] 4 :-) [16:26] ok [16:27] so when will they do that ? [16:28] i don't know [16:28] i searhed all the web but not heard any news about when such phones will be available :( === Ursinha is now known as Ursinha-afk [16:29] ramio: there are aticles like this out there http://news.softpedia.com/news/Meizu-Confirms-MX4-Ubuntu-Touch-Release-for-December-2014-458782.shtml [16:29] is is OS for nexus 4 stable ? [16:29] i have no idea how true they are [16:30] seems stable to me, but i don't have a sim card in my phone and mostly only use the terminal application... [16:31] doesnot the applications have any GUI ?? [16:31] yes it does, it's nice, better than android in some ways [16:32] ping ted, jdstrand: In order to create a new user, the test would need root permissions. How would you solve that part? [16:32] elopio, sudo [16:33] then why you mostly use only terminal application ... is this the only application that workes better ? [16:33] I figured it would be handled by the test harness [16:33] maybe it grows a 'newuser' option or something [16:33] maybe it already has one [16:33] because it's mostly all i need [16:34] terminal application in phone !!! O.O well this makes me more excited to try ubuntu touch ... cannot wait it !! [16:35] well you you can get one on android too, cyanogenmod comes with one by default [16:36] dual-boot ? [16:36] that is also possible, but i wasn't meaning that [16:36] rsalveti, Ah, found it in the design as I was looking to quote it in the mail ;-) "Whenever audio is playing, both the indicator and the volume slider should show the volume of the primary sound output. Whenever audio is not playing, they should show the ringer volume." [16:37] ramio: https://f-droid.org/repository/browse/?fdfilter=terminal&fdid=jackpal.androidterm [16:37] rsalveti, So basically we need to change the icon based on the role as well. [16:37] chrics , what did you mean ? i didnot understand what mentoned to ... [16:38] i ment you can have a terminal on android [16:38] ok [16:39] is cyanogenmod an phone os like ubntu touch and windows phone ? [16:39] it's a version of android, http://cyanogenmod.org/ [16:40] yes it's a phone os [16:40] ok and how could it help installing ubuntu touch ? [16:41] urm, it doesn't, i just mentioned it as an example of a phone os with a terminal [16:41] got it ,sorry that i didnot understand you quickly ^_^ [16:41] though the install process for cyanogenmod and ubuntu touch are the same for some parts [16:41] buth use adb [16:41] both [16:42] http://wiki.cyanogenmod.org/w/Adb [16:42] do i need any hardware to install ubntu touch ? [16:42] the install instructions are based on a using a computer unning ubuntu [16:43] so you need that and a usb lead [16:44] i think i would like to try it then ... [16:44] and do i need any specfic software on my phone or my pc ? [16:45] ramio: http://developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ [16:48] is nexus 4 the only device that is available ? [16:49] there are other unofficial ports [16:50] like nexus 5 and nexus 10 ? what about Galaxy ? [16:50] https://wiki.ubuntu.com/Touch/Devices [16:51] ralsina_: yes. for some reason when i try to reply to your mail, evolution is hanging [16:51] dobey: a-mazing [16:52] ralsina_: oh, not just your mail i guess. wtf [16:55] pmcgowan: just saw the blank '?' addressed to me [16:56] * sergiusens reads backlog [16:57] pmcgowan: kenvandine I know why it doesn't work; I even had a branch linked to it; but for some reason the triaging for the original bug said we needed ofono work and it was too hard; but I ended up fixing all the "proxy" required bugs last week [16:58] sergiusens, so do we need settings work? or not? [16:59] pmcgowan: kenvandine no, but you need me to land this branch from a while back for recv to work https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1360403 [16:59] Ubuntu bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed] [16:59] sergiusens, cool, but i can't send them either === dandrader is now known as dandrader|afk [17:00] sergiusens, want to create a MP for that so i can get debs to test? [17:00] kenvandine: pmcgowan does it really use ipv6? the proxy part shouldn't be an issue; but ofono doesn't support ipv6 afaik [17:01] sergiusens, i manually changed it from ipv6 to ip [17:01] kenvandine: and sending still fails? [17:01] i needed that to get data at all [17:01] yes [17:01] kenvandine: that MP only has a fix for push notification decoding, so it won't fix that [17:01] http://pastebin.ubuntu.com/8487088/ [17:02] kenvandine: can you try sending and tcpdump the comm? [17:02] sergiusens, ^^^ that's from me sending [17:02] <[microMXL]> is there any way to manually install 14.10 on grouper? I'm not using another distro of linux at the moment [17:02] kenvandine: oh, another witch hunt :-P '0' is not in spec for response codes :-P [17:02] sergiusens, good times :) [17:03] well... it would be a big step if your branch fixes receiving them at least :) [17:03] which i'd be happy to confirm, if you could get CI debs :) [17:03] <[microMXL]> already downloaded utopic-preinstalled-boot-armhf+grouper.img utopic-preinstalled-recovery-armel+grouper.img utopic-preinstalled-system-armel+grouper.img and utopic-preinstalled-touch-armhf.tar.gz [17:03] kenvandine: ok, I'll polish; it should get you one step further [17:04] sergiusens, awesome! just ping me when you need testing === alan_g is now known as alan_g|EOW [17:04] [microMXL]: i wouldn't really advise it. tegra doesn't work very well. it would be not at all usable even if you do manage to get it booting [17:05] <[microMXL]> I tried to install via dualboot but it wants to download trusty, guess I'll try that one :D [17:07] yes, the last image built for grouper was from trusty [17:07] but it's not at all usable, due to the driver issues on tegra [17:08] <[microMXL]> ahh perfect [17:08] <[microMXL]> I have a mako over here, would that work better? [17:08] yes, mako is pretty well supported [17:09] <[microMXL]> thanx man [17:09] <[microMXL]> I'll be back after downloading the mako stuff :D === gatox is now known as gatox_lunch [17:30] oh i guess some update i installed this morning just made evolution incredibly slow when trying to reply [17:31] kenvandine: no need for MP actually, http://people.canonical.com/~sergiusens/mms/t-mobile/nuntium (I replaced the one date july 8 from when I did this original branch) [17:31] kenvandine: replace the binary or 'stop nuntium' and launch this from /tmp /home/phablet or wherever you copied it and try a recv [17:32] kenvandine: if it failes, I'd like to see the nuntium log or console output [17:33] sergiusens, cool, trying [17:33] ted: right, the volume icon changes depending on the role, when they are active [17:33] ted: the question is more to what kind of icon we want in there [17:33] and if we indeed want to show the volume level as part of the icon === gatox_lunch is now known as gatox === dandrader|afk is now known as dandrader [17:49] rsalveti, Oh, you're saying change the actual volume icon itself. [17:50] yeah, next utopic image should have all the changes I did [17:50] and with that you can see what I'm saying [17:50] i.e. volume-high-multimedia [17:50] vs. volume-high-alert [17:50] basically if you set the alert to 10%, and then play something (with multimedia as 100%), the icon will change once the stream is active [17:50] and if you pause, it'll move back to 10% [17:50] We have standard icon fallbacks. We could just put that in and let the icon theme do what they want ;-) [17:50] after hitting play again, it'll change to 100% [17:51] that is kind of weird, and explains why android and iphone are not actually showing the volume level as part of the icon [17:51] right [17:51] Yeah, okay. Sorry I was thinking of a different question. [17:52] sergiusens, no joy, http://pastebin.ubuntu.com/8487349/ [17:52] and I also noticed that we can now easily reproduce another issue that I saw before when connecting/disconnecting a bluetooth device [17:52] sergiusens, same proxy:0 [17:53] i assume that is an error code? [17:53] when the volume changes, sometimes it seems there's a small delay of 1 sec that moves back the volume to the previous setting [17:53] kenvandine: no, that is the proxy information, it's correct [17:53] ok [17:53] kenvandine: as there isn't any :-) [17:53] so if I change from 10% to 100% when playing a multimedia stream, sometimes the indicator moves back to 10% after setting it to 100% [17:53] sergiusens, so correct, just broken? [17:53] kenvandine: can you wget http://atl2mosget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-7-13b-231-2-ca-2586987 [17:53] and I saw that this is not because of pulse [17:54] but need to investigate a bit more [17:54] kenvandine: it's correct; that log I guess is only useful to me [17:54] rsalveti, Hmm, okay. Keep me posted. I don't have any BT devices setup, but I can find one if needed. [17:54] Connecting to atl2mosget.msg.eng.t-mobile.com (atl2mosget.msg.eng.t-mobile.com)|66.94.0.188|:443... connected. [17:54] sergiusens, but just sitting there [17:55] ted: sure, will try to investigate it further and open a bug for it [17:55] kenvandine: ok, is this a separate mms context or combined one, that said, we are one step further in the chain ;-) [17:55] Unable to establish SSL connection. [17:55] sergiusens, not sure what serparate or combined is :) [17:56] http://pastebin.ubuntu.com/8487372/ [17:56] kenvandine: combined: a context of type internet with a messagecenter [17:56] so yes [17:58] kenvandine: is the wget call (or nuntium udm call) going out through wifi or 3g? [17:58] kenvandine: easy way to see, is to disable wifi and see if it works [17:58] sergiusens, i am connected to wifi [17:58] ok [17:59] sergiusens, wow... without wifi it looked much more promising [18:00] but still blew up :) [18:00] http://pastebin.ubuntu.com/8487392/ [18:00] sergiusens, not sure why it says starting upload though [18:00] it should of been a download [18:01] oh... download then upload? [18:02] kenvandine: mms is like the worst; it has a reinvented protocol that compresses http to send over http anyways [18:02] kenvandine: the upload is the "ack" that it needs [18:02] sergiusens, so the wget does work [18:02] when disconnected from wifi [18:04] kenvandine: ok, do nuntium as an upstart "service", that dbus error is strange [18:04] kenvandine: but it should work [18:04] kenvandine: also one more thing, can you dig/ping an get me the ip for mms.msg.eng.t-mobile.com [18:05] kenvandine: syslog should have some errors about the host route not being able to be set [18:06] sergiusens, same error when started with upstart [18:06] 2014/10/03 14:06:06 Unable to store the preferred context for MMS: write unix @/tmp/dbus-5kXtdy5uKy: broken pipe [18:06] huh, having an issue creating a click chroot, because of 'install-info' not installing properly [18:06] cjwatson: bzoltan: ^ is this a known issue? [18:07] sergiusens, 10.184.75.129 [18:07] kenvandine: thatshouldn't affect the download though [18:07] kenvandine: aha; it's different "on the internet" [18:08] Oct 3 13:27:47 ubuntu-phablet /03mmsproxy: Adding route for MMS connection /310260548354685/context1 on /ril_0 (/ril_0) [18:08] Oct 3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway' [18:08] sergiusens, ^^ === Ursinha-afk is now known as Ursinha [18:09] sergiusens, i suppose that's probably why it didn't work with wifi enabled [18:09] kenvandine: yup [18:09] should i try a reboot now to see if something else is hosed? [18:10] kenvandine: yeah maybe, the write unix @/tmp/dbus-5kXtdy5uKy confuses me a lot [18:12] cyphermox_: hey, do you have a second? [18:13] cyphermox_: Oct 3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway' is basically a KeyError, but the contexts do have it listed [18:13] cyphermox_: in http://pastebin.ubuntu.com/8487372/ ; any ideas? [18:15] bah, that's just used for logging... [18:17] sergiusens, same thing after rebooting [18:20] kenvandine: can you manually apply the changes to the file from the diff http://paste.ubuntu.com/8487489/ ? [18:20] kenvandine: same with the "set pref context you mean" [18:22] sergiusens, "set pref context you mean" ? [18:22] sergiusens, so with that patch, i should be able to see something with wifi enabled? [18:22] sergiusens: I don't know [18:23] sergiusens: could you paste the full error? [18:23] cyphermox_: it's just that :-) [18:23] clearly not [18:23] send me all of syslog, I'll take a look [18:23] cyphermox_: well it's what ken pasted [18:23] i can paste more [18:24] kenvandine: nah [18:24] cyphermox_: Oct 3 13:27:47 ubuntu-phablet /03mmsproxy: Adding route for MMS connection /310260548354685/context1 on /ril_0 (/ril_0) [18:24] Oct 3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway' [18:24] Hi, I'd like to know if there is any software source for ubuntu touch [18:24] reproduce the bug, but add a call to env as well in another script, say 04env [18:24] http://pastebin.ubuntu.com/8487524/ [18:24] cyphermox_, ^^ [18:24] cyphermox_: only mention of 'Gateway' is for a syslog call [18:24] so I created that debdiff for kenvandine to test [18:25] I mean how many apps are there already? [18:25] kenvandine: it should, but not sure; as the ip returned from the internet is different than the apn [18:25] so did it not just fail because the connection got killed? [18:25] sergiusens, trying [18:25] cyphermox_, it couldn't connect to the mms ip with wifi enabled [18:26] disabling wifi fixed it [18:26] Oct 3 13:06:44 ubuntu-phablet NetworkManager[1485]: (/ril_0): device state change: activated -> failed (reason 'ip-config-unavailable') [100 120 5] [18:26] Oct 3 13:06:44 ubuntu-phablet NetworkManager[1485]: Activation (/ril_0) failed for connection '/310260548354685/context1' [18:26] I don't know, none of it makes sense [18:26] there's no relation between wifi and mms [18:27] cyphermox_, it looked like it was trying to use the wrong route [18:27] what makes you say that? [18:27] wget failed [18:27] for the url nuntium was trying to download [18:27] disabling wifi [18:27] you don't even have a messageproxy here [18:27] and wget worked [18:28] sergiusens: I doubt working around the fact that gateway isn't available will make anything work better [18:28] cyphermox_: nope [18:28] sergiusens, it didn't help [18:28] same thing [18:29] disabling wifi and wget works again [18:29] sergiusens, maybe this is the ofono problem that was said to be hard to fix [18:29] cyphermox_: also, IP returned for the host name is different [18:29] kenvandine: it's a routing issue, nothing more ;-) [18:29] you mean compared to on mobile and wifi? [18:29] kenvandine: and I'll check the nuntium thing in a bit [18:29] cyphermox_: yes [18:30] there's not much you can do about that [18:30] cyphermox_, with wifi enabled, it fails to download content from the url [18:30] cyphermox_: not sure we should hard code the "route" [18:30] kenvandine: did syslog report the same problem with the route add? [18:30] sergiusens: no [18:30] actually, check this out [18:30] http://pastebin.ubuntu.com/8487562/ [18:31] so with wget [18:31] it does connect... but ultimately fails [18:31] Connecting to snq2mosget.msg.eng.t-mobile.com (snq2mosget.msg.eng.t-mobile.com)|66.94.0.185|:443... connected. [18:31] Unable to establish SSL connection. [18:31] disabling wifi and that doesn't happen [18:31] so doesn't sound like routing [18:31] OH [18:31] different IP [18:32] 66.94.0.185 vs 10.176.75.130 [18:32] interesting, it resolves differently [18:32] kenvandine: yeah :-) [18:32] kenvandine: because the gethostbyname call obviously resolves with the main nameserver (over wifi) [18:32] right [18:32] sergiusens, syslog still logs the same error [18:33] and this is what it should do, it can only resolve via the default gateway [18:33] /03mmsproxy: failed to add route: 'Gateway' [18:33] so maybe SSL fails because the cert doesn't match or something? [18:33] no [18:34] cyphermox_: you sure having a table of these to resolve isn't what android does? [18:34] sure [18:34] any network is free to resolve differently if you're on it vs. outside it [18:35] would it magically work if we had ipv6 support? since that is what t-mobile tries to make us do? [18:35] kenvandine: the only security for MMS is the ip you have from your context [18:35] kenvandine: right now you clearly aren't getting IPv6, so that wouldn't help in any way [18:36] cyphermox_, yes, we have to manually change the context from ipv6 to ip [18:36] file a bug and it will be next on my plate [18:36] * jdstrand is very looking forward to mms on t-mobile us [18:36] cyphermox_, bug 1360403 [18:37] bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed] https://launchpad.net/bugs/1360403 [18:37] been there for a while [18:40] kenvandine: can you pkill -SIGABRT nuntium and give me the trace it generates ? [18:40] kenvandine: after that place it gets stuck in [18:45] kenvandine: and retest but dbus-monitor interface=org.ofono.mms.Service ? [18:45] sergiusens, sure [18:46] sergiusens, http://pastebin.ubuntu.com/8487638/ [18:48] sergiusens, and this [18:48] signal sender=:1.106 -> dest=(null destination) serial=8 path=/org/ofono/mms/310260548354685; interface=org.ofono.mms.Service; member=PropertyChanged [18:48] string "PreferredContext" [18:48] variant object path "/ril_0/context1" [18:49] pmcgowan, jgdx: silo 20 with apneditor is built, please test when you can [18:50] ack [18:53] cwayne: utopic or trusty? what click and qtcreator-plugin-ubuntu version? [18:54] bzoltan: trusty, was doing it from cli, click version 0.4.32.1 [18:55] cwayne: what PPA the click is from? The SDK PPA has 0.4.33 [18:56] bzoltan: i think it's just from the archive, not a ppa [18:56] which ppa has 0.4.33? [18:58] cwayne: do you have a log? [18:58] obviously unlikely to be a click bug as such but perhaps I can help [18:58] cjwatson: i'd logged a bug here: https://bugs.launchpad.net/savilerow/+bug/1377278 is there any specific log that'd be helpful to attach? [18:58] cwayne: I do not have access to Trusty right now. I think that version is newer than the stock click in T [18:58] Ubuntu bug 1377278 in The Savilerow project "Unable to create ubuntu-sdk-14.10 click chroot" [Critical,Confirmed] === Ursinha is now known as Ursinha-afk [19:01] cwayne: the output of click chroot. looks like you have it [19:02] cwayne: what's $PATH? [19:02] in the shell where you're calling click chroot [19:02] kenvandine: is that all from the dbus monitor? :-/ [19:02] sergiusens, yes.... [19:03] cjwatson: http://paste.ubuntu.com/8487754/ [19:03] kenvandine: MessageAdded never goes out, but the dbus error make no sense as the monitor shows it could be "set" [19:03] sergiusens, seems to be a the same time i see the write unix @/tmp/dbus-K5X3fXpfuM: broken pipe [19:03] cwayne: how about: sudo env | grep ^PATH= [19:03] cwayne: (you don't need to pastebin this, it's one line) [19:04] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [19:04] hm, ok, so why is /usr/sbin apparently not in $PATH when install-info's trigger is processed [19:04] bzoltan: there is no conceivable way this is a qtcreator-plugin-ubuntu bug, I'm pretty sure you can stand down :) [19:05] kenvandine: I see, download manager is not releasing the download [19:05] FWIW just updated to 0.4.33.1, same thing [19:06] cwayne: can't see how it would make any difference [19:06] figured, but thought it'd be good to try :) [19:06] kenvandine: well, the 'upload' [19:06] cwayne: except for the fact that we have not released a 0.4.33.1 :P [19:06] kenvandine: with wifi off, can you send btw? [19:06] sergiusens, no [19:06] bah [19:07] bzoltan: use your own namespace for versions please and stop stealing ours :P [19:07] bzoltan: backports should be 0.4.33~ubuntu14.04 etc., not 0.4.33.1 [19:07] bzoltan: now we *have* to release a new version of click before utopic releases in order for upgrades to work properly [19:08] backported version numbers should always be just below the version being backported [19:08] sergiusens, actually, with wifi off i'm not even seeing it log when trying to send [19:08] maybe nuntium is stuck? [19:08] kenvandine: oh, yeah restart it; there are some mutexes now that only allow one network op at the time and you have that pending upload still [19:09] sergiusens, indeed... after restarting nuntium it does work [19:09] without wifi === Ursinha-afk is now known as Ursinha [19:09] kenvandine: well if the other end receives it; I know I need to focus on the download manager side at least [19:10] sergiusens, yes, received on the other end :) [19:10] kenvandine: one out of 2 :-D [19:11] kenvandine: ok, I might need to defer the other issue to the sprint if I can't find anything obvious for the perfect fix; I can workaround the problem in nuntium for the stale download manager [19:12] kenvandine: just give me a couple for a new nuntium, need to focus on pmcgowan's issues for a bit :-) [19:12] ralsina_: I'm here just very briefly: please send me an e-mail with the syslog (but first, uncomment the line about LoggingLevel in /etc/signond.conf, and try again) [19:12] mardy: ack [19:13] jdstrand: at least with wifi off you can send it seems [19:13] I'll be looking at recv for the wifi off case [19:14] and defer the route issue to cyphermox_ as he said he'd take care [19:14] aye [19:14] that'll make some happy t-mobile users :) [19:16] bzoltan: for that matter, you have no changes in your backport, so you don't need to change the version number at all for a build in a PPA. just use copy-package (lp:ubuntu-archive-tools) to copy it from the primary archive without binaries next time, and you'll get a new build. [19:16] though that is more complicated when you need to build for more than one release, which will no doubt be the case in the future. [19:17] alternatively, use backportpackage, which has options for uploading to PPAs and gets all this stuff right. [19:18] cwayne: well, I'm seeing if I can reproduce this [19:21] cjwatson: ack, it's on a node in s-jenkins, so i wonder if there's something wonky with the environment there [19:22] cwayne: mm, that's what I was wondering about when getting you to show me $PATH, but all looked fine there [19:22] so must be something in the distribution itself somewhere [19:25] mardy, sergiusens: it seems to have worked now. [19:25] * ralsina_ is baffled [19:26] logs enabled works and logs disabled fails and always reproduceable == race [19:26] sergiusens: it's like taking my son to the doctor, he always gets better on the way [19:27] * ralsina_ disables logs and tries again [19:28] ralsina_: check he's not Superman [19:28] cjwatson: or wolverine [19:29] cjwatson: OK, I will do like that next time [19:29] thanks :) === Ursinha is now known as Ursinha-afk [19:33] cwayne: this is going to take a while on my ADSL - could you just quickly confirm whether /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/sbin/update-info-dir exists? [19:34] cjwatson: /var/lib/schroot/chroots seems to be empty [19:34] errrrr [19:34] that's where click chroot writes to [19:34] did you destroy the chroot after the failure? [19:35] oh, bah, click chroot create does that automatically :) [19:35] cjwatson: ah, ill run with -k [19:35] cwayne: add --keep-broken-chroot to the end of that command line and try again - will probably be quicker for you than me [19:35] yeah [19:35] ETA 28min here [19:35] sure thing, running now [19:36] sergiusens, mardy: works without logs. Madness. [19:38] cjwatson: ok, it does not exist [19:39] that is /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/sbin/update-info-dir does not exist [19:39] cwayne: but /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/var/lib/dpkg/info/install-info.postinst does exist? [19:39] nope, that doesn't seem to exist either [19:40] cwayne: err but the log shows it being called ... [19:40] /var/lib/dpkg/info/install-info.postinst: 32: /var/lib/dpkg/info/install-info.postinst: update-info-dir: not found [19:40] which is supposed to be inside schroot -u root -c source:click-ubuntu-sdk-14.10-armhf [19:41] yeah, it does't make any sense to me either :) but it's not there [19:41] cwayne: could you attach the full output from click chroot create? [19:41] cjwatson: sure thing [19:41] cwayne: and check that there's at least something else in /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/var/lib/dpkg/info/ (should be lots of files) and that I didn't just typo that [19:42] cjwatson: yep theres a bunch of stuff there, just no install-info.postinst [19:42] how odd. and the given line number makes sense. [19:43] also very strange to see gnupg being upgraded, rather than fresh-installed. [19:43] it hasn't been changed in utopic since 2014-06-26 [19:44] the version it's upgrading from was never in utopic; it's in trusty-security/trusty-updates [19:46] it's almost as if it's not actually chrooting at all or something, but how ... [19:46] cwayne: if there's a Jenkins job for this then pointing me at it would be fine too === Ursinha-afk is now known as Ursinha [19:47] cjwatson: just uploaded the log, no jenkins job yet, though I could give you the IP and you could ssh in if you'd like [19:48] cwayne: sure, though I really ought to go and play family games, but I could pick the details out of scrollback [19:48] my public key's on LP of course [19:48] cjwatson: sure, no worries, go enjoy some games :) [19:51] cwayne: very interested in looking into this while it's reliably reproducible though, so I'll come back later [19:51] cjwatson: ack, thanks [19:52] it really looks as though something wasn't cleaned up [19:52] ralsina_: wipe the accounts database and start over? :-P [19:52] note how the first log was --unpack and this one is --configure === Ursinha is now known as Ursinha-afk [20:12] sergiusens: ok, so, what seems to happen is that for things to work, I need to give the twitter app access to the twitter account! [20:12] sergiusens: which in tretrospect seems rather obvious [20:13] perhaps that should be enabled by default, tho [20:15] bzoltan: this has turned out to be host system misconfig, so neither of our faults. :) [20:19] ralsina_: that's why I asked about the "toggles" [20:19] :-) [20:23] jdstrand: hey, im getting someone that has all of their scopes crashing, with the error being what(): AppArmor profile does not exist [20:24] jdstrand: should they just re-generate the caches? [20:25] cwayne: that is disturbing-- it is certainly because the profiles are not loaded. they can do 'sudo start apparmor' and it should right itself. do you know how they got there? were they fiddling with disabling apparmor or something? [20:25] jdstrand: they were just installing clicks [20:25] how? [20:26] pkcon as the user? [20:26] pkcon as the user [20:26] sudo start apparmor ACTION=force-reload [20:26] that would do it definitively [20:26] cwayne: what version of apparmor do they have? [20:27] (a reboot should also correct it) [20:27] if someone has steps to reproduce, that person should please file a bug [20:33] pmcgowan, have you tried the apneditor silo yet? [20:33] i'm not seeing it at all on krillin [20:33] kenvandine, sigh no, debugging mms [20:34] kenvandine, not seeing the option? [20:34] nope [20:34] not at all [20:34] is it still mrked hidden? [20:35] oh.... i think i know why [20:35] jgdx has another branch that fixes this [20:35] sigh... we need to add the other branch to the silo [20:36] the bug for when the sim is in the 2nd slot [20:36] * kenvandine moves the sim for testing [20:36] i'll add this branch too and get it building again [20:36] ugh... i bet it's not going to merge cleanly [20:37] kenvandine, what are we missing? [20:38] lp:~jonas-drange/ubuntu-system-settings/cellular-slot2-online-status-not-persisting-1375832/ [20:38] kenvandine, and that affects the editor showing up? [20:39] yes [20:39] if the sim is in the 2nd slot [20:39] the cellular panel doesn't really do the right thing === Ursinha-afk is now known as Ursinha [20:39] it doesn't show you settings for the right sim [20:39] it shows you the one that isn't present [20:40] ah [20:41] aa [20:41] right [20:41] let me fix that test [20:43] jgdx, i just resubmitted the apneditor branch with your branch as a prereq [20:44] jgdx, do you need to fix anything else? [20:44] jgdx, tell me now before i pull the trigger on rebuilding the silo :) [20:46] https://code.launchpad.net/~unity-api-team/ubuntu-system-settings/apneditor/+merge/237138 [20:46] jgdx, ^^ [20:47] kenvandine, not AFAIK [20:47] cool [20:47] * kenvandine builds [20:47] but you don't want the slot2 branch? [20:52] jgdx, i do... i merged it and made it a prereq [20:53] sigh... wtf! [20:54] oh, forgot the commit message on the resubmit :) [20:56] * ahoneybun dances at the site for an APN editor [20:57] sergiusens: got confused because there is *another* toggle in the notifications plugin :-) [20:57] ahoneybun, it's coming... soon :) [20:57] in landing silo 20 :) [20:58] kenvandine, so, my branch failed ap tests [20:58] kenvandine, you need 1109 [20:58] ok [20:58] jgdx, i got 1109 [20:58] kenvandine, that's sweet [20:58] in the silo :) [20:58] good timing [20:58] holy moly [20:59] 2014-10-03 20:54:56,185 INFO Trying to merge https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/cellular-slot2-online-status-not-persisting-1375832 (at rev 1109) into https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk [20:59] score [20:59] thx [20:59] i've confirmed it shows up now :) [21:00] with the sim in the first slot :) [21:00] but... i can't risk testing it right now... it's my primary sim... and my daughter is going to be calling me any minute to ask me to pick her up, so can't risk missing that call :) [21:01] kenvandine, lol [21:01] i'll test it after i know i won't piss anyone off :) [21:01] kenvandine, dont you have a krillin there? [21:01] it is my krillin :) [21:01] with my t-mobile sim [21:01] oh [21:01] gotcha [21:01] my att sim has no minutes [21:01] you need a test sim [21:02] i should buy some... but my sim came with 15 minutes free... [21:02] which i haven't been able to activate [21:02] ussd errors trying to call the magic number to activate the minutes [21:03] ring... ring... whew, didn't miss her call :) [21:03] time to run out to get her, bbiab to test it :) [21:04] have a good weekend folks [21:05] kenvandine, have a good one. Shoot me an email when the silo's ready (/me checks if it is) [21:11] I'm using a Nexus 4 and wifi is not working. no wifi device present in network manager. "error parsing wlan/prima/WCNSS_qcom_cfg.ini" in dmesg [21:11] any idea how to fix without reimaging? [21:17] Hi [21:23] pdxwebdev, you can reflash without wiping your data, but it will wipe anything you added via apt [21:24] pdxwebdev: You may also want to just try power cycling. I've had that WIFI issue and that fixed it. I didn't collect any data to make any fuss about it though. [21:24] Although, I'm using a Nexus 5 as well. [21:25] remove the battery? [21:25] No, just power off, then power on. [21:27] it was only an intermittent issue. Now it's every time. Ok, yeah, I did power off the phone. So just flash without the --boostrap flag? [21:30] I think so but I'm not the right person to ask for that, I'm running it dual booted and so I only ever flashed it once. [21:31] and no --wipe, just the --channel and maybe --device [21:32] k [21:36] pdxwebdev, if it persist, you could do $ ubuntu-bug network-manager # upload the info and describe the problem in a bug [21:38] err, on the device you'd have to do $ apport-cli network-manager === salem_ is now known as _salem [23:51] I ran out of free space on my home partition, said apport-cli. So I did a apt-get autoclean and clean, freeing about 150MB. Suddenly wifi works. I don't understand but I don't care either.