graemev
graemev
I feel many of the options default to danger: **bad_group/bad_userid** = If I share the filesystem e.g. via NFS , it is often the case that UID/GID won't be found...
In the thread: https://forum.qnap.com/viewtopic.php?t=167230 saboteur proposed a "light touch" approach to allow a bigger kernel (I followed this approach, creating what I termed saboteur layout ) Unfortunately this limits initrd...
I migrated my TS412 to stretch, to bullseye (using saboteur layout) then switched to the Mouiche layout of bullseye (using https://github.com/graemev/qnap_mtd_resize_for_bullseye_saboteur_mod [pull request exists]) , then finally to bookworm using...
In Partitionning_details.md it says: ``` - if `/etc/flash-kernel/dtbs/`content is modified or erased for some reasons (new install ?) the u-boot setup and the kernel MTD usage will not be synchronized...
In GUI_Paint.h all methods have the arg order ...foreground, background ...note Paint_DrawChar() and Paint_DrawString_EN() void Paint_DrawChar(UWORD Xstart, UWORD Ystart, const char Acsii_Char, sFONT* Font, UWORD Color_Foreground, UWORD Color_Background); void Paint_DrawString_EN(UWORD...
I want to use imapfilter to move emails between my home imap server and a commercial one. They use starttls so the option options.starttls needs to be true. (I tried...
The method DEV_Module_Exit() has many ifdef'd implementations , all do the same thing using different APIs. However the USE_LGPIO_LIB is simply commented out: ``` #elif USE_LGPIO_LIB // DEV_Digital_Write(EPD_CS_PIN, 0); //...
Added my comments in "discussions" instead of here (sorry, didn't see "issues" tab)
Output of `restic version` -------------------------- restic 0.14.0 compiled with go1.19.8 on linux/arm64 What backend/service did you use to store the repository? --------------------------------------------------------- Both local and restic-server Problem description / Steps...
### Describe the bug I raised this , via Debian's reportbug(1) , it got returned as "Closing as this is not a Debian system but running on a derivative." This...