/srv/irclogs.ubuntu.com/2014/10/03/#ubuntu-touch.txt

nith1210Also, how does one add to the wiki install instructions?00:01
=== diddledan__ is now known as diddledan
vitimitiBye01:30
dzezhello02:47
dzezme and my 11 year old decided we would build a computer.  he ordered the parts and box and we have it all together.02:48
dzezwe have searched the net and really havent found good steps on how to install ubuntu.02:49
mozzarellaask in #ubuntu instead02:49
dzezdoes anyone have them or can give us the process.  we have downloaded 14.04 64bit.  what changes do we need to make to bios.02:50
=== kickinz1|afk is now known as kickinz1
=== mpt_ is now known as mpt
salih-eminHi guys08:06
salih-eminNew here08:06
salih-eminwhich channel of Ubuntu touch images (for nexus) has the latest versions ?08:07
=== sil2100_ is now known as sil2100
salih-emincurrentlly I have the devel channel08:07
=== andrej_ is now known as m_andrej
salih-eminand on settings I see that i am on Ubuntu 14.10(r243)08:08
salih-eminam I good ?08:09
salih-emin"accidentally" found the answer I was looking for : http://developer.ubuntu.com/start/ubuntu-for-devices/image-channels/08:13
salih-emin:)08:13
m_andrejGuys, 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:15
popeyhi 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 moment08:22
m_andrejpopey: thanks08:22
popeymzanetti may be able to help though, I know he's done that kind of thing in his apps08:23
mzanettim_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
mzanettim_andrej: then copy over your qml files into the app/ folder08:26
mzanettiit will still be loaded using qmlscene, but set the import path to load your plugin08:26
mzanettithe template will create a class called "MyType", just rename/reuse that08:27
m_andrejmzanetti: thanks a lot08:27
popeythanks mzanetti08:27
mzanettiyw08:27
JamesTaitGood morning all; happy Friday, and happy Techie’s Day! :-D08:52
chriscare 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
chriscs/hackets/hackers/08:53
akiva-thinkpadchrisc, good question08:53
akiva-thinkpadchrisc, are you speaking of dvorak, colemak, alternate layouts?08:53
chrisci want a ketyboard with - ! tab without a modifier key08:54
chriscon android there is the hackers keyboard https://f-droid.org/repository/browse/?fdfilter=org.pocketworkstation.pckeyboard&fdid=org.pocketworkstation.pckeyboard08:56
chrischttps://code.google.com/p/hackerskeyboard/08:57
chriscis it worth me opening a ticket for this?08:58
chriscwith the current touch keyboard I can't do Ctrl-n and Ctrl-p for next and prev window in irssi :-(08:59
chriscit's kinda fustrating09:00
popeychrisc: one for Elleo09:04
m_andrej1bump09:04
=== m_andrej1 is now known as m_andrej
rsalvetited: 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 settings09:36
rsalvetited: need to investigate that better09:36
Elleochrisc: 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 something09:37
chriscElleo: OK, cool, I will when I get a chance :-)09:40
Elleochrisc: thanks :)09:46
chriscElleo: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/137709610:50
ubot5Ubuntu bug 1377096 in ubuntu-ui-toolkit (Ubuntu) "Ubuntu Touch should allow alternative keyboard layouts" [Undecided,New]10:51
Elleochrisc: thanks :)10:52
chriscnp10:53
=== 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
cjwatsonjdstrand: I've passed bug 1371574 over to you guys based on our discussion so far.  Let me know if you change your mind / need anything11:48
ubot5bug 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/137157411:48
=== _salem is now known as salem_
=== alan_g is now known as alan_g|lunch
jdstrandcjwatson: ok, thanks12:26
=== gnu is now known as Guest88311
=== dandrader_ is now known as dandrader
chrisc /win 2012:50
=== alan_g|lunch is now known as alan_g
mterrykenvandine, 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 landing13:24
=== barry` is now known as barry_
=== barry_ is now known as barry
gatoxmardy, ping..... hi, i'm having some troubles with the OA plugin for qml.... do you have a moment?14:13
mardygatox: sure, shoot14:13
gatoxmardy, 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
gatoxmardy, i've used it before and it was working.. but i have used it from a click application... this a deb application14:15
mardygatox: we also use the Setup{} element from ubuntu-system-settings, to fire up the account creation, and we listen for its finished signal14:18
mardygatox: do you have the code somewhere?14:18
gatoxmardy, 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 created14:20
gatoxmardy, 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:22
mardygatox: http://bazaar.launchpad.net/~online-accounts/ubuntu-system-settings-online-accounts/trunk/view/head:/system-settings-plugin/ProviderPluginList.qml14:24
mardygatox: can you check the upstart logs? maybe there's some qml warning there14:25
gatoxmardy, 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
gatoxmardy, where were those?14:25
gatoxmardy, also....... the setup says applicationId: "ubuntu-system-settings" in the updates plugin... could that be a problem?14:26
mardygatox: does the account setup start as expected?14:31
=== oSoMoN__ is now known as oSoMoN
gatoxmardy, yes... and i14:32
gatoxmardy, yes..... and i'm login in successfull14:32
gatoxy14:32
mardygatox: then I think that your Setup element is being used correctly14:32
mardygatox: or at least, that's not the problem :-)14:33
gatoxmardy, why the onFinished signal is not being triggered then?? is the .application file necessary?14:33
kenvandinemardy, next time you do a uss-oa landing, can you include my keyword branch?14:35
=== dandrader is now known as dandrader|afk
mardygatox: try adding console.warn() and see the logs in ~/.cache/upstart/14:36
mardykenvandine: sure, will do14:36
kenvandinethx14:36
gatoxmardy, ack... thanks14:36
tedrsalveti, Is the "phone" role for talking on the phone or the ringer?14:37
oSoMoNkenvandine, 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
kenvandineoSoMoN, sure14:39
oSoMoNkenvandine, thanks!14:41
kenvandineoSoMoN, np14:41
jgdxkenvandine, hey, would you take a look at https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/cellular-slot2-online-status-not-persisting-1375832/+merge/23707014:47
kenvandinejgdx, are you looking over my shoulder?  i was just reading the bug report :)14:48
tedbfiller, Do you know what sound roles you guys are using in the phone app? Different roles for on call vs. ringer?14:51
ichigo-rokuHello14:53
rsalvetited: for talking on the phone14:54
rsalvetited: it's basically the volume for voice call14:54
tedrsalveti, Okay, and so ringer is through alert?14:54
rsalvetited: yeah14:55
jgdxkenvandine, you look tired, Ken. *suspenseful music*14:55
tedrsalveti, So it seems like silent mode only effects the "alert" profile then.14:55
tedkenvandine! jgdx is in the house!14:55
kenvandine:)14:56
ichigo-rokuI 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 he15:01
ichigo-rokulp15:01
jgdxichigo-roku, Hotswapping support is lacking, so remove/insert does not work very well. Could you reboot your phone and report back?15:02
jgdx(with the SIM inserted)15:03
ichigo-rokujgdx, sorry I forgot to tell that I have also rebooted serveral times15:03
rabe_Hi everyone,15:03
ichigo-rokuBut that didn't work15:03
=== kickinz1 is now known as kickinz1|afk
jgdxichigo-roku, is there a SIM entry in the Network indicator?15:04
jgdxichigo-roku, important too is your phone, what model is it?15:04
ichigo-rokuIt's written "No sim card", I have an Nexus 5, which is not officially supported I think15:05
rabe_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
kenvandinerabe_, enable developer mode15:06
kenvandinein system-settings, under about15:06
rabe_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
kenvandinerabe_, you can do it with ubuntu-device-flash15:07
kenvandinethere are args to enable developer and set the password15:07
kenvandineyou can do that without wiping15:07
rabe_I see, thanks for the answer, I will read through the manual :)15:08
jgdxichigo-roku, right, not sure if I can help you with that.15:08
kenvandineichigo-roku, do you have developer mode enabled?15:08
kenvandineif so... get a shell on it and run this15:08
kenvandine/usr/share/ofono/scripts/list-modems15:08
=== kickinz1|afk is now known as kickinz1
ichigo-rokukenvandine, I don't have the developer mode enabled right now15:09
=== kickinz1 is now known as kickinz1|afk
ichigo-rokuOK I'll try that15:10
ichigo-rokukenvandine, I got some results what information do you need ?15:13
kenvandinelook for information that should be from you sim15:15
kenvandinelike what's under SimManager maybe15:15
rabe_@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 useful15:15
kenvandine rabe_ run 'ubuntu-device-flash -h'15:16
kenvandineto see the args15:16
rsalvetited: yeah, that's why for me it should just be a mute for the alert role15:16
kenvandine --developer-mode --password=000015:16
kenvandinesomething like that15:16
kenvandineto set the pass to 000015:16
ichigo-rokukenvandine, under SimManager I have "Present = 0"15:16
=== chihchun is now known as chihchun_afk
kenvandineichigo-roku, ok... i'm out of ideas... sorry15:17
kenvandinedobey, did you have to do anything for your nexus 5 ?15:18
sergiusenskenvandine: rabe_ you need to do that from recovery though as adb isn't enable anyways and if it were you wouldn't need this ;-)15:18
=== dandrader|afk is now known as dandrader
tedrsalveti, 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:19
rabe_Alright, seems like I first have to enable developer mode. Will do that and then set the password. Thanks guys!15:20
ichigo-rokukenvandine, thanks for your help!15:20
kenvandineichigo-roku, no problem15:21
rsalvetited: what is the work item?15:21
tedrsalveti, When the AS value changes, mute the alert role.15:22
ted(or unmute)15:22
dobeykenvandine: huh?15:24
kenvandineichigo-roku's n5 isn't seeing his sim15:24
dobeyoh. no idea15:24
dobeyi don't have a locked sim15:25
dobeyi can put it in anything and it works15:25
dobeywell, unless the software is broken or something15:25
dobeysometimes after reboot in the past i have noticed the modem didn't come up15:26
dobeybut aside from that, no problems with the sim, no15:26
rsalvetited: it could be (and it'd be easier doing that there now)15:26
dobeyi'm also not using dualboot or multirom for it. only ubuntu15:26
dobey(not sure if that makes any difference)15:26
rsalvetited: then there's the problem of what to show as an icon15:26
rsalvetiI just replied the thread15:27
tedrsalveti, Yeah, saw that. I think we may need to start including design there.15:27
dobeyhaybe a hollow ate it15:27
rsalvetited: yeah15:27
dobeybah, ralsina_; you broke my mail client :P15:28
tedrsalveti, 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
rsalvetited: great, thanks15:28
dobeywtf15:28
tedrsalveti, Have you brought up the concept of roles with design already, or should I start there?15:29
ichigo-rokuWell I'll try without multirom maybe it'll solve the problem15:29
dobeyi 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
rsalvetited: I discussed that with mpt before, but just on irc, not yet as an official thread with the design team15:29
nhainesichigo-roku: I do use multirom for my N5 and don't have any problems with my sim card.15:29
cwaynedobey: no issues here (except tmobile trying to use ipv6), am using dualboot15:30
dobeymaybe it's just the provider/sim that's the problem15:30
tedrsalveti, Ah, okay.15:30
nhainescwayne: is there any fix in sight for the T-Mobile USA problem, btw?15:30
dobeycwayne: well, ipv6 can be worked around at least. but the mms proxy thing is a bigger problem15:30
ichigo-rokunhaines, which branch are you using ?15:30
dobeynhaines: which t-mo problem? :)15:31
cwaynenhaines: none that i know of15:31
nhainesichigo-roku: used to be devel and devel-proposed, but currently ubuntu-rtm/14.0915:31
nhainesdobey: the one where the APN database got dropped and now T-Mobile uses an ipv6 gateway.15:31
ichigo-rokuI'll try it just in case, thanks15:31
dobeynhaines: does tweaking the gprs file no longer work?15:31
nhainesdobey: it works fine but is nothing suitable for a retail phone.15:32
nhaines(Although the wifi to 4G handoff is super flakey.)15:32
dobeynhaines: oh, well APN editor is supposed to be landing very soon15:32
dobeyyeah, wifi/data switching has been annoyingly flaky for me too15:32
nhainesThat's a half-measure but it will be way more convenient for me.  :)15:33
dobeyeh, i tweaked the gprs file a month ago and haven't touched it sense15:33
dobeyi wish the mms thing would get fixed though15:33
nhainesI 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
nhainesI reflash the phone pretty often.15:34
sergiusensdobey: which mms thing?15:34
dobeysergiusens: t-mo us doesn't use the proxy or gateway or whatever, and ofono currently doesn't work with that configuration15:34
sergiusensdobey: we removed the "proxy" requirment last week as part of the "free/france/orange" work15:35
dobeysergiusens: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/136040315:35
ubot5Ubuntu bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed]15:35
dobeyoh15:35
sergiusensdobey: yeah, and at the end I added a comment :-P15:35
dobeyjust saw that15:36
sergiusensdobey: athought I do know of a recv bug anyways ;-)15:36
dobeyoh so i can't have someone send me a picture to test it? :P15:36
nhainesWell, 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.  :P15:36
kenvandinejgdx, oh... that's proposed to merge into the other branch15:36
nhainesGood luck, everyone.15:37
kenvandinejgdx, we'd need someone else to merge that15:37
kenvandinejgdx, propose it against trunk with the other branch as a prereq15:37
kenvandineor...15:37
kenvandineactually i think i can merge that :)15:37
dobeyanyway, time to get lunch15:38
jgdxkenvandine, awesome. you need to merge 98315:38
jgdxdo we have a test plan for this?15:39
kenvandinethere was something added to it15:39
kenvandinebut not sure it includes enough detail15:39
jgdxright, it's pretty basic15:39
kenvandinetricky thing is whoever is testing it needs to know what info to put in for their carrier15:40
kenvandineso it assumes some level of knowledge15:40
kenvandinei 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 need15:41
jgdxwould be easier if we could see the current apn settings15:41
kenvandinetrue15:42
kenvandinejgdx, merged, and includes 983 :)15:43
jgdxkenvandine, 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
jgdxkenvandine, awesome :)15:44
jgdxkenvandine, I don't see the carrier APN when in multisim. I'll check out what's going on.15:44
ralsina_dobey: *I* broke your mail client???15:44
kenvandinejgdx, should i hold off rebuilding the silo?15:45
jgdxkenvandine, not sure I can fix this before EOD though15:46
kenvandinejgdx, ok, just let me know15:46
jgdxkenvandine, looking at http://pastebin.ubuntu.com/8486650/15:47
jgdxkenvandine, nm15:47
jgdxunrelated15:47
kenvandinebut that should be specific to the sim15:47
jgdxkenvandine, hmm, not sure what that was. I went away when I tried it with r983 from my branch15:52
jgdxkenvandine, go silo!15:52
kenvandinejgdx, woot15:53
kenvandinepmcgowan, ^^15:53
kenvandineok... i'll build the silo15:53
kenvandinejgdx, oh... your undo commit :)15:53
kenvandinechecking for powered... that would do it15:53
pmcgowancool15:54
jgdxkenvandine, that wasn't the cause, since I was inside the APN choosing thing.15:54
kenvandineoh... ok15:54
kenvandinei'm going to wait a few to rebuild15:54
jgdxbut yeah, that would be embarrassing15:54
kenvandineafter i merge/clean silo 2415:55
kenvandineotherwise we'll need yet another rebuild15:55
kenvandinejgdx, will you be able to check maybe a little later to kick the tires on the silo?15:55
jgdxkenvandine, certainly. Unless I become an uncle later, then no. :)15:56
kenvandineit might not be a great thing to publish late on a friday.... but i know this has been stressing pmcgowan out ;)15:56
kenvandinejgdx, that would be understandable :)15:57
jgdxyup15:57
kenvandineand we're are still awaiting QA verification for another rtm silo15:57
pmcgowankenvandine, do you think its risky? it doesnt affect existing features15:59
kenvandineit shouldn't :)16:00
kenvandinei just worry if someone tries to change their apn... and shoot themselves with a broken phone for the weekend16:00
kenvandinepmcgowan, can you help test the silo too?  once i build it16:00
pmcgowanhmm kenvandine did the reset option get in? I think its not16:01
kenvandineit might be another 30m or so before i can merge/clean the other silo16:01
pmcgowanok sure16:01
kenvandinei don't think it is16:01
pmcgowanthats kindof an issue16:01
kenvandineyeah... worries me16:01
kenvandinei know i've had one weekend since i started dogfooding where my phone didn't work16:02
kenvandineit was annoying... to say the least16:02
pmcgowanso I recall we cannot dynamically reset, but can delete and reboot16:02
kenvandinebut one weekend in over a year of it being my only phone :)16:02
kenvandinenot bad...16:02
pmcgowanyeah prettty good16:02
kenvandineand it was like last december... so really early16:02
kenvandinemy wife was pretty ticked off though... she couldn't call me :)16:03
pmcgowanlol16:03
ralsina_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-blacklist16:03
kenvandineshe's still pretty upset that her MMS messages to me go to /dev/null :)16:03
pmcgowankenvandine, why is that?16:03
ralsina_mardy: data points, current account-polld works, this one without the access control works, this one with access controls doesn' t.16:03
kenvandinet-mobile16:03
kenvandineMMS doesn't work16:03
pmcgowando you know why?16:04
kenvandineor didn't last i checked...16:04
kenvandinesomething context related... there's a known bug16:04
pmcgowanI think they should16:04
pmcgowanhmm16:04
kenvandineit has never worked16:04
kenvandinei'll try it again16:04
kenvandineit didn't work like 2 weeks ago16:04
pmcgowanta fix for mms just landed in nuntium16:04
pmcgowanthat may be it16:04
kenvandineit was broken for a year... i got used to it :)16:04
pmcgowankenvandine, https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/137066016:06
ubot5Ubuntu bug 1370660 in ubuntu-system-settings (Ubuntu) "allow the user to select a preferred context for MMS" [High,Confirmed]16:06
kenvandinepmcgowan, ok... so that means it still won't work, until we expose another setting? or does the APN editor address that?16:10
pmcgowankenvandine, the editor "should"16:10
pmcgowannot sure if there is an api to call or its down below16:11
pmcgowansergiusens, ?16:11
kenvandinepmcgowan, but the apneditor branch we already have doesn't fix this though... right?16:12
pmcgowankenvandine, I dont know if the editor needs to do more than set the context to have it work16:13
kenvandinei guess i can try that out when the silo builds :)16:14
pmcgowanideed16:14
chriscis there a ticket for encrypted home with ubuntu-touch?16:18
ramiohi16:19
ramiook,so i wonder when will ubuntu touch be offically available16:22
ramioand is it possible to install it safely and use it safely now ?16:22
chriscramio it is available now, see the topic for links16:23
ramiothe welcoming link of this channel ?16:24
ramiowhat if iam a not that expert in installing OS on phones ?16:24
chriscramio: you should be able to type: "/topic" to get the channel topic16:25
chriscramio: you might be best waiting till you can buy a already installed phone, the only "officially" supported phone is a goolge/lg nexus 516:26
ramionot nexus 4 ?16:26
chriscoh yes!16:26
chrisc4 :-)16:26
ramiook16:26
ramioso when will they do that ?16:27
chrisci don't know16:28
ramioi searhed all the web but not heard any news about when such phones will be available :(16:28
=== Ursinha is now known as Ursinha-afk
chriscramio: there are aticles like this out there http://news.softpedia.com/news/Meizu-Confirms-MX4-Ubuntu-Touch-Release-for-December-2014-458782.shtml16:29
ramiois is OS for nexus 4 stable ?16:29
chrisci have no idea how true they are16:29
chriscseems stable to me, but i don't have a sim card in my phone and mostly only use the terminal application...16:30
ramiodoesnot the applications have any GUI ??16:31
chriscyes it does, it's nice, better than android in some ways16:31
elopioping ted, jdstrand: In order to create a new user, the test would need root permissions. How would you solve that part?16:32
tedelopio, sudo16:32
ramiothen why you mostly use only terminal application ... is this the only application that workes better ?16:33
jdstrandI figured it would be handled by the test harness16:33
jdstrandmaybe it grows a 'newuser' option or something16:33
jdstrandmaybe it already has one16:33
chriscbecause it's mostly all i need16:33
ramioterminal application in phone !!! O.O well this makes me more excited to try ubuntu touch ... cannot wait it !!16:34
chriscwell you you can get one on android too, cyanogenmod comes with one by default16:35
ramiodual-boot ?16:36
chriscthat is also possible, but i wasn't meaning that16:36
tedrsalveti, 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:36
chriscramio: https://f-droid.org/repository/browse/?fdfilter=terminal&fdid=jackpal.androidterm16:37
tedrsalveti, So basically we need to change the icon based on the role as well.16:37
ramiochrics , what did you mean ? i didnot understand what mentoned to ...16:37
chrisci ment you can have a terminal on android16:38
ramiook16:38
ramiois cyanogenmod an phone os like ubntu touch and windows phone ?16:39
chriscit's a version of android, http://cyanogenmod.org/16:39
chriscyes it's a phone os16:40
ramiook and how could it help installing ubuntu touch ?16:40
chriscurm, it doesn't, i just mentioned it as an example of a phone os with a terminal16:41
ramiogot it ,sorry that i didnot understand you quickly ^_^16:41
chriscthough the install process for cyanogenmod and ubuntu touch are the same for some parts16:41
chriscbuth use adb16:41
chriscboth16:41
chrischttp://wiki.cyanogenmod.org/w/Adb16:42
ramiodo i need any hardware to install ubntu touch ?16:42
chriscthe install instructions are based on a using a computer unning ubuntu16:42
chriscso you need that and a usb lead16:43
ramioi think i would like to try it then ...16:44
ramioand do i need any specfic software on my phone or my pc ?16:44
chriscramio: http://developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/16:45
ramiois nexus 4 the only device that is available ?16:48
chriscthere are other unofficial ports16:49
ramiolike nexus 5 and nexus 10 ? what about Galaxy ?16:50
chrischttps://wiki.ubuntu.com/Touch/Devices16:50
dobeyralsina_: yes. for some reason when i try to reply to your mail, evolution is hanging16:51
ralsina_dobey: a-mazing16:51
dobeyralsina_: oh, not just your mail i guess. wtf16:52
sergiusenspmcgowan: just saw the blank '?' addressed to me16:55
* sergiusens reads backlog16:56
sergiusenspmcgowan: 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 week16:57
kenvandinesergiusens, so do we need settings work? or not?16:58
sergiusenspmcgowan: 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/136040316:59
ubot5Ubuntu bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed]16:59
kenvandinesergiusens, cool, but i can't send them either16:59
=== dandrader is now known as dandrader|afk
kenvandinesergiusens, want to create a MP for that so i can get debs to test?17:00
sergiusenskenvandine: pmcgowan does it really use ipv6? the proxy part shouldn't be an issue; but ofono doesn't support ipv6 afaik17:00
kenvandinesergiusens, i manually changed it from ipv6 to ip17:01
sergiusenskenvandine: and sending still fails?17:01
kenvandinei needed that to get data at all17:01
kenvandineyes17:01
sergiusenskenvandine: that MP only has a fix for push notification decoding, so it won't fix that17:01
kenvandinehttp://pastebin.ubuntu.com/8487088/17:01
sergiusenskenvandine: can you try sending and tcpdump the comm?17:02
kenvandinesergiusens, ^^^ that's from me sending17:02
[microMXL]is there any way to manually install 14.10 on grouper? I'm not using another distro of linux at the moment17:02
sergiusenskenvandine: oh, another witch hunt :-P '0' is not in spec for response codes :-P17:02
kenvandinesergiusens, good times :)17:02
kenvandinewell... it would be a big step if your branch fixes receiving them at least :)17:03
kenvandinewhich 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.gz17:03
sergiusenskenvandine: ok, I'll polish; it should get you one step further17:03
kenvandinesergiusens, awesome!  just ping me when you need testing17:04
=== alan_g is now known as alan_g|EOW
dobey[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 booting17:04
[microMXL]I tried to install via dualboot but it wants to download trusty, guess I'll try that one :D17:05
dobeyyes, the last image built for grouper was from trusty17:07
dobeybut it's not at all usable, due to the driver issues on tegra17:07
[microMXL]ahh perfect17:08
[microMXL]I have a mako over here, would that work better?17:08
dobeyyes, mako is pretty well supported17:08
[microMXL]thanx man17:09
[microMXL]I'll be back after downloading the mako stuff :D17:09
=== gatox is now known as gatox_lunch
dobeyoh i guess some update i installed this morning just made evolution incredibly slow when trying to reply17:30
sergiusenskenvandine: 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
sergiusenskenvandine: replace the binary or 'stop nuntium' and launch this from /tmp /home/phablet or wherever you copied it and try a recv17:31
sergiusenskenvandine: if it failes, I'd like to see the nuntium log or console output17:32
kenvandinesergiusens, cool, trying17:33
rsalvetited: right, the volume icon changes depending on the role, when they are active17:33
rsalvetited: the question is more to what kind of icon we want in there17:33
rsalvetiand if we indeed want to show the volume level as part of the icon17:33
=== gatox_lunch is now known as gatox
=== dandrader|afk is now known as dandrader
tedrsalveti, Oh, you're saying change the actual volume icon itself.17:49
rsalvetiyeah, next utopic image should have all the changes I did17:50
rsalvetiand with that you can see what I'm saying17:50
tedi.e. volume-high-multimedia17:50
tedvs. volume-high-alert17:50
rsalvetibasically if you set the alert to 10%, and then play something (with multimedia as 100%), the icon will change once the stream is active17:50
rsalvetiand if you pause, it'll move back to 10%17:50
tedWe have standard icon fallbacks. We could just put that in and let the icon theme do what they want ;-)17:50
rsalvetiafter hitting play again, it'll change to 100%17:50
rsalvetithat is kind of weird, and explains why android and iphone are not actually showing the volume level as part of the icon17:51
rsalvetiright17:51
tedYeah, okay. Sorry I was thinking of a different question.17:51
kenvandinesergiusens, no joy, http://pastebin.ubuntu.com/8487349/17:52
rsalvetiand I also noticed that we can now easily reproduce another issue that I saw before when connecting/disconnecting a bluetooth device17:52
kenvandinesergiusens, same proxy:017:52
kenvandinei assume that is an error code?17:53
rsalvetiwhen the volume changes, sometimes it seems there's a small delay of 1 sec that moves back the volume to the previous setting17:53
sergiusenskenvandine: no, that is the proxy information, it's correct17:53
kenvandineok17:53
sergiusenskenvandine: as there isn't any :-)17:53
rsalvetiso 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
kenvandinesergiusens, so correct, just broken?17:53
sergiusenskenvandine: can you wget http://atl2mosget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-7-13b-231-2-ca-258698717:53
rsalvetiand I saw that this is not because of pulse17:53
rsalvetibut need to investigate a bit more17:54
sergiusenskenvandine: it's correct; that log I guess is only useful to me17:54
tedrsalveti, Hmm, okay. Keep me posted. I don't have any BT devices setup, but I can find one if needed.17:54
kenvandineConnecting to atl2mosget.msg.eng.t-mobile.com (atl2mosget.msg.eng.t-mobile.com)|66.94.0.188|:443... connected.17:54
kenvandinesergiusens, but just sitting there17:54
rsalvetited: sure, will try to investigate it further and open a bug for it17:55
sergiusenskenvandine: ok, is this a separate mms context or combined one, that said, we are one step further in the chain ;-)17:55
kenvandineUnable to establish SSL connection.17:55
kenvandinesergiusens, not sure what serparate or combined is :)17:55
kenvandinehttp://pastebin.ubuntu.com/8487372/17:56
sergiusenskenvandine: combined: a context of type internet with a messagecenter17:56
kenvandineso yes17:56
sergiusenskenvandine: is the wget call (or nuntium udm call) going out through wifi or 3g?17:58
sergiusenskenvandine: easy way to see, is to disable wifi and see if it works17:58
kenvandinesergiusens, i am connected to wifi17:58
kenvandineok17:58
kenvandinesergiusens, wow... without wifi it looked much more promising17:59
kenvandinebut still blew up :)18:00
kenvandinehttp://pastebin.ubuntu.com/8487392/18:00
kenvandinesergiusens, not sure why it says starting upload though18:00
kenvandineit should of been a download18:00
kenvandineoh... download then upload?18:01
sergiusenskenvandine: mms is like the worst; it has a reinvented protocol that compresses http to send over http anyways18:02
sergiusenskenvandine: the upload is the "ack" that it needs18:02
kenvandinesergiusens, so the wget does work18:02
kenvandinewhen disconnected from wifi18:02
sergiusenskenvandine: ok, do nuntium as an upstart "service", that dbus error is strange18:04
sergiusenskenvandine: but it should work18:04
sergiusenskenvandine: also one more thing, can you dig/ping an get me the ip for mms.msg.eng.t-mobile.com18:04
sergiusenskenvandine: syslog should have some errors about the host route not being able to be set18:05
kenvandinesergiusens, same error when started with upstart18:06
kenvandine2014/10/03 14:06:06 Unable to store the preferred context for MMS: write unix @/tmp/dbus-5kXtdy5uKy: broken pipe18:06
cwaynehuh, having an issue creating a click chroot, because of 'install-info' not installing properly18:06
cwaynecjwatson: bzoltan: ^ is this a known issue?18:06
kenvandinesergiusens, 10.184.75.12918:07
sergiusenskenvandine: thatshouldn't affect the download though18:07
sergiusenskenvandine: aha; it's different "on the internet"18:07
kenvandineOct  3 13:27:47 ubuntu-phablet /03mmsproxy: Adding route for MMS connection /310260548354685/context1 on /ril_0 (/ril_0)18:08
kenvandineOct  3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway'18:08
kenvandinesergiusens, ^^18:08
=== Ursinha-afk is now known as Ursinha
kenvandinesergiusens, i suppose that's probably why it didn't work with wifi enabled18:09
sergiusenskenvandine: yup18:09
kenvandineshould i try a reboot now to see if something else is hosed?18:09
sergiusenskenvandine: yeah maybe, the write unix @/tmp/dbus-5kXtdy5uKy confuses me a lot18:10
sergiusenscyphermox_: hey, do you have a second?18:12
sergiusenscyphermox_: Oct  3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway' is basically a KeyError, but the contexts do have it listed18:13
sergiusenscyphermox_: in http://pastebin.ubuntu.com/8487372/ ; any ideas?18:13
sergiusensbah, that's just used for logging...18:15
kenvandinesergiusens, same thing after rebooting18:17
sergiusenskenvandine: can you manually apply the changes to the file from the diff http://paste.ubuntu.com/8487489/ ?18:20
sergiusenskenvandine: same with the "set pref context you mean"18:20
kenvandinesergiusens, "set pref context you mean" ?18:22
kenvandinesergiusens, so with that patch, i should be able to see something with wifi enabled?18:22
cyphermox_sergiusens: I don't know18:22
cyphermox_sergiusens: could you paste the full error?18:23
sergiusenscyphermox_: it's just that :-)18:23
cyphermox_clearly not18:23
cyphermox_send me all of syslog, I'll take a look18:23
sergiusenscyphermox_: well it's what ken pasted18:23
kenvandinei can paste more18:23
cyphermox_kenvandine: nah18:24
sergiusenscyphermox_: Oct  3 13:27:47 ubuntu-phablet /03mmsproxy: Adding route for MMS connection /310260548354685/context1 on /ril_0 (/ril_0)18:24
sergiusensOct  3 13:27:47 ubuntu-phablet /03mmsproxy: failed to add route: 'Gateway'18:24
pityuka44__Hi, I'd like to know if there is any software source for ubuntu touch18:24
cyphermox_reproduce the bug, but add a call to env as well in another script, say 04env18:24
kenvandinehttp://pastebin.ubuntu.com/8487524/18:24
kenvandinecyphermox_, ^^18:24
sergiusenscyphermox_: only mention of 'Gateway' is for a syslog call18:24
sergiusensso I created that debdiff for kenvandine to test18:24
pityuka44__I mean how many apps are there already?18:25
sergiusenskenvandine: it should, but not sure; as the ip returned from the internet is different than the apn18:25
cyphermox_so did it not just fail because the connection got killed?18:25
kenvandinesergiusens, trying18:25
kenvandinecyphermox_, it couldn't connect to the mms ip with wifi enabled18:25
kenvandinedisabling wifi fixed it18:26
cyphermox_Oct  3 13:06:44 ubuntu-phablet NetworkManager[1485]: <info> (/ril_0): device state change: activated -> failed (reason 'ip-config-unavailable') [100 120 5]18:26
cyphermox_Oct  3 13:06:44 ubuntu-phablet NetworkManager[1485]: <warn> Activation (/ril_0) failed for connection '/310260548354685/context1'18:26
cyphermox_I don't know, none of it makes sense18:26
cyphermox_there's no relation between wifi and mms18:26
kenvandinecyphermox_, it looked like it was trying to use the wrong route18:27
cyphermox_what makes you say that?18:27
kenvandinewget failed18:27
kenvandinefor the url nuntium was trying to download18:27
kenvandinedisabling wifi18:27
cyphermox_you don't even have a messageproxy here18:27
kenvandineand wget worked18:27
cyphermox_sergiusens: I doubt working around the fact that gateway isn't available will make anything work better18:28
sergiusenscyphermox_: nope18:28
kenvandinesergiusens, it didn't help18:28
kenvandinesame thing18:28
kenvandinedisabling wifi and wget works again18:29
kenvandinesergiusens, maybe this is the ofono problem that was said to be hard to fix18:29
sergiusenscyphermox_: also, IP returned for the host name is different18:29
sergiusenskenvandine: it's a routing issue, nothing more ;-)18:29
cyphermox_you mean compared to on mobile and wifi?18:29
sergiusenskenvandine: and I'll check the nuntium thing in a bit18:29
sergiusenscyphermox_: yes18:29
cyphermox_there's not much you can do about that18:30
kenvandinecyphermox_, with wifi enabled, it fails to download content from the url18:30
sergiusenscyphermox_: not sure we should hard code the "route"18:30
sergiusenskenvandine: did syslog report the same problem with the route add?18:30
cyphermox_sergiusens: no18:30
kenvandineactually, check this out18:30
kenvandinehttp://pastebin.ubuntu.com/8487562/18:30
kenvandineso with wget18:31
kenvandineit does connect... but ultimately fails18:31
kenvandineConnecting to snq2mosget.msg.eng.t-mobile.com (snq2mosget.msg.eng.t-mobile.com)|66.94.0.185|:443... connected.18:31
kenvandineUnable to establish SSL connection.18:31
kenvandinedisabling wifi and that doesn't happen18:31
kenvandineso doesn't sound like routing18:31
kenvandineOH18:31
kenvandinedifferent IP18:31
kenvandine66.94.0.185 vs 10.176.75.13018:32
kenvandineinteresting, it resolves differently18:32
sergiusenskenvandine: yeah :-)18:32
sergiusenskenvandine: because the gethostbyname call obviously resolves with the main nameserver (over wifi)18:32
cyphermox_right18:32
kenvandinesergiusens, syslog still logs the same error18:32
cyphermox_and this is what it should do, it can only resolve via the default gateway18:33
kenvandine /03mmsproxy: failed to add route: 'Gateway'18:33
kenvandineso maybe SSL fails because the cert doesn't match or something?18:33
cyphermox_no18:33
sergiusenscyphermox_: you sure having a table of these to resolve isn't what android does?18:34
cyphermox_sure18:34
cyphermox_any network is free to resolve differently if you're on it vs. outside it18:34
kenvandinewould it magically work if we had ipv6 support? since that is what t-mobile tries to make us do?18:35
sergiusenskenvandine: the only security for MMS is the ip you have from your context18:35
cyphermox_kenvandine: right now you clearly aren't getting IPv6, so that wouldn't help in any way18:35
kenvandinecyphermox_, yes, we have to manually change the context from ipv6 to ip18:36
cyphermox_file a bug and it will be next on my plate18:36
* jdstrand is very looking forward to mms on t-mobile us18:36
kenvandinecyphermox_, bug 136040318:36
ubot5bug 1360403 in ubuntu-download-manager (Ubuntu) "MMS does not work with T-Mobile US" [High,Confirmed] https://launchpad.net/bugs/136040318:37
kenvandinebeen there for a while18:37
sergiusenskenvandine: can you pkill -SIGABRT nuntium and give me the trace it generates ?18:40
sergiusenskenvandine: after that place it gets stuck in18:40
sergiusenskenvandine: and retest but dbus-monitor interface=org.ofono.mms.Service ?18:45
kenvandinesergiusens, sure18:45
kenvandinesergiusens, http://pastebin.ubuntu.com/8487638/18:46
kenvandinesergiusens, and this18:48
kenvandinesignal sender=:1.106 -> dest=(null destination) serial=8 path=/org/ofono/mms/310260548354685; interface=org.ofono.mms.Service; member=PropertyChanged18:48
kenvandine   string "PreferredContext"18:48
kenvandine   variant       object path "/ril_0/context1"18:48
kenvandinepmcgowan, jgdx: silo 20 with apneditor is built, please test when you can18:49
pmcgowanack18:50
bzoltancwayne: utopic or trusty? what click and qtcreator-plugin-ubuntu version?18:53
cwaynebzoltan: trusty, was doing it from cli, click version 0.4.32.118:54
bzoltancwayne:  what PPA the click is from? The SDK PPA has 0.4.3318:55
cwaynebzoltan: i think it's just from the archive, not a ppa18:56
cwaynewhich ppa has 0.4.33?18:56
cjwatsoncwayne: do you have a log?18:58
cjwatsonobviously unlikely to be a click bug as such but perhaps I can help18:58
cwaynecjwatson: 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
bzoltancwayne:  I do not have access to Trusty right now. I think that version is newer than the stock click in T18:58
ubot5Ubuntu bug 1377278 in The Savilerow project "Unable to create ubuntu-sdk-14.10 click chroot" [Critical,Confirmed]18:58
=== Ursinha is now known as Ursinha-afk
cjwatsoncwayne: the output of click chroot.  looks like you have it19:01
cjwatsoncwayne: what's $PATH?19:02
cjwatsonin the shell where you're calling click chroot19:02
sergiusenskenvandine: is that all from the dbus monitor? :-/19:02
kenvandinesergiusens, yes....19:02
cwaynecjwatson: http://paste.ubuntu.com/8487754/19:03
sergiusenskenvandine: MessageAdded never goes out, but the dbus error make no sense as the monitor shows it could be "set"19:03
kenvandinesergiusens, seems to be a the same time i see the  write unix @/tmp/dbus-K5X3fXpfuM: broken pipe19:03
cjwatsoncwayne: how about: sudo env | grep ^PATH=19:03
cjwatsoncwayne: (you don't need to pastebin this, it's one line)19:03
cwaynePATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin19:04
cjwatsonhm, ok, so why is /usr/sbin apparently not in $PATH when install-info's trigger is processed19:04
cjwatsonbzoltan: there is no conceivable way this is a qtcreator-plugin-ubuntu bug, I'm pretty sure you can stand down :)19:04
sergiusenskenvandine: I see, download manager is not releasing the download19:05
cwayneFWIW just updated to 0.4.33.1, same thing19:05
cjwatsoncwayne: can't see how it would make any difference19:06
cwaynefigured, but thought it'd be good to try :)19:06
sergiusenskenvandine: well, the 'upload'19:06
cjwatsoncwayne: except for the fact that we have not released a 0.4.33.1 :P19:06
sergiusenskenvandine: with wifi off, can you send btw?19:06
kenvandinesergiusens, no19:06
cjwatsonbah19:06
cjwatsonbzoltan: use your own namespace for versions please and stop stealing ours :P19:07
cjwatsonbzoltan: backports should be 0.4.33~ubuntu14.04 etc., not 0.4.33.119:07
cjwatsonbzoltan: now we *have* to release a new version of click before utopic releases in order for upgrades to work properly19:07
cjwatsonbackported version numbers should always be just below the version being backported19:08
kenvandinesergiusens, actually, with wifi off i'm not even seeing it log when trying to send19:08
kenvandinemaybe nuntium is stuck?19:08
sergiusenskenvandine: oh, yeah restart it; there are some mutexes now that only allow one network op at the time and you have that pending upload still19:08
kenvandinesergiusens, indeed... after restarting nuntium it does work19:09
kenvandinewithout wifi19:09
=== Ursinha-afk is now known as Ursinha
sergiusenskenvandine: well if the other end receives it; I know I need to focus on the download manager side at least19:09
kenvandinesergiusens, yes, received on the other end :)19:10
sergiusenskenvandine: one out of 2 :-D19:10
sergiusenskenvandine: 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 manager19:11
sergiusenskenvandine: just give me a couple for a new nuntium, need to focus on pmcgowan's issues for a bit :-)19:12
mardyralsina_: 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
ralsina_mardy: ack19:12
sergiusensjdstrand: at least with wifi off you can send it seems19:13
sergiusensI'll be looking at recv for the wifi off case19:13
sergiusensand defer the route issue to cyphermox_ as he said he'd take care19:14
cyphermox_aye19:14
kenvandinethat'll make some happy t-mobile users :)19:14
cjwatsonbzoltan: 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
cjwatsonthough 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:16
cjwatsonalternatively, use backportpackage, which has options for uploading to PPAs and gets all this stuff right.19:17
cjwatsoncwayne: well, I'm seeing if I can reproduce this19:18
cwaynecjwatson: ack, it's on a node in s-jenkins, so i wonder if there's something wonky with the environment there19:21
cjwatsoncwayne: mm, that's what I was wondering about when getting you to show me $PATH, but all looked fine there19:22
cjwatsonso must be something in the distribution itself somewhere19:22
ralsina_mardy, sergiusens: it seems to have worked now.19:25
* ralsina_ is baffled19:25
sergiusenslogs enabled works and logs disabled fails and always reproduceable == race19:26
ralsina_sergiusens: it's like taking my son to the doctor, he always gets better on the way19:26
* ralsina_ disables logs and tries again19:27
cjwatsonralsina_: check he's not Superman19:28
ralsina_cjwatson: or wolverine19:28
bzoltancjwatson: OK, I will do like that next time19:29
cjwatsonthanks :)19:29
=== Ursinha is now known as Ursinha-afk
cjwatsoncwayne: 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:33
cwaynecjwatson: /var/lib/schroot/chroots seems to be empty19:34
cjwatsonerrrrr19:34
cjwatsonthat's where click chroot writes to19:34
cjwatsondid you destroy the chroot after the failure?19:34
cjwatsonoh, bah, click chroot create does that automatically :)19:35
cwaynecjwatson: ah, ill run with -k19:35
cjwatsoncwayne: add --keep-broken-chroot to the end of that command line and try again - will probably be quicker for you than me19:35
cjwatsonyeah19:35
cjwatsonETA 28min here19:35
cwaynesure thing, running now19:35
ralsina_sergiusens, mardy: works without logs. Madness.19:36
cwaynecjwatson: ok, it does not exist19:38
cwaynethat is /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/sbin/update-info-dir does not exist19:39
cjwatsoncwayne: but /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/var/lib/dpkg/info/install-info.postinst does exist?19:39
cwaynenope, that doesn't seem to exist either19:39
cjwatsoncwayne: err but the log shows it being called ...19:40
cjwatson/var/lib/dpkg/info/install-info.postinst: 32: /var/lib/dpkg/info/install-info.postinst: update-info-dir: not found19:40
cjwatsonwhich is supposed to be inside schroot -u root -c source:click-ubuntu-sdk-14.10-armhf19:40
cwayneyeah, it does't make any sense to me either :) but it's not there19:41
cjwatsoncwayne: could you attach the full output from click chroot create?19:41
cwaynecjwatson: sure thing19:41
cjwatsoncwayne: 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 that19:41
cwaynecjwatson: yep theres a bunch of stuff there, just no install-info.postinst19:42
cjwatsonhow odd.  and the given line number makes sense.19:42
cjwatsonalso very strange to see gnupg being upgraded, rather than fresh-installed.19:43
cjwatsonit hasn't been changed in utopic since 2014-06-2619:43
cjwatsonthe version it's upgrading from was never in utopic; it's in trusty-security/trusty-updates19:44
cjwatsonit's almost as if it's not actually chrooting at all or something, but how ...19:46
cjwatsoncwayne: if there's a Jenkins job for this then pointing me at it would be fine too19:46
=== Ursinha-afk is now known as Ursinha
cwaynecjwatson: just uploaded the log, no jenkins job yet, though I could give you the IP and you could ssh in if you'd like19:47
cjwatsoncwayne: sure, though I really ought to go and play family games, but I could pick the details out of scrollback19:48
cjwatsonmy public key's on LP of course19:48
cwaynecjwatson: sure, no worries, go enjoy some games :)19:48
cjwatsoncwayne: very interested in looking into this while it's reliably reproducible though, so I'll come back later19:51
cwaynecjwatson: ack, thanks19:51
cjwatsonit really looks as though something wasn't cleaned up19:52
sergiusensralsina_: wipe the accounts database and start over? :-P19:52
cjwatsonnote how the first log was --unpack and this one is --configure19:52
=== Ursinha is now known as Ursinha-afk
ralsina_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
ralsina_sergiusens: which in tretrospect seems rather obvious20:12
ralsina_perhaps that should be enabled by default, tho20:13
cjwatsonbzoltan: this has turned out to be host system misconfig, so neither of our faults. :)20:15
sergiusensralsina_: that's why I asked about the "toggles"20:19
sergiusens:-)20:19
cwaynejdstrand: hey, im getting someone that has all of their scopes crashing, with the error being   what(): AppArmor profile does not exist20:23
cwaynejdstrand: should they just re-generate the caches?20:24
jdstrandcwayne: 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
cwaynejdstrand: they were just installing clicks20:25
jdstrandhow?20:25
jdstrandpkcon as the user?20:26
cwaynepkcon as the user20:26
jdstrandsudo start apparmor ACTION=force-reload20:26
jdstrandthat would do it definitively20:26
jdstrandcwayne: what version of apparmor do they have?20:26
jdstrand(a reboot should also correct it)20:27
jdstrandif someone has steps to reproduce, that person should please file a bug20:27
kenvandinepmcgowan, have you tried the apneditor silo yet?20:33
kenvandinei'm not seeing it at all on krillin20:33
pmcgowankenvandine, sigh no, debugging mms20:33
pmcgowankenvandine, not seeing the option?20:34
kenvandinenope20:34
kenvandinenot at all20:34
pmcgowanis it still mrked hidden?20:34
kenvandineoh.... i think i know why20:35
kenvandinejgdx has another branch that fixes this20:35
kenvandinesigh... we need to add the other branch to the silo20:35
kenvandinethe bug for when the sim is in the 2nd slot20:36
* kenvandine moves the sim for testing20:36
kenvandinei'll add this branch too and get it building again20:36
kenvandineugh... i bet it's not going to merge cleanly20:36
pmcgowankenvandine, what are we missing?20:37
kenvandinelp:~jonas-drange/ubuntu-system-settings/cellular-slot2-online-status-not-persisting-1375832/20:38
pmcgowankenvandine, and that affects the editor showing up?20:38
kenvandineyes20:39
kenvandineif the sim is in the 2nd slot20:39
kenvandinethe cellular panel doesn't really do the right thing20:39
=== Ursinha-afk is now known as Ursinha
kenvandineit doesn't show you settings for the right sim20:39
kenvandineit shows you the one that isn't present20:39
pmcgowanah20:40
jgdxaa20:41
jgdxright20:41
jgdxlet me fix that test20:41
kenvandinejgdx, i just resubmitted the apneditor branch with your branch as a prereq20:43
kenvandinejgdx, do you need to fix anything else?20:44
kenvandinejgdx, tell me now before i pull the trigger on rebuilding the silo :)20:44
kenvandinehttps://code.launchpad.net/~unity-api-team/ubuntu-system-settings/apneditor/+merge/23713820:46
kenvandinejgdx, ^^20:46
jgdxkenvandine, not AFAIK20:47
kenvandinecool20:47
* kenvandine builds20:47
jgdxbut you don't want the slot2 branch?20:47
kenvandinejgdx, i do... i merged it and made it a prereq20:52
kenvandinesigh... wtf!20:53
kenvandineoh, forgot the commit message on the resubmit :)20:54
* ahoneybun dances at the site for an APN editor20:56
ralsina_sergiusens: got confused because there is *another* toggle in the notifications plugin :-)20:57
kenvandineahoneybun, it's coming... soon :)20:57
kenvandinein landing silo 20 :)20:57
jgdxkenvandine, so, my branch failed ap tests20:58
jgdxkenvandine, you need 110920:58
kenvandineok20:58
kenvandinejgdx, i got 110920:58
jgdxkenvandine, that's sweet20:58
kenvandinein the silo :)20:58
kenvandinegood timing20:58
jgdxholy moly20:58
kenvandine2014-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/trunk20:59
jgdxscore20:59
kenvandinethx20:59
kenvandinei've confirmed it shows up now :)20:59
kenvandinewith the sim in the first slot :)21:00
kenvandinebut... 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:00
pmcgowankenvandine, lol21:01
kenvandinei'll test it after i know i won't piss anyone off :)21:01
pmcgowankenvandine, dont you have a krillin there?21:01
kenvandineit is my krillin :)21:01
kenvandinewith my t-mobile sim21:01
pmcgowanoh21:01
pmcgowangotcha21:01
kenvandinemy att sim has no minutes21:01
pmcgowanyou need a test sim21:01
kenvandinei should buy some... but my sim came with 15 minutes free...21:02
kenvandinewhich i haven't been able to activate21:02
kenvandineussd errors trying to call the magic number to activate the minutes21:02
kenvandinering... ring... whew, didn't miss her call :)21:03
kenvandinetime to run out to get her, bbiab to test it :)21:03
kenvandinehave a good weekend folks21:04
jgdxkenvandine, have a good one. Shoot me an email when the silo's ready (/me checks if it is)21:05
pdxwebdevI'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 dmesg21:11
pdxwebdevany idea how to fix without reimaging?21:11
vitimitiHi21:17
pmcgowanpdxwebdev, you can reflash without wiping your data, but it will wipe anything you added via apt21:23
nith1210pdxwebdev: 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
nith1210Although, I'm using a Nexus 5 as well.21:24
pdxwebdevremove the battery?21:25
nith1210No, just power off, then power on.21:25
pdxwebdevit 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:27
nith1210I 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:30
jgdxand no --wipe, just the --channel and maybe --device21:31
pdxwebdevk21:32
jgdxpdxwebdev, if it persist, you could do $ ubuntu-bug network-manager # upload the info and describe the problem in a bug21:36
jgdxerr, on the device you'd have to do $ apport-cli network-manager21:38
=== salem_ is now known as _salem
pdxwebdevI 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.23:51

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