Antoine DAMHET

Results 10 issues of Antoine DAMHET

Related-To: https://github.com/radvd-project/radvd/issues/177 When an interface is deleted `IPV6_DROP_MEMBERSHIP` is not called leaking mc memory in kernel making radvd fail to send RA on new interfaces with the following errors: ```...

Previously, when an interface was removed radvd did not release it's multicast membership leaking kernel resources leading to a potential out of memory failure of the `setsockopt([...], IPV6_ADD_MEMBERSHIP, [...])` call....

This commit reverts 74e8aa8b1c81798e2f6c5e122a335ba89ebe89b1 and part of f2491ba7725a1ae1b47ab0d2d843578a6f04800e. Fixes #31

I'm working on packaging `pass-audit` on fedora. The current `setup.py` provided data-files are only working for `easy_install` packages and not `wheel` ones (see https://setuptools.pypa.io/en/latest/userguide/datafiles.html#non-package-data-files ). Since `easy_install` packages are deprecated,...

I don't like it and I would rather have the `NotifyAccess` set to either `main` or `exec` to avoid any user program write access to the service state.

question

Config file is upstream. I should have a script to migrate configurations

systemd [should not](https://blog.darknedgy.net/technology/2020/05/02/0/) be viewed as a dependency manager but as an event manager (ie: sway should up the `*.target` witch should not be automatically pulled via dependency). Also `wayland-session*.target`...

Due to the current design services units need `After=wayland-session.target` in order to avoid racing sway initialization and environment importation... Current workaround: ``` $ cat ~/.config/systemd/user/mako.service.d/override.conf [Unit] After=wayland-session.target ``` See #12

Should fix #103 I am not fully sure, python 3.13 does not have another impact tho

Unit tests are failing with python 3.13 (found on fedora rawhide): ``` ====================================================================== FAIL: testDefaultEnumScope (usb1.testUSB1.USBTransferTests.testDefaultEnumScope) Enum instances must only affect the scope they are created in. ---------------------------------------------------------------------- Traceback (most...