Jerry Vonau

Results 384 comments of Jerry Vonau

Given this was tagged for 8.0 in 2020 why the sudden interest in networking a year later when this is a 8.0 objective?

Close https://github.com/learningequality/kolibri/issues/9455#issuecomment-1136062000

connection the the source page ![Screenshot_2020-11-07_08-16-43](https://user-images.githubusercontent.com/5579710/98443608-f1af8e00-20d1-11eb-998c-74adee8b2f5a.png)

https://linuxconfig.org/how-to-force-fsck-to-check-filesystem-after-system-reboot-on-linux `sudo tune2fs -c 1 /dev/mmcblk0p2` triggers to always fsck on boot for debugging ``` jerry@NM-64-desktop-RasPiOS:~ $ sudo systemctl status systemd-fsck-root.service * systemd-fsck-root.service - File System Check on Root Device...

> ``` > Active: failed (Result: exit-code) since Mon 2022-09-19 16:29:24 CDT; 20min ago > Main PID: 254 (code=exited, status=1/FAILURE) > ``` > > @jvonau the failure of `iiab-expand-rootfs.service` above...

Methodology: jvonau@kickass:/mnt/scratch/git/iiab$ `sudo nano /media/jvonau/rootfs/etc/systemd/system/iiab-expand-rootfs.service` alter to match PR [sudo] password for jvonau: jvonau@kickass:/mnt/scratch/git/iiab$ `sudo nano /media/jvonau/rootfs/usr/sbin/iiab-expand-rootfs` alter add echo jvonau@kickass:/mnt/scratch/git/iiab$ `sudo chroot /media/jvonau/rootfs` root@kickass:/# `systemctl disable iiab-expand-rootfs` Removed /etc/systemd/system/multi-user.target.wants/iiab-expand-rootfs.service....