Displaying 4 results from an estimated 4 matches for "file_tmplb0nqltest".
2019 Sep 21
4
Samba 4.11 "Stale file handle"
..., 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
2019 Sep 22
0
Samba 4.11 "Stale file handle"
...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
>
> --
> To unsubscribe from this list go to the foll...
2019 Sep 22
0
Samba 4.11 "Stale file handle"
..._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
>
Is 'nfs' in use ?
Rowland
2019 Sep 22
2
Samba 4.11 "Stale file handle"
...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
>>
>>...