search for: edms

Displaying 20 results from an estimated 185 matches for "edms".

Did you mean: dms
2019 Aug 21
2
Serverinfo Error
On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote: > Try this command: > samba-tool domain join edm-inc.com DC \ > --server=server.fqdn.here \ # << AD-DC server with FSMO roles > --realm=EDM-INC.COM > --dns-backend=SAMBA_INTERNAL \ # if your running with bind9, --dns-backend=BIND9_DLZ > --option='idmap_ldb:use rfc2307 = yes' \ >
2019 Aug 21
0
Serverinfo Error
On 21/08/2019 17:31, Robert A Wooldridge via samba wrote: > On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote: >> Try this command: >> samba-tool domain join edm-inc.com DC \ >> ????--server=server.fqdn.here \??? # << AD-DC server with FSMO roles >> ????--realm=EDM-INC.COM >> ????--dns-backend=SAMBA_INTERNAL \ # if your running with bind9, >>
2019 Aug 02
9
Serverinfo Error
After a quick look at this thread, yes, i suggest you add a new DC. I also suggest you read : First this one. https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-1.1-checkup.txt Now you are joining a existing domain. Line 20, the resolv.conf, set the first name server to you windows DC, the second to the internet. Besides that, before you install samba do these checks. Next is
2019 Jul 30
2
Serverinfo Error
On 07/30/2019 03:08 AM, Rowland penny via samba wrote: > I have been thinking about this and reading the code that didn't get > run and I know think that the OP is at the point that existed before > 4.6.0, He possibly has missing records in AD, can I suggest he reads > this: > > https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record athena:~# host -t A
2019 Jul 24
2
DNS add error
I'm trying to add an entry to dns.? The IP is external to the domain's IP's.? Here's the error: athena:~# samba-tool dns add athena.edm-inc.com smtp2.edm-inc.com smtp2 A 134.209.164.116 Password for [administrator at EDM-INC.COM]: ERROR(runtime): uncaught exception - (9717, 'WERR_DNS_ERROR_DS_UNAVAILABLE') ? File
2019 Jul 17
3
Can't find machine account
On 07/17/2019 12:48 PM, Rowland penny via samba wrote: > > What are you trying to join to ? Active Directory domain, the only DC is a Server 2003 machine. > > Have you removed any existing smb.conf file ? Yes > > Can you post the contents of the following files: > > /etc/hostname athena > > /etc/hosts 127.0.0.1?????? localhost?????? localhost.localdomain
2019 Oct 07
2
Domain Member Join Problems
I'm setting up a domain member with Debian bust ADC and a Debian bust domain member.? I've got a windows machine that has joined the domain and I can login to it. The Debian domain member is throwing a DNS error when I do net ads join -Uadministrator: net ads join -Uadministrator Enter administrator's password: kinit succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed for
2019 Jul 25
3
Serverinfo Error
On 07/25/2019 11:12 AM, L. van Belle via samba wrote: > Hai, > > I've had look at you posts. > Im missing a lot of info, might be me.. > But can you get this file and run it. > https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-i > nfo.sh I'm getting a 404 error on this link. -- Bob Wooldridge EDM Incorporated
2012 Feb 11
2
obtaining a true/false vector with combination of strsplit, length, unlist,
Hi, A pared down version of the dataset I'm working with: edm<-read.table(textConnection("WELLID X_GRID Y_GRID LAYER ROW COLUMN SPECIES CALCULATED OBSERVED w301_3 4428. 1389 2 6 18 1 3558 6490. w304_12 4836. 6627 2 27 20 1 3509 3228. 02_10_12080 3.6125E+04 13875 1 56 145 1
2019 Aug 21
0
Serverinfo Error
Hai Bob, Ok, about the part below. Is the user "Administrator" available, as in can you login with it. Or is Adminstrator renamed to an other name? Then, what is the DC holding the FSMO Roles? You should try to join that specific server. Is this a windows server? Try this command: samba-tool domain join edm-inc.com DC \ --server=server.fqdn.here \ # << AD-DC server with
2019 Jul 17
2
Can't find machine account
I'm trying to join as a DC using Debian Buster and samba package (v4.9.5) and I'm getting this error when I attempt to join: > Could not find machine account in secrets database: Failed to fetch > machine account password for DOM from both secrets.ldb (Could not find > entry to match filter: '(&(flatname=DOM)(objectclass=primaryDomain))' > base: 'cn=Primary
2019 Aug 20
0
Serverinfo Error
I finally got around to doing this and I'm getting python errors again.? Using Debian Buster but Samba unstable which is version 4.9.11.? Here's the error when I try to join the domain: athena2:~# samba-tool domain join edm-inc.com DC -k yes Finding a writeable DC for domain 'edm-inc.com' Found DC ads1.edm-inc.com workgroup is EDM realm is edm-inc.com Adding
2019 Jul 23
2
Determine PDC
On 07/23/2019 03:16 PM, Rowland penny via samba wrote: > Did you actually read my last post ???? > > If you only transferred 5 of the roles, which of the SEVEN roles did > you not transfer ? My bad, I transferred all 7 roles: SchemaMasterRole owner: CN=NTDS Settings,CN=ATHENA,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com InfrastructureMasterRole
2019 Jul 24
2
DNS entry added but not there
Ok, I successfully added a couple of machines to DNS using samba-tool but when I query with host they are not there. Here's the command line that I used: samba-tool dns add ads1.edm-inc.com edm-inc.com smtp A 10.10.1.215 It asks for the domain admin password and returns successfully. But doing a host smtp returns nothing. Any ideas? -- Bob Wooldridge EDM Incorporated
2019 Jul 18
2
Can't find machine account
On 07/17/2019 02:12 PM, Rowland penny via samba wrote: > On 17/07/2019 19:31, Robert A Wooldridge via samba wrote: >> Active Directory domain, the only DC is a Server 2003 machine. > Is the function level set to its highest level ? Apparently not.? It is set to Windows 2000 level.? It could be set to Server2003 level but it thinks that one of my file servers is a domain controller
2011 Oct 05
2
subplot strange behavoir
Hello, Below is some example code that should reproduce an error I'm encountering while trying to create a tiff plot with two subplots. If I run just the following bit of code through the R GUI the result is what I'd like to have appear in the saved tiff image: x<-seq(0:20) y<-c(1,1,2,2,3,4,5,4,3,6,7,1,1,2,2,3,4,5,4,3,6) plot(x,y,type="l",las=1,ylim=c(0,12))
2019 Jul 30
0
Serverinfo Error
On 30/07/2019 15:04, Robert A Wooldridge via samba wrote: > On 07/30/2019 03:08 AM, Rowland penny via samba wrote: >> I have been thinking about this and reading the code that didn't get >> run and I know think that the OP is at the point that existed before >> 4.6.0, He possibly has missing records in AD, can I suggest he reads >> this: >> >>
2019 Aug 15
1
Reset Locked account
So you have to reset the other account flags after doing it? On 08/15/2019 02:43 PM, Kris Lou via samba wrote: > pdbedit -c="[]" <user> > > This clears the Account Flags (warning, clears ALL Account flags) that you > can also view via "pdbedit -Lv <user>" > > > Kris Lou > klou at themusiclink.net > > > On Thu, Aug 15, 2019 at 12:11
2019 Aug 22
3
New Domain can't connect to localhost
I've just provisioned the new AD DC domain following the steps on the wiki.? Using Debian Buster but with samba and kerberos packages from unstable.? Everything seems fine but when I do (entering the password): smbclient //localhost/netlogon -UAdministrator -c 'ls'? I get: tree connect failed: NT_STATUS_BAD_NETWORK_NAME What could be the problem here? -- Bob Wooldridge EDM
2019 Jul 26
5
Serverinfo Error
Hai, Ok, below looks ok, as Rowland also said. But i have one more thing. > > ?????? Checking file: /etc/krb5.conf > > > > [libdefaults] > > ??? dns_lookup_realm = false > > ??? dns_lookup_kdc = true > > ??? default_realm = EDM-INC.COM > > ??? default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 > > ??? default_tkt_enctypes =