Monday, 2019-08-26

UmeaboyGotta go.00:35
T42<Donreddy> Hi, is that possible to install apps from openstore ??03:39
electro575mal, hi i'm sorry for yesterday but i have must go out, what can be the problem of unmount /system ?08:43
electro575i have this log : dmesg -> https://dpaste.de/M5wA08:47
electro575https://dpaste.de/KFbT08:48
electro575@elros34 : hi, do you have an idea ?08:48
T42<elros34> journal is incomplete, dmesg says you mess fixup-mountpoints. I told you check system.mount09:08
electro575yes okey, what is the right command09:09
electro575mount ?09:09
T42<elros34> cat?09:09
electro575@elros34 : https://dpaste.de/iWS809:10
electro575fixup-mountpoints : as /dev/cpu , ... you want to said ?09:11
electro575i have comment disable watchdog09:11
electro575in /sbin/preinit09:11
T42<elros34> no, so you changed something you shouldn't thus last lines in dmesg.09:11
T42<elros34> what for? You had disabled watchdog in defconfig09:12
electro575thus last lines in dmesg ?09:12
electro575it was the problem of my bootloop, so i must comment disable_watchdog09:13
electro575i have changed a thing cause the system mounting problem ,09:14
electro575?09:14
T42<elros34> have you added fstab even if you were told to not add it?09:14
electro575yes for fstab09:14
electro575i remove it so09:14
electro575but the log stay the same09:14
T42<elros34> How do I know what strange things you added/changed? Removey any fstab you added,  get rid of changes to /sbin/preinit and grab full journal (persistent logging)09:15
electro575but it was in red color and marked "error"09:15
electro575okey09:15
UmeaboyHi again. I built the hybris images, but as I run sb2 -t $VENDOR-$DEVICE-$PORT_ARCH gcc main.c -o test it fails to find the valid target:09:20
Umeaboysb2: Error: Invalid target specified, aborting.09:20
UmeaboyI thought I shouldn't change this command.09:20
UmeaboyHere are the targets I've created: https://pastebin.com/fPEgJGuV09:22
electro575@elros34 : dmesg -> https://dpaste.de/fgKN09:23
electro575last_kmsg -> https://dpaste.de/mVzz09:23
electro575cat init.log -> https://dpaste.de/dNp909:23
T42<elros34> don't use dmesg -c while grabing last_kmsg because it clear buffer also I asked about full JOURNAL from previous boot09:27
electro575@elros34 : https://dpaste.de/hmTb09:27
electro575@elros34 : https://dpaste.de/PBkA09:28
UmeaboyI could really use some help. I read the box is the PDF and tried to create the targets according to the instructions, but that fails with: FAIL: unknown option --09:29
UmeaboyI'm at the Hello world script part.09:30
T42<elros34> do you have $DEVICE and other variables set correctly?09:30
UmeaboyI think I made the command correct now: sdk-assistant create SailfishOS-$VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-armv7hl.tar.7z09:33
electro575@elros34 : i have made this on faq -> Notes on LOS14.1 Porting09:34
UmeaboyThe sb2 command still fails.09:34
*** birdzhang1 is now known as birdzhang09:35
T42<elros34> electro575: grab correct last_kmsg and don't use anymore dmesg -c09:35
electro575okey09:36
electro575@elros34 : https://dpaste.de/gdbf09:37
electro575maybe it's the selinux=0 and audit=0 the problem09:39
electro575but i have done this in my defconfig09:39
T42<elros34> so show your config.gz09:43
electro575@elros34 -> https://dpaste.de/tGAh09:45
electro575my modification in my defconfig -> https://dpaste.de/uRMP09:46
T42<elros34> totally wrong... We spend so much time to create correct defconfig...09:47
T42<elros34> you should make copy of it I will not explain everything again09:48
electro575but i'm not sure it's the correct defconfig09:48
electro575what i've done before09:48
electro575because i have fix all possible option09:48
electro575but maybe it's better to fix the minimal option09:49
electro575i have do a save09:49
electro575don't worry09:49
electro575but my t0lte is too low speed to power off with sailfish OS09:49
electro575what is the reason ?09:49
electro575this is my full defconfig @elros34 : https://dpaste.de/YWyR09:51
electro575but what is the main point do i add on my "new" defconfig09:51
electro575@elros34 : i will to a diff and try09:54
electro575@elros34 : where can i found ATAG_CMDLINE ? with this command ?10:22
electro575find /home/sailfish-dev/ -type f -exec grep ATAG_CMDLINE  {} \;10:22
electro575mal, audit must be active or not ?10:31
rinigusI wonder, what do I do wrong? Cannot install latest target using sdk-assistant, https://pastebin.com/wxbEKfcn (errors: version `GLIBC_2.28' not found)12:09
T42<elros34> rinigus: update platform sdk first to 3.1.0.1212:10
riniguselros34: thanks!12:12
electro5751@elros34 : why my device reboot when i have "etc/systemd/system/usb-moded.service"12:14
electro5751after the device boot successful12:14
r0kk3rzperhaps that service is crashing12:26
electro5751it stop with D-Bus in journalctl12:26
electro5751i can debug with strace ?12:26
electro5751can i debug with strace ?12:27
r0kk3rzpossibly, depends on whats wrong12:27
r0kk3rzit should have logs in journal12:27
electro5751yes12:27
r0kk3rzthats one of our services, so is also open source12:28
electro5751okey12:28
r0kk3rzhttps://git.sailfishos.org/mer-core/usb-moded12:29
electro5751i will try to fix slow power-off of my device too12:29
electro5751@r0kk3rz : maybe must i enable USB on kernel ?12:30
r0kk3rznormally its enabled already12:32
r0kk3rzsurely you used telnet over usb already?12:33
electro5751no no12:33
r0kk3rzhow have you been debugging then?12:33
electro5751humm, with telnet and glibc12:33
electro5751it's an old kernel 3.012:34
r0kk3rztelnet over what?12:34
electro5751usb12:34
r0kk3rzok, i misunderstood your answer before12:35
electro5751humm, sorry , ...12:35
electro5751yes i used telent over usb12:35
r0kk3rzcool, so at least it works partially12:36
r0kk3rzget the logs from usb-moded and see what its complaining about12:36
electro5751okey, logs where is located ? only journalctl12:36
electro5751maybe must i learn some point about linux12:38
UmeaboyI really feel stuck with the sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-armv7hl.tar.7z command. I've tried everything.....12:43
UmeaboyI did read the box and it still doesn't work.12:43
UmeaboyI'm also trying to build with a machine on Google Cloud.12:44
UmeaboyThat command fails with FAIL: unknown option --12:44
electro5751i don't know what can be failed if you have done all command of the pdf12:45
electro5751for me i have done this two commands12:47
electro5751sdk-assistant create SailfishOS-3.0.0 http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Tooling-i486.tar.7z12:47
UmeaboyYeah. Rudi have monitored my every step.12:47
electro5751and this12:47
electro5751sdk-assistant create  $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-armv7hl.tar.7z12:47
electro5751before compile main12:47
Umeaboyelectro5751: You happen to use Teamviewer?12:49
electro5751humm, i don't have teamviewer12:49
electro5751i'm not at home sorry12:49
UmeaboyOK.12:49
Umeaboymal: You around?12:50
T42<elros34> Umeaboy: like I said check variables, does it prints correct strings echo $VENDOR-$DEVICE-$PORT_ARCH13:01
UmeaboyNo. It gives me --13:02
UmeaboyI did double check everything I did during the process.13:04
T42<elros34> so check .hadk.env again13:04
Umeaboycat .hadk.env shows: https://pastebin.com/SDrtgdHr13:07
UmeaboyShould I've added the end quote on $ANDROID_FLAVOUR ?13:08
T42<elros34> it should be like this: "sony-$FAMILY-aosp-$ANDROID_FLAVOUR". Also check .mersdk.profile and .mersdkubu.profile13:09
UmeaboyAfter changing them, do I do exec bash to confirm?13:13
T42<elros34> yes or reenter sdk13:13
UmeaboyOK13:13
Umeaboybash: /home/hamnisdude/.hadk.env: line 9: unexpected EOF while looking for matching `"'13:16
Umeaboybash: /home/hamnisdude/.hadk.env: line 10: syntax error: unexpected end of file13:16
UmeaboyI checked it and I see nothing wrong.13:16
UmeaboyI think I see an error in the HADK PDF. A missing > when filling the hadk.env with those lines.13:20
electro5751@elros34 : just a point please, audit must be enable ?13:27
Umeaboyelectro5751: If it's a kernel compilation I'd say let the mer kernel check config script tell you.13:31
UmeaboyI know it has conflicts with another function.... Don't remember which though.13:32
T42<elros34> electro5751: yes13:34
malelectro5751: you were told what to last time you fixed things, I'm not going to repeat it, it's in channel logs13:34
mal*what to do13:34
electro5751yes i know mal13:34
electro5751don't worry13:35
electro5751i just want to better understand what i do13:36
electro5751and fix all problem13:36
electro5751before go to do anythings update13:36
electro5751@elros34 : why i have this issue wheni  run breakfast (Dependencies file not found, bailing out.)13:46
Umeaboyelectro5751: Because breakfast is when you build CM or Lineage.13:49
electro5751@elros34 : https://dpaste.de/NCit13:49
electro5751okey but what dependencies file not found13:49
UmeaboyDid the build complete?13:50
electro5751yes13:50
UmeaboyThen no need to worry.13:50
electro5751okey, thanks13:50
UmeaboyNot all devices have a dependancies file.13:50
electro5751okey, thanks Ymeaboy13:52
electro5751@elros34 : this is normal mounting point ? https://dpaste.de/R9KD15:27
electro5751it's not /dev/cpu ? -> here i have /sys/fs/cgroup/cpu15:27
electro5751how grep log of usb_moded by example with journalctl ?15:47
electro5751sorry but i don't have home : encsfa[21709]: Device /dev/sailfish/home doesn't exist or access denied.17:21
electro5751what can i do ?17:21
electro5751mal, do you have an idea ?17:24
electro5751i have my GUI but i try to debug all17:24
electro5751possible error17:24
electro5751@elros34 : how it's possible to have a power off more quickly ?17:29
electro5751is it normal ? https://dpaste.de/s9rC17:36
electro5751code 127 exited for Process: 10992 ExecStartPre=/bin/sh /usr/bin/droid/droid-hal-early-init.sh (code=exited, status=127)17:36
malelectro5751: that "/dev/sailfish/home" message is not a problem17:48
malalso droid-hal-early-init.sh is not a problem17:48
electro5751ok17:48
electro5751but look my log usb_modem17:48
electro5751https://dpaste.de/RmOP17:49
electro5751usb_modem do a restart of my device when i continue17:50
electro5751CONFIGFS not detected17:50
electro5751ANDROID0 detected17:50
electro5751Aug 26 19:28:43 Sailfish usb_moded[19980]: no reply to org.freedesktop.systemd1.Manager.StopUnit request: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.17:50
electro5751and after this, my device restart17:51
electro5751@elros34 : an idea about this ?17:52

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