search for: fdst

Displaying 5 results from an estimated 5 matches for "fdst".

Did you mean: dst
2019 Sep 21
4
Samba 4.11 "Stale file handle"
...ame) File "/usr/lib64/python2.7/shutil.py", line 301, in move copy2(src, real_dst) File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 copyfile(src, dst) File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 116] Stale file handle: '/tmp/share1/.file_tmplB0NqLtest.pdf' Expected results: The operation should succeed without a stale file handle error. Environment: Centos 7.6 / 3.10.0-1062.el7.x86_64 Python 3.6 / 2 Samba 4.11 Regards, Kacper
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
...f [ $srcdepth -lt $dstdepth ]; then maxdepth=$srcdepth; else maxdepth=$dstdepth; fi echo "${src} ${dst}" for (( i=1; ${i} < ${maxdepth}; i=$(( ${i}+1 )) )); do fsrc=$(( ${srcdepth} - ${i} )) fdst=$(( ${dstdepth} - ${i} )) subsrc=$(echo -n "${src}" | cut -d "/" -f1-${fsrc}) subdst=$(echo -n "${dst}" | cut -d "/" -f1-${fdst}) if [ ! -z "${subsrc}" ] || [ ! -z "${subdst}" ]; then...
2019 Sep 22
0
Samba 4.11 "Stale file handle"
...b64/python2.7/shutil.py", line 301, in move > copy2(src, real_dst) > File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 > copyfile(src, dst) > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 116] Stale file handle: > '/tmp/share1/.file_tmplB0NqLtest.pdf' > > Expected results: > The operation should succeed without a stale file handle error. > > Environment: > Centos 7.6 / 3.10.0-1062.el7.x86_64 > Python 3.6 / 2 > Samba 4.11 >...
2019 Sep 22
0
Samba 4.11 "Stale file handle"
...ython2.7/shutil.py", line 301, in move > copy2(src, real_dst) > File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 > copyfile(src, dst) > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 116] Stale file handle: '/tmp/share1/.file_tmplB0NqLtest.pdf' > > Expected results: > The operation should succeed without a stale file handle error. > > Environment: > Centos 7.6 / 3.10.0-1062.el7.x86_64 > Python 3.6 / 2 > Samba 4.11 > >...
2019 Sep 22
2
Samba 4.11 "Stale file handle"
....py", line 301, in move >> copy2(src, real_dst) >> File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 >> copyfile(src, dst) >> File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile >> with open(dst, 'wb') as fdst: >> IOError: [Errno 116] Stale file handle: '/tmp/share1/.file_tmplB0NqLtest.pdf' >> >> Expected results: >> The operation should succeed without a stale file handle error. >> >> Environment: >> Centos 7.6 / 3.10.0-1062.el7.x86_64 >> Python 3....