=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== JanC_ is now known as JanC | ||
=== chihchun_afk is now known as chihchun | ||
dholbach | good morning | 06:54 |
---|---|---|
=== chihchun is now known as chihchun_afk | ||
Richard | Hi there | 09:57 |
=== Richard is now known as Guest22329 | ||
=== chihchun_afk is now known as chihchun | ||
=== _salem is now known as salem_ | ||
kivi | hey all | 11:55 |
kivi | any news on the third phone yet? | 11:55 |
ogra_ | you mean the MX4 ? | 11:57 |
tathhu | there's already 3 phones :p | 11:57 |
kivi | no, I mean the one that mark mentioned which would be able to dock | 13:10 |
kivi | ogra_, tathhu | 13:10 |
ogra_ | well, thats announced for end of the year | 13:10 |
kivi | ogra_, any details at all? | 13:11 |
ogra_ | (and at that date you will most likely only find early developer editions) | 13:11 |
kivi | ogra_, specifically if it is North America Compatible? | 13:11 |
ogra_ | no idea, sorry | 13:11 |
ogra_ | all i know is it will come from bq and it is specifically developed for this use case (unlike the former devices that were existing andorid devices) | 13:11 |
ogra_ | and that it will be fully done by 16.04 | 13:12 |
=== pat_ is now known as Guest41182 | ||
tathhu | cool | 13:50 |
=== davidcalle_ is now known as davidcalle | ||
lesamourai | hello ogra_ | 14:35 |
lesamourai | there is a binary file 'abc' which i can run from terminal as ./abc without sudo , couldn't make it execute via QProcess in Qt, any clues? | 14:43 |
JanC | how does it fail? check error messages, logs... | 14:47 |
lesamourai | 'unknown error' is all im getting In qt | 14:47 |
lesamourai | QProcess::start("/home/abc") | 14:48 |
popey | is this on a phone? | 14:48 |
lesamourai | yes XD | 14:48 |
popey | if so, it will be confined and may not be able to access that directory | 14:49 |
popey | see "sudo dmesg | grep DEN" | 14:49 |
JanC | also, what is a binary doing in /home | 14:49 |
popey | see what apparmor denials | 14:49 |
lesamourai | running as unconfined | 14:49 |
popey | it should probably be located in your app directory | 14:49 |
popey | but dmesg may show something anyway | 14:49 |
lesamourai | ok actual path is /home/phablet/Documents | 14:49 |
lesamourai | even if its in app directory , gives same error | 14:50 |
popey | is the file marked executable? | 14:50 |
lesamourai | yep | 14:50 |
lesamourai | it runs fine in terminal | 14:50 |
lesamourai | dmesg output is like this , I think it gives enough hints | 14:52 |
lesamourai | apparmor="DENIED" operation="exec" profile="tynew.ty_ty_0.1" name="/home/phablet/Documents/termx" pid=17130 comm="ty" requested_mask="x" denied_mask="x" fsuid=32011 ouid=32011 | 14:53 |
ogra_ | well, that clearly says the confinement kicked in | 14:53 |
jdstrand | 'x' maps to exec() | 14:54 |
ogra_ | it denies exec() | 14:54 |
lesamourai | I see , and that is with unconfined mode | 14:54 |
ogra_ | iirc unconfined still leaves some blocks in place ... jdstrand may correct me here | 14:55 |
ogra_ | at least on the phone | 14:55 |
lesamourai | :( that means this app is impossible | 14:56 |
ogra_ | lesamourai, probably just the way you try to implement it is | 15:05 |
lesamourai | well then back to init way to start the service | 15:06 |
lesamourai | if its permitted... | 15:06 |
ogra_ | what do you actually want to do | 15:10 |
ogra_ | try to define your use-case rather than sticking to a specific implementation ... then try to adapt your use-case to the possible implementation | 15:11 |
lesamourai | there is this service which I want to run in background , its ready , only thing left is how to implement it now | 15:13 |
lesamourai | earlier plan was giving this option on client side of app , but its impossible | 15:14 |
ogra_ | lesamourai, what is your service supposed to do | 15:26 |
=== chihchun is now known as chihchun_afk | ||
lesamourai | sorry was away for a while , service is implemented as a dbus service , its working if i run it from terminal , so only issue remaining is how to start it | 16:07 |
=== bfiller_ is now known as bfiller | ||
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!