Displaying 20 results from an estimated 6000 matches similar to: "access times samba server via UNC access from XP"
2009 Dec 28
1
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Hi,
I can't get access to any shares when running "smbclient //DUCK/test -U
Dominic". I'm getting the message:
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
I'm pretty sure it's authenticating properly as it says "session setup ok"
in the debug output. If I enter the wrong password I get:
"session setup failed: NT_STATUS_LOGON_FAILURE"
I'm
2007 Jun 22
2
One file open or locked way too many times. How to fix?
A Windows 2000 Server is a member server of the domain. The domain
server is CentOS 4.5 with all updates and Samba 3.0.24 built using the
packaging/RHEL/makerpms.sh script. The W2k server is opening this file
on the samba server.
This problem started several versions of CentOS and Samba ago, and I did
the upgrades thinking it would fix it. It did not.
It seems to be "locking" or
2010 Jun 03
1
Other users home share contains contents of my home share
I have 3.2.7 as part of an Openfiler install. I have a homes share setup,
but when I view any other users home share (\\server\otherusername) I see
the contents of my own home share. I have the server joined to AD with
winbind, and I am in a group that is listed as the owner of the other users
home share, with rwx. What I am trying to do is allow a domain group access
to all of the home shares via
2008 Nov 06
1
Samba and oplocks
Hi
We've here some problems with Samba on a freeBSD-Server.
FreeBSD 6.2-RELEASE
Samba Version 3.0.25a
The problem is about locking of open files. For example when a user A
opens a excel-sheet and a user B also opens the same file, user B won't
only open this file as read-only.
We moved from a Windows Server to a freebsd based one about 2 weeks ago
and we also had some problems with dbs
2004 Feb 20
1
ocfs hung
having a problem with ocfs.
device /dev/sdd mounted on 2 nodes, node 0 and node 1
tried to create file /u01/oracle/prod/proddata/temp01.dbf from node 1
(ALTER TABLESPACE TEMP ADD TEMPFILE...) caused oracle server process to
hang in a "D" state apparently trying to create the file. the file has
not been created yet. If I type "ls" from node 2 in directory
/u01/oracle/prod
2010 Dec 23
1
Lock problem with 2 files opened in the same folder
Guys,
I am getting lock error box in Officer 2007 and windows 7. It shows
the somebody is using this file, but I am sure that is not.
That problem always happens when open 2 files in the same folder.
Take a look my lock configuration:
kernel oplocks = No
kernel oplocks = False
locking = Yes
oplocks = No
level2 oplocks = No
oplocks = False
2004 Oct 01
3
Reading multiple files into R
I want to read data from a number of files into R.
Reading individual files one by one requires writing enormous amount of
code that will look something like the following.
****************
maptools:::dbf.read("wb-01vc.dbf")->dist1
maptools:::dbf.read("wb-02vc.dbf")->dist2
maptools:::dbf.read("wb-03vc.dbf")->dist3
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
2004 Sep 17
5
msaccess db corruption
Ok, I've tried all the "common" fixes, such as turning oplocks off on
the share. Twice a day the database has to be repaired.
running samba-3.0.7-2.FC2
Here's the pertinent section:
comment = Aeries
path = /home/aeries
valid users = @aeries
read only = No
create mask = 0770
directory mask = 0770
inherit permissions = Yes
2005 Aug 19
1
Summary: Unexpected result of read.dbf
Hi there,
This is summary and patch for a bug in read.dbf, demonstrating in
Message-Id: <20050818150446.697835cb.stanimura-ngs at umin.ac.jp>.
After consulting Rjpwiki, a cyber-community of R user in Japan, the
cause was found, and the patch of solution was proposed.
Overflowing occurs when we use read.dbf for reading a dbf file having
a field of longer signed integer. For example,
$
2011 May 16
1
reading multiple .dbf files
Hello..
I am currently working on running random forest to make predictions. For that I
have a bunch of .dbf files from shapefiiles. Earlier I was running random forest
on those dbf files individually but now I have >1,000 such files and procesisng
one by one is not an option.
I started by trying to read multiple dbf files as:
>setwd (..)
>a=list.files()
> for (x in
2004 Sep 01
2
ocfs doesn't free space?
an ocfs-volume was nearly full (only 800MB free). i deleted some
datafiles to free space:
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/sdp1 10G 5.3G 4.8G 53% /db/DPS
so there are more than 4GB available.
$ sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights
2002 May 10
2
RODBC for importing dbf
Hi
I know that it is very easy to import data from a dbf file to R, by
saving the data as csv, for instance.
However, I have several hundreds of files to do that. So, I thought of
using RODBC to read the dbf files and save it as data.frame. However, I
cannot even start (this is my first time using such package):
> library(RODBC)
> bdades <- odbcConnect("prova.DBF")
Warning
2006 Apr 01
4
-newbie | RODBC import query
Greetings -
After 20+ years of using SAS, for a variety of reasons, I'm using [R]
for a bunch of things - while I'm getting a pretty good a handling
[R] for script programming, and statistical analysis, I'm struggling
with 'pulling data into [R]'. For reasons beyond my control, a number
of the files I get sent to 'work with' are in Dbase format (*.dbf).
For
2005 Apr 17
2
Quorum error
Had a problem starting Oracle after expanding an EMC Metalun. We get the
following errors:
>WARNING: OemInit2: Opened file(/oradata/dbf/quorum.dbf 8), tid =
main:1024 file = oem.c, line = 491 {Sun Apr 17 10:33:41 2005 }
>ERROR: ReadOthersDskInfo(): ReadFile(/oradata/dbf/quorum.dbf)
failed(5) - (0) bytes read, tid = main:1024 file = oem.c, line = 1396
{Sun Apr 17 10:33:41 2005 }
2012 Aug 29
1
Destination file is larger than source file
We are using the standard -av switch. And both filesystems are the same -
UFS.
/opt/rsync/bin/rsync -av -e "ssh -l root" --delete
--exclude-from=/var/scripts/exclude
--password-file=/var/scripts/transfer.passwd <username>@<source
host>::<source dir>/ /<destination dir>
Source system
<source host>:<source dir># du -sh *
1K nohup.out
20G
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all,
I am basically a GIS user and am new to R.
I am trying to write a data frame to a dbf file.
*n.simulations <- 999
binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound,
n.simulations, alpha.level, plot)
cluster <- binomial$most.likely.cluster$location.IDs.included
df <- data.frame(ID=seq(1,n.simulations,by=1),
simloglkhd=binomial$simulated.log.lkhd)
2012 Oct 02
2
Efficient Way to gather data from various files
Hello,
Sorry if this process is too simple for this list. I know I can do it, but
I always read online about how when using R one should always try to avoid
loops and use vectors. I am wondering if there exists a more "R friendly"
way to do this than to use for loops.
I have a dataset that has a list of "ID"s. Let's call this dataset "Master"
Each of these
2006 Nov 03
2
Installing a package - and making it work?
Dear list
- Propoerly a beginner question, so bare with my frustration...
I tried install the 'shapefiles' package into R 2.4.0 but it seems that the install had little effect...
> install.packages(c("shapefiles"))
--- Please select a CRAN mirror for use in this session ---
trying URL
2006 Mar 16
2
Samba and Foxpro for Unix
Hi !
I have an unique situation.
An SCO Unixware 7.1.3 with Samba 2.2.7a (yes, i know; it sucks !)
On the machine, is running MS Foxpro 2.6 for UNIX (it's running pretty well
for several years) but due to new demands (like Crystal Reports, Visual
view; etc) the directories with DBF files were shared using Samba. At the
beginning, when everything was only about reading, there were no