srd424
srd424
I'm really interested in something like this for Reolink cameras as well... https://github.com/fwestenberg/reolink_dev/issues/7#issuecomment-546816166 suggests it's possible, but I've not had much luck as yet trying to talk ONVIF to the...
Second error here might be same as #240 .. was it running on a reflink-capable filesystem?
Looks to me like it's a trade-off : leave ssh keys unprotected by fscrypt (remember they're already encrypted with passphrase) and login with key, or encrypt ssh keys, which requires...
Proposal above was to move all of `.ssh`. `authorized_keys` is a list of public key fingerprints. Biggest risk presumably is someone else modifying it. Which clearly is a risk, but...
I can confirm the same error trying to use Ventoy. Writing the ISO direct to a memory stick seems to work fine.
Ah, it's something to do with grub detecting the correct root filesystem - if you drop to the grub command line with `c`. then type `set root=(cd0)`, then Esc back...
OK, figured out a nice work-around. Unzip the attached into the Ventoy ISO partition .. customize as needed (e.g. for the ISO name.) [ventoy.zip](https://github.com/GalliumOS/galliumos-distro/files/7534610/ventoy.zip)
AFAIK the json file is supposed to be in the ventoy subdir - that's the way it's setup here.. no ideas on why it's not working for you, I'm afraid...
I'm seeing possibly related problems .. my development environment is Ubuntu 18.04 running in systemd-nspawn .. I've just upgraded the host environment to 20.04 and now I'm seeing operation not...
(For completeness, https://github.com/ostreedev/ostree/issues/1469 and links from there document the original decision to set all files to 0.)