similar to: why "xcopy /d" doesn't work?

Displaying 20 results from an estimated 5000 matches similar to: "why "xcopy /d" doesn't work?"

2004 Apr 02
1
why "xcopy /d" doesn't work
Hi Germano, I just found your post regarding Samba and xcopy /d switch at http://lists.samba.org/archive/samba/2003-October/000699.html. This is also driving me mad. I was interested to know if you ever found a way around this problem ? It only seems to be a problem for me with 2000 and XP workstation. 98 works fine. Regards James
2003 Mar 27
2
Problem with xcopy /d & samba
A problem has arisen with the way samba handles file creation dates compared to NT/win2k, which prevents xcopy /d from working correctly. On NT/Win2k, files copied from another NT machine using xcopy end up with the modified dates equal to the original modified date of the file, and the created and accessed dates become the date of the xcopy operation. On Samba, files copied from an NT
1998 Aug 19
0
xcopy failures; SAMBA digest 1784
I had a simular problem in a single server (unix) environment with PC clients although we were using NFS stack for drive maps. The issue is came down to this: a MS-DOS pathspec cannot exceed 64 characters, with the pathspec looking something like 'server_name:\directory\dir...\...\filename.ext". Your NT and Samba systems are probably selected a SMB protocol like Core Plus or LAN Man 1.0,
2004 Nov 16
1
Access Denied - XCopy from Win2K SP3 to Samba 3.0.8
Right in the middle of a big XCopy from Win2K SP3 to Samba 3.0.8 I get an "Access Denied" kicked back from XCopy and it ends. XCopy is building dirs from scratch on the Samba server - starting for a clean empty share. XFS FS on the server, Debian Sarge. I've heard of odd things with RoboCopy, but what about XCopy doing this? I suppose I will be cranking up the logs... or is there
1998 Aug 18
1
xcopy failures
Hi I had sent a mail about a week ago regarding a xcopy problem I had. I am trying to copy an image of an nt workstation from an unixware 2.1.3 server running samba 1.9.18p8. Initially the client is a dos client, who connects to the unixware server and downloads files using xcopy. My problem after copying a certain number of files xcopy fails with path not found. On further investigation I
2004 Jan 13
0
Samba woes with file xcopy from Win2K
I'm trying to do some quick backups from a Win2K laptop to a Fedora Core 1 desktop but it ain't working. The backups are just a bunch of xcopy's. Most of them run fine but two fail and I don't understand why. It appears that xcopy is attempting to create directories in both cases. When I run the backup targeting a Win98 desktop there is no problem. Here are two examples of
1998 Aug 13
0
Problem copying files using xcopy
> Hi > > I am having this wierld problem, where I am using an intel proclone disk > using the tcp-ip stack, and trying to download files using xcopy from a > unixware server running samba on it. The problem I have is when my > directory structure goes more than 48 characters, xcopy fails with path not > found. Is this a limitation with samba??? We have been downloading
2005 Apr 16
1
MS DOS 7 XCopy copies the same file over and over
We use MS DOS 7 ala Win98 SE and the M$ client for DOS to logon to Samba 3.0.13 Debian Stable package from samba.org. Also one other unique thing, we have XCOPY32.EXE copied as XCOPY.EXE thus it is really XCOPY32.EXE we are executing, just as XCOPY.EXE. ;-) Example of failing line of code... echo f|xcopy u:\foo\bar.txt h:\file.txt where U: is the drive mapped to the server and H: is a local RAM
2002 Jun 09
2
problem copying ACLs with xcopy /o (2.2.5pre1)
hello, has anyone got samba-2.2.5pre1 working with "xcopy /o" ? it doesn't work over here with win2ksrv (as client) and samba-2_2 CVS as server (suse linux 8.0, xfs-acls, kernel 2.4.18). is xcopy /o supposed to work at all? any hint will be greatly appreciated. thanks, guenther -- Guenther Deschner guenther.deschner@suse.de SuSE Linux AG
2002 Dec 09
0
xcopy /o query
Hi all, I'm trying to use xcopy /o to copy files from a W2k file server to a Samba 2.2.7 box (Samba manually compiled with ACLs). I'm coming up with Access Denied, as documented here: http://lists.samba.org/pipermail/samba/2002-June/074548.html I gather that the "force unknown acl users" config option is supposed to fix that, although I haven't had a chance to try it out
2006 Jan 08
1
3.0.20b Keep windows local sid when xcopy files to samba server
Hi all, I came into a problem with the following situation. One Windows 2k3 server which joined into a AD, and when I tried to copy some files the owner ship of which contails both domain user/group sid and local user/group sid information, to samba server, only domain sid information could be kept, and the windows local user/group sid info was dropped. I verifyed this by using "xcopy /O
1997 Dec 15
0
AT Scheduler fails to xcopy to SAMBA volume but mapped NTFS shares OK
Hi, I have a very simply batch file that simply copies a 300M file to a SAMBA volume but the job fails if run via the NT scheduler. Manually running the batch file (ie double clicking in the file manager) works fine as does changing the destination to another "real" NT Share. The problems only occurs on SAMBA volumes and not when using another share from another NT. The batch file
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
What is the best way to backup my NT 4.0 Server box that is only 8GB to my NEW SAMBA file server that I have added to the domain? Xcopy? Smbclient? Robocopy? DD command in Linux? I found some good info. on Google about Robocopy that is supposed to be great and will paste the information below. Also, can someone SEND me the latest copy of ROBOCOPY VERSION 1.92 please. I have a really old
2017 Mar 02
0
cifs-utils release 6.7 ready for download
The main change in this release is to address some regressions that crept in when we switched to a scheme that does not rely on walking /tmp to look for credcaches. We now will use the information from the kernel about the initiating pid, reach into that task's environment and scrape out the $KRB5CCNAME variable. This can be problematic in setuid situations, so we avoid doing that for the
2017 Aug 17
0
PAM Clustering
Sorry, I never use pam. In the help, you can see that pam require a dataframe OR a dissimilarity matrix. If diss=FALSE then "euclidean" was use.So, I interpret that a matrix of dissimilarity is generated automatically. Problems may be in your data. Indeed pam(ruspini, 4)$diss write a dissimilaty matrix while pam(MYdata,10)$diss wite NULL 2017-08-17 16:03 GMT+02:00 Sema Atasever
2017 Aug 17
2
PAM Clustering
Dear Germano, Thank you for your fast reply, In the above code, *MYData *is the actual data set. Do not we need to convert *MYData to *the dissimilarity matrix using *pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?* *Regards.* On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com> wrote: > try this > > MYdata <-
2018 Sep 20
2
llvm and python bindings under windows
Hello everyone I am Germano, from Italy. Sorry to intruding, but I don't know who to ask anymore. I developed a small programming language, entirely written in Python. I state that I work under Windows, I'm using anaconda and Python 3.6. I wrote the lexical generator and the parser generator. Now I have to write a code generator and thought about using LLVM. It seems that the Uncio way to
2006 May 15
1
GET DATA and STREAM FILE commands, don´t work
Hi, I have been written an small script for test the use these commands. I had done massive test with commands, but I didn?t get success it. Any of the cases, I don?t listen nothing on channel that call 2100 extension. I dial 2100 extension through an cisco phone 7912 with SIP, also I dialed through ATA SIP (Linksys PAP-2). I?m using Asterisk 1.2.7.1 and ztdummy driver, linux kernel 2.6.11.4. I
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All, Thank's for your hint Tim Panton I could connect my asterisk machine to my oracle machine. I used unixODBC-2.2.11.tar.gz, oracle-instantclient-basic-10.2.0.3-1.i386.rpm, oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my asterisk machine. I can connect to my oracle machine with isql and in
2011 Sep 08
1
ctdb node disable windows xcopy break
Hi, What did I miss / do wrong? My config didn't work like on the below linked video: http://www.samba.org/~tridge/ctdb_movies/node_disable.html With my config, the copy process fails/breaks despite that the tesztxp PC successfully maps the other (samba) PC in case the first (samba) PC is out. In the samba logs (even at log level = 10) I didn't see any information that can help me solve