Displaying 20 results from an estimated 7386 matches for "zones".
Did you mean:
ones
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 updates to database
> [1343043191] nsd-patch[10800]: error: xfr: zone black. not in config.
> [1343043191] nsd-patch[10800]: error: no zone exists
> writing changed zones
> Segmentation fault (core du...
2002 Mar 10
1
lattice library: xyplot and polygons
Dear R-Helpers,
Is there a way to draw shaded (filled) polygons in panel graphs produced
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
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
2017 Jan 23
5
DNS Update not working after update to 4.5.3
...dlz: configured writeable zone '168.192.in-addr.arpa'
Or as told, you created an dns record in 'domain.tld’, Which should be made in 'main.domain.tld'
Use CNAME in domain.tld to link to host inside main.domain.tld. Then it works fine.
Now this also applies for the reverse zones.
If your using 192.168.0.0/16 then yes, your reverse : '168.192.in-addr.arpa is correct.
If your not using a full /16 range, but a normal /24 then your reverse should be '0.168.192.in-addr.arpa’
You can use '168.192.in-addr.arpa’ but the use only one reverse zone.
And i think...
2016 Feb 09
2
IR with no optimization
Thanks for the reply.
Yes I'm doing static analysis. I'm trying to do points-to analysis
actually. I care about whether pointer values point to the same memory
location. I'm not sure if this is better to be done by Clang or LLVM?
How to dump the unoptimized IR? By compiling with -O0?
Thank you.
On Tue, Feb 9, 2016 at 8:20 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
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.com.zone"
Zone files:
foo.com.zone.signed is DNSSEC signed with a record for a.bar...
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 shows that
the zone is still master:
zone: 10.in-addr.arpa...
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
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-radi...
2024 Oct 08
1
SIGSEGV in rbtree_find_less_equal
...ober 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 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-radi...
2024 Oct 09
1
SIGSEGV in rbtree_find_less_equal
...g.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 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...
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 likes the samba_DLZ log lines but a pure bind log line.
Review you bind config and remove any manualy added zones.
Greetz,
Louis
> -----Oorspronkelijk b...
2024 Oct 16
1
SIGSEGV in rbtree_find_less_equal
...;nsd-users at lists.nlnetlabs.nl>
> > Subject: Re: [nsd-users] 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
>...
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
...;s but I have problems with that :
* every db''s are writing on the same LUN''s (or at least, I don''t where are writing the db''s)
* adding a LUN is not a problem but removing it is not (yet) possible
* we would be able to move a db from 1 zone to another one : both zones need to be rebooted.
other solution is to have 1 zone per db but having a zone for a small db (let say less than 5 GB) is not really the best way to do (lots of diskspace lost for the binaries of the zone itself & the db''s).
thanks in advance!
Christophe
This message posted from...
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
>>>>> Joshua Ulrich <josh.m.ulrich at gmail.com>
>>>>> on Tue, 6 Dec 2016 09:51:16 -0600 writes:
> On Tue, Dec 6, 2016 at 6:37 AM, <frederik at ofb.net> wrote:
>> Hi all,
>>
>> I ran into a segfault while playing with dates.
>>
>> $ R --no-init-file
>> ...
>> >
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 split...
2016 Feb 09
2
IR with no optimization
Are you doing this to enable optimizations, or to detect bugs? If the
former, dealing with LLVM IR is probably your best bet, and you may find
this to be helpful: http://llvm.org/docs/AliasAnalysis.html. If the latter,
you probably want to hook into clang's StaticAnalyzer. I'm not familiar
with whether or not you'd be able to do AA with it, but AFAIK it retains
the full C/C++ AST (LLVM