Displaying 20 results from an estimated 500 matches similar to: "Samba 4.11 "Stale file handle""
2019 Sep 22
0
Samba 4.11 "Stale file handle"
Can you please post your smb.conf?
On Sat, Sep 21, 2019 at 12:45 PM Kacper via samba <samba at lists.samba.org>
wrote:
> Hello,
>
> After upgrading to Samba 4.11 (from 4.10) I noticed that python
> scripts using tempfile.mkstemp fail when run against samba cifs
> mounts. Before I submit a bug report, could someone else try this out
> so it's not just my setup?
>
2019 Sep 22
0
Samba 4.11 "Stale file handle"
On 21/09/2019 17:43, Kacper via samba wrote:
> Hello,
>
> After upgrading to Samba 4.11 (from 4.10) I noticed that python
> scripts using tempfile.mkstemp fail when run against samba cifs
> mounts. Before I submit a bug report, could someone else try this out
> so it's not just my setup?
>
> How to reproduce:
> 1. Mount a Samba 4.11 share using the mount command:
2019 Sep 22
2
Samba 4.11 "Stale file handle"
[global]
workgroup = example
realm = example.test
netbios name = server1
server role = active directory domain controller
log file = /var/log/samba/smbd.log
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbindd, ntp_signd, kcc, dnsupdate
domain logons = Yes
wins support = Yes
security = user
preferred master = auto
domain master = yes
local master = yes
unix extensions = no
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |
2023 Nov 20
2
Online Backup failed....
Full output:
root at iob-master:~# samba-tool domain backup online --server=dc01
--targetdir=/autofs/backup/linux/samba_dom/$(hostname -d) -U administrator
Password for [SAMBA\administrator]:
INFO 2023-11-20 15:30:05,639 pid:73781
/usr/lib/python3/dist-packages/samba/join.py #1614: workgroup is SAMBA
INFO 2023-11-20 15:30:05,640 pid:73781
/usr/lib/python3/dist-packages/samba/join.py #1617: realm
2011 Aug 12
1
.call files in /var/spool/asterisk/outgoing
Hi !
I have a python script that create and move .call files to
/var/spool/asterisk/outgoing
Sometimes...(in this case after 500 successfull calls) Asterisk don?t make
the calls and the .call files are in the "outgoing" forever...
Any Ideas?
I'm using Asterisk 1.4.22 (in 1.4.36 was the same behavior)
In my python script I move .call files using ...
import shutil
2023 Nov 20
1
Online Backup failed....
On Mon, 20 Nov 2023 15:34:19 +0100
Dirk Laurenz via samba <samba at lists.samba.org> wrote:
> Full output:
>
> root at iob-master:~# samba-tool domain backup online --server=dc01
> --targetdir=/autofs/backup/linux/samba_dom/$(hostname -d) -U
> administrator Password for [SAMBA\administrator]:
> INFO 2023-11-20 15:30:05,639 pid:73781
>
2012 Dec 04
0
[LLVMdev] Minimum Python Version
> several people already asked what are the concrete benefits of breaking support for end-of-life python versions?
Generally I think the only compelling argument is "for a given level
of maintenance effort, you either sacrifice support for old-dead
versions, or new versions", and obviously new versions should be
preferred. The question is how much does it cost to interoperate.
On
2016 Aug 16
8
RFC: A cross platform way of using shell commands in lit tests
I see many tests that are prefixed with "requires: shell". A quick search
over the codebase shows 101 tests that contain this directive. This
basically means there are 101 tests that say "I don't support running on
Windows".
I would like to get this number to 0.
Ironically, many of these tests can be made to run on Windows simply by
removing the requires: shell line.
2012 Dec 04
5
[LLVMdev] Minimum Python Version
On Tue, Dec 4, 2012, at 03:23 AM, Sean Silva wrote:
> > several people already asked what are the concrete benefits of breaking support for end-of-life python versions?
>
> Generally I think the only compelling argument is "for a given level
> of maintenance effort, you either sacrifice support for old-dead
> versions, or new versions", and obviously new versions
2018 Apr 05
1
potential file.copy() or documentation bug when copy.date = TRUE
This is a recent R-devel. file.copy() is not vectorized if multiple
destinations succeed:
cat("foo1\n", file = "foo1")
cat("foo2\n", file = "foo2")
unlink(c("copy1", "copy2"), recursive = TRUE)
file.copy(c("foo1", "foo2"), c("copy1", "copy2"), copy.date = TRUE)
#> Error in
2010 Oct 09
1
cron.daily is tossing this strange message about xapian:
/etc/cron.daily/apt:
Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index", line 581, in <module>
import os.path, re, imp, glob, xapian, textwrap, shutil, fcntl,
errno, itertools, time
File "/usr/lib/python2.6/dist-packages/xapian.py", line 6, in <module>
import _xapian
ImportError: /usr/lib/python2.6/dist-packages/_xapian.so:
2009 Dec 11
1
about --link-dest
Hello all:
I don't know what I'm doing bad, but --link-dest does not work for me:
I have three directories, the original one, the first copy and the second copy I want to populate:
$ ls -li
total 12
1761433 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 copy1
1761434 drwxr-xr-x 2 envite envite 4096 dic 11 01:18 copy2
1761432 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 origin
$ ls -li *
2017 May 09
1
[PATCH] RHBZ#1406906: check return value of Python object functions
Verify the returned values of Python Object constructor functions
are not NULL before adding them to a collection.
This is particularly relevant when constructing Unicode strings in
Python 3 as they will return NULL if non UTF-8 characters are present.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
generator/python.ml | 102 ++++++++++++++++++++++++++---------------
2011 Sep 17
4
Shorewall DNAT to IPSET
I would like to dnat certain protocols (HTTP, HTTPS, SSH) to the
contents of an ipset (lan:+serviceshost or similar) where the ipset is
ensured to contain only one host, but can be changed dynamically when
services are in maintenance mode and go to the "services are down"
message on another server. Will this work, or am I barking up a fish here?
2023 Nov 20
4
Online Backup failed....
Hey,
dir exisit....
root at dc01:/autofs/backup# ls -la /autofs/backup/linux/samba_dom/backup.tgz/
insgesamt 12484
drwxr-xr-x 4 root root 4096 20. Nov 14:02 .
drwxr-xr-x 3 root root 4096 20. Nov 14:00 ..
-rw-r--r-- 1 root root 12765535 20. Nov 14:03
samba-backup-samba.laurenz.ws-2023-11-20T14-02-51.306281.tar.bz2
drwx------ 2 root root 4096 20. Nov 14:00 tmpdz6serc_
drwx------ 7 root
2004 Dec 23
3
[LLVMdev] Undefined referenceto`llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi Reid,
The error still exists. However, looking on the function in Win32/Path.cpp:
--------------
void
sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
if (!::CopyFile(Src.c_str(), Dest.c_str(), false))
ThrowError("Can't copy '" + Src.toString() +
"' to '" + Dest.toString() + "'");
}
--------------
I
2023 Nov 20
1
Online Backup failed....
Hello everybody,
i tried "samba-tool domain backup online --server=dc01
--targetdir=/autofs/backup/linux/samba_dom/backup.tgz -U administrator"
and got this error:
ERROR(<class 'OSError'>): uncaught exception - [Errno 39] Directory not
empty: 'sam.ldb.d'
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 185,
in _run
2012 Aug 24
1
CRAN check error with no example?
Hello, All:
The CRAN checks for the "fda" package includes one error:
The error most likely occurred in ... file.copy2
...
Error: unprotect_ptr: pointer not found
Execution halted
(http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian/fda-00check.html)
The help page for "file.copy2" includes "\examples" with
everything wrapped in
2004 Dec 23
2
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi,
Can anyone tell me why CopyFile is the only undefined reference from
Path.cpp?
---------------
llvm[2]: Linking Debug executable gccld
c:/projects/build/MinGW/llvm-1-1/tools/gccld/Debug/gccld.o(.text+0x439): In
function `Z15EmitShellScriptPPc':
c:/projects/src/llvm-1/llvm/tools/gccld/gccld.cpp:127: undefined reference
to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::Path