search for: gtm

Displaying 20 results from an estimated 40 matches for "gtm".

Did you mean: atm
2020 Nov 20
2
dnsupdate failed with TKEY is unaceptable
...> > > Hello; > I read the URL sugessted. There exist a Kerberos principal; > there exist the bind AD account and the files permission in > /usr/local/samba/private/dns.keytab are correct. > > This are the result of commands suggested to run: > > > ?[root at gtmad1 samba]# klist -k /usr/local/samba/private/dns.keytab ? > Keytab name: FILE:/usr/local/samba/private/dns.keytab > KVNO Principal > ---- > -------------------------------------------------------------- > ------------ > ??1 DNS/gtmad1.gtm.onat.gob.cu at GTM.ONAT.GOB.CU > ??1 d...
2020 Nov 18
2
dnsupdate failed with TKEY is unaceptable
? In my network I have a samba 4.11.4 as Active Directory Domain Controller installed in CentOS 7 (gtmad.gtm.onat.gob.cu - 192.168.41.17). I have recently installed samba 4.13.2 in CentOS 8 (gtmad1.gtm.onat.gob.cu - 192.168.41.18) and following the wiki.samba.org guide I have joined it as a domain controller to my network. ? ? But I have a "dnsupdate_nameupdate_done: Failed DNS update with exi...
2020 Nov 18
0
dnsupdate failed with TKEY is unaceptable
-------- Mensaje original --------> ?> In my network I have a samba 4.11.4 as Active Directory Domain Controller installed in CentOS 7 (gtmad.gtm.onat.gob.cu - 192.168.41.17). I have recently installed samba 4.13.2 in CentOS 8 (gtmad1.gtm.onat.gob.cu - 192.168.41.18) and following the wiki.samba.org guide I have joined it as a domain controller to my network.> ?> ? But I have a "dnsupdate_nameupdate_done: Failed DNS update w...
2020 Nov 18
2
dnsupdate failed with TKEY is unaceptable
Rommel Rodriguez Toiracrommelrt at nauta.cu On 18/11/2020 17:34, Rommel Rodriguez Toirac via samba wrote:>?? > In my network I have a samba 4.11.4 as Active Directory Domain Controller installed in CentOS 7 (gtmad.gtm.onat.gob.cu - 192.168.41.17). I have recently installed samba 4.13.2 in CentOS 8 (gtmad1.gtm.onat.gob.cu - 192.168.41.18) and following the wiki.samba.org guide I have joined it as a domain controller to my network.Have you compiled Samba yourself ?>? ? When I check the local DNS service I...
2020 Nov 20
0
dnsupdate failed with TKEY is unaceptable
...dex.php/Dns_tkey_negotiategss:_TKEY_is_unacceptable > Hello; I read the URL sugessted. There exist a Kerberos principal; there exist the bind AD account and the files permission in /usr/local/samba/private/dns.keytab are correct. This are the result of commands suggested to run: ?[root at gtmad1 samba]# klist -k /usr/local/samba/private/dns.keytab ? Keytab name: FILE:/usr/local/samba/private/dns.keytab KVNO Principal ---- -------------------------------------------------------------------------- ??1 DNS/gtmad1.gtm.onat.gob.cu at GTM.ONAT.GOB.CU ??1 dns-gtmad1 at GTM.ONAT.GOB.CU ??1 DNS/...
2020 Nov 18
0
dnsupdate failed with TKEY is unaceptable
On 18/11/2020 19:34, Rommel Rodriguez Toirac via samba wrote: > Rommel Rodriguez Toiracrommelrt at nauta.cu > On 18/11/2020 17:34, Rommel Rodriguez Toirac via samba wrote:>?? > In my network I have a samba 4.11.4 as Active Directory Domain Controller installed in CentOS 7 (gtmad.gtm.onat.gob.cu - 192.168.41.17). I have recently installed samba 4.13.2 in CentOS 8 (gtmad1.gtm.onat.gob.cu - 192.168.41.18) and following the wiki.samba.org guide I have joined it as a domain controller to my network.Have you compiled Samba yourself ?>? ? When I check the local DNS service I...
2019 Oct 03
2
[PATCH] Avoiding Dereferencing of NULL pointer
...), 1 deletion(-) diff --git a/moduli.c b/moduli.c index 578fc48..c1fa484 100644 --- a/moduli.c +++ b/moduli.c @@ -153,12 +153,14 @@ static int qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) { - struct tm *gtm; + struct tm *gtm = NULL; time_t time_now; int res; time(&time_now); gtm = gmtime(&time_now); + if (!gtm) + return (-1); res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ", gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday, -- 2.7.4
2018 Mar 12
1
Problem with data base after abnormal shutdown
...When the power restart in the check I find that the samba4 AD DC have problems. It work, but the users in some of the container or OU dissapear, I mean, when I check with the RSAT the OU in with the user most be, is empty When I try to run # samba-tool dbcheck this is what I have: [root at gtmad ~]# samba-tool dbcheck ltdb: tdb(/var/lib/samba/private/sam.ldb.d/DC=GTM,DC=ONAT,DC=GOB,DC=CU.ldb): tdb_rec_read bad magic 0x303038 at offset=2613200 ERROR(ldb): uncaught exception - Indexed and full searches both failed! File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init_...
2009 Jul 21
1
Problem with INTERNALDATE when the year in localtime and GMT different
In my thought utc_offset function in src/lib/utc-offset.c returns wrong offset value when the year in localtime and GMT different. /* max offset of 24 hours */ if (ltm.tm_yday < gtm.tm_yday) offset = -24 * 60; else if (ltm.tm_yday > gtm.tm_yday) offset = 24 * 60; else offset = 0; I think this code should be modified as followings. /* max offset of 24 hours */ if ((ltm.tm_year == gtm.tm_year && ltm.tm_yday < gtm.tm_yday) || (ltm.tm_year < gtm.tm_year...
2012 Oct 29
2
Retrieving data from aspx pages
Hi. I'm trying to write an application to retrieve financial data (specially bonds data) from FINRA. The web page is served dynamically from an asp.net application: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx I'd like to know if it's possible to fill dynamically the web page form from R and, after filling it (with the issuer name), retrieve the web page, parse the data, and covert it to appropiate R objects. For example, suppose I wa...
2012 Oct 29
2
Retrieving data from aspx pages
Hi. I'm trying to write an application to retrieve financial data (specially bonds data) from FINRA. The web page is served dynamically from an asp.net application: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx I'd like to know if it's possible to fill dynamically the web page form from R and, after filling it (with the issuer name), retrieve the web page, parse the data, and covert it to appropiate R objects. For example, suppose I wa...
2020 Nov 18
3
dnsupdate failed with TKEY is unaceptable
On 18/11/2020 19:27, Rommel Rodriguez Toirac wrote: > > ?It is /etc/named.conf and /etc/samba/smb.conf > > > # cat /etc/named.conf > > > ??tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab"; > > > include "/usr/local/samba/bind-dns/named.conf"; > OK, does the /usr/local/samba/bind-dns directory exist ? if it does, is the
2017 Feb 20
1
Network conections problems
...not looking where must be. I check that from a workstation (Windows XP or Windows 7 or Windows 10) when I make ping to the server, after ~ 8 seconds in get answer and always the first one is loose. If you try again ping, everything work fine (no answers are loose) C:\Users\administrator>ping pgtm.gtm.gob.cu Haciendo ping a pgtm.gtm.gob.cu [192.168.41.4] con 32 bytes de datos: Tiempo de espera agotado para esta solicitud. Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64 Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64 Respuesta desde 192.168.41.4: bytes=32 tiempo<1m T...
2017 Feb 23
0
Network conections problems
...not looking where must be. I check that from a workstation (Windows XP or Windows 7 or Windows 10) when I make ping to the server, after ~ 8 seconds in get answer and always the first one is loose. If you try again ping, everything work fine (no answers are loose) C:\Users\administrator>ping pgtm.gtm.gob.cu Haciendo ping a pgtm.gtm.gob.cu [192.168.41.4] con 32 bytes de datos: Tiempo de espera agotado para esta solicitud. Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64 Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64 Respuesta desde 192.168.41.4: bytes=32 tiempo<1m T...
2017 Apr 06
2
Can not change the share permissions
Hello all; In my network I have a server with samba4 as AD DC and two domain members as file servers with samba4. One of then work property, but the other not. My samba4 AD DC version is compiled from sources: [root at gtmad ~]# samba -V Version 4.5.5 The samba4 as domain member (files server) are installing from .rpm packages of CentOS7. [root at gtmpve /]# uname --all Linux gtmpve.gtm.onat.gob.cu 3.10.0-514.10.2.el7.x86_64 #1 SMP Fri Mar 3 00:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [root at gtmpve /]# smbd...
2018 Nov 08
4
Error in samba-tool dbcheck after updating to samba-4.9.1
Hello all; I use CentOS 7.5.1804 I update from samba-4.8.2 to samba-4.9.1 and finish with not errors, but when I run samba-tool dbcheck --cross-ncs I have the error: [root at gtmad ~]# samba-tool dbcheck --cross-ncs Checking 4087 objects ERROR(<type 'exceptions.UnicodeEncodeError'>): uncaught exception - 'ascii' codec can't encode character u'\xe9' in position 319: ordinal not in range(128) File "/usr/lib64/python2.7/site-package...
2020 May 28
0
Issue changing password in Windows XP client.
...o change it directly on the samba4 server and that's when they can start their sessions. This situation is happening to me only with PCs with Windows XP operating systems. What could be happening? This is my samba configuration on AD DC server: # Global parameters [global] workgroup = ATGTM00 realm = GTM.ONAT.GOB.CU netbios name = GTMAD server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate idmap_ldb:use rfc2307 = yes time server = yes eventlog list = Application System Securi...
2018 Nov 09
0
Error in samba-tool dbcheck after updating to samba-4.9.1
..., Rommel Rodriguez Toirac via samba <samba at lists.samba.org> escribió: > Hello all; >I use CentOS 7.5.1804 >I update from samba-4.8.2 to samba-4.9.1 and finish with not errors, >but when I run > >samba-tool dbcheck --cross-ncs > >I have the error: > >[root at gtmad ~]# samba-tool dbcheck --cross-ncs >Checking 4087 objects >ERROR(<type 'exceptions.UnicodeEncodeError'>): uncaught exception - >'ascii' codec can't encode character u'\xe9' in position 319: ordinal >not in range(128) >File "/usr/lib64/pyth...
2017 Apr 12
2
Access denied to change share security staff
...e problem with shares in a domain member used as file server (I want to use it like that) I check from samba wiki some test that you suggest and all have been pass well. I try to make a new share using POSIX ACL and still not access. To make the share and apply the permissions and owners: [root at gtmpve lib]# mkdir -p /compartido/prueba/ [root at gtmpve lib]# chmod 2770 /compartido/prueba/ [root at gtmpve lib]# chown root:"ATGTM00\domain admins" /compartido/prueba/ My smb.conf look lik that: [root at gtmpve lib]# cat /etc/samba/smb.conf [global] netbios name = gtmpve security = AD...
2010 Mar 31
2
Generative Topographic Map
I tried to use R version of package I noticed the original MatLab Pckage is much better documented. I had a look at the R demo code "gtm_demo" and found that variable Y is used in advanced of being created: I wrote my own few lines as follows: inDir <- "C:/Documents and Settings/Monville/Alanine Dipeptide/DBP1/DHA" setwd(inDir) T <- read.table("DHA_TNH.txt") L <- 3 X <- matrix(nrow=nrow(...