Re: [systemd-devel] systemd-networkd: IPv6 prefix delegation disabled by ipv6forwarding=true

2025-01-14 Thread Max Gautier
nline=no ==> /etc/systemd/network/ppp.network <== [Match] Kind=ppp [Network] DHCP=yes KeepConfiguration=yes # I think this was because systemd was messing with the IPv4 config set up by ppp IPv4Forwarding=yes IPv6Forwarding=yes IPv6AcceptRA=yes -- Max Gautier

[ansible-devel] Re: [ansible/ansible] Add /opt/bin/python to python fallback list (PR #82821)

2024-03-14 Thread Max Gautier
iables.html#id42 >Because this project is very active, we're unlikely to see comments made on >closed tickets and we lock them after some time. Cc'ing the ansible-devel list then. (Not sure why that's more visible. Link to the PR for list readers : https://github.com/ansi

[systemd-devel] Customize configuration at compile-time vs /usr/lib/systemd/*/*.conf.d

2024-03-05 Thread Max Gautier
ibutors (aka the one compiling systemd) should defined compile-time defaults, and /usr/lib/systemd/*.conf.d should be for overriding that. Am I missing documentation somewhere ? Thanks -- Max Gautier

Re: [systemd-devel] Can I provide separate enabling for dbus-activation and "normal" start ?

2024-02-23 Thread Max Gautier
On Fri, Feb 23, 2024 at 10:19:12AM +0100, Lennart Poettering wrote: > On Do, 22.02.24 17:09, Max Gautier (m...@max.gautier.name) wrote: > > > Is it possible when writing a dbus-activable service to provide two > > separate and independent ways to enable it ? > > > >

Re: [systemd-devel] Can I provide separate enabling for dbus-activation and "normal" start ?

2024-02-22 Thread Max Gautier
On Thu, Feb 22, 2024 at 07:43:50PM +0300, Andrei Borzenkov wrote: > On 22.02.2024 19:09, Max Gautier wrote: > > Hi, > > > > Is it possible when writing a dbus-activable service to provide two > > separate and independent ways to enable it ? > > > > The D

[systemd-devel] Can I provide separate enabling for dbus-activation and "normal" start ?

2024-02-22 Thread Max Gautier
files but I'm not completely sure how to do that without copying the whole file (i.e, is there some Install/Unit relation I can use for that ?) Thanks ! -- Max Gautier

Re: Masking swap.target to disable swaps (on old systemd versions)

2024-01-04 Thread Max Gautier
On Tue, Jan 02, 2024 at 09:56:44PM +0300, Andrei Borzenkov wrote: > On 02.01.2024 18:47, Max Gautier wrote: > > Hi, > > > > Is masking `swap.target` a reliable/supported way to disable all swaps > > (partition, file, whatever) ? > > > > I used that ap

Masking swap.target to disable swaps (on old systemd versions)

2024-01-02 Thread Max Gautier
oks fine to me... If anyone has had some success trying similar things on old systemd versions, please let me know if you can. [1]: https://github.com/kubernetes-sigs/kubespray [2]: https://github.com/kubernetes-sigs/kubespray/issues/10741 Thanks a lot for your time -- Max Gautier

Re: Supporting openssh-signing of packages and databases

2023-12-07 Thread Max Gautier
e thorough look at pacman code itself to see how it could/would use that interface, which hopefully will give me some ideas. No idea when I'll work on that though. Cheers, -- Max Gautier

[ansible-devel] Adapting host_pinned strategy to work as a true rolling upgrade

2023-09-25 Thread Max Gautier
ernal strategy plugins for this use case despite this ? Thanks, [1]: https://github.com/kubernetes-sigs/kubespray/issues [2]: https://github.com/ansible/ansible/issues/81736 [3]: https://groups.google.com/g/ansible-devel/c/3AvfyEh2jIU/m/SydjZeCrBAAJ -- Max Gautier -- You received thi

Re: Supporting openssh-signing of packages and databases

2023-08-29 Thread Max Gautier
+ the openssh signature format (and refactoring, if indeed needed). Signature type detection and "mixed signature method" repos if we eventually go that way can be added later on. Thanks [1]: https://github.com/jedisct1/minisign/issues/59#issuecomment-654809237 -- Max Gautier

Re: Supporting openssh-signing of packages and databases

2023-08-22 Thread Max Gautier
ring something more or better compared to those already existing in pacman. That's a bit vague though ; it would probably be on a case-by-case basis. You're talking of minisign and signify, I suppose ? -- Max Gautier

Re: [systemd-devel] Conditionally reload a service from another service

2023-07-31 Thread Max Gautier
ed certificate placed in the same file ? If so, maybe you could use a path unit with PathChanged=/path/to/your/cert ? -- Max Gautier

Supporting openssh-signing of packages and databases

2023-07-20 Thread Max Gautier
COL.sshsig -- Max Gautier

Re: [arch-general] boot magically mounted on startup; reliable?

2022-07-26 Thread Max Gautier via arch-general
Check out man systemd-gpt-auto-generator, that's probably why. -- Max Gautier

Re: systemd timer not working

2022-07-21 Thread Max Gautier
%i.target [Service] Type=oneshot ExecStart=/usr/bin/mbsync -c %E/mbsync/config -V %i Restart=on-failure RestartSec=30 SyslogIdentifier=mbsync-%i Slice=app-mailsync-%i.slice [Install] RequiredBy=mail-sync@.target -- Max Gautier ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

Re: systemd timer not working

2022-07-15 Thread Max Gautier
; Unit=mbsync.service That's not needed, the default is to trigger the service with matching unsuffixed name -- Max Gautier ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

[arch-general] System-wide PAM alternative auths methods with different users

2022-07-13 Thread Max Gautier via arch-general
On Wed, Jul 13, 2022 at 05:00:10PM +0200, Max Gautier wrote: Hi everyone. I recently setup pam authenication using some Yubikeys and was wondering how to integrate to all pam-based applications (screenlocker, polkit, sudo, login, etc) without forcing its use for all user. The wiki describe how

Re: beta testing for 1.4 release; short-term roadmap

2020-08-14 Thread Max Gautier
On Tue, Aug 04, 2020 at 06:47:34PM +0200, Oswald Buddenhagen wrote: > i'm particularly interested in merging max' utf-7 work (with a possible > utf-8 followup), which i'll finish myself if i have to. I'll have some time next week, I'll try to have something for you by the end of September. _

Re: [PATCH] add support for built-in oauthbearer auth mechanism

2020-08-06 Thread Max Gautier
mechanism support. Building it is fairly standard, so it should not be hard to package it on other distributions (technically, at least). [1]: https://github.com/moriyoshi/cyrus-sasl-xoauth2 Max Gautier ___ isync-devel mailing list isync-devel

Re: Add support for UTF8=ACCEPT imap extension (was: add support for IMAP UTF-7)

2020-06-05 Thread Max Gautier
On Tue, Jun 02, 2020 at 01:00:55AM +0200, Oswald Buddenhagen wrote: > On Mon, Jun 01, 2020 at 06:55:36PM +0200, ashelia1...@gmail.com wrote: > > Starting from the UTF7 module in the glibc and modifying it for > > UTF7 IMAP does not seem too hard. > > > i'd do that, but i wouldn't bother trying to

Add support for UTF8=ACCEPT imap extension (was: add support for IMAP UTF-7)

2020-05-30 Thread Max Gautier
for IMAP) correctly, the server is supposed to ignore unknowns extension, so checking for ENABLE might be enough (section 3.1). [1]: https://tools.ietf.org/html/rfc6855 [2]: https://tools.ietf.org/html/rfc5161 Max Gautier --- src/drv_imap.c | 15 +-- 1 file changed, 13 insertions

[PATCH 3/4] Add ^ encoding specifier to imap_vprintf

2020-04-30 Thread Max Gautier
--- src/drv_imap.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/drv_imap.c b/src/drv_imap.c index f50e0a5..3332e4c 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -597,6 +597,17 @@ imap_vprintf( const char *fmt, va_list ap )

[PATCH 4/4] Use utf7 encoding for select

2020-04-30 Thread Max Gautier
--- src/drv_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index 3332e4c..33c9e85 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -2520,7 +2520,7 @@ imap_open_box( store_t *gctx, INIT_IMAP_CMD(imap_cmd_open_box_t, cmd, cb, aux

[PATCH 2/4] Use decode_utf7_imap to obtain list of boxes

2020-04-30 Thread Max Gautier
--- src/drv_imap.c | 7 +++ src/main.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/src/drv_imap.c b/src/drv_imap.c index 918dead..f50e0a5 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -1371,6 +1371,7 @@ parse_list_rsp_p2( imap_store_t *ctx, list_t *list, char *cmd ATTR_UN

[PATCH 1/4] Add decode/encode_utf7_imap functions

2020-04-30 Thread Max Gautier
--- src/drv_imap.c | 118 + 1 file changed, 118 insertions(+) diff --git a/src/drv_imap.c b/src/drv_imap.c index 7bc88f6..918dead 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -35,6 +35,8 @@ #include #include #include +#include +#includ

add support for IMAP UTF-7 (for internationalized mailbox names)

2020-04-30 Thread Max Gautier
others ?) Thanks to let me know if I'm doing it wrong or have missed something. Max Gautier Patches in the follow-ups. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

Fwd: Full-fledged pod spec in a DeploymentConfig lifecycle hook ? (OKD 3.11)

2020-02-26 Thread Max Gautier
penshift.io/v1.DeploymentConfig.html as my main doc. Thanks in advance for any response. Regards, Max Gautier ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Proper usage of multiple rules for the same targets

2018-09-05 Thread Max Gautier
Hi. To force the behavior you want, I think you could use a static pattern rule : The syntax being as follow : :: In your case, that would give : foo.t: %.t: %.x touch $@ foo.t: another_file That achieves what you want, if I'm testing correctly. (You'll need to have a way to have all of

vpath directive with './'

2017-11-06 Thread Max Gautier
Hi, I'm encountering a problem with the use of the vpath directive, and I find the behavior of make in this regard quite odd, but I may have misunderstood something. My Makefile is as follow (GNU make 3.81): all: foo ./test/foo: bar touch $@ bar: touch $@ vpath foo ./test/ The proble