Displaying 7 results from an estimated 7 matches for "namedtemporaryfil".
Did you mean:
namedtemporaryfile
2015 Feb 16
6
gpo update problem
...quot;, line
175, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/samba/netcmd/ntacl.py", line
218, in 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 id...
2015 Feb 16
0
gpo update problem
...elf.run(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/samba/netcmd/ntacl.py", line
> 218, in 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,...
2017 Jan 29
0
classic upgrade fails with 4.6-test
...requires --use-ntvfs (not supported for production use). "
"Please re-run with --use-xattrs omitted.")
elif use_xattrs == "auto" and not s3conf.get("posix:eadb"):
if targetdir:
tmpfile = tempfile.NamedTemporaryFile(dir=os.path.abspath(targetdir))
else:
tmpfile = tempfile.NamedTemporaryFile(dir=os.path.abspath(os.path.dirname(lp.get("private dir"))))
try:
try:
samba.ntacls.setntacl(lp, tmpfile.name,...
2017 Jan 29
3
classic upgrade fails with 4.6-test
On Sun, Jan 29, 2017 at 4:54 PM, Rowland Penny <rpenny at samba.org> wrote:
> When you built Samba, did you use the '--with-ntvfs-fileserver' or
> '--enable-selftest' options with configure ?
>
I used '--without-ntvfs-fileserver'.
2012 Jun 04
1
migrate samba3 to samba4 fail with new git sources
...e "/usr/local/samba/lib/python2.7/site-packages/samba/upgrade.py",
line 675, in upgrade_from_samba3
useeadb=useeadb, dns_backend=dns_backend)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/provision/__init__.py",
line 1666, in provision
file =
tempfile.NamedTemporaryFile(dir=os.path.abspath(os.path.dirname(lp.get("private
dir"))))
Thanks
--
Herv? H?noch
Responsable informatique
Institut Sainte Catherine
1750, chemin du Lavarin, 84000 Avignon
T?l?phone : 04.90.27.57.44
Messagerie : h.henoch at isc84.org
2012 Jun 05
0
uncaught exception - 'NoneType' object has no attribute 'get'
...6/site-packages/samba/upgrade.py",
> line 675, in upgrade_from_samba3
> useeadb=useeadb, dns_backend=dns_backend)
> File
> "/usr/local/samba/lib64/python2.6/site-packages/samba/provision/__init__.py",
> line 1666, in provision
> file =
> tempfile.NamedTemporaryFile(dir=os.path.abspath(os.path.dirname(lp.get("private dir"))))
>
>
> I used the latest git version (4.0.0alpha22-GIT-0110623).
>
> Any idea what's wrong?
Try these patches, which should make it into beta1.
Andrew Bartlett
--
Andrew Bartlett...
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