Jerry Vonau

Results 384 comments of Jerry Vonau

Then can I have a guarantee that no other commands other than '/bin/echo HANDLE = $HANDLE|UUID = $UUID' could ever be run remotely with ncat bound to every ip address...

same issue as https://github.com/iiab/iiab/issues/3330#issuecomment-1208130277 > 1123 -IIAB-------------------------------------------------------------------------- 1124 -rw-r--r-- 1 root root 154 Sep 16 10:57 /etc/netplan/00-installer-config.yaml 1125 ...ITS LAST 100 LINES FOLLOW... 1126 1127 # This is the network...

Gleaned from http://sprunge.us/5oa3JZ, seems like documentation fodder ``` -IIAB-------------------------------------------------------------------------- -rw-r--r-- 1 root root 116 Sep 27 13:44 /etc/systemd/network/IIAB-Slave-eno1.network ...ITS LAST 100 LINES FOLLOW... # /etc/systemd/network/IIAB-Slave-eno1.network [Match] Name=eno1 [Link] RequiredForOnline=no [Network]...

Think the summary would be ensure your default gateway device is defined in /etc/netplan/ somewhere(the file names vary) with the systemd-networkd backend in use and # out members of the...

Note #2751 #2752 `brctl` hasn't been used with 'iiab' since https://github.com/iiab/iiab/pull/2759

Post writing http://download.iiab.io/8.0/iiab-8.0preview3-220820-SMALL-raspios64-lite-g2543831e.img.zip in host machine: ``` lsblk sdb 8:16 1 59.5G 0 disk ├─sdb1 8:17 1 256M 0 part /media/jvonau/boot └─sdb2 8:18 1 6.8G 0 part /media/jvonau/rootfs df /dev/sdb2...

Think the reboot could be avoided just calling resize2fs "replace with variable" update-rc.d resize2fs_once remove rm /etc/init.d/resize2fs_once or borrow parts (fdisk) of the do_expand_rootfs() function from raspi-config

Neither, I spotted that the created image in the report didn't have a resized file system but jumped to just running the script in an effort to suppress the reboot.....

No a simple reboot works on the produced images but doesn't give any user feedback that it is running. I'm looking towards the future with what was released on the...