Displaying 20 results from an estimated 25 matches for "koekkoek".
2024 Oct 16
1
SIGSEGV in rbtree_find_less_equal
...to The input I used to generate:
ldns-keygen -a 13 -k foo.com
dnssec-signzone -3 AA61D5A398769C09 -H 0 -S -A -z -o foo.com.
foo.com.zone Kfoo.com.+013+58636
Doesn't get me the exact the same thing, but good enough to get the
same segfault.
- Jeroen
On Wed, 2024-10-09 at 13:53 +0200, Jeroen Koekkoek via nsd-users wrote:
> Hi Chris,
>
> I can reproduce with your zone. Thanks!
>
> Best,
> Jeroen
>
>
> On Tue, 2024-10-08 at 14:07 +0000, Chris LaVallee wrote:
> >
> > Hi Jeroen,
> >
> >
> > Attached is the zone I used. Did you add the...
2008 Aug 07
3
GlusterFS
...POP3(somebody at domain.tld):
nfs_flush_fcntl:
fcntl(/var/vmail/domain.tld/somebody/Maildir/dovecot.index, F_RDLCK)
failed: Function not implemented
I think that I can disable mail_nfs_index to fix these messages. Has
anybody had the same problem, if so, how did you solve it?
Kind regards,
Jeroen Koekkoek
2024 Oct 09
1
SIGSEGV in rbtree_find_less_equal
...>
> Hi Jeroen,
>
>
> Attached is the zone I used. Did you add the record for a.bar ?
>
>
> Ex:
>
>
> a.bar ? 300 ? ? IN ?NS ? ? ?ns.somewhere.net.
>
>
> Chris
>
>
>
>
>
>
>
>
>
>
>
>
> From: Jeroen Koekkoek <jeroen at nlnetlabs.nl>
> Sent: Tuesday, October 8, 2024 5:33 AM
> To: Chris LaVallee <clavallee at edg.io>; nsd-users at lists.nlnetlabs.nl
> <nsd-users at lists.nlnetlabs.nl>
> Subject: Re: [nsd-users] SIGSEGV in rbtree_find_less_equal
>
> ?
>
>
>...
2023 Jul 21
1
Adding SRV records to zone
Hi Sagar,
Are you getting a particular error?
Because the same method should work just fine in NSD. Simply open the
corresponding zone file (as configured in nsd.conf) and put that line
in there.
Best regards,
Jeroen Koekkoek
On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote:
> How do I add SRV record to my zone file?
>
> Eg. In pdns I have
>
> _xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222
> example.com
>
>
> Thanking you
> Sagar Acharya
> ht...
2023 Dec 07
2
Question on slave
Jeroen Koekkoek via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:
> Anand's answer is entirely correct.
>
> Once 4.8.0 is released, zone files will be written once per hour by
> default.
I'm confused now :-)
Arnand said the "database" option is being removed. Does this m...
2010 Sep 17
2
v2.0.3 released
...r as a
default for -a. Set lda_original_recipient_header=Envelope-To to
returns the old behavior.
+ Added support for reverse quota warnings (i.e. when quota goes back
under the limit). This is enabled by adding '-' to beginning of
quota_warning value. Based on patch by Jeroen Koekkoek.
+ dovecot-lda: Added lda_original_recipient_header setting, which is
used for getting original recipient if -a isn't used.
+ dovecot-lda: Added -r parameter to specify final recipient address.
(It may differ from original address for e.g. aliases.)
+ Maildir: uidlist file can now over...
2010 Sep 17
2
v2.0.3 released
...r as a
default for -a. Set lda_original_recipient_header=Envelope-To to
returns the old behavior.
+ Added support for reverse quota warnings (i.e. when quota goes back
under the limit). This is enabled by adding '-' to beginning of
quota_warning value. Based on patch by Jeroen Koekkoek.
+ dovecot-lda: Added lda_original_recipient_header setting, which is
used for getting original recipient if -a isn't used.
+ dovecot-lda: Added -r parameter to specify final recipient address.
(It may differ from original address for e.g. aliases.)
+ Maildir: uidlist file can now over...
2024 Jul 24
2
NSD 4.10.1rc2 pre-release
Am 23.07.24 um 17:28 schrieb Jeroen Koekkoek via nsd-users:
> NSD 4.10.1rc2 pre-release is available:
no compile time warnings while building on debian bookworm/x86_64
> @bilias implemented mutual TLS authentication for zone transfers.
> Please consult the nsd.conf manual for details on the newly introduced
> configuration optio...
2024 Feb 28
1
About timestamps in logs and zonestatus
Hi Jeroen,
I just realised that the version I use is very old -- 4.1. So first what I
should do -- updating it and only then come here , asking for clarification.
??, 27 ????. 2024??. ? 14:19, Jeroen Koekkoek <jeroen at nlnetlabs.nl>:
> Hi Peter,
>
> NSD processes updates in batches. xfrd receives the [AI]XFR and
> schedules a reload for the main process, which in turn forks new serve
> children. The served-serial is updated after main reports success, the
> commit-serial (updat...
2024 Jul 17
1
Run-time effects of new SIMD code
On 17/07/2024 16:57, Jeroen Koekkoek wrote:
Hi Jeroen,
> That is indeed correct. At runtime the CPUID instruction is used to
> detect which extensions are offered and it chooses based on that. When
> compiling on x86_64 with SSE4.2 and AVX2 enabled, the binary will
> actually contain 3 parsers, the most optimal one is us...
2024 Oct 08
1
SIGSEGV in rbtree_find_less_equal
Hi Jeroen,
Attached is the zone I used. Did you add the record for a.bar ?
Ex:
a.bar 300 IN NS ns.somewhere.net.
Chris
________________________________
From: Jeroen Koekkoek <jeroen at nlnetlabs.nl>
Sent: Tuesday, October 8, 2024 5:33 AM
To: Chris LaVallee <clavallee at edg.io>; nsd-users at lists.nlnetlabs.nl <nsd-users at lists.nlnetlabs.nl>
Subject: Re: [nsd-users] SIGSEGV in rbtree_find_less_equal
Hi Chris,
I'm having trouble trying to repro...
2024 Apr 25
3
NSD 4.10.0rc1 pre-release
NSD 4.10.0rc1 is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0rc1.tar.gz
sha256 ad476e82eee5bdabc985e071cabe6a68263dd02eac6278ce2f81798b8c08f19f
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0rc1.tar.gz.asc
Version 4.10.0 integrates simdzone and drops the Flex+Bison zone
parser.
NSD used a Flex+Bison based zone parser since version 1.4.0. The parser
served NSD well, but zones have
2023 Jul 21
1
Adding SRV records to zone
How do I add SRV record to my zone file?
Eg. In pdns I have
_xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222 example.com
Thanking you
Sagar Acharya
https://humaaraartha.in
P.S. Please cc me, I'm not subscribed to this list.?
2023 Jul 21
1
Adding SRV records to zone
...8:46 by jeroen at nlnetlabs.nl:
> Hi Sagar,
>
> Are you getting a particular error?
>
> Because the same method should work just fine in NSD. Simply open the
> corresponding zone file (as configured in nsd.conf) and put that line
> in there.
>
> Best regards,
> Jeroen Koekkoek
>
>
> On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote:
>
>> How do I add SRV record to my zone file?
>>
>> Eg. In pdns I have
>>
>> _xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222
>> example.com
>>
>>...
2023 Dec 05
1
Question on slave
Hi Jean-Christophe,
Anand's answer is entirely correct.
Once 4.8.0 is released, zone files will be written once per hour by
default.
Best regards,
Jeroen
On Tue, 2023-12-05 at 10:48 +0100, Anand Buddhdev via nsd-users wrote:
> On 04/12/2023 13:47, Jean-Christophe Boggio via nsd-users wrote:
>
> Hi Jean-Christophe,
>
> > When syncing between master and slaves, am I
2009 Sep 10
1
Question regarding reverse quota_warning
...count_current >= (uint64_t)warnings[i].rule.count_limit)) {
quota_warning_execute(root, warnings[i].command);
break;
}
----- /quote -----
I think it could be as simple as adding a second if statement and prefixing
a string, but that's not a very clean solution.
Best regards,
Jeroen Koekkoek
2010 Aug 13
1
quota_warning bug?
...client, remove one message, restart my client again and remove the
last message from my inbox, it executes the warning rule again. Does
this sound familiar to anyone? I tested with the debian package
dovecot_2.0.rc5-0~auto+8 found in rename-it.nl's repository.
Thanks.
Best regards,
Jeroen Koekkoek
2011 Jan 25
0
dovecot ocf resource script
Hi,
I created a dovecot resource script for pacemaker. I think it's done, but I
wanted to ask if some people could examine it before I send it to the
pacemaker people.
Thanks in advance.
Best regards,
Jeoren Koekkoek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot
Type: application/x-shellscript
Size: 9832 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20110125/98f707c0/attachment-0002.bin>
2023 Apr 24
1
nsd issue
Hi Jean Claude,
The message is printed when the bind operation failed. Why that happens
is hard to say, I'd need more information for that. As the message does
not say: address already in use (or similar), I'm guessing the address
is not configured?
Best regards,
Jeroen
On Fri, 2023-04-21 at 18:03 +0200, HAKIZIMANA Jean Claude via nsd-users
wrote:
> Dear nsd Users,
> kindly can
2024 Jul 19
1
Run-time effects of new SIMD code
...nvironment
variable. Possible values: fallback, westmere, haswell. We'll might add
a command line argument or configuration option for it.
As always, thanks for your suggestions.
- Jeroen
On Wed, 2024-07-17 at 17:36 +0200, Anand Buddhdev via nsd-users wrote:
> On 17/07/2024 16:57, Jeroen Koekkoek wrote:
>
> Hi Jeroen,
>
> > That is indeed correct. At runtime the CPUID instruction is used to
> > detect which extensions are offered and it chooses based on that.
> > When
> > compiling on x86_64 with SSE4.2 and AVX2 enabled, the binary will
> > actually...