Displaying 20 results from an estimated 300 matches similar to: "samba-tool dns delete"
2015 Nov 17
1
[MASSMAIL]Re: samba-tool dns delete
I could delete all records of this server that no longer exists no
problem even record type NS I only have these two that there has been no
way to erase any other ideas thanks
samba-tool dns delete zdtoe-02.dtoe.etecsa.cu dtoe.etecsa.cu
_msdcs\010CNF:946b89d3-b07b-4f43-a6b9-0de3bf3f3a10.dtoe.etecsa.cu. NS
zdtoe-01.dtoe.etecsa.cu -U administrator
GENSEC backend 'gssapi_spnego'
2015 Nov 13
0
samba-tool dns delete
Hi,
As the error message said "Cannot do GSSAPI to an IP address" perhaps you
should try to replace DC IP address by its FQDN:
samba-tool dns delete <DC_FQDN> dtoe.etecsa.cu _msdcs\010CNF:
946b89d3-b07b-4f43-a6b9-0de3bf3f3a10.dtoe.etecsa.cu NS *
zdtoe-01.dtoe.etecsa.cu -U administrator
Cheers,
mathias
2015-11-12 20:20 GMT+01:00 Karel González Herrera <karel.gonzalez at
2011 Jun 21
2
interaction between categorical variables
Dear R-users,
I need some assistance.
I am running some interactive variables for categorical variables.
I have dgen(2 levels converted to dummy variables) and dtoe(4-levels also converted to dummy variables). So I have worked with them in two ways:
i created a variable X1 = dgen*dtoe and I get an error "Error in dgen * dtoe : non-conformable arrays"then i run a glm, binomial
2015 Oct 07
1
samba-tool user add
I have 4 DC in samba I can not create users in two of them gives me the
following error
Please any idea
Karel slds
root at nbn-2:~# samba-tool user add pepito
New Password:
Retype Password:
params.c:pm_process() - Processing configuration file
"/etc/samba/shares.conf"
ERROR(ldb): Failed to add user 'pepito': - ../ldb_tdb/ldb_index.c:1216:
Failed to re-index objectSid in
2015 Feb 13
3
I can't join to an existing domain (yet)
People:
I have not solved my problem. I have only one DC with Zentyal 3.4 and I
want to change it by samba 4.1.16. That's why if I can't join the samba
to the existing domain I would not do anything else.
The samba server error is this:
(Command from samba)
samba-tool domain join dtcf.etecsa.cu DC -U administrator
--realm=DTCF.ETECSA.CU --dns-backend=BIND9_DLZ
(Response)
No
2015 Feb 09
1
I can't join to an existing domain
No, I got the same result.
On 02/09/2015 04:16 PM, Rowland Penny wrote:
>
> On 09/02/15 20:41, Denis Morejon Lopez wrote:
>>
>> Hi people:
>>
>> I can't join a second samba 4.1.16 domain controller to an existing
>> domain. This domain just contain a DC based on Zentyal 3.4.
>>
>> When I try this from the samba server:
>>
>>
2015 Feb 09
4
I can't join to an existing domain
Hi people:
I can't join a second samba 4.1.16 domain controller to an existing
domain. This domain just contain a DC based on Zentyal 3.4.
When I try this from the samba server:
samba-tool domain join dtcf.etecsa.cu DC -U administrator
--realm=dtcf.etecsa.cu --dns-backend=BIND9_DLZ
But it returns:
No objectClass found in replPropertyMetaData for
2018 Jan 22
1
Is it normal printer objects in the samba db?
I have about 400 users and 400 computers. But my samba db has about
40000 objects. I think it is so much.
I have watched a lot of printer objects associated with the computer
name on which they are attached.
Is it normal ? Can I delete all of these printer objects ?
Look at this:
ldbsearch -H
/usr/local/samba/private/sam.ldb.d/DC\=DTCF\,DC\=ETECSA\,DC\=CU.ldb
'cn=*Laser*' dn
...
2017 Mar 03
1
Samba Version 4.1.9-Zentyal (Zentyal4.0) is using a lot of RAM memory to crash
I have been using two Zentyal 4.0 domain controllers for a long time.
3Gb of RAM each one and working okay. I have not updated them from
Internet and my users are the same. Suddently, the first DC began to
comsume memory to the top.
I detected that samba processes are the responseble of this behavior.
More processes with more memory come on. They get more and more memory
in such a way that the
2018 Jan 17
1
Error trying to join samba 4.3.4 to a DC...
Hi:
I'm trying to join a samba 4.3.4 (as an additional domain controller) to
a domain with Zentyal 4.3 (That has samba 4.3.4 inside). I know that
this is an old samba version but I cann't upgrade zentyal first. So,
When I can join the samba 4.3.4 to the domain I will demote the Zentyal.
But when I try:
samba-tool domain join dtcf.etecsa.cu DC -U "DTCF\administrator"
2011 Nov 30
3
Segmentar archivos en R (Antonio José Sáez Castillo)
Hola Leonardo. Creo que te refieres a analizar alguna variable por
grupos. Eso te lo pueden hacer las funciones tipo tapply().
Por ejemplo,
tapply(datos,factor,mean, na.rm=TRUE)
tapply(datos,factor,sd, na.rm=TRUE)
tapply(datos,factor,quantile,probs=c(0.05,0.95),na.rm=TRUE)
En cuanto a RCommander, que lo preguntabas después, algunas opciones del
menú tienen la opción "Analizar por
2012 Feb 01
1
Error al instalar package sqldf
Intenta Instalar gsubfn dentro de R y no de los repositorios. A mi me pasó lo mismo. Es un tema de q la versión 14 no acepta paquetes sin namespace. Ya nos cuentas
José Luis Cañadas
Enviado de Samsung Mobile
Carlos Ortega <cof@qualityexcellence.es> escribió:
Hola Leonardo,
Parece que el mismo error lo reportaron en noviembre del a� pasado.
La conversaci� es larga, y no la he le�o
2013 Jul 08
2
Segmentar archivos en R (Antonio José Sáez Castillo)
Estimado Mauricio Monsalvo
Le paso una idea, no es un código muy lindo que digamos, pero al correrlo
seguramente se dará cuenta de mi sugerencia.
datos<-c(2,3,4,5,6,7,8)
quantile(datos)
quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95))
as.matrix(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
as.data.frame(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
# ¿ y si solo
2018 Jul 31
2
samba-tool dbcheck "Indexed and full searches both failed"
On Tue, 31 Jul 2018 07:37:38 -0500
Denis Morejon via samba <samba at lists.samba.org> wrote:
> Hi:
>
> I have two samba 4.7.4 DCs. One of them has problems. I can not use
> samba-tool on it. Then, when I try to fix It's database It returns:
>
> -------------------------------------------------------------------------------------------------------------------
>
2015 Oct 07
0
Tr : RE: samba-tool user add
Why create user on each DC.
Normally, if DC are correctly sync, you create user on one DC and after 1
minute, user is created on other DC.
regards
"samba" <samba-bounces at lists.samba.org> a écrit sur 07/10/2015 17:20:31 :
> De : Karel González Herrera <karel.gonzalez at etecsa.cu>
> A : samba at lists.samba.org,
> Date : 07/10/2015 16:23
> Objet : [Samba]
2013 Jul 08
1
Segmentar archivos en R (Antonio José Sáez Castillo)
Habría que buscar la vuelta, yo no lo se, pero posiblemente lo siguiente da una pista.
Nota: al mismo código le sume una línea al final
datos<-c(2,3,4,5,6,7,8)
quantile(datos)
quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95))
as.matrix(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
as.data.frame(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
# ¿ y si solo solicita
2018 Jan 12
1
What happend if I use option ? --domain-critical-only
What happend if I use " --domain-critical-only" in the domain join
operation ?
For example:
samba-tool domain join dtcf.etecsa.cu DC -U "DTCF\administrator"
--dns-backend=BIND9_DLZ -d 3 --domain-critical-only
I couldn't join normally a second DC because of an object replication
error. So I tried with this option and it done!
But will both DC1 and DC2 work find ?
2015 Feb 13
0
I can't join to an existing domain (yet)
On 13/02/15 19:31, Denis Morejon Lopez wrote:
> Yes, it exists and it's a real pc:
>
> (Command)
> ldbsearch -H /var/lib/samba/private/sam.ldb '(CN=PC009375)'
>
> (Response)
> # record 1
> dn: CN=PC009375,CN=Computers,DC=dtcf,DC=etecsa,DC=cu
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: user
>
2012 Jul 13
3
Instalar R manualmente en Ubuntu
Hola Amigos:
Gracias por todas las respuestas sobre como filtrar datos en un data frame.
Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente,
pero no puedo hacerlo desde un repositorio.
Alguna solución??????????'
Un Saludos,
Leonardo
------------ próxima parte ------------
An embedded and charset-unspecified text was scrubbed...
Name: no disponible
URL:
2015 Feb 09
0
I can't join to an existing domain
On 09/02/15 20:41, Denis Morejon Lopez wrote:
>
> Hi people:
>
> I can't join a second samba 4.1.16 domain controller to an existing
> domain. This domain just contain a DC based on Zentyal 3.4.
>
> When I try this from the samba server:
>
> samba-tool domain join dtcf.etecsa.cu DC -U administrator
> --realm=dtcf.etecsa.cu --dns-backend=BIND9_DLZ
>
> But