similar to: Index Corruption xBase database

Displaying 20 results from an estimated 500 matches similar to: "Index Corruption xBase database"

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 >
2018 Nov 22
0
Index Corruption xBase database
from smbstatus man page: -B|--byterange causes smbstatus to include byte range locks. the fact is that 4 different connections are opening the same byte range in 'MOVCTA.cdx' That's about all that I can get from your command result dump. On 2018-11-22 9:21 a.m., Jose Concha wrote: > Using oplocks = no makes the communication extremely slow. For testing >
2018 Nov 22
0
Index Corruption xBase database
Thanks for the tip. Is veto oplocks different to oplocks = no? Just now I run into an error, but this time I have this log: ../lib/util/util.c:401(fcntl_lock) fcntl_lock: fcntl lock gave errno 11 (resource temporally unavailable) fcntl_lock: lock failed at offset 2147483646 count 1 op 37 type 1 (resource temporally unavailable) Does this give you any clue of how the problem can be solved? The
2018 Nov 22
0
Index Corruption xBase database
Are the shares set to oplocks = no ? That sometimes has a role in database corruption. On 2018-11-22 6:31 a.m., Jose Concha via samba wrote: > 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
2009 Jul 01
4
XBASE error under Wine
Hi. I'm migrating the system of a friend from Windows to Linux. He used a program made with xBase (programmed by him), and unfortunately isn't compatible with xHarbour. So I tried it with Wine, but I find these errors when I open the program. :( fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y):
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"),
2017 Apr 21
2
Problem to many connection
I'm desperate. My English is terrible, but I will try to be as clear as possible. I have Samba 4.4.4 in a Centos 7. I have many connections for each ip. The command smbstatus -b returns me infinity of these: Samba version 4.4.4 PID Username Group Machine Protocol Version Encryption Signing
2011 Jan 31
1
Files dbf and cdx - net linux
Hello. I am trying to acces to a software in a network, from a terminal. This terminal works on Windows, so I use Wine. I could execute the software, but some errors appear. It seams that it couldn't create in the right way the indexes in the data base (.dbf and cdx files). I think that the software was programed with Visual Fox Pro (but I am not sure) I will appreciate yours comments and
2003 Jan 31
2
Windows access problems
Hello, I had the pleasure of installing a new Linux(RH8.0)/Samba(2.2.7a) server (as a PDC) at one of our locations this week. They previously were accessing a shared drive from a Win2k Pro. machine. The migration did not go very smooth. Most things have been resolved, but we have some strange issues that are still causing problems, which I was hoping someone out there would have some insight
2017 Apr 21
2
Problem to many connection
2017-04-21 1:08 GMT-03:00 Epsilon Minus <theepsilonminus at gmail.com>: > 2017-04-21 0:38 GMT-03:00 Epsilon Minus <theepsilonminus at gmail.com>: >> >> >> I'm desperate. My English is terrible, but I will try to be as clear as possible. >> >> I have Samba 4.4.4 in a Centos 7. >> >> I have many connections for each ip. >> >>
2018 Dec 12
2
Obtaining lock loop
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. I think in the past lock spin count prevent this from happening. In nowadays samba version is there an option that
2006 Dec 21
2
Locking problem
Hi all! I am using Debian Sarge with Samba version 3.0.14a-Debian and experience a locking problem: the program is a linux port of a Clipper program compiled with xHarbour (www.xharbour.org). It uses byte-range-locking to lock a record of a dbf database. If I mount the server directory over an smbmount and start 2 clients on the server accessing the server directory over the smbmount, the
2011 Aug 23
1
Re: Files dbf and cdx - net linux
Hi, I have these BMIMS .dbf/.cdx/.fpt files. I have no longer BMIMS. I would like to transfers theses files to another visible format. I tried opening them with Monarch 4.0, but it does not give me a proper format. what do i do? thankx
2012 Jan 17
4
Problema para integrar una funcion ajustada a un conjunto de datos con la instruccion sm.density(x)
Estimada comunidad, nuevamente con algo que no se como hacer en R, pero aprendiendo .... El problema es el siguiente: 1. tengo un conjunto de 10 mil datos (n) cuyo valor va entre 0 y 10.000 a los que aplico una funcion sm.density() para obtener una especie de histograma pero con una curva que parece continua. 2. Una vez que obtengo esa curva necesito calcular el area bajo la curva en ciertos
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi Greetings to all Is my first post in this forum sorry for my english Many compliment to all developers for great work in Wine Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models. Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success This software use an mdb file First I have installed Profili download in this web site
2013 Sep 16
3
b
Estimado José, por lo que estuve mirando aqui https://en.wikipedia.org/wiki/Wilcoxon_signed-rank_test, en ?wilcox.test y en libros de papel ... los datos deben cumplir ciertas condiciones, quiza la mas restrictiva es que sean pareados ... si no lo son, quiza esta variante del test es mas apropiada: https://en.wikipedia.org/wiki/Mann-Whitney-Wilcoxon_test la que en R se aplica usando el mismo
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
Fabulosa comunidad, tengo el siguiente problema: 1. Tengo un data.frame no muy grande, de 575 filas x 8 columnas. En este df, las primeras 7 columnas identifican el dato que va en la columna 8. A las primeras 7 col se las podria considerar como datos categoricos y la columna 8 es un dato numerico. El df luce algo asi: sol con dia rep nca nin iso are 1 con 0 1 1 16 0 s
2010 Oct 27
2
coxph linear.predictors
I would like to be able to construct hazard rates (or unconditional death prob) for many subjects from a given survfit. This will involve adjusting the ( n.event/n.risk) with (coxph object )$linear.predictors I must be having another silly day as I cannot reproduce the linear predictor: fit <- coxph(Surv(futime, fustat) ~ age, data = ovarian) fit$linear.predictors[1] [1] 2.612756
2002 Mar 15
2
Locks troubles with samba 2.2.2/.3a
Hi, I just install 2.2.2 in a Red Hat 7.2 with kernel 2.4.16 on ext 3 + lvm. The problem are the locks!!!!!! I've 5 users working in .dbf + cdx (foxpro) files with an 16 bits application. It accesses to the files via DAO 2.0. A lot of times in the days the users gets 'currently locked' messages when the application open the dbf's files with read only access! I desactivated the
2004 Mar 17
2
access database locking issue
Hello. after getting suse 9.0 loaded on a new machine here an configuring samba 2.28 that came on the cd's I'm having a locking problem with some access database files. I had this same problem when i first went to linux 2 years go an started storing some access database files on the server. It seems only one person (an sometimes 2 i'm told by the users) can have the file open at