Displaying 3 results from an estimated 3 matches for "_try_wait".
2020 Jul 22
3
samba-tool domain backup offline stalls
...if timeout is not None:
subprocess.py(1649): while self.returncode is None:
subprocess.py(1650): with self._waitpid_lock:
subprocess.py(1651): if self.returncode is not None:
subprocess.py(1653): (pid, sts) = self._try_wait(0)
--- modulename: subprocess, funcname: _try_wait
subprocess.py(1610): try:
subprocess.py(1611): (pid, sts) = os.waitpid(self.pid, wait_flags)
And that is where it stops. Is this caused by a configuration issue? Is so
then what?
--
*** e-Mail is NOT a SE...
2020 Jul 23
4
samba-tool domain backup offline stalls
...if timeout is not None:
subprocess.py(1649): while self.returncode is None:
subprocess.py(1650): with self._waitpid_lock:
subprocess.py(1651): if self.returncode is not None:
subprocess.py(1653): (pid, sts) = self._try_wait(0)
--- modulename: subprocess, funcname: _try_wait
subprocess.py(1610): try:
subprocess.py(1611): (pid, sts) = os.waitpid(self.pid, wait_flags)
This is FreeBSD so lslock is only available in Linux compatibility mode, which
is not the case in this instance.
--
***...
2020 Jul 23
2
samba-tool domain backup offline stalls
...if timeout is not None:
subprocess.py(1649): while self.returncode is None:
subprocess.py(1650): with self._waitpid_lock:
subprocess.py(1651): if self.returncode is not None:
subprocess.py(1653): (pid, sts) = self._try_wait(0)
--- modulename: subprocess, funcname: _try_wait
subprocess.py(1610): try:
subprocess.py(1611): (pid, sts) = os.waitpid(self.pid, wait_flags)
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted...