similar to: transfer/copy from windows machines loses files.

Displaying 20 results from an estimated 11000 matches similar to: "transfer/copy from windows machines loses files."

2003 Jul 31
1
mount_smbfs and samba 2.2.0
I know 5.1 isn't considered part of -stable, but it doesn't really seem like -current either, so I'm asking here. If this is the wrong place please let me know where I should be. At work I have a 5.1-R box that I'm trying to use to mount shares from a Sun box running samba 2.2.0 as well as some Win2K boxes. Both the sun and win2k machines authenticate to the company's domain
2020 Feb 28
0
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/24/2020 12:47 AM, TomK via samba wrote: > On 2/23/2020 2:54 PM, TomK via samba wrote: >> On 2/23/2020 11:44 AM, Rowland penny via samba wrote: >>> On 23/02/2020 16:05, TomK wrote: >>>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: >>>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >>>>>> >>>>>>
2020 Feb 24
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/23/2020 2:54 PM, TomK via samba wrote: > On 2/23/2020 11:44 AM, Rowland penny via samba wrote: >> On 23/02/2020 16:05, TomK wrote: >>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: >>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >>>>> >>>>> >>>>>> >>>>>> "Sadly this really appears
2018 Jun 27
2
can debug info for coroutines be improved?
I'm going to show the same function, first normally, and then as a coroutine, and show how gdb can see the variable when it's a normal function, but not when it's a coroutine. I'd like to understand if this can be improved. I'm trying to debug a real world problem, but the lack of debug info on variables in coroutines is making it difficult. Should I file a bug? Is this a
2004 Mar 22
1
freebsd + mount_smbfs = ?
When I use mount_smbfs I receive such message: # mount_smbfs -W sbrc -U Kid -E koi8-r:cp1251 -Iradius.sbrc.local //Kid@radius/MUSIC$ /home/anonftp/.2 mount_smbfs: can't get server address `radius.sbrc.local': Resolver Error 0 (no error) mount_smbfs: can't get server address: syserr = Network is down Network is up in fact, dns server resolves name, but I receive this message
2013 Aug 14
1
local variable assignment: first copies from higher frame?
hi all -- this might not be the correct list for this question/discussion, though R-help didn't seem like the correct venue, either, so... i'm looking for just some extra clarification of how local variables are defined/bound, beyond the simple cases given in the Language document. the particular instance is when there is variable assignment inside a function. normally, this creates a
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this: "mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/" And then it asks for my password, I type it in, and then I get this error: "mount_smbfs: unable to open connection: syserr = Authentication error" I've had this same problem on another 6.1 box too... I can run this same
2008 Mar 19
1
smbclient transfer speed on solaris
Hi, I am trying to transfer data from a win2003 (OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]) to a solaris 10 (sun4v arch). smbclient version is 3.0.25a. Although this is a switched gigabit network (no firewalls/routers inbetween), and even jumbo frames are set up on the relevant NICs on both sides, I cannot transfer more than 35mbyte/s (40 peak) with
2007 May 01
1
Possible problem with S4 dispatch
Hi, First a bit of disclaimer... I haven't isolated this problem into an easy to reproduce case, and I won't be surprised if the root cause is a fault in my code's use of name spaces or some such. The error I'm seeing is one in which the desired method is not found. What worries me in terms of my expectations of how to debug the problem is that showMethods and selectMethod both
2005 Sep 11
0
Error Code -36
I'm running OS X 10.3.9/Samba 3.0.10. When I try to connect to my Windows 2000 machine from my user account, I enter the correct workgroup/user/password and then get the message 'The Finder cannot complete the operation because some data in "smb://machinename" could not be read or written. (Error code -36).' (Error code -36 in OS X is "i/O error (bummers)".) I
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear folks. Was hoping it had to do with the release, but have also tested in 4.4.16 and the issue is also there. I am aware a RHEL/CEntOS based upon 6 distribution is not the most up to date version I should test this on, as it also limits how easy is compiling most recent versions of Samba, but I assume though this is not a tricky test, and should work as documented in both 4.4 and 4.2
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mount_point and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t smbfs //user@server/share_name /path/to/mount_point and get the same message can any one give me some
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear Rowland. So sorry, I did not get the responses to this e-mail address, got them by the purest change googling again. I'm sorry to disagree with your approach: 1-. In my most recent updates you should have seen I am compiling Samba4 from source. Began with packaged distribution, but considering it might be a bug, I decided to test myself. 4 different versions, same behaviour. This means
2012 Oct 24
0
Shouldn't the \usage section tell the truth?
Hi, The signature of mget() changed between R-2.15.1 and recent R-devel. In R-2.15.1: > args(mget) function (x, envir, mode = "any", ifnotfound = list(function(x) stop(paste0("value for '", x, "' not found"), call. = FALSE)), inherits = FALSE) NULL In R-devel: > args(mget) function (x, envir, mode = "any", ifnotfound
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all ! I have a little problem here mounting or browsing samba shares. I have a FreeBSD 4.6.2 running samba, and a share on that called public. when I try to mount that share it asks for password, and then gives an error: ex. libra# mount_smbfs //maxi@samba/public /mnt Password: mount_smbfs: can't get handle to requester (no /dev/nsmb* device) libra# I can list the shares with
2005 May 12
2
mget empty strings
Dear R community, I am a beginner to R and have a question concerning mget, about I could not find anything in the various documentation. I have a column in a dataframe x for which I want to get values in y: mget(x[,1], env=y, ifnotfound=NA) I receive an error mesage: Error in mget(x[, 1], env = y, ifnotfound = NA) : attempt to use zero-length variable name this is probably due to
2002 Nov 05
0
mount_smbfs problem
hello, i am using samba 2.2.4 on freebsd 4.6.2 release. when i try to mount an smb share off my windows xp box onto my freebsd box, i get the following: ~$ mount_smbfs //neelix/mike /mnt/mike Warning: no cfg file(s) found. mount_smbfs: can not setup kernel iconv table (default:tolower): syserr = Operation not permitted however, when i run the same command as root, it works as expected.
2002 Mar 28
2
[Bug 181] Undocumented mget and mput in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=181 ------- Additional Comments From jason at rndpkt.org 2002-03-28 15:26 ------- mget and mput are just "aliased" commands to get and put, I'm assuming for some kind of compatability. mget and mput expect the get and put parameters and DO NOT function like FTP-based mget and mput (i.e. mget file1 file2.. file#). I'd be happy
2010 Jan 20
1
possible bug
Hello, don't know if this behavior is a bug, but I want to share this information. samba server version 3.4.3 is installed on solaris10 x86 compiled with gcc Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
2020 Aug 21
4
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear folks. I am using smbclient 4.2.10 version (the one packaged for OEL 6, samba4-client-4.2.10-15.el6.x86_64), and observing a weird behaviour of the tool. I've got a Linux local directorio, say /tmp/eraseme, with a couple of subdirectories in it, say a and b, each one containing a dummy file, say a/AM.xls and b/AT.xls If I run: smbclient -d 30 -l /var/log/samba -m SMB3 -W