similar to: Problems coping newer files

Displaying 20 results from an estimated 20000 matches similar to: "Problems coping newer files"

2017 Jul 26
1
GlusterFS Fuse client hangs when coping large files
Hello, I?m having some weird problems while coping large files (> 1GB) to a GlusterFS through a Fuse client. When the copy is done using the cp command everything is fine, but if I use a Java program, the GlusterFS Fuse hangs. The kern.log shows timeout for the Java program and the Fuse client. Anyone have experienced this behavior? Test environment: Ubuntu 16.04.2 LTS (GNU/Linux
2018 Jan 04
0
Coping with non-standard evaluation in R program analysis
Evan, The pryr package provides some utilities which may be handy here. In particular see the function: is_promise. Also, next time please post in plaintext. Regards Ben > Hello R experts, > > > I plan to develop a tool for dynamic analysis of R programs. I would like to trace function calls at runtime, capturing argument and return values. Following a suggestion made some time ago
2005 Feb 25
0
Network errors when coping files to a samba share
You'll can find the solution there : http://support.microsoft.com/kb/324491/en-us
2008 Feb 12
2
Coping WoW tree
I have just been told that I can copy the installed WoW tree from Win XP to Wine (same machine, dual boot) because WoW doesnt use the registry. Granted, that would save a lot of time, BUT, is it true? Thanks, Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080212/30ad4eec/attachment.htm
2004 Feb 13
0
Network errors when coping files to a samba share
Hey group I'm having issues with my Samba shares, I'm able to map to the home shares just fine I'm also able to create new files and folders and copy files from the desktop to the share. But when I copy files from the Home shares to the desktop I get Specified Network Device is no longer available. Any ideas? I'm running Samba 3.0.1 on Solaris 8 connecting to Windows 2003 AD.
2018 Jan 04
0
Coping with non-standard evaluation in R program analysis
Hi Evan, You may find some parts of what we are doing with genthat useful. Genthat is a tool for creating unit tests by recording argument and return values of calls. This is done by instrumentation of the source code. The git repo with the code is here https://github.com/PRL-PRG/genthat We don?t really deal with NSE though. It could be something worth thinking about for us. The contact for
2007 Jun 08
1
DO NOT REPLY [Bug 4684] New: rsync corrupts when coping to a USB memory stick
https://bugzilla.samba.org/show_bug.cgi?id=4684 Summary: rsync corrupts when coping to a USB memory stick Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: critical Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2007 May 25
3
Coping music from tapes
OS: CentOS 5.0 x86. Hi, I have some old music tapes and a walkman, and want to move the music to mp3 format. So far I am thinking to use Audacity to record the music to wavs, and then do not know, somehow I will compress the wavs to mp3s as vbr 192 Kbps with something. Has anyone done this? What app did you use for recording the music from the tapes and what app did you use to make it mp3?
2012 Jun 20
1
Websocket example out of the box failing if running at startup from Rprofile.site
Hello, I run websockets 1.1.1 from R 2.15 without any problems. I would like to deploy R script running automatically for all users when R is starting from Rprofile.site like follow: .First <- function() { source("C:\\R\\orig-websockets.R") } This script is from websockets package distribution. The error is follow: Error in .parse_header(x) :
2007 Feb 16
3
pdbedit password policy - not updating ldapsam
I have Samba and LDAP up and running, but I'm having problems editing the password policy using pdbedit. (I'm running 3.0.22) I've had a look at the man page for pdbedit but I don't really fully understand what it does in relation to passwd backends. Does pdbedit update just one backend and expect a user to export the updates to other backends? I think I've set up ldap as
2007 Mar 26
5
Performance problem with CentOs 4.4 Samba
Hello I experience performance problem with CentOs 4.4 Samba 3.0 Reading files from Samba (1 client WinXP) is 3 times slower than writing to samba. What should I look at? OS je CentOS 4.4 (RHEL 4 U4) # smbd --version Version 3.0.10-1.4E.11 CFG ================================================================== # cat /etc/samba/smb.conf [global] workgroup = GROUP netbios name = SERVER server
2007 Jan 09
1
local machine cannot find smb shares
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Samba Gurus! I'm experiencing a strange problem with 3 out of 20 machines in our local network. Samba (samba-3.0.23b,1) is on FreeBSD 6.1 User machines are on WinXp. They do "see" the shares, but Samba refuses connection to \\sambaserver\share However, Samba lets to connect to \\sambaserver.com\share What might be wrong? Please
2006 Apr 19
2
unable to browse samba server with Win98, but it works with WinXP
Hello, I have samba-3.0.10-1.4E.6 bundled with CentOS 4.3 x86_64 and I can't browse it with Win98. I have a very simple setup, Share type, with access to everyone. If I double-click on the server name from Win98, I have this message: "\\server is not accessible. This device does not exist on the network." If I type the whole path to the share(ex: \\server\transfer), in Win98, it
2010 Jan 19
4
coping with a warning in if()
Hi, I'm sure this one is very easy.... I am trying to write a function where one of its arguments has two posible (strings) values, defaulting to one of them if none is specified. My problem is that when evaluating the function the following warning is produced: "the condition has length > 1 and only the first element will be used" I've read the help page of if() but I
2017 Oct 29
2
packed ring layout proposal v3
If you do this whats the point of the id? Just use descriptor offset like virtio 0 did. On Sun, Oct 29, 2017 at 09:05:01AM +0000, Ilya Lesokhin wrote: > My point was that if the driver is not required to change the IDs, > it can initialized the ID's in all the descriptors when the ring is created > and never write the ID field again. > > A simple allocator for the IDs can
2017 Oct 29
2
packed ring layout proposal v3
If you do this whats the point of the id? Just use descriptor offset like virtio 0 did. On Sun, Oct 29, 2017 at 09:05:01AM +0000, Ilya Lesokhin wrote: > My point was that if the driver is not required to change the IDs, > it can initialized the ID's in all the descriptors when the ring is created > and never write the ID field again. > > A simple allocator for the IDs can
2018 Jan 03
3
Coping with non-standard evaluation in R program analysis
Hello R experts, I plan to develop a tool for dynamic analysis of R programs. I would like to trace function calls at runtime, capturing argument and return values. Following a suggestion made some time ago on this list, my high-level implementation strategy is to rewrite the AST, augmenting call expressions with pre-call and post-call shims to capture the arguments and return value,
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I'm connecting to "EFT Server" https://www.globalscape.com/eft and it has an SFTP module. It has nothing to do with OpenSSH, but enterprise likes it for some reason. I don't control the server. Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses
2006 Jul 26
0
CentOS-announce Digest, Vol 17, Issue 8
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
1999 Jan 04
0
SAMBA digest 1925
samba@samba.org schrieb: > SAMBA Digest 1925 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) UNIX to PC > by Shaun Lennox <shaun@countyfair.co.za> > 2) Connect to exported filesystem from NT via a net use cmd > by "Xia Tian"