similar to: SMB share and .mdb files?

Displaying 20 results from an estimated 1600 matches similar to: "SMB share and .mdb files?"

2008 Sep 18
1
Leopard SMB File Move Permissions Bug ?
Yea, I realize this is an Apple problem since they do their own things with Samba, but wanted to confer with the samba experts here as Apple has yet to fix this in the last year (10.5.2 to 10.5.5). I've recently report it to apple as still a bug but wondering if it might have a workaround? Scenario: You created or have an existing file on a mac smb share Permissions look like: -rwxr--r-- 1
2010 Mar 03
2
Permission problems on Mac OS X
I know this might be half OT, but nontheless Samba is involved. A customer of mine has two Macs with Mac OS X 10.5 and is sharing a folder on one of them. We'd like to avoid any permission problem, so I put the followinf in smb.conf: create mode=0777 force create mode=0777 directory mode=0777 force directory mode=0777 This is usually enough to achieve what I want, with other OSes.
2009 Dec 15
0
Kerberos authentication when accessing samba domain member when PDC is also samba
Hi! I have next setup: PDC: Samba 3.0.25b-apple, Mac OS X 10.5.8 server. (Lets call it Serv2) Machines can join domain. Clients can use kerberos to authenticate. Everything works pretty good. Domain member: Samba 3.2.7-11.4.1-2210-SUSE-CODE11, OpenSUSE 11.1. (Lets call it Serv2) this server joined domain. Clients can connets, server authenticate clients on domain controller, everything good,
2012 Apr 22
1
SMBD Crash
Our software utilizes an OS X Server (Snow Leopard 10.6.8) for file read and writes. We gather files out of many directories, process them, and then write files back to the server. We had a long time end user who utilizes our software with an XP box upgrade from XP to Windows 7. Now with Windows 7 the SMBD is crashing routinely under heavy loads. Whatever information it was working
2009 Mar 12
0
Connection closing with close_cnum(1284)
Greetings I am running SMB on OS X Server 10.5.6, it's not clear what version of SMB they use. I have a Windows XP box that mounts a network drive on the server. This mount disappears from time to time for no apparent reason: [2009/03/12 08:35:54, 2, pid=23189] /SourceCache/samba/samba-187.8/ samba/source/smbd/process.c:timeout_processing(1371) Closing idle connection [2009/03/12
2010 Feb 09
1
SID consistency between two samba servers
I'm lost a bit, probably, but I have next setup. server-1: OSX leopard SAMBA server, acts as PDC with odsam backend. server-2: member of samba domain, hosted by server-1. At the same time server-2 host /home directories on NFS and configured as nss_ldap client of OD LDAP on server-1. So, "samba users" and "local users" are the same. How can I make sure that server-2 will
2023 Aug 08
1
[Bridge] Getting + maintaining a consistent MDB view in userspace?
Hi, Is there a recommended way to get and monitor the MDB state from userspace, without potential synchronization races? I can use "bridge monitor mdb" to get changes or "bridge mdb show" to get the current state (as well as use the underlying netlink calls from my own application without the "bridge" command). But if I were first calling "bridge mdb
2012 Jul 11
2
How to connect .mdb file
Hi, I'm currently having some problem connect .mdb file into R. I've installed the RODBC packages and I do the code this way: channel <- odbcConnectAccess("C:/Users/Documents/XYZ") channel and it gave me this : RODBC Connection 3 Details: case=nochange DBQ=C:\USers\JieYi\Documents\NYP\IPP\GCR Driver={Microsoft Access Driver (*.mdb)} DriverId=25 FIL=MS Access
2006 Oct 31
0
6352071 MDB ::interrupts need not display non-ISR entries on x86
Author: anish Repository: /hg/zfs-crypto/gate Revision: ca260b8c8934dc34091622676f0a58662e217e74 Log message: 6352071 MDB ::interrupts need not display non-ISR entries on x86 6354060 Add ::interrupts support for uppc(7d) based systems Files: create: usr/src/cmd/mdb/i86pc/modules/uppc/Makefile create: usr/src/cmd/mdb/i86pc/modules/uppc/amd64/Makefile create:
2010 Feb 11
0
sqlSave data into multiple *.mdb files
Hi All, con <- member <- class <- list() for(i in 1:5) { con[[i]] <- odbcConnectAccess(paste("C:/Desktop/Data/source",i,".mdb",sep = '')) #read data from Access files member[[i]] <- sqlFetch(con[[i]],'member') #get table data from *.mdb files observe[[i]] <- sqlFetch(con[[i]],'observe') #get table data from *.mdb
2014 Feb 04
1
Big Problems with samba 4.1 and mdb files
Our installation: 7 x Windows 7 Clients, 1 Samba 4.1.4 Server with Active Directory The clients use mdb databases. ? Our situation: Every 30 to 60 Minutes a windows 7 client cannot receive the actual database. After a new login, the data is actualized. ? Configuration: We tried: ? Oplocks --------------- ?????? oplocks = no ?????? level 2 oplocks = no or ?????? veto oplock files =
2009 May 01
6
Program cannot access MDB file
Hello all, I'm trying to run an airfoil and wing design program called profili. It uses an MDB file, im assuming, to store all the airfoil data. Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. Am I missing a Microsoft plugin/runtime/dll/other? Cheers Rob.
2009 Aug 16
0
large list from mdb.get - change labled atomic to double
I have a microsoft database that I have read in that is a list of dataframes processed by mdb.get. I am trying to read this into GRASS gis and need to change the labled atomic vectors to double precision- especially the coord.x coord.y. Now is there a way to check for classes and then change them inside of a for loop. This is the code I am using at the moment. library(Hmisc) # Read all tables
2011 Jul 25
2
MDB Files
Hi. I have a problem with Ms Access *.MDB files. When I tried to edit forms it takes at least 60 seconds to edit that forms also to edit query. Application is working fine. But editing ... horrible. I added these lines in my smb.conf file but nothing oplocks = no level2 oplocks = no strict locking = no fake oplocks = no veto oplock files =
2000 May 17
1
Lock a mdb file in a Samba Server
Helo, I have a problem width my Linux Samba Server, because I have a mdb file in my /home/staff path (share width samba), but I can't open this file in more than one W98 client???? When my second W98 Client try to open this mdb file the message: "Cant' lock file" appears. Why? Note: if I share the same file in W98 machine, there are no problems!!! Tia, Jorge Mota Sociedade
2012 Dec 20
3
[Bridge] [PATCH 1/3] iproute2: distinguish permanent and temporary mdb entries
This patch adds a flag to mdb entries so that we can distinguish permanent entries with temporary ones. Cc: Stephen Hemminger <shemminger at vyatta.com> Signed-off-by: Cong Wang <amwang at redhat.com> --- bridge/mdb.c | 24 +++++++++++++++--------- include/linux/if_bridge.h | 3 +++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/bridge/mdb.c
2023 Mar 13
1
[Bridge] [PATCH net-next 01/11] net: Add MDB net device operations
Add MDB net device operations that will be invoked by rtnetlink code in response to received RTM_{NEW,DEL,GET}MDB messages. Subsequent patches will implement these operations in the bridge and VXLAN drivers. Signed-off-by: Ido Schimmel <idosch at nvidia.com> --- include/linux/netdevice.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/include/linux/netdevice.h
2011 Mar 22
2
Loading mdb
Well im thoroughly frustrated after 25 minutes of checking and rechecking my path. What do i not know about loading a mdb that is keeping me from loading my data. i have loaded the Hmisc library and pointed it too my data using mdb.get and continue to get the following error. Error in system(paste("mdb-tables -1", file), intern = TRUE) : 'mdb-tables' not found Which i
2009 Nov 23
2
Microsoft .mdb files in Open office
Hi, Is there is anyway to Open Microsoft .mdb files in open office on Centos 5.3 ? Thanks linux
2002 Sep 12
0
2.2.5, MSAccess XP Database files (mdb) corrupt
Hi, i have a problem with access xp (2002) database files after moving the files to the linux files server. really often (6 times today) the database file is corrupt. i am running samba 2.2.5 on linux mandrake 8.2 with kernel 2.4.18. i have read that this has something to do with the file locking, but don't know what to do right now. i've set the parameter "veto oplock files =