sairuk

Results 34 comments of sairuk

Same problem as op, triggers notifications everytime the reconnect triggers. be nice to see these handled

@sargunv and @jstolarek thanks for this, we've implemented a combination of the above into our RetroNAS project and it works OK for the testing I have done (quake 3). There...

i've opened https://github.com/Kazade/dreampi/pull/19/ to try and get this moving to an official vers so i can clean up our installer oneday, otherwise i might just fork it and mod it....

Amazing, thanks @sargunv

an option to flush and regenerate the codes has been added to testing

reopening this as the problem with cockpit does not seem to be missing poc but a missing udisk dependency. How far this gets us functionally is yet to be reviewed...

had a play, no dice. still going to be functionality dependent on the poc. have added the udisks2-(lvm2|btrfs) modules to `install_filesystems` which also adds lvm support to the cockpit ui....

yeh this binary blob thing is a roadblock i would like to see sorted out as well. I'd like our RetroNAS users to be able to deploy dreampi to an...

Will not build with g++ 10.x on Debian bullseye 64bit, too many errors to post here

Builds against g++-9, install `gcc-9 g++-9` packages on debian cannot override `CC` and `CXX` vars at `make` normally i'd export the envvars edit Makefile apply changes ``` CC = $(CROSS_COMPILE)gcc-9...