search for: _mkstemp_inner

Displaying 4 results from an estimated 4 matches for "_mkstemp_inner".

2015 Feb 16
6
gpo update problem
...n run lp, use_ntvfs=use_ntvfs) File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 1539, in setsysvolacl file = tempfile.NamedTemporaryFile(dir=os.path.abspath(sysvol)) File "/usr/lib/python2.7/tempfile.py", line 454, in NamedTemporaryFile (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags) File "/usr/lib/python2.7/tempfile.py", line 235, in _mkstemp_inner fd = _os.open(file, flags, 0600) Anyone got an idea what this means? Maybe I am running the command incorrectly? But, I don't think so. -- ------------------------- Bob Wooden of Do...
2010 May 22
0
xend.log when pygrub failed to boot
...ent call last): >> >> >> File "./pygrub", line 657, in <module> >> >> >> dir="/var/run/xend/boot") >> >> >> File "/usr/lib/python2.5/tempfile.py", line 302, in mkstemp >> >> >> return _mkstemp_inner(dir, prefix, suffix, flags) >> >> >> File "/usr/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner >> >> >> fd = _os.open(file, flags, 0600) >> >> >> OSError: [Errno 2] No such file or directory: >> >> >> ...
2015 Feb 16
0
gpo update problem
...s) > File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", > line 1539, in setsysvolacl > file = tempfile.NamedTemporaryFile(dir=os.path.abspath(sysvol)) > File "/usr/lib/python2.7/tempfile.py", line 454, in NamedTemporaryFile > (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags) > File "/usr/lib/python2.7/tempfile.py", line 235, in _mkstemp_inner > fd = _os.open(file, flags, 0600) > > Anyone got an idea what this means? Maybe I am running the command > incorrectly? But, I don't think so. > -- Denis Cardon T...
2020 Jun 25
2
[libcxx-dev] How to include abi and unwind tests in libcxx test suite in standalone mode
I just landed these patches: commit c55051eea5d3cd57abfd9727f519b670517704d9 Author: Louis Dionne <ldionne at apple.com> Date: Thu Jun 25 12:02:43 2020 -0400 [libunwind] Allow specifying custom Lit config files This is the libunwind counterpart of 0c66af970c80. commit 33c9c10d183371edc95fa936705bef56f55ab611 Author: Louis Dionne <ldionne at