Re: Packaging ZFS

2023-08-10 Thread Torbjörn Jansson
On 2023-08-10 22:36, Thibaut wrote: Le 10 août 2023 à 22:25, Philip Prindeville a écrit : On Aug 10, 2023, at 11:49 AM, Torbjörn Jansson wrote: On 2023-08-06 21:39, Philip Prindeville wrote: I don't know... I have a Xeon D-1548 based 1U Supermicro server with a 4TB NVMe stick that

Re: Packaging ZFS

2023-08-10 Thread Thibaut
> Le 10 août 2023 à 22:25, Philip Prindeville > a écrit : > > > >> On Aug 10, 2023, at 11:49 AM, Torbjörn Jansson wrote: >> >> On 2023-08-06 21:39, Philip Prindeville wrote: >>> I don't know... I have a Xeon D-1548 based 1U Supermicro server with a 4TB >>> NVMe stick that would make a

Reserving USERID

2023-08-10 Thread Philip Prindeville
Hi, I'm working on an updated release of Clixon for OpenWRT, and I want it to stop running as "root". Looking at all of the Makefiles, I see some packages reserve an explicit uid/gid associated with the user and group names, like ntp and ubus and network... while others don't (like docker and

Re: Packaging ZFS

2023-08-10 Thread Philip Prindeville
> On Aug 10, 2023, at 11:49 AM, Torbjörn Jansson wrote: > > On 2023-08-06 21:39, Philip Prindeville wrote: >> I don't know... I have a Xeon D-1548 based 1U Supermicro server with a 4TB >> NVMe stick that would make a decent file server/NAS... >>> On Aug 6, 2023, at 11:46 AM, Paul D wrote:

Re: Packaging ZFS

2023-08-10 Thread Torbjörn Jansson
On 2023-08-06 21:39, Philip Prindeville wrote: I don't know... I have a Xeon D-1548 based 1U Supermicro server with a 4TB NVMe stick that would make a decent file server/NAS... On Aug 6, 2023, at 11:46 AM, Paul D wrote: Pretty sure not. I'm receptive to ZFS and have used it in a few

[PATCH 1/3] bcm53xx: backport DT changes for ASUS RT-AC3100 queued for v6.6

2023-08-10 Thread Arınç ÜNAL
Backport the patch that adds the DT for ASUS RT-AC3100. Signed-off-by: Arınç ÜNAL --- ...s-BCM5301X-Add-DT-for-Asus-RT-AC3100.patch | 431 ++ ...RM-BCM5301X-Add-DT-for-Netgear-R7900.patch | 2 +- ...s-BCM5301X-Add-DT-for-Asus-RT-AC3100.patch | 431 ++

[PATCH 2/3] bcm53xx: add support for ASUS RT-AC3100

2023-08-10 Thread Arınç ÜNAL
ASUS RT-AC3100 is ASUS RT-AC88U without the external switch. OpenWrt forum users effortless and ktmakwana have confirmed that there are revisions with either 4366b1 or 4366c0 wireless chips. Therefore, include firmware for 4366b1 along with 4366c0. This way, all hardware revisions of the router

[PATCH 3/3] packages: nvram: add asus,rt-ac3100 to set_wireless_led_behaviour quirk

2023-08-10 Thread Arınç ÜNAL
Add ASUS RT-AC3100 to the set wireless LED behaviour quirk. Signed-off-by: Arınç ÜNAL --- package/utils/nvram/Makefile | 2 +- package/utils/nvram/files/nvram-bcm53xx.init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/utils/nvram/Makefile