similar to: DBase File locking issues

Displaying 20 results from an estimated 4000 matches similar to: "DBase File locking issues"

1999 Sep 16
6
DBase File locking issues (PR#20441)
Jim@Morris.net wrote: > I have finally tracked down the reason I am experiencing problems with > DBase files on Samba file servers - initially Redhat 6, and now on > Caldera OpenLinux 2.2 as well. Great debugging work ! > The DOS client code uses a DBase library called CodeBase to access the > DBase files. When a record is appended to a file, the underlying C > code does the
2001 Oct 09
1
locking problems with samba 2.2.1a
Hello all, I have a samba 2.2.1a server running as the PDC of my network on a Mandrake 8.0 system with a reiserFS partition. I am serving for the win98 clients a small DOS clipper program with a DBF database. The programs run well on the workstations when there is only one user using it, when another user try to use the same program it starts to get very slow. I think this is a lock
2003 Feb 11
1
Samba & Delphi & Paradox
Hello, I have a server samba/linux executing a software Delphi with access to database Paradox. The configurations are OK, but when more than an user is accessing the system, he is very slow. How can I solve this problem? Regard?s F?bio Ferreira fabio@datafusion.com.br
2002 Dec 11
3
Caching
Hi in! I need to know how to tell samba not to cache files. Thanks for your help! [BTF]KaZeR http://kazer.homeip.net
2002 Dec 17
1
FOX PRO 2.6 on SMB
Hello list We have some Fox Pro apps shared on Samba server (I know FOX sucks) and sometimes we need to recreate indexes, and we have to call all the users and ask them to close their programs. If we kill the user's smb process we got corrupted indexes... here's the question : is there any way to force the used files by an smb user process to close avoiding corruption, or perhaps make
2002 Dec 18
3
How important are oplocks?
Hello, I'm wondering just how critical it really is to turn off oplocks. It appears that not only Windows 2k server, but also Netware 5 and above defaults to having these enabled. I just spoke with two software companies running databases off of file servers (no database server, just MDAC stuff), and they had never heard of it, much less require it to be disabled. Everything I've
2003 Apr 11
1
Samba on MacOSX and printing
Hi all, an iBook running Mac OS X 10.2 recently joined my little network, so i did configure it for using a Windows shared printer (HP Officejet G55), naturally through SMB protocol. I used CUPS for setting it up. Now, the problem: if i try to print from the iBook, the printer takes about 10 minutes for throwing out each page and the document seems to be continuously spooled up to windows.
2006 Jun 03
3
Migrating from a legacy Dbase app
All, My company uses Goldmine as its contact/sales opportunity manager. (Uses Dbase for it''s DB). I''m trying to get a Rails app to implement the parts of it we actually use. I''ve been building my Rails app in MySQL. Now I''m need to start getting data from Goldmine into my Rails app. What''s the recommended approach? A one time transfer of data?
2007 May 08
1
[PATCH] lguest: two net bugfixes
1) Bridging via host is broken: we need to set "promisc" bit in MAC address published by the host so the guest sends us everything. Thanks James Morris for the report (I don't use bridging). 2) Lguest network device uses 0 to mean "noone at this slot". It used to use 0xFF, and one spot was missed. Minor: it just means we'll have a useless extra transmit
2007 May 08
1
[PATCH] lguest: two net bugfixes
1) Bridging via host is broken: we need to set "promisc" bit in MAC address published by the host so the guest sends us everything. Thanks James Morris for the report (I don't use bridging). 2) Lguest network device uses 0 to mean "noone at this slot". It used to use 0xFF, and one spot was missed. Minor: it just means we'll have a useless extra transmit
2007 Apr 18
2
APIC clock setup dependent on PAE ?
Why are these APIC clock init hooks dependent on CONFIG_X86_PAE ? include/asm/paravirt.h: static inline void setup_boot_clock(void) { paravirt_ops.setup_boot_clock(); } static inline void setup_secondary_clock(void) { paravirt_ops.setup_secondary_clock(); } (via the vmi timer patch). - James -- James Morris <jmorris@namei.org>
2007 Apr 18
2
APIC clock setup dependent on PAE ?
Why are these APIC clock init hooks dependent on CONFIG_X86_PAE ? include/asm/paravirt.h: static inline void setup_boot_clock(void) { paravirt_ops.setup_boot_clock(); } static inline void setup_secondary_clock(void) { paravirt_ops.setup_secondary_clock(); } (via the vmi timer patch). - James -- James Morris <jmorris@namei.org>
2006 Apr 29
1
Re: running dBase app with wine
On Tue, 25 Apr 2006 13:52:14 +0200, "Mrkljus" <aposdi@brbr.hr> wrote: >Hi, > >I have a problem running dBase application with wine. Is there any solution >I can try with? > >Has anyone succeeded to run dbu.exe with wine, for example... Use xHarbour ( open source : www.xharbour.org , commercial version : www.xharbour.com which use the open source compiler plus
2007 Apr 18
1
[PATCH] paravirt build fix
Currently, 020-paravirt-xen.patch contains inconsistent declarations for a bunch of native_read/write functions. This patch updates the declarations to use unsigned long for register values. Signed-off-by: James Morris <jmorris@redhat.com> --- include/asm-i386/paravirt.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff -purN -X dontdiff
2007 Apr 18
1
[PATCH] paravirt build fix
Currently, 020-paravirt-xen.patch contains inconsistent declarations for a bunch of native_read/write functions. This patch updates the declarations to use unsigned long for register values. Signed-off-by: James Morris <jmorris@redhat.com> --- include/asm-i386/paravirt.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff -purN -X dontdiff
2002 Nov 28
2
Foxpro configuration
Hi, could someone please give me the correct entries for using Foxpro with a samba share. I tried everything I can think of in the smb.conf but I am always confronted with locking problems and multiuser issues: Upgraded to version 2.2.5 smb.conf (among other things of course) oplocks=off lock spin count = 3 lock spin time = 25 locking=yes Is there anything you can tell me. It is very urgent and
2007 Apr 18
1
[LGUEST] updated nohz/hrtimer WIP patches (v02)
At http://namei.org/misc/lguest/patches/time/v02/ Current status: - Resync to recent upstream lguest patch queue - Rudimentary clock event device is working, but with a significant performance hit - Old TSC code included, still needs to be modified to handle freq change Next: - Check for pending interrupts after they're enabled again per suggestion from Rusty. -- James Morris
2007 Apr 18
1
[LGUEST] updated nohz/hrtimer WIP patches (v02)
At http://namei.org/misc/lguest/patches/time/v02/ Current status: - Resync to recent upstream lguest patch queue - Rudimentary clock event device is working, but with a significant performance hit - Old TSC code included, still needs to be modified to handle freq change Next: - Check for pending interrupts after they're enabled again per suggestion from Rusty. -- James Morris
1997 Sep 25
15
Samba performance
Hi all. I know this has probably been asked before, but I need a quick answer, and didn't find anything on the net. Has anyone done any benchmark comparisons of server speed from Win95 clients, accessing files on a Samba 1.9.17p1 server share, as compared to an NT Server, running on the same server hardware? If so, how did Samba 1.9.17 measure up to the NT server? I need an answer to this,
1998 Mar 25
1
R-beta: S Mailing List
I know that the S Mailing list recently moved but am not sure where. I recently moved and would like to resubscribe to the S Mailing list. Could someone send me the latest info on subscribing? Thanks! Jeff jmorris at cldx.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send