similar to: Obtaining lock loop

Displaying 20 results from an estimated 10000 matches similar to: "Obtaining lock loop"

2018 Dec 13
0
Obtaining lock loop
On Wed, Dec 12, 2018 at 08:13:18PM -0300, Jose Concha via samba wrote: > Hello everyone, > > I am working with a database shared with samba and sometimes the client and > server enter in a loop where the client try to obtain a lock to a file and > the server respond with "STATUS_LOCK_NOT_GRANTED". This situation can last > until one of them crash. This can happen for
2018 Dec 12
5
Problem after upgrading to 4.9
Thanks Louis; /etc/krb5.conf [libdefaults] default_realm = EXAMPLE.COM dns_lookup_realm = false dns_lookup_kdc = true /etc/resolv.conf search example.com nameserver 192.168.50.40 /etc/hosts 127.0.0.1 localhost samba4.example.com 192.168.50.40 samba4.example.com samba4 ldap.example.com Output off: samba-tool dbcheck --cross-ncs NOTE: old (due to rename
2015 Dec 30
4
Tildes en Slidify
Muchas gracias Victor. Después de mandar este mail encontré el hilo sobre fix-encode, sin embargo al instalarlo slidify deja de funcionarme y tengo que volver a instalarlo para poder seguir ejecutándolo. Ya he planteado la pregunta en github aprovechando un hilo que había abierto otro usuario pero que no daba ninguna información sobre sesión ni nada
2018 Dec 12
3
Problem after upgrading to 4.9
Hi, I use the Van Bell repo, I've upgraded from samba 4.7 to samba 4.9 but now it fails, these are the errors: dic 12 09:14:49 samba4 samba[4881]: task[dnsupdate][4881]: [2018/12/12 09:14:49.372290, 0] ../lib/util/util_runcmd.c:327(samba_runcmd_io_handler) dic 12 09:14:49 samba4 samba[4881]: task[dnsupdate][4881]: /usr/sbin/samba_dnsupdate: Failed to bind to uuid
2018 Dec 26
2
Paquetes Climatología R
Hola a todos; Tengo que hacer un estudio climático para un estudio de impacto ambiental empleando los valores medios diarios de las variables meteorológicas usuales: precipitación, temperatura máxima, temperatura mínima, temperatura media, etc. ¿Que paquetes de R me recomendáis? Un saludo. [[alternative HTML version deleted]]
2015 Dec 30
2
Tildes en Slidify
Hola a todos. Estoy creando un documento con Slidify y me surge un problema con las letras con tildes que no me las reconoce y en su lugar pone un signo de interrogación. He probado a poner R-Studio por defecto en UTF-8 y en Windows-1252 y tengo puesto como diccionario principal es español. Nada de esto ha funcionado. ¿Alguien ha usado este paquete y ha conseguido solucionar este problema?
2015 Dec 09
4
Problemas de instalación
Buenos días, He cambiado la versión de R como siempre a través de: install.packages("installr") library(installr) updateR() En esta ocasión trabajando bajo windows 10. La versión 3.2.2 me ofrece menos mirror, pero mi principal problema es que no soy capaz de trabajar con Rcommander (ahora lo hago con RStudio) me da la siguiente salida: > utils:::menuInstallPkgs() --- Please select a
2018 Dec 12
4
Subset dentro de un for
Muy buenas. Quiero hacer un loop en el que en cada iteración se hace un subset con el que se queda con las muestras para la que cierta variable es positiva. Si hago esto, sale bien: df2<-subset(df, subset = var1>0) Pero he probado así (y de no sé cuantas formas más), antes de hacer el for, y no sale: GT<- c("var1","var2", ? ) df2<-subset(df,
2018 Dec 12
2
Subset dentro de un for
Gracias a los tres, Raúl, Marcelino y Carlos. Lo del "get" de Marcelino me da la respuesta a lo que yo exactamente preguntaba, y funciona, pero ahora tengo problemas con el for, por lo que probablemente recurra al eval parse de Raúl o Carlos, que ya tienen el for. Aún así, lo intento 1º con el get. Con subset(df, subset=get(GT[i])>0) el problema es que en el for hago un
2013 Apr 07
4
Same boxplot colors by panels in lattice (bwplot)
Dear all, I would like to have the same color for the all boxplots from the same panel, but my code below shows the two colors alternating. Thanks! set.seed(42) D1 <- rnorm(200) D2 <- factor(sample(letters[1:2],200,TRUE)) D3 <- factor(sample(letters[3:5],200,TRUE)) DF <- data.frame(x=D1,a=D2,b=D3) print(bwplot(b~x|a,data=DF,col=c("black","black"),
2018 Dec 12
2
Subset dentro de un for
Gracias Marcelino. Si, (i in 1:length(GT)), lo he utilizado mil veces, pero se me sigue olvidando de una vez a otra. Lo iba a mirar, pero me centré primero en que me hiciera bien el mapa. He probado el for y me da este error: Error in aes(x = lon, y = lat, color = get(GT[i]), size = 2) + scale_colour_gradient(low = ("white"), : non-numeric argument to binary operator
2018 Nov 22
5
Index Corruption xBase database
Hello, I've been working with a xBase database (similar to dBase) in a multiuser application. There are like 40 users working on the database on the same time reading and like 10 writing information. Sometimes the CDX files (Index Files) get corrupted and is it's necessary to pack the tables (rebuild the indexes). I have notice using the smbstatus -B command the following Pid
2017 Sep 18
2
Mounting samba share from linux fails
On Mon, Sep 18, 2017 at 1:33 PM, Dale Schroeder < dale at briannassaladdressing.com> wrote: > > > Try the "vers=3.0" option. That's what fixed mine. > > I suspect my old version of cifs-utils doesn't understand that option. Note the output says "vers=3.0,ver=1": mount.cifs --verbose //192.168.254.35/projects /mnt/smb -o
2018 Sep 20
3
per share way to not follow msdfs links
Re-sending with right email... msdfs root is set to "no" by default and is per-share. [myshare] msdfs root = no path = ... Should do the trick. Otherwise if mounting on linux you can also use the 'nodfs' mount option (mount.cifs //host/share/... /mnt/ -o ...,nodfs) to disable DFS resolving and automatic sub-mounting. Chad W Seys <cwseys at
2018 Nov 22
1
Index Corruption xBase database
from the man page. I've never tried veto oplocks. But it looks like something that might be useful... > veto oplock files (S) > > This parameter is only valid when the oplocks parameter is turned > on for a share. It allows the Samba administrator to selectively > turn off the granting of oplocks on selected files that match a >
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
> > Unless you upload a network capture of you mounting and doing the ls -lR > on the client it's hard to say what really goes on. I understand you > might not want to make it public.. but if you do > This is the last thing I'll try after I've exhausted all the other options. How are you mounting your share (which mount options)? > Something weird is going on with
2006 Jun 13
1
Obtaining write lock when trying to write index error
Haloo. I''ve noticed some weird behaviour while trying ferret with rails *without* act_as_ferret plugin: when I start application under lighttpd proxying requests to spawned fcgi processes, I see this: : Error occured at :703 Error: exception 6 not handled: Could not obtain write lock when trying to write index The same time everything goes ok with webrick. Indexing part for the model
2020 Nov 03
3
variable substitution
Hi all, now that I have solved drivers problem on shared printers I've found a new problem regarding variable substitution on shared printers "print command"... in smb.conf on the print command parameter section I read: > %J - the job name as transmitted by the client. but the print command receive the ip address with dots replaced with underscore :? In effect in smb.conf
2016 Aug 03
3
cambiar nombres a una matriz
Hola a todos, Estoy teniendo problemas para cambiar el nombre de los factores. Mi matriz original es de la siguiente forma: > alfa local mes amb Fase sp1 sp2 sp3 sp4 L1-P1-C Ago.10 Lentico LFP 22.111664 0 0 0 L3-P3-M Ago.10 Lentico LFP 22.111664 5.527916 5.527916 0 P-1-C Ago.10 Lotico LFP 11.055832 0 0 0 P-3-M Ago.10 Lotico LFP 55.27916 5.527916 11.055832 0
2005 Nov 26
2
Double FOR
Hi, I want to run through a formula several times with several different variables (which are defined by independent vectors of equal length 10 elements). It looks like this: function (m,s,y) { for (j in m){ for (k in s){ for (i in y){ DIC.hat<-sum(-2*((log(1/sqrt(2*pi*s^2))*exp((((y-m[j])/s)^2)/-2)))) } } } DIC.hat } My problem is that R runs the three