search for: docsrv

Displaying 3 results from an estimated 3 matches for "docsrv".

2024 Oct 03
2
File attributes issue
...night and not just the changed/created/deleted ones as in the Windows->Windows case. I guess it depends on that the archive flag is not properly set on the Samba side, but that is only my uneducated guess. How do I verify this? The Robocopy command and switches are as follows NET USE X: \\HP-DOCSRV\DOKUMENT ROBOCOPY D:\DOKUMENT X:\ /NFL /NDL /MIR /NP /UNILOG+:D:\DOKUMENT.LOG /COPY:DATSO /FFT /R:5 NET USE X: /DEL /Y The log from the Win->Win run shows 95 directories and 1243 files copied Total Copied Skipped Mismatch FAILED Extras Dirs : 5621 95...
2008 Aug 01
2
Using CentOS 5 as server; best way to setup NFSv4?
I've got a server running CentOS 5.2 and has a working NFSv4 server. I've been looking for some help on this on the net, but haven't come across anything that looks like it would pertain to my situation. Basically, I've got a mixed distro environment (CentOS, Fedora, openSuSE, Ubuntu, Puppy, and yikes possibly a Windows box) on various desktops and laptops that I want to connect
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I get this error in my logs: #<Errno::EMFILE: Too many open files Lasty, the ONLY code I have that does anything with files is: File.open(image_path, "wb") do |file| file.puts file_content end Any idea what this means? -- Posted via http://www.ruby-forum.com/.