Displaying 20 results from an estimated 7386 matches for "zone".
Did you mean:
one
2012 Jul 23
1
[PATCH] nsd-patch: fix segfault after renaming slave zone
Hi all,
we have discovered a segfault in nsd-patch when renaming slave zone in nsd
config file if some data for this zone still exists in the IXFR diff
database.
In my case, the zone "black" was renamed to "blackinwhite":
> root at ggd115:/cage/nsd/var/nsd/zones#nsd-patch -c
> /cage/nsd/etc/nsd-dns-slave.conf
> reading database
> reading...
2002 Mar 10
1
lattice library: xyplot and polygons
...uced
by xyplot ? I made different trials (see below) with polygon() and
grid.polygon() but polygons are not drawn (probably for the same reason
that prevents the use of lines, points, etc. in xyplot panels).
Thanks in advance,
Renaud
> Water
id label longitude latitude
515 21 Zone inondable -14.91929 15.27983
516 21 Zone inondable -14.91803 15.27967
517 21 Zone inondable -14.91765 15.27990
518 21 Zone inondable -14.91722 15.28029
519 21 Zone inondable -14.91706 15.28061
520 21 Zone inondable -14.91672 15.28125
521 21 Zone inondable -14.91566 15.28194
522 21 Zon...
2016 Feb 09
4
IR with no optimization
Hi all,
I'm compiling linux kernel with clang. I want to generate IR with no
optimization. However, kernel can only be compile with -O2 instead of -O0.
Here is the source code snippet:
struct zone *next_zone(struct zone *zone)
{ pg_data_t **pgdat* = zone->zone_pgdat;
}
I want to know there is an assignment from "zone" to "pgdat". I'm trying to
iterate "store" instructions in IR.
When I compile with -O2, I have the following IR:
define %struct.zone...
2017 Jan 23
5
DNS Update not working after update to 4.5.3
Hai,
Seeing :
> Jan 23 14:55:40 samba01 named[3279]: samba_dlz: configured writeable
> zone '168.192.in-addr.arpa'
> Jan 23 14:55:40 samba01 named[3279]: zone local.laurenz.ws/NONE: has no
> NS records
> Jan 23 14:55:40 samba01 named[3279]: samba_dlz: Failed to configure zone
> 'local.laurenz.ws'
Normaly you should see first the local.laurenz.ws zone wi...
2016 Feb 09
2
IR with no optimization
...lists.llvm.org> wrote:
>
>> Hi all,
>>
>> I'm compiling linux kernel with clang. I want to generate IR with no
>> optimization. However, kernel can only be compile with -O2 instead of -O0.
>>
>> Here is the source code snippet:
>>
>> struct zone *next_zone(struct zone *zone)
>>
>> { pg_data_t **pgdat* = zone->zone_pgdat;
>>
>> }
>>
>> I want to know there is an assignment from "zone" to "pgdat". I'm trying
>> to iterate "store" instructions in IR.
>>
&g...
2024 Oct 02
2
SIGSEGV in rbtree_find_less_equal
Hi,
I found a reproducible seg fault with a DNSSEC signed zone and overlapping config. I'm running NSD 4.10.1. Here's how to reproduce.
2 zones in nsd.conf:
zone:
name: "foo.com."
zonefile: "/zones/foo.com.zone.signed"
zone:
name: "bar.foo.com."
zonefile: "/zones/bar.foo....
2013 Oct 18
1
nsd-4.0.0b5(and rc2) and changing zone from master to slave ?
Hi,
I'm doing some quick tests with nsd-4.0.0b5 and (rc2). And found
something strange when changing (nsd-control reconfig) one
zone from:
zone:
name: 10.in-addr.arpa
zonefile: /zones/empty.zone
to
zone:
name: 10.in-addr.arpa
request-xfr: 192.168.122.12 NOKEY
allow-notify: 192.168.122.12 NOKEY
zonefile: /zones/slave/10.rev
and doing nsd-control reconfig.
After reconfig nsd-control zonestatus still sho...
2004 Aug 06
9
how to define a dozens of interface as one zone
hi,
we use openvpn as for our vpn endpoints and we''ve got about 70-80 vpn
connections which means we have tun0 - tun80 interface. i''d like to
define one zone for all of our vpn connections how can I do that?
actualy our local zone is 192.168.0.0/17 (not 16) and all of the vpn''s
are in 192.168.128.0/17. our should i define somehow the local zone as
192.168.0.0/16? but in this case i can''t use the eth interface as our
local zone definiti...
2024 Oct 08
1
SIGSEGV in rbtree_find_less_equal
Hi Chris,
I'm having trouble trying to reproduce the issue locally.
Like you I configure two zones.
zone:
name: example.com.
zonefile: example.com.zone.signed
zone:
name: bar.example.com.
zonefile: bar.example.com.zone
The file bar.example.com.zone does not exist. After touching and
reloading the signed zone, no segfault occurs. I've tried with and
without the "--disable-rad...
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...
2024 Oct 09
1
SIGSEGV in rbtree_find_less_equal
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 record for a.bar ?
>
>
> Ex:
>
>
> a.bar ? 300 ? ? IN ?NS ? ? ?ns.somewhere.net.
>
>
> Chris
>
&...
2017 Jan 20
5
DNS Update not working after update to 4.5.3
I suspect a zone overlap.
Did you add an extra zone manualy in bind?
Or something like this... You added :
Zone1.Domain.TLD and then
Domain.TLD
But then with the reverse zones.
Because this :
> Jan 20 13:58:09 samba02 named[10811]: zone 2.168.192.in-addr.arpa/NONE:
> has no NS records
Does not look...
2024 Oct 16
1
SIGSEGV in rbtree_find_less_equal
Hi Chris,
I've properly started looking into this yesterday. NSD definitely
shouldn't crash, still working on that.
However, the provided zone is invalid too(?) I'm not the foremost
expert on NSEC3 (or even DNSSEC), but is seems an NSEC3 is missing for
bar.foo.com. Empty non-terminals should still have an NSEC3 RR.
(Of course, the delegation point should be at bar.foo.com. too and
a.bar.foo.com. is an occluded name and this situation...
2017 Jan 25
1
DNS Update not working after update to 4.5.3
i will do so.... thanks
Am 25.01.2017 um 08:46 schrieb L.P.H. van Belle via samba:
> Still
>
> Check this line from you named config.
>
> include "/etc/bind/named.conf.default-zones";
>
> This can cause an overlap in the zones, so be carefull with that one.
>
>
> Greetz,
>
> Louis
>
>
>> -----Oorspronkelijk bericht-----
>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Dirk Laurenz via
>> samba
>> Verzonden:...
2019 Aug 05
5
samba dlz. bind9 nslookup is wrong
On 05/08/2019 09:55, Patrik via samba wrote:
> the dig is wrong as well, it adds an additional ip address, which i have
> not request to use other interfaces:
> root at server:/# dig p3x-dc.patrikx3.com
>
Patrik, I have told you what your problem is, refusing to accept that
you have setup Bind9 incorrectly is no reason for opening a new thread.
Just in case you missed it, or
2005 Mar 01
11
Simple question about zones (haven''t found in FAQ)
Hello everybody:
Here is my "network layout":
ISP1 ISP2
| |
| |
+-----eth0---------eth1------+
| |
| FC 3 box |
| |
+-----eth2---------eth3------+
|
2007 Aug 16
5
import zfs dataset online in a zone
Hello,
is there a way to add a zfs dataset to a zone online?
The only info I found is to configure the dataset in the zone via zonecfg then reboot the zone.
I would like to be able to add new separated dataset for each new db''s I add in the zone and of course if I need to reboot the zone every time I have to add/remove a db, my users will...
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
...6:37 AM, <frederik at ofb.net> wrote:
>> Hi all,
>>
>> I ran into a segfault while playing with dates.
>>
>> $ R --no-init-file
>> ...
>> > library(lubridate); d=as.POSIXlt(floor_date(Sys.time(),"year")); d$zone=NULL; d$zone=""; d
>>
> If you're asking about a bug in R, you should provide a *minimal*
> reproducible example (i.e. one without any package dependencies).
> This has nothing to do with lubridate, so you can reproduce the
> behavior with:...
2005 Dec 27
2
Drag and drop problem if Droppable zones overlap
Hello,
The question is related to Droppables and Draggable.
I''m creating a splitter component with a DIV that acts as the splitter
and 2 DIV zones that are the splitted zone. To do so I use the
Droppables and Draggable in conjunction.
The splitter DIV is a Draggable component and I define 2 Droppable zones
for
the splitter DIV (Zone A and B on each side of the splitter)
It works fine if I define only one splitter.
But when I define 2 spli...
2016 Feb 09
2
IR with no optimization
...;>>
>>>> I'm compiling linux kernel with clang. I want to generate IR with no
>>>> optimization. However, kernel can only be compile with -O2 instead of -O0.
>>>>
>>>> Here is the source code snippet:
>>>>
>>>> struct zone *next_zone(struct zone *zone)
>>>>
>>>> { pg_data_t **pgdat* = zone->zone_pgdat;
>>>>
>>>> }
>>>>
>>>> I want to know there is an assignment from "zone" to "pgdat". I'm
>>>> trying to i...