Monday, 2019-12-23

r0kk3rzbirdzhang: you've been working on anbox?00:28
T42<birdzhang> r0kk3rz: just fixed build after sfos 3.1.0, container manager and session manager can start, but surfaceflinger crash loop00:47
r0kk3rzyeah i wonder if we can undo that cpp11 patch00:50
r0kk3rzlets see how it goes on my sony00:51
r0kk3rzfailed to mount android overlay, so not so well01:12
T42<birdzhang> do you enabled CONFIG_OVERLAY_FS ?01:14
r0kk3rzshould do, i did have it working before01:15
T42<birdzhang> oh, that's weird01:16
r0kk3rzwhere does the image end up?01:36
T42<birdzhang> i forgot paste the logs to pastbin :/, i flashed to android now.01:41
T42<birdzhang> btw, i started porting redmi k20/xiaomi 9t now, it has a popup camera ;)01:43
r0kk3rzoh fun01:44
r0kk3rzi found the appropriate directory, and now im seeing if i can create the overlayfs manually01:44
r0kk3rzaha01:51
r0kk3rzit doesnt like the workdir= option01:52
T42<birdzhang> maybe i should use this branch https://github.com/Sailfish-On-Vince/anbox/tree/rebase201:53
T42<birdzhang> building now01:54
r0kk3rzwhats the difference?01:58
T42<birdzhang> rebased upstream01:59
r0kk3rzthat might fix my issue02:01
r0kk3rzat least the offending line has dissapearred02:02
r0kk3rzyep that looks slight better02:30
r0kk3rzsurfaceflinger isnt happy though02:30
r0kk3rzlike you said02:30
T42<birdzhang> okay :(02:34
r0kk3rzbirdzhang: do you know how to shell into the container?02:54
r0kk3rzon host i get E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)02:56
r0kk3rzwould be interesting to see the logcat02:56
T42<涂晶筐 %lastname%> (Photo, 549x769) https://irc.thaodan.de/.imgstore/fd3k9ETETw.png 非小号Mytoken推特脸书增关注,BC,QP推广霸屏强推APP内置广告,微信电报增粉私聊、推广,交易所上币投票,交易所平台账号代实名,如有需要请联系:➡️    @yx565603:24
NeoChapayHow can I tell DSME not to pay attention to battery power level ?07:30
spiiroinNeoChapay: you could try disabling dsme battery tracker plugin by renaming it: mv /usr/lib/dsme/batterytracker.so /usr/lib/dsme/batterytracker.so.disabled09:19
T42<赖桦婺 %lastname%> (Photo, 880x488) https://irc.thaodan.de/.imgstore/dvL5GoEebo.png 🔥非小号Mytoken关注,群发炸群拉人推广注册实名微信号🔥拉币圈活粉,非小号 mytoken关注惊爆价 1、币圈电报群/微信群炸群推广 2、twitter、facebook关注 3.KYC身份材料出售  4、电报群/微信群/potato增粉拉人 5、国内外交易所APP实名注册认证 6、电报群客服活聊天  7、批量注册国内外交09:55
NeoChapayspiiroin: i think it's not good idea....i will try make some code ^_^11:07
malMister_Magister: https://build.merproject.org/project/show/nemo:testing:hw:fxtec:t512:01
Mister_Magisterthanks12:01
T42<adampigg> Anyone checked the qt version in the ea sdk?12:44
T42<birdzhang> upgrade to Qt 5.12? wow13:33
malthat doesn't mean the Qt inside sfos, that is for sdk13:39
rinigussorry, haven't checked SDK update yet, but would like to ask: so what's exactly has been updated to 5.12? mal, what is in sfos sdk which is for sdk itself?13:43
spiiroinNeoChapay: depends on what your problem is... dsme must know battery level and rect to it. if battery tracking is misbehaving -> temporarily disabling battery empty shutdown = what allows you to fix the problem13:44
spiiroinit is also possible to set battery empty threshold in a config13:45
spiiroinbut all of this depends on what is the problem you are trying to address13:45
malrinigus: things related to app sdk like https://github.com/sailfishos/sdk-build-tools and https://github.com/sailfishos/qt-installer-framework13:46
rinigusmal: thank you!13:47
NeoChapayspiiroin: i have devboard from friendlyarm - it have battery adapter but don't have battery and status of it.13:52
spiiroinNeoChapay: mmm.. I think that ought to lead to battery level unknown (=-1 at dsme side) which should not lead to battery empty shutdown (in user mode)14:52
KALUBElbt: Sorry for ping, I'm wondering if you can update me on getting an OBS account if you have a minute19:16
deathmistmal: the reason telnet has been "broken" all this time was because "/init_disable_telnet" exists on my device on all fresh images (provided by community-adaptation-testing), it never gets removed and telnetd isn't started even if I choose "Developer mode" from settings etc, what should I do?20:03
maldeathmist: telnet is disabled on testing builds by default, intentionally20:05
maldeathmist: developer mode is about ssh, not telnet20:05
mal(well in devel builds telnet works also in developer mode but not in testing)20:06
maldeathmist: did you ever mention that it was specifically broken in testing builds?20:07
maldeathmist: telnet doesn't require any password and gets root permissions so that is very unsafe to be enabled in builds normal users use20:08
deathmistmal: I understand, but a toggle under developer options (with warning and whatnot dialogs included) wouldn't be a bad idea imo, in fact I'm gonna start writing a settings plugin for that very soon at least for personal use. I remember telnet also breaking on local development builds without any OBS stuff in KS and I'll check a fresh local-only20:14
deathmistimage right now20:14
maldeathmist: is there a reason you don't use ssh?20:17
maldeathmist: telnet is supposed to be a development tool for early development20:17
maldeathmist: I use a devel build on my main fp2 device but all releases I make a from testing20:19
malso I have telnet on my device but users don't20:19
deathmistmal: could try that as a workaround I guess. SSH seems to get frozen during suspend and it is very much useless over slower WLAN connections thanks to all the latency; I also tried disabling "Developer mode" from Settings on my phone but that just broke the entire install and SFOS didn't boot after restart :/  I think that's a pretty big issue20:31
malcan't remember anyone else complaining about such issue20:33
malI almost never use developer mode via wlan, mainly via usb20:34
deathmistmal: also when I try to just connect to SSH via USB I get "ssh: connect to host 192.168.2.15 port 22: No route to host" but IP via WLAN works perfectly20:48
malstrange20:53
maldeathmist: have you done anything strange in your configs?21:40
deathmistdon't think I have, I've setup configfs usb-moded if that can be considered as strange https://github.com/sailfishos-oneplus5/droid-config-cheeseburger (oh and meta-package stuff for CI building etc, patterns should be the exact same)21:43
rinigusdeathmist: is it possible that your pc doesn't configure usb network? maybe that's a part that needs to be adjusted22:01
deathmistrinigus: perhaps, but I've tried multiple computers with arch & linux mint and always conclude with the same outcome. what distros do others here use for dev stuff? I feel like I must be missing something obvious22:21
rinigusdeathmist: you could always check dmesg on PC and configure net manually. no need to jump distros then22:27
maldeathmist: have checked ifconfig whether the interface exists and if it has an ip and mac address22:27
malI have a device which always fails to setup proper mac and ip addresses22:28
deathmistmal: ifconfig w/ the device interface https://pastebin.com/nn66YVuR22:33
maldeathmist: as you can see yourself it has no ip4 address, try setting one (for example 192.168.2.2)22:40
deathmistmal: setting it with "sudo ifconfig enp0s20u1 192.168.2.2" (inet line appeared in ifconfig output now) and trying "ssh nemo@192.168.2.2" instantly yields that connection refused message still :/22:45
deathmistoh wait that's a different message nvm22:47
rinigusdeathmist: you have to read up on ip connections - as how to config them (check out netmask please).22:47
rinigusgetting late over here ... gn22:47
maldeathmist: the ip you use is .15 for connecting, not the one you set with that command22:49
malthe phone is .15, you set the host ip to .222:50
maldeathmist: so basically you were trying to connect to your computer :)22:50
deathmist  mal: oh lol, well "ssh nemo@192.168.2.15" just hangs instead and doesn't seemingly do anything22:53
maland the ip is still correctly set in ifconfig output?22:54
malthe problematic device I had also sometimes lost it after a while22:54
deathmistmal: it's just stuck until I get an "Actiovation of network connection failed" message and after it loses ipv4 address, the added new line in ifconfig is "inet 192.168.2.2  netmask 255.255.255.0  broadcast 192.168.2.255"22:58
malsomething fishy in your device then probably22:59
r0kk3rzsailfishy :P23:01
deathmiststrangely enough if I manually launch telnetd on the device and then assign the same IP from host, I can connect via telnet 2323... no SSH via USB tho23:10
maldeathmist: maybe the stage where telnet is started (in init) the networking is in some bad state? maybe because you need that custom usb config23:15
malbut I'm just guessing23:16
maldeathmist: does ssh work ever?23:16
deathmistSSH works, just via WLAN, no USB cable connection. I also launched telnetd in already booted SFOS (didn't even try early init one)23:17

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!