Sunday, 2020-04-26

T42Gautam 🦁 %lastname% was added by: Gautam 🦁 %lastname%01:37
dkterbooting for the first time01:47
dkterthe backlight is on but the screen is blank and the notification light is on01:48
dkterit's been like this for a few mins now01:48
dkteris this normal?01:48
dkterok the notification light toggles on and off when i press the power button so i'm guessing the display is not working lol01:50
T42<Gautam 🦁 %lastname%> Is there any Gsi For Sailfish?02:06
dkteri don't think so02:08
r0kk3rz dkter what device?02:13
r0kk3rzis it a new port? thats quite normal for an early sage port, check for telnet on ports 23 and 232302:14
dkterr0kk3rz: mako (nexus 4)02:16
dkterunsure if i should have cloned the mer-hybris/droid-config-mako repo since it looks like there's been a fair bit of work done02:17
dkterbut things were getting messed up last time i cloned existing repos02:18
r0kk3rzah02:20
r0kk3rznot sure when that was updated last02:21
r0kk3rztheres probably things not right for a latest sfos build02:21
dkteryeah i'm not using it rn02:22
r0kk3rzyeah ooooold02:22
dkterhmmm, the device isn't showing up as a usb serial device02:24
dkterany other way to find out what ip to telnet?02:44
dkterhmm, the display definitely responds to touch. when i double tap the notification led turns off.03:05
dkterstill blank though03:05
dkterhaven't figured out telnet yet03:05
r0kk3rzshould be an rndis device04:19
dkterthe only information i got from lsusb -v was this04:19
dkteriSerial     3 01b8e80b085675aa04:19
dkteroh if i run it on the first part of the boot screen i get this04:25
dkteriSerial                 3 Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd04:25
dkterbut then `telnet 192.168.2.15 2323` hangs forever04:25
T42snoerrebroed was added by: snoerrebroed11:22
T42<smatkovi> @snoerrebroed [snoerrebroed was added by: smatkovi], Lakrits snöre är best :D11:53
T42<Verevka86> Help, I can't make a repo init12:07
T42<Verevka86> https://hastebin.com/iyezirahiy.rb12:07
T42<elros34> try to follow hadk-faq advice about gpg error or maybe use repo in your host system12:20
T42<Verevka86> --no-repo-verify12:21
T42<ankaos> sailfish os use selinux or apparmor?15:13
T42<ankaos> `7.2.1 Building the droid-hal-device packages` how make this chapter?15:58
T42<ankaos> PlatformSDK enes@enes:~/hadk$ sudo rpm/dhd/helpers/build_packages.sh15:58
T42<ankaos> !! Error: $DEVICE is undefined. Please run hadk15:58
T42<elros34> for sure using sudo here is wrong idea, you can mess up permissions. Did you create .hadk and .mer* files?16:07
T42<ankaos> yes16:08
T42<ankaos> rpm/dhd/helpers/add_new_device.sh work16:09
T42<elros34> what about echo $DEVICE?16:10
T42<ankaos> d80216:10
T42<ankaos> HABUILD_SDK [d802] enes@enes:~$16:10
T42<elros34> in Platform sdk?16:13
T42<ankaos> no16:13
T42<ankaos> PlatformSDK enes@enes:~$ is this platform sdk?16:13
T42<elros34> yes:) so check your .mersdk.profile16:14
T42<elros34> tip for you: if you followed platform sdk installation without understanding then you probably overwrite this file with echo 'PS1="PlatformSDK $PS1"' > ~/.mersdk.profile so it's missing "function hadk()" from HADK pdf16:16
T42<ankaos> function hadk() { source $HOME/.hadk.env; echo "Env setup for $DEVICE"; }16:20
T42<ankaos> export PS1="HABUILD_SDK [\${DEVICE}] $PS1"16:20
T42<ankaos> hadk16:20
T42<ankaos> ı have16:20
T42<ankaos> @elros34 [tip for you: if you followed platform sdk inst …], no. dont read pdf for you16:22
T42<ankaos> where is read?16:22
T42<ankaos> (Photo, 1280x719) https://irc.thaodan.de/.imgstore/UI9JaJzCeS.png16:22
T42<ankaos> where?16:22
T42<elros34> section 4.216:26
T42<ankaos> (Photo, 1280x719) https://irc.thaodan.de/.imgstore/dACTbgdtwp.png16:27
T42<ankaos> ı used this link16:27
T42<ankaos> Wait please16:32
T42<ankaos> my fault. I read incomplete in my narration.16:34
T42<ankaos> sorry 😅16:34
T42<ankaos> PlatformSDK enes@enes:~/hadk$ rpm/dhd/helpers/build_packages.sh16:36
T42<ankaos> * Building rpm/droid-hal-d802.spec16:36
T42<ankaos> Fatal: 'lge-d802-armv7hl' is not a known build target16:36
T42<ankaos> * Check /home/enes/hadk/droid-hal-d802.log for full log.16:36
T42<ankaos> !! building of package failed16:36
T42<ankaos> why send error?16:43
T42<elros34> you probably use wrong target name: sdk-assistant list will tell which name you use. Chapter 6, warning box17:39
T42<elros34> Also I assume will be building 3.2.1.20 release so you need to: cd rpm/dhd; git checkout upgrade-3.2.1 and then rebuild droid-hal17:44
T42<ankaos> sdk-assistant create SailfishOS-latest-armv7hl Sailfish_OS-latest-Sailfish_SDK_Target-armv7hl.tar.7z17:59
T42<ankaos> Unpacking target ...18:00
T42<ankaos> No suitable tooling found for this target18:00
T42<ankaos> @elros34 [you probably use wrong target name: sdk-assist …], PlatformSDK enes@enes:~$ sdk-assistant list18:10
T42<ankaos> SailfishOS-latest18:10
T42<ankaos> └─SailfishOS-latest-armv7hl18:10
T42<elros34> so it's wrong, remove it then read warning box in chapter  6 again and create correct one18:12
T42<ankaos> @elros34 [so it's wrong, remove it then read warning box …], https://sailfishos.org/wiki/Platform_SDK_Target_Installation#Platform_SDK_Targets_and_Toolings18:14
T42<ankaos> where ı log?18:14
T42<elros34> in HADK pdf18:14
T42<ankaos> (Photo, 1280x719) https://irc.thaodan.de/.imgstore/XIivKLxPy0.png18:18
dktertelnet doesn't seem to be working18:31
dkterhow should i go about debugging a blank display?18:32
T42<ankaos> how to use chapter six?18:36
T42KernelPanix was added by: polanobi19:13
T42<elros34> dkter: have you disabled selinux via bootparam. How about hybris-16 specific rc files from FAQ?19:13
dkteryeah i disabled selinux, i think19:14
dkterand i'm on LOS 15.119:14
dkteroh should i set CONFIG_AUDIT=n ?19:16
T42<elros34> no, it must be enabled19:16
dkteroh ok19:16
dkteri have audit enabled and SELINUX_BOOTPARAM unset19:17
T42<elros34> so selinux=0 is is ignored19:18
T42<elros34> dkter: https://github.com/mer-hybris/mer-kernel-check/pull/27/files19:19
dkterhm19:20
dkterlooks like i also have CONFIG_SECURITY_SELINUX=y19:20
dkter@elros34 so should i set CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 ?19:23
T42<elros34> yes, that is one way19:24
dkterok19:24
T42<Verevka86> * Building rpm/gst-droid.spec19:29
T42<Verevka86> Already up-to-date.19:29
T42<Verevka86> No provider of 'pkgconfig(nemo-gstreamer-interfaces-1.0) >= 0.20200421.0' found.19:29
T42<Verevka86> Setting version: 0.20200422.019:29
T42<Verevka86> error: Failed build dependencies:19:29
T42<Verevka86>         gettext is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-base-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-plugins-bad-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-plugins-base-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-tag-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(gstreamer-video-1.0) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(libexif) is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<Verevka86>         pkgconfig(nemo-gstreamer-interfaces-1.0) >= 0.20200421.0 is needed by gstreamer1.0-droid-0.20200422.0-1.armv7hl19:29
T42<ankaos> @elros34 [in HADK pdf], fix error. thank you.19:34
T42<ankaos> (Document) https://irc.thaodan.de/.imgstore/HydYeaOSwY.null19:47
T42<ankaos> (Document) https://irc.thaodan.de/.imgstore/Vpo4N5V9B8.null19:48
T42<ankaos> second log. ı dont understand19:49
deathmist@ankaos what do you mean? it's obvious what's wrong if only you could read the things you are sending -> just set `CONFIG_IKCONFIG_PROC=y` in your kernel config and rebuild `hybris-boot` before attempting build_packges again...20:27
T42<ankaos> @deathmist> @ankaos what do you mean? it's obvious what's wrong if only you could read the things you are sending - [just set `CONFIG_IKCONFIG_PROC=y` in your kern …], CONFIG_IKCONFIG_PROC enable20:28
deathmistit isn't, it's probably missing the `CONFIG_IKCONFIG=y` dependency then that this script doesn't check for some reason, so do that and try again20:29
T42<ankaos> @deathmist [it isn't, it's probably missing the `CONFIG_IK …], disable20:30
T42<ankaos> https://paste.ubuntu.com/p/Pt8v3VZtQJ/ @SailfishFreenodeIRCBridgeBot21:33
T42<ankaos> @elros3421:45
deathmistmal: r0kk3rz: krnlyng: can we get https://github.com/mer-hybris/hybris-boot/pull/184 finally merged? here's another case just above of it causing build issues on anything lower than Android 7 base21:47
deathmist@ankaos check out the log link on that pull request and follow the instructions that I gave earlier21:48
T42<ankaos> @deathmist [it isn't, it's probably missing the `CONFIG_IK …], used21:49
T42<ankaos> @deathmist> @ankaos what do you mean? it's obvious what's wrong if only you could read the things you are sending - [just set `CONFIG_IKCONFIG_PROC=y` in your kern …], used21:49
T42<ankaos> bot not fix21:53
deathmist@ankaos I do not understand you; you got past the previous issue and this is a new one, please follow http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2020-04-16.log.html#t2020-04-16T14:31:35 as that will fix you current issue21:54
T42<ankaos> @deathmist [@ankaos I do not understand you; you got past …], not work22:01
T42<ankaos> use hybris-12.122:01
deathmistyes it does work, you did something incorrectly. just look at the message in the pull request: it is the exact same as your error and the commit fixes it.22:02
deathmistjust to make it clear, do the same change in YOUR copy of `$ANDROID_ROOT/hybris/hybris-boot/Android.mk` as in https://github.com/mer-hybris/hybris-boot/pull/184/commits/057ea47160a5fc9c5bf4c0508639d13fbf8ab70c22:04
deathmistafter that run `rm "$ANDROID_ROOT/out/target/product/$DEVICE/system/etc/init/hybris_extras.rc"`22:04
deathmistthen `mka hybris-boot` in HABUILD environment and finally run build_packages like before on PLATFORM SDK environment22:04
deathmistif you don't understand these instructions I cannot help you.22:05
T42<ankaos> @deathmist [after that run `rm "$ANDROID_ROOT/out/target/p …], wait please.22:10
T42<ankaos> I am taking notes.22:13
T42<ankaos> I am writing the solution of the errors.22:15
T42<ankaos> By the way, I am writing because my other friends do not use telegram.22:15
T42<ankaos> @deathmist [after that run `rm "$ANDROID_ROOT/out/target/p …], thank you. 😅22:20
T42<elros34> this is IRC channel with telegram bot, he doesn't need to use telegram22:28
T42<ankaos> 😱22:32
T42<ankaos> you?22:32
T42<ankaos> are you human?22:32
dkter@elros34 changed the selinux thing and added the stuff from the faq, still no display image or telnet23:05
maldeathmist: I'll have a look at the PR tomorrow23:07
T42<elros34> dkter: try in twrp: touch /data/.stowaways/sailfishos/init_enter_debug2 then you should be able to telnet23:15
dkterok thanks23:26
dkterhmmmm now when i try to telnet it still doesn't connect, but this time it hangs on the oem logo screen and doesn't boot @elros3423:34
T42<elros34> do you have mac assigned:http://docs.halium.org/en/latest/porting/debug-build/early-init.html#debugging-via-telnet23:37
dkteryes23:38
dkter    link/ether f6:3b:99:39:77:58 brd ff:ff:ff:ff:ff:ff23:39
T42<elros34> have you tried to assign ip address according to linked guide? It will be hard to debug without telnet. You would have to enable persistent logging in journal23:50
dkteryeah i tried assigning an ip address, didn't help23:52
dkteri also tried enabling persistent logging but /etc/systemd/journald.conf didn't exist23:53
T42<elros34> quite impossible23:55
T42<elros34> ls -al /data/.stowaways/sailfishos/etc/systemd/journald.conf23:56
dkteroh ok that exists23:57

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