Displaying 20 results from an estimated 800 matches similar to: "Re: Files dbf and cdx - net linux"
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 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
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
2006 Jun 06
0
help, oplocks problem still?
Hello all,
I have a foxpro application that someone else wrote that I am trying to
support to XP clients.
I have done what I can to disable oplocks on my end and they are all
service pack 2 XP Professional workstations.
in my [global] section I have the following:
# http://www.drouillard.ca/Tips&Tricks/Samba/Oplocks.htm
lock spin time = 15
lock spin count = 30
kernel oplocks =
2010 Jun 04
2
Help with iteration using while loop
Hello everyone,
I am trying to use while loop to iterate a function until convergence. But I
am having problem when I try to use a fixed number of iterations.
Say I want to use maximum iteration of 150. If the value don't converge
within maximum iteration, show warning of no convergence.
Currently I don't have non- convergence problem so I think my code works
fine. But in future I may
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
2010 Jan 26
2
Kerberos integration in directory server
Hi,
Got some issues regarding Kerberos and Directory Server and hope someone can help me out.
Used these for the configiruation :
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-kerberos.html
http://www.redhat.com/docs/manuals/dir-server/8.1/install/index.html
Server : CentOS 5.4 with Kerberos and Directory Server installed
Client : CentOS 5.4
I use putty to connect to the client,
2017 Jun 14
4
SMB_ACL_GROUP SMB_ACL_USER
Hello,
Yes I wrote a mistike its not v4.6.6 but 4.6.5.
For "unix password sync = yes" it is an old parameters, it was ten years ago an sftp server was installed with samba server.
Currently there is no ftp server.
Here is the AD object with RID 7022
objectClass: top
objectClass: group
cn: FREDGROUP
member: CN=fpt,CN=Users,DC=cogesys,DC=com
distinguishedName:
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 Jun 13
1
SMB_ACL_GROUP SMB_ACL_USER
Hello,
I installed a samba server v 4.6.6,
I use samba in classic mode (in /etc/default/sernet-samba).
Samba is a member of a Windows server 2003 R2 domain.
Here is my smb.conf :
[global]
use sendfile = no
gpfs:getrealfilename = no
smb ports = 445 139
dos charset = 850
unix charset = UTF-8
interfaces = eth0
bind interfaces only = true
workgroup = MYREALM
passdb backend =
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
Hi all
my environment:
1/ windows 7 OS system
2/ use virtual box install the host centos system
i try to make a centos livecd and i follow the step
1/ create file: vi /etc/yum.repos.d/centos-livecd.repo and the content of file:
# Name: CentOS LiveCD repository
[livecd]
name = CentOS $releasever - LiveCD
baseurl =
2005 Nov 21
2
[Hardware] Good Server I/O on-the-cheap: ASL Monarch 811x with CentOS 4.2 ...
Since good server designs have come up in the past, I wanted to point
out a "low-cost" server option that has good I/O, and the vendor offers
_your_choice_ of not only Fedora Core or Red Hat Enterprise Linux, but
_also_ CentOS _shipped_ with it!
IN-A-NUTSHELL ...
Starting at just over $750, you can get a single Socket-939 Opteron 1xx
(dual-core is an option) system with up to 4GiB of
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
>
2001 Nov 30
0
Samba not sharing some files (.CDX)
Hello,
i'm having troubles to share some files from a windows application in a
linux server.
My english is very poor, so, if somebody speaks/writes in portugues will
be better, anyway, i put my last log in this url: http://200.204.182
114/maxmedianet.com.br/download/logsamba.txt
The applicatications runs in a LAN with 8 windows, with server Conectiva
linux 7.0.
The only
2012 Oct 28
1
Trouble with first passage time analysis using adehabitatLT
Hey all,
I've run into a few problems running first passage time analysis. I'm hoping
someone might be able to help me sort this out. I'm fine up to the point of
creating the ltraj object from a dataset.
/test<-read.table("~/Desktop/R_Directory/test.txt",header=TRUE)
attach(test)
library(adehabitatLT)
xy<-test[,c("x","y")]
2012 Dec 01
1
reading json tables
I'm trying to read two data sets in json format from a single .js file.
I've tried fromJSON()
in both RJSONIOIO and RJSON packages, but they require that the lines be
pre-parsed somehow in ways I don't understand. Can someone help?
> wheat <- readLines("http://mbostock.github.com/protovis/ex/wheat.js")
> str(wheat)
chr [1:70] "var wheat = [" "
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.
>>
>>
2004 Oct 29
2
VFS Recycle
Am using Fedora Core RPM Samba 3.0.7 and am trying to get VFS recycle to
work. Here is the relevant smb.conf:
[global]
workgroup = SSVMTN
netbios name = MONARCH
security = DOMAIN
password server = GOATSEYE
encrypt passwords = yes
server string = Monarch Server
wins server = 172.16.1.100
dns proxy = No
name
2008 May 29
1
Simple FoxPro Application
Hello, I am trying to run a simple foxpro application. All the program does is look up serial numbers and then look up pictures from an image directory.
The directory structure looks like this:
FOXUSER.DBF INTERCHANGE.CDX interchange.exe irunin.lng
FOXUSER.FPT INTERCHANGE.CRB irunin.dat sierra.ico
Images INTERCHANGE.DBF irunin.ini
The program installs correctly; however, the
2019 Mar 05
1
File Permissions
I have been noticing an issue with file permissions and curious as to your thoughts on this.
In the one directory the files started as...
...a 777 file was users[100] and root...now they are gc[1002] and fred_smith [1005], but the permissions changed to 764. I have a mask as 775, but this does not seem to be the case???
Here is my smb.conf...curious as to what I may have wrong on this???