Displaying 18 results from an estimated 18 matches for "ncname".
Did you mean:
cname
2016 May 28
0
[samba_upgradedns] Error parsing DNS data
...R.
I am only a little bit worried about the second exception.
Please note: I just did upgrade to Samba 4.4.3 (as I do want to change over
to Samba's internal DNS).
The returned error is:
Traceback (most recent call last):
File "./samba_upgradedns", line 317, in <module>
ncname = msg[0]['nCName'][0]
KeyError: 'No such element'
> In many ways you are lucky, as this script is a little too lax
> with the exception handling, and any error at all means it will
> just re-create the DNS data from scratch, without importing the data
> (please file a b...
2017 Aug 28
3
Extracting subset from netCDF file using lat/lon and converting into .csv in R
...Now I want to extract a subset from this dataset using pair of lon and lat
points, e.g., (12.875, -11.625) & (8.875, 4.125) and convert the file into
.csv format.
so far I could make up to this step:
# load the ncdf4 package
library(ncdf4)
# set path and filename
setwd("D:/netcdf")
ncname <- "gfdl_preci"
ncfname <- paste(ncname, ".nc", sep = "")
dname <- "prAdjust"
# open a netCDF file
ncin <- nc_open(ncfname)
print(ncin)# get longitude and latitude
lon <- ncvar_get(ncin,"lon")
nlon <- dim(lon)
head(lon)
lat <-...
2020 Feb 10
2
FW: samba_kcc issue after joining the domain as a DC
...andbox all of that.
> Can you run this search on your Samba DC:
> ldbsearch -H /var/lib/samba/private/sam.ldb -b
> 'CN=Configuration,DC=samdom,DC=example,DC=com' -s sub
> '(|(dnsRoot=DomainDnsZones.samdom.example.com)(dnsRoot=ForestDnsZones.samdom.example.com))'
> nCName
# record 1
dn: CN=e099a041-eb07-4123-9325-15cd9edcaf54,CN=Partitions,CN=Configuration,DC=domain,DC=com
nCName: DC=DomainDnsZones,DC=domain,DC=com
# record 2
dn: CN=2400e56f-8acd-4764-9c51-23aba14730b7,CN=Partitions,CN=Configuration,DC=domain,DC=com
nCName: DC=ForestDnsZones,DC=domain,DC=com
--...
2019 Dec 18
4
Replication not working for remote Domain Controller
Il giorno mar 17 dic 2019 alle ore 17:49 Rowland penny via samba <
samba at lists.samba.org> ha scritto:
In the last year this has come up a few times, try reading this
>
> https://support.microsoft.com/en-gb/help/817470/how-to-reconfigure-an-msdcs-subdomain-to-a-forest-wide-dns-application
> It looks like we need a tool to correct AD :-(
>
Thanks! I will read that article.
Do
2017 Aug 28
0
Extracting subset from netCDF file using lat/lon and converting into .csv in R
...using pair of lon and lat
> points, e.g., (12.875, -11.625) & (8.875, 4.125) and convert the file into
> .csv format.
>
> so far I could make up to this step:
>
> # load the ncdf4 package
> library(ncdf4)
> # set path and filename
> setwd("D:/netcdf")
> ncname <- "gfdl_preci"
> ncfname <- paste(ncname, ".nc", sep = "")
> dname <- "prAdjust"
> # open a netCDF file
> ncin <- nc_open(ncfname)
> print(ncin)# get longitude and latitude
> lon <- ncvar_get(ncin,"lon")
> nlon &...
2012 Jun 11
3
Samba4 Multi-Master replication
...pmc.msc i can choose the DC i want to work on and I can see
the secondary one, but it will come back with the RPC error.
User authentication does still work and Kerberos tickets are generated
by the 2nd DC.
I can find this in the log:
../source4/dsdb/kcc/kcc_topology.c:1402: failed to find nCName attribute
of object
CN=ac7bf69c-9458-4205-acba-6fe172412d1b,CN=Partitions,CN=Configuration,DC=aeriatest2,DC=dc,DC=loc
../source4/dsdb/kcc/kcc_topology.c:3158: failed to color vertices:
NT_STATUS_INTERNAL_DB_CORRUPTION
../source4/dsdb/kcc/kcc_topology.c:3415: failed to create connections:
NT_STA...
2012 Aug 21
1
ncdf - writing variable to a file
Hello,
I have a problem writing a variable to an existing file.
Below is a part of my script and how it fails.
I can't find "create.var.ncdf" in help
Thanks for any help.
Mark
nc <- open.ncdf(ncname, readunlim=FALSE, write=TRUE )
missing <- 1.e+30
xdim <- nc$dim[["west_east"]]
ydim <- nc$dim[["south_north"]]
tdim <- nc$dim[["Time"]]
lscalevar <- var.def.ncdf(scalenames[ivar],
'gpoints', list(xdim,ydim,tdim), missing )
nc <- var.add.n...
2020 Feb 10
4
FW: samba_kcc issue after joining the domain as a DC
Hai,
Ok. I did more digging, this is a link Dennis showed which might help..
https://www.itprotoday.com/windows-78/q-how-can-i-create-domaindnszones-directory-partition
Now, if i go throught the mailing list and lookup everything abotu this part.
> Could not find machine account in secrets database: Failed to fetch
> machine account password for DOM from both secrets.ldb (Could not
2016 May 22
2
[samba_upgradedns] Error parsing DNS data
...ist
Reading records from zone file /opt/samba/private/dns/TH01.INET.zone
Error parsing DNS data from '/opt/samba/private/dns/TH01.INET.zone' ()
DNS records will be automatically created
Traceback (most recent call last):
File "./samba_upgradedns", line 316, in <module>
ncname = msg[0]['nCName'][0]
KeyError: 'No such element'
root at comsrv01a:/opt/samba/sbin#
=================================================
= = = /opt/samba/private/dns/TH01.INET.ZONE = = =
=================================================
root at comsrv01a:/opt/samba/sbin# cat /opt/sa...
2015 Mar 10
1
Issues with XML validation after upgrade to 1.2.12
...it:
diff -ur src_clean/docs/schemas/domaincommon.rng
src/docs/schemas/domaincommon.rng
--- src_clean/docs/schemas/domaincommon.rng 2015-01-23
06:46:24.000000000 -0500
+++ src/docs/schemas/domaincommon.rng 2015-03-10 11:30:42.057441342 -0400
@@ -4468,6 +4468,7 @@
<data type="NCName"/>
</attribute>
<optional>
+ <zeroOrMore>
<element name="parameter">
<attribute name="name">
<ref name="filter-param-name"/>
@@ -4476,6 +4477,7 @@
<ref name="...
BIND9_FLATFILE to BIND9_DLZ | Error parsing DNS data from '/opt/samba/private/dns/th01.inet.zone' ()
2014 Jul 25
0
BIND9_FLATFILE to BIND9_DLZ | Error parsing DNS data from '/opt/samba/private/dns/th01.inet.zone' ()
...ist
Reading records from zone file /opt/samba/private/dns/th01.inet.zone
Error parsing DNS data from '/opt/samba/private/dns/th01.inet.zone' ()
DNS records will be automatically created
Traceback (most recent call last):
File "./samba_upgradedns", line 316, in <module>
ncname = msg[0]['nCName'][0]
KeyError: 'No such element'
root at comsrv01a:/opt/samba/sbin# cat /opt/samba/private/dns/th01.inet.zone
$ORIGIN .
$TTL 604800 ; 1 week
th01.inet IN SOA comsrv01a.th01.inet. hostmaster.th01.inet.
(
201306187...
2015 May 12
1
FW: ERR_DS_DRA_SCHEMA_MISMATCH after join samba 4.2.1 to existing domain
...itions,CN=Configuration,DC=company,DC=local' [ldap://localhost]
'CN=7316a47d-3c5f-4af8-a7c0-e45fa79983cc,CN=Partitions,CN=Configuration,DC=company,DC=local' [ldap://dc02]
??? Attributes found only in ldap://dc02:
??????? msDS-SDReferenceDomain
??? Difference in attribute values:
??????? nCName =>
['DC=company,DC=local']
['DC=DomainDnsZones,DC=company,DC=local']
??? FAILED
Comparing:
'CN=8e9ab75c-a5f4-4914-8ade-cfc49c0b834f,CN=NTDS Settings,CN=DC02,CN=Servers,CN=FILIAL1,CN=Sites,CN=Configuration,DC=company,DC=local' [ldap://localhost]
'CN=8e9ab75c-a5f4-4914...
2008 Oct 19
1
samba4/Win2008: error -> directory property cannot be found in the cache
...Q Administrator@NVIZN.COM from 10.0.0.2 for
ldap/gandalf.nvizn.com/nvizn.com@NVIZN.COM [renewable, forwardable]
gendb_search_v: DC=nvizn,DC=com NULL -> 1
gendb_search_v: CN=GANDALF,OU=Domain Controllers,DC=nvizn,DC=com NULL -> 1
gendb_search_v: CN=Partitions,CN=Configuration,DC=nvizn,DC=com
ncName=DC=nvizn,DC=com -> 1
gendb_search_v: DC=nvizn,DC=com NULL -> 1
gendb_search_v: CN=Partitions,CN=Configuration,DC=nvizn,DC=com
(ncName=DC=nvizn,DC=com) -> 1
gendb_search_v: CN=Administrator,CN=Users,DC=nvizn,DC=com NULL -> 1
Kerberos: TGS-REQ authtime: 2008-10-19T14:36:44 starttime:
20...
2015 Aug 20
0
FW: ERR_DS_DRA_SCHEMA_MISMATCH after join samba 4.2.1 to existing domain
...6a47d-3c5f-4af8-a7c0-e45fa79983cc,CN=Partitions,CN=Configurat
> > ion,DC=company,DC=local' [ldap://dc02]
>
> > Attributes found only in ldap://dc02:
>
> > msDS-SDReferenceDomain
>
> > Difference in attribute values:
>
> > nCName =>
>
> > ['DC=company,DC=local']
>
> > ['DC=DomainDnsZones,DC=company,DC=local']
>
> > FAILED
>
> >
>
> > Comparing:
>
> > 'CN=8e9ab75c-a5f4-4914-8ade-cfc49c0b834f,CN=NTDS
> > Settings,CN=DC02,CN=Servers,C...
2015 Jul 03
3
NT_STATUS_INTERNAL_DB_CORRUPTION messages in log.samba--proper course of action?
...is still a lingering problem manifested as errors
in Samba logs that I'd like to ask about. The messages are as follows
(this is with -d3):
[2015/07/03 14:04:15.034263, 1]
../source4/dsdb/kcc/kcc_topology.c:1437(kcctpl_color_vertices)
../source4/dsdb/kcc/kcc_topology.c:1437: failed to find nCName
attribute of object CN=75a3f420-60ef-4728-8608-3ead61de4555,CN=Part
itions,CN=Configuration,DC=mydomain,DC=tld
[2015/07/03 14:04:15.034308, 1]
../source4/dsdb/kcc/kcc_topology.c:3236(kcctpl_create_connections)
../source4/dsdb/kcc/kcc_topology.c:3236: failed to color vertices:
NT_STATUS_INTERNAL_...
2019 Dec 18
0
Replication not working for remote Domain Controller
...but it looks like they do exist, but the other records don't.
You can check this with:
ldbsearch --cross-ncs -H /var/lib/samba/private/sam.ldb -b
'dc=samdom,dc=example,dc=com' -s sub
'(|(dnsRoot=DomainDnsZones.samdom.example.com)(dnsRoot=ForestDnsZones.samdom.example.com))'
nCName
I can probably use parts of samba_upgradedns to add your missing
records, just have to decide what parts to use ;-)
Rowland
2020 Feb 10
0
FW: samba_kcc issue after joining the domain as a DC
...clone your Samba DC and sandbox the clone ?
Can you run this search on your Samba DC:
ldbsearch -H /var/lib/samba/private/sam.ldb -b
'CN=Configuration,DC=samdom,DC=example,DC=com' -s sub
'(|(dnsRoot=DomainDnsZones.samdom.example.com)(dnsRoot=ForestDnsZones.samdom.example.com))'
nCName
You will have to alter it for your set up and dns domain.
Rowland
2012 Oct 01
1
Samba4 KDC - no such entry found in hdb
...epartments,DC=klin,DC=kifato-mk,DC=com
ldb: ldb_trace_response: DONE
error: 0
ldb: ldb_trace_request: SEARCH
dn: CN=Partitions,CN=Configuration,DC=klin,DC=kifato-mk,DC=com
scope: one
expr: (&(objectClass=crossRef)(dnsRoot=klin.kifato-mk.com)(systemFlags:1.2.840.113556.1.4.803:=2))
attr: ncName
attr: dnsRoot
control: <NONE>
ldb: ldb_trace_request: (resolve_oids)->search
ldb: ldb_trace_next_request: (rootdse)->search
ldb: ldb_trace_next_request: (schema_load)->search
ldb: ldb_trace_next_request: (lazy_commit)->search
ldb: ldb_trace_next_request: (dirsync)->search
ld...