Displaying 7 results from an estimated 7 matches for "testc1".
Did you mean:
test1
2020 Feb 10
3
New DNS-Records not aviable
...rn.mydom.org
te
sta4.saturn.mydom.org
testa5.saturn.mydom.org
testa6.saturn.mydom.org
test
a7.saturn.mydom.org
...
can anyone confirm this ?
To reproduce:
1. create a new domain zone (jupiter.mydom.org) and create 10 A records
(testa1-testa10 -> 192.168.1.1-192.168.1.10 )
and 10 CNAME (testc1-testc10 -> testa1-testa10) in the new zone
samba-tool dns zonecreate dc2 jupiter.mydom.org
samba-tool dns add dc2 jupiter.mydom.org testa1 A 192.168.1.1
samba-tool dns add dc2 jupiter.mydom.org testc1 CNAME
testa1.jupiter.mydom.org
samba-tool dns add dc2 jupiter.mydom.org testa2 A 192.168.1.2...
2020 Feb 10
0
New DNS-Records not aviable
...aturn.mydom.org
> test
> a7.saturn.mydom.org
> ...
>
>
>
> can anyone confirm this ?
>
>
>
> To reproduce:
> 1. create a new domain zone (jupiter.mydom.org) and create 10 A records
> (testa1-testa10 -> 192.168.1.1-192.168.1.10 )
> and 10 CNAME (testc1-testc10 -> testa1-testa10) in the new zone
>
>
> samba-tool dns zonecreate dc2 jupiter.mydom.org
> samba-tool dns add dc2 jupiter.mydom.org testa1 A 192.168.1.1
> samba-tool dns add dc2 jupiter.mydom.org testc1 CNAME
> testa1.jupiter.mydom.org
> samba-tool dns add dc2 jupi...
2007 Jul 04
1
Calling C Code from R
...n.
Regards,
Debabrata Midya (Deb)
Statistician
NSW Department of Commerce
Sydney, Australia
testCX1.C
--------------
/*
*********************
testCX1.c
*********************
*/
#include <R.h>
#include <Rdefines.h>
#include <Rmath.h>
SEXP testC1(SEXP a)
{
int i, nr;
double *xa, *xw, tmp;
SEXP w;
PROTECT(a = coerceVector(a, REALSXP));
nr = length(a);
printf( "Length : %d \n", nr);
PROTECT(w = allocVector(REALSXP, 1));
xa = REAL(a);
xw = REAL(w);
tmp = 0.0;
for (i = 0; i &...
2020 Feb 10
4
New DNS-Records not aviable
...t;
> >> can anyone confirm this ?
> >>
> >>
> >>
> >> To reproduce:
> >> 1. create a new domain zone (jupiter.mydom.org) and create
> 10 A records
> >> (testa1-testa10 -> 192.168.1.1-192.168.1.10 )
> >> and 10 CNAME (testc1-testc10 -> testa1-testa10) in the new zone
> >>
> >>
> >> samba-tool dns zonecreate dc2 jupiter.mydom.org
> >> samba-tool dns add dc2 jupiter.mydom.org testa1 A 192.168.1.1
> >> samba-tool dns add dc2 jupiter.mydom.org testc1 CNAME
> >> testa...
2020 Feb 27
5
New PTR records not visible
...dns zonecreate $DC_FQDN $ZONE_TEST1
# test with NAME
samba-tool dns zonecreate $DC_NAME $ZONE_TEST2
# Create reverse zone
samba-tool dns zonecreate $DC_FQDN $ZONE_ARPA.in-addr.arpa
# Create A record
samba-tool dns add $DC_FQDN $ZONE_TEST1 testa1 A ZONE_IP.1
samba-tool dns add $DC_FQDN $ZONE_TEST1 testc1 CNAME testa1.$ZONE_TEST1
samba-tool dns add $DC_FQDN $ZONE_TEST1 testa2 A ZONE_IP.2
samba-tool dns add $DC_FQDN $ZONE_TEST1 testc2 CNAME testa2.$ZONE_TEST1
samba-tool dns add $DC_FQDN $ZONE_TEST1 testa3 A ZONE_IP.3
samba-tool dns add $DC_FQDN $ZONE_TEST1 testc3 CNAME testa3.$ZONE_TEST1
samba-tool d...
2020 Feb 27
0
New PTR records not visible
...test with NAME
> samba-tool dns zonecreate $DC_NAME $ZONE_TEST2
>
> # Create reverse zone
> samba-tool dns zonecreate $DC_FQDN $ZONE_ARPA.in-addr.arpa
>
> # Create A record
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testa1 A ZONE_IP.1
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testc1 CNAME testa1.$ZONE_TEST1
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testa2 A ZONE_IP.2
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testc2 CNAME testa2.$ZONE_TEST1
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testa3 A ZONE_IP.3
> samba-tool dns add $DC_FQDN $ZONE_TEST1 testc3 CNAME testa3.$ZON...
2020 Feb 27
4
New PTR records not visible
Ok, new test.
Besides that i dont like the python errors shown, this still looks good.
So i dont know.. See below, i can not make it error.
for x in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ; do samba-tool dns add dc1.internal.dom.tld $x.249.10.in-addr.arpa 158 PTR host-test.extrazone.dom.tld ; done
Record added successfully
Record added successfully
Record added successfully
Record added