Sébastien Luttringer

Results 31 comments of Sébastien Luttringer

I can confirm. Sorting is not working. In my case, it looks like area of the device is used while it's redefined in the entity itself.

What is unexpected is that this file should be replaced by Magisk and the update from the developer should not impact us. > When your module is downloaded with the...

With the proposed converter, device is recognized, but there is no `Presence` or `Approach distance`. `Target distance` is updating itself. ![Screenshot_20231112_234402](https://github.com/Koenkk/zigbee2mqtt/assets/615816/3819f483-83b1-42ca-80b4-b1c2e0db8206)

Just to let you know I have returned the device, so I can't help anymore on this one.

pgid is about [process groups](http://www.cs.ucsb.edu/~almeroth/classes/W99.276/assignment1/signals.html) where gids are about [user group](https://en.wikipedia.org/wiki/Group_identifier) ids. The pgid could be used to know if a process is kernel or userland. For example, if you...

As the first link suggest, it's an old UNIX concept. IIRC, the double fork for daemon is required to become the process group leader. From [Wikipedia](https://en.wikipedia.org/wiki/Process_group): > In a POSIX-conformant...

Ok, I was misled by the answer of @orodbhen. Actually, as you said, `os.getpgid` could be used to get the pgid of any pid. So there is no requirement to...

Looks the failure append in the generated Makefile (i.e `build/block_device_operations_check_events/Makefile`) which use a flag unrecognized by clang. ```make ccflags-y += -Wno-unused-but-set-variable ``` ``` /var/lib/dkms/zfs/2.1.0/build/build/block_device_operations_check_events # make modules -C /usr/lib/modules/5.12.3-seblu/build M=/var/lib/dkms/zfs/2.1.0/build/build/block_device_operations_check_events...

Hello, I just give it a new try with Linux 5.18 built against Clang 13.0.1 and zfs 2.1.4. Here is the relevent error. Looks like the flags used to build...