**** BEGIN LOGGING AT Wed Mar 13 02:59:57 2019 Mar 13 04:35:49 CarolineMoser1285 was added by: CarolineMoser1285 Mar 13 04:35:53 (Photo, 921x444) https://irc.ubports.com/5a4FgGG2.png http://t.cn/EMofwqU Mar 13 04:35:54 (Photo, 921x444) https://irc.ubports.com/L6giXTfj.png hi Mar 13 08:03:47 rick3238 was added by: rick3238 Mar 13 08:03:57 (Photo, 927x453) https://irc.ubports.com/YrjvHBHW.png http://t.cn/EIeJkKM Mar 13 08:03:57 (Photo, 927x453) https://irc.ubports.com/bOGUxFX2.png hi Mar 13 08:06:34 good bye Mar 13 08:07:19 @steevie, If you know that much about Halium, maybe you can teach us? Mar 13 08:11:14 WMD_Edoardo was added by: WMD_Edoardo Mar 13 10:39:54 AudreyTolbert1509 was added by: AudreyTolbert1509 Mar 13 12:20:21 is it possible to push a image to for example `/dev/block/mmcblk0p54` with adb or fastboot? Mar 13 12:32:50 What about pushing it in a folder and then by adb using `dd`? Mar 13 12:36:56 i have not enough space :) Mar 13 12:37:08 or i need to buy a sd card Mar 13 13:01:46 nanu_c: if the partition has a name, you could try "fastboot flash image.img" Mar 13 13:07:28 (just try to make a backup before, if possible...) Mar 13 13:19:35 @nanu_c, fastboot can push to predefined partitions:: boot, recovery, userdata Mar 13 13:19:53 on newer devices, also the a/b variants, dtbo, vendor etc Mar 13 13:37:33 @nanu_c, I do recall something similar for my Asus tf201 tablet, give a min to see if I have anything with me (not home ATM) Mar 13 13:40:45 NVM, that was for a different tool, not fastboot or adb Mar 13 13:49:23 actually i have unpartioned block that needs to be filed with ext4 partition and the i can mount it to push the files Mar 13 13:49:49 but, i am unable to make a ext4 parttiotn to fill the 20gb of the userdata Mar 13 13:58:12 @nanu_c, fastboot format tells what? Mar 13 14:00:37 `(bootloader) flash permission denied` Mar 13 14:01:34 but bootloader is unlocked Mar 13 14:10:05 fastboot format userdata does give this? Mar 13 14:14:04 fastboot format userdata … (bootloader) has-slot:userdata: not found … Formatting is not supported for file system with type 'raw'. Mar 13 14:14:54 @nanu_c, this is for `fastboot flash userdata ../halium/.halium-install-imgs.OtuLu2/rootfs.img` Mar 13 14:17:10 i can make a 200mb ext4 partition and push it with dd and then mount it Mar 13 14:20:22 Sorry no idea ;) Mar 13 14:24:12 or boot a recovery image, unmount /data, and format it (with recovery's UI or via adb, with mkfs.ext4). Not sure if that's what you want to do, though. Mar 13 15:06:15 i got it now Mar 13 15:06:31 somehow with fdisk or so Mar 13 19:14:56 I am getting better :) `Target filesystem doesn't have requested /sbin/init.` Mar 13 19:41:58 hello everyone! Mar 13 20:32:28 Hey Mar 13 20:32:41 how can i mount this `/dev/block/bootdevice/by-name/boot /boot emmc defaults` Mar 13 22:39:38 my `/system` is not mounted. Should this the system.img generated by halium or from phone? Mar 13 22:40:23 @nanu_c, The system is the systemimage in data, the phone's system partition is not used Mar 13 22:40:47 okey and why could that not be mounted? Mar 13 22:41:11 ;) Mar 13 22:41:23 Do you have an error about it? Mar 13 22:41:35 Are you in ssh or telnet? Mar 13 22:42:29 telnet Mar 13 22:42:41 ````[ 2.487229,1] initrd: mounting android system image (/tmpmnt/system.img) ro, in /android-system (system mode) … [ 2.487297,1] initrd: mounting android system image from userdata partition … [ 2.489992,4] EXT3-fs (loop1): error: couldn't mount because of unsupported optional features (40) … [ 2.490294,4] EXT2-fs (loop1 Mar 13 22:42:41 ): error: couldn't mount because of unsupported optional features (40) … [ 2.497174,6] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null) … [ 2.497552,1] initrd: extracting android ramdisk``` Mar 13 22:43:04 uwt Mar 13 22:43:33 [Edit] ````[ 2.487229,1] initrd: mounting android system image (/tmpmnt/system.img) ro, in /android-system (system mode) … [ 2.487297,1] initrd: mounting android system image from userdata partition … [ 2.489992,4] EXT3-fs (loop1): error: couldn't mount because of unsupported optional features (40) … [ 2.490294,4] EXT2-fs Mar 13 22:43:33 (loop1): error: couldn't mount because of unsupported optional features (40) … [ 2.497174,6] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null) … [ 2.497552,1] initrd: extracting android ramdisk``` Mar 13 22:44:07 @nanu_c, sounds like e2fsprog issue Mar 13 22:44:09 update it Mar 13 22:44:52 Did you use the install script to push it to the phone? Mar 13 22:45:01 If you get ssh and your lxc container is running I wouldn't worry about it Mar 13 22:45:58 No lxc doesn't start Mar 13 22:46:13 Ok, do you get ssh or telnet access? Mar 13 22:46:31 @nanu_c, Get ssh first Mar 13 22:46:38 i try Mar 13 22:46:51 :) … ```[ 2.781984,2] Begin: Running /scripts/init-bottom ... done. … [ 2.807518,4] run-init: opening console: No such device … [ 2.807617,2] Target filesystem doesn't have requested /sbin/init. … [ 2.808158,4] run-init: opening console: No such device``` Mar 13 22:47:13 Yes, because systemimage wasn't mounted Mar 13 22:47:29 What did you flash to the phone with? Mar 13 22:48:02 `bash halium-install-standalone.sh -i -u 1234 -p ut ./ubports-touch.rootfs-xenial-armhf.tar.gz ./out/target/product/sanders/system.img` Mar 13 22:49:06 You used the latest script JBBs right? (I haven't looked recently) Mar 13 22:49:55 :| Mar 13 22:50:08 as i said your e2fsprog looks outdated Mar 13 22:50:55 Yes that one, how can i update e2fsprog? in the host? Mar 13 22:51:29 @nanu_c, build it from source Mar 13 22:51:46 I haven't it installed in the host Mar 13 22:51:55 Isn't that part of the mkbootimg process? Mar 13 22:52:36 @nanu_c, e2fsprog is shipped with most of the linux hosts Mar 13 22:52:59 https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git … clone it and … mkdir out && cd out … ../configure … make … sudo make install Mar 13 23:02:30 @rupansh, I like your userimage :) … e2fsprogs is build now, halium-booot and systemimage, too, running script again Mar 13 23:03:23 @rupansh, [Edit] I like your userimage :) … e2fsprogs is build now, halium-booot and systemimage, too, running script again. I am learning a lot about linux kernels at the moment :) Mar 13 23:03:45 @nanu_c, nice Mar 13 23:07:21 same situation as before Mar 13 23:08:58 dmesg Mar 13 23:09:07 [Edit] tail | dmesg Mar 13 23:10:17 https://pastebin.com/NNk6NCPb Mar 13 23:25:30 but `/root/android/system/` exists and is full of files Mar 13 23:37:06 thanks :) `TERM=linux HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:$PATH chroot /root/ /bin/bash` then`systemctl mask lxc@android` gives `Operation failed: Read-only file system` Mar 13 23:38:49 Which rootfs are you using Mar 13 23:42:08 @UniversalSuperBox, Yours `ubports-touch.rootfs-xenial-armhf.tar.gz` Mar 13 23:42:30 You can't use systemctl in Ubuntu Touch Mar 13 23:43:07 okey, that was copy paste from halium docs Mar 13 23:43:29 The halium docs are for the reference rootfs mostly Mar 13 23:45:38 so don't know where to continue Mar 13 23:46:02 Where are you now Mar 13 23:47:30 i have telnet but not ssh Mar 13 23:47:50 with echo continue > /init-ctl/stdin it reboots Mar 14 00:54:10 this is the last thing before it stop, right? … ``` 737 0 [jbd2/mmcblk0p22] … 738 0 [ext4-rsv-conver] … 819 0 {telnet} /bin/sh /scripts/panic/telnet``` Mar 14 01:21:48 last message for today, my kernel doesn't suport namespaces, this is the output of lxc-checkconfig https://pastebin.com/u27hLvGM Mar 14 01:52:51 I think that's something like CONFIG_NS=y? I'd have to check my def config to verify though **** ENDING LOGGING AT Thu Mar 14 02:59:57 2019