Umeaboy | Gotta go. | 00:35 |
---|---|---|
T42 | <Donreddy> Hi, is that possible to install apps from openstore ?? | 03:39 |
electro575 | mal, hi i'm sorry for yesterday but i have must go out, what can be the problem of unmount /system ? | 08:43 |
electro575 | i have this log : dmesg -> https://dpaste.de/M5wA | 08:47 |
electro575 | https://dpaste.de/KFbT | 08: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.mount | 09:08 |
electro575 | yes okey, what is the right command | 09:09 |
electro575 | mount ? | 09:09 |
T42 | <elros34> cat? | 09:09 |
electro575 | @elros34 : https://dpaste.de/iWS8 | 09:10 |
electro575 | fixup-mountpoints : as /dev/cpu , ... you want to said ? | 09:11 |
electro575 | i have comment disable watchdog | 09:11 |
electro575 | in /sbin/preinit | 09: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 defconfig | 09:12 |
electro575 | thus last lines in dmesg ? | 09:12 |
electro575 | it was the problem of my bootloop, so i must comment disable_watchdog | 09:13 |
electro575 | i 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 |
electro575 | yes for fstab | 09:14 |
electro575 | i remove it so | 09:14 |
electro575 | but the log stay the same | 09: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 |
electro575 | but it was in red color and marked "error" | 09:15 |
electro575 | okey | 09:15 |
Umeaboy | Hi 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 |
Umeaboy | sb2: Error: Invalid target specified, aborting. | 09:20 |
Umeaboy | I thought I shouldn't change this command. | 09:20 |
Umeaboy | Here are the targets I've created: https://pastebin.com/fPEgJGuV | 09:22 |
electro575 | @elros34 : dmesg -> https://dpaste.de/fgKN | 09:23 |
electro575 | last_kmsg -> https://dpaste.de/mVzz | 09:23 |
electro575 | cat init.log -> https://dpaste.de/dNp9 | 09:23 |
T42 | <elros34> don't use dmesg -c while grabing last_kmsg because it clear buffer also I asked about full JOURNAL from previous boot | 09:27 |
electro575 | @elros34 : https://dpaste.de/hmTb | 09:27 |
electro575 | @elros34 : https://dpaste.de/PBkA | 09:28 |
Umeaboy | I 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 |
Umeaboy | I'm at the Hello world script part. | 09:30 |
T42 | <elros34> do you have $DEVICE and other variables set correctly? | 09:30 |
Umeaboy | I 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.7z | 09:33 |
electro575 | @elros34 : i have made this on faq -> Notes on LOS14.1 Porting | 09:34 |
Umeaboy | The sb2 command still fails. | 09:34 |
*** birdzhang1 is now known as birdzhang | 09:35 | |
T42 | <elros34> electro575: grab correct last_kmsg and don't use anymore dmesg -c | 09:35 |
electro575 | okey | 09:36 |
electro575 | @elros34 : https://dpaste.de/gdbf | 09:37 |
electro575 | maybe it's the selinux=0 and audit=0 the problem | 09:39 |
electro575 | but i have done this in my defconfig | 09:39 |
T42 | <elros34> so show your config.gz | 09:43 |
electro575 | @elros34 -> https://dpaste.de/tGAh | 09:45 |
electro575 | my modification in my defconfig -> https://dpaste.de/uRMP | 09: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 again | 09:48 |
electro575 | but i'm not sure it's the correct defconfig | 09:48 |
electro575 | what i've done before | 09:48 |
electro575 | because i have fix all possible option | 09:48 |
electro575 | but maybe it's better to fix the minimal option | 09:49 |
electro575 | i have do a save | 09:49 |
electro575 | don't worry | 09:49 |
electro575 | but my t0lte is too low speed to power off with sailfish OS | 09:49 |
electro575 | what is the reason ? | 09:49 |
electro575 | this is my full defconfig @elros34 : https://dpaste.de/YWyR | 09:51 |
electro575 | but what is the main point do i add on my "new" defconfig | 09:51 |
electro575 | @elros34 : i will to a diff and try | 09:54 |
electro575 | @elros34 : where can i found ATAG_CMDLINE ? with this command ? | 10:22 |
electro575 | find /home/sailfish-dev/ -type f -exec grep ATAG_CMDLINE {} \; | 10:22 |
electro575 | mal, audit must be active or not ? | 10:31 |
rinigus | I 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.12 | 12:10 |
rinigus | elros34: thanks! | 12:12 |
electro5751 | @elros34 : why my device reboot when i have "etc/systemd/system/usb-moded.service" | 12:14 |
electro5751 | after the device boot successful | 12:14 |
r0kk3rz | perhaps that service is crashing | 12:26 |
electro5751 | it stop with D-Bus in journalctl | 12:26 |
electro5751 | i can debug with strace ? | 12:26 |
electro5751 | can i debug with strace ? | 12:27 |
r0kk3rz | possibly, depends on whats wrong | 12:27 |
r0kk3rz | it should have logs in journal | 12:27 |
electro5751 | yes | 12:27 |
r0kk3rz | thats one of our services, so is also open source | 12:28 |
electro5751 | okey | 12:28 |
r0kk3rz | https://git.sailfishos.org/mer-core/usb-moded | 12:29 |
electro5751 | i will try to fix slow power-off of my device too | 12:29 |
electro5751 | @r0kk3rz : maybe must i enable USB on kernel ? | 12:30 |
r0kk3rz | normally its enabled already | 12:32 |
r0kk3rz | surely you used telnet over usb already? | 12:33 |
electro5751 | no no | 12:33 |
r0kk3rz | how have you been debugging then? | 12:33 |
electro5751 | humm, with telnet and glibc | 12:33 |
electro5751 | it's an old kernel 3.0 | 12:34 |
r0kk3rz | telnet over what? | 12:34 |
electro5751 | usb | 12:34 |
r0kk3rz | ok, i misunderstood your answer before | 12:35 |
electro5751 | humm, sorry , ... | 12:35 |
electro5751 | yes i used telent over usb | 12:35 |
r0kk3rz | cool, so at least it works partially | 12:36 |
r0kk3rz | get the logs from usb-moded and see what its complaining about | 12:36 |
electro5751 | okey, logs where is located ? only journalctl | 12:36 |
electro5751 | maybe must i learn some point about linux | 12:38 |
Umeaboy | I 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 |
Umeaboy | I did read the box and it still doesn't work. | 12:43 |
Umeaboy | I'm also trying to build with a machine on Google Cloud. | 12:44 |
Umeaboy | That command fails with FAIL: unknown option -- | 12:44 |
electro5751 | i don't know what can be failed if you have done all command of the pdf | 12:45 |
electro5751 | for me i have done this two commands | 12:47 |
electro5751 | sdk-assistant create SailfishOS-3.0.0 http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Tooling-i486.tar.7z | 12:47 |
Umeaboy | Yeah. Rudi have monitored my every step. | 12:47 |
electro5751 | and this | 12:47 |
electro5751 | sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-armv7hl.tar.7z | 12:47 |
electro5751 | before compile main | 12:47 |
Umeaboy | electro5751: You happen to use Teamviewer? | 12:49 |
electro5751 | humm, i don't have teamviewer | 12:49 |
electro5751 | i'm not at home sorry | 12:49 |
Umeaboy | OK. | 12:49 |
Umeaboy | mal: You around? | 12:50 |
T42 | <elros34> Umeaboy: like I said check variables, does it prints correct strings echo $VENDOR-$DEVICE-$PORT_ARCH | 13:01 |
Umeaboy | No. It gives me -- | 13:02 |
Umeaboy | I did double check everything I did during the process. | 13:04 |
T42 | <elros34> so check .hadk.env again | 13:04 |
Umeaboy | cat .hadk.env shows: https://pastebin.com/SDrtgdHr | 13:07 |
Umeaboy | Should 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.profile | 13:09 |
Umeaboy | After changing them, do I do exec bash to confirm? | 13:13 |
T42 | <elros34> yes or reenter sdk | 13:13 |
Umeaboy | OK | 13:13 |
Umeaboy | bash: /home/hamnisdude/.hadk.env: line 9: unexpected EOF while looking for matching `"' | 13:16 |
Umeaboy | bash: /home/hamnisdude/.hadk.env: line 10: syntax error: unexpected end of file | 13:16 |
Umeaboy | I checked it and I see nothing wrong. | 13:16 |
Umeaboy | I 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 |
Umeaboy | electro5751: If it's a kernel compilation I'd say let the mer kernel check config script tell you. | 13:31 |
Umeaboy | I know it has conflicts with another function.... Don't remember which though. | 13:32 |
T42 | <elros34> electro5751: yes | 13:34 |
mal | electro5751: you were told what to last time you fixed things, I'm not going to repeat it, it's in channel logs | 13:34 |
mal | *what to do | 13:34 |
electro5751 | yes i know mal | 13:34 |
electro5751 | don't worry | 13:35 |
electro5751 | i just want to better understand what i do | 13:36 |
electro5751 | and fix all problem | 13:36 |
electro5751 | before go to do anythings update | 13:36 |
electro5751 | @elros34 : why i have this issue wheni run breakfast (Dependencies file not found, bailing out.) | 13:46 |
Umeaboy | electro5751: Because breakfast is when you build CM or Lineage. | 13:49 |
electro5751 | @elros34 : https://dpaste.de/NCit | 13:49 |
electro5751 | okey but what dependencies file not found | 13:49 |
Umeaboy | Did the build complete? | 13:50 |
electro5751 | yes | 13:50 |
Umeaboy | Then no need to worry. | 13:50 |
electro5751 | okey, thanks | 13:50 |
Umeaboy | Not all devices have a dependancies file. | 13:50 |
electro5751 | okey, thanks Ymeaboy | 13:52 |
electro5751 | @elros34 : this is normal mounting point ? https://dpaste.de/R9KD | 15:27 |
electro5751 | it's not /dev/cpu ? -> here i have /sys/fs/cgroup/cpu | 15:27 |
electro5751 | how grep log of usb_moded by example with journalctl ? | 15:47 |
electro5751 | sorry but i don't have home : encsfa[21709]: Device /dev/sailfish/home doesn't exist or access denied. | 17:21 |
electro5751 | what can i do ? | 17:21 |
electro5751 | mal, do you have an idea ? | 17:24 |
electro5751 | i have my GUI but i try to debug all | 17:24 |
electro5751 | possible error | 17:24 |
electro5751 | @elros34 : how it's possible to have a power off more quickly ? | 17:29 |
electro5751 | is it normal ? https://dpaste.de/s9rC | 17:36 |
electro5751 | code 127 exited for Process: 10992 ExecStartPre=/bin/sh /usr/bin/droid/droid-hal-early-init.sh (code=exited, status=127) | 17:36 |
mal | electro5751: that "/dev/sailfish/home" message is not a problem | 17:48 |
mal | also droid-hal-early-init.sh is not a problem | 17:48 |
electro5751 | ok | 17:48 |
electro5751 | but look my log usb_modem | 17:48 |
electro5751 | https://dpaste.de/RmOP | 17:49 |
electro5751 | usb_modem do a restart of my device when i continue | 17:50 |
electro5751 | CONFIGFS not detected | 17:50 |
electro5751 | ANDROID0 detected | 17:50 |
electro5751 | Aug 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 |
electro5751 | and after this, my device restart | 17: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/!