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
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
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
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 ?
> >
> >
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
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
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
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
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
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
+ 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
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
ed certificate placed in the same file ? If so, maybe you
could use a path unit with PathChanged=/path/to/your/cert ?
--
Max Gautier
COL.sshsig
--
Max Gautier
Check out man systemd-gpt-auto-generator, that's probably why.
--
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
; 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
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
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.
_
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
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
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
---
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 )
---
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
---
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
---
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
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
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
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
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
30 matches
Mail list logo