search for: input_view

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

Did you mean: input_new
2019 Oct 04
2
samba-tool user syncpasswords crashes with python3
...p to here > > File "/usr/lib/python3.6/subprocess.py", line 863, in > > communicate > > stdout, stderr = self._communicate(input, endtime, timeout) > > File "/usr/lib/python3.6/subprocess.py", line 1519, in > > _communicate > > input_view = memoryview(self._input) > > Then it stops working, probably because your python script isn't > python3 > compatible. > > Rowland > > > >
2019 Oct 04
2
samba-tool user syncpasswords crashes with python3
...= bytes(sync_command_p.communicate(input)[0], encoding = 'utf-8') File "/usr/lib/python3.6/subprocess.py", line 863, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/usr/lib/python3.6/subprocess.py", line 1519, in _communicate input_view = memoryview(self._input) ~ my setup: samba-tool user syncpasswords --cache-ldb-initialize -- attributes=virtualClearTextUTF8,objectGUID,objectSID,sAMAccountName,use rPrincipalName,userAccountControl,pwdLastSet,mail,proxyAddresses -- decrypt-samba-gpg --s...
2019 Oct 07
1
samba-tool user syncpasswords crashes with python3
...; The error output goes on to do this: > > File "/usr/lib/python3.6/subprocess.py", line 863, in communicate > stdout, stderr = self._communicate(input, endtime, timeout) > File "/usr/lib/python3.6/subprocess.py", line 1519, in > _communicate > input_view = memoryview(self._input) > > And it is 'memoryview' that throws the error and it looks like it is > something in subprocess.py that is wrong, or something in your > script. > Samba, as far as I can see, does not use 'memoryview' directly. > > Rowland >...
2019 Oct 04
0
samba-tool user syncpasswords crashes with python3
...; 'utf-8') It seems to working up to here > File "/usr/lib/python3.6/subprocess.py", line 863, in communicate > stdout, stderr = self._communicate(input, endtime, timeout) > File "/usr/lib/python3.6/subprocess.py", line 1519, in _communicate > input_view = memoryview(self._input) Then it stops working, probably because your python script isn't python3 compatible. Rowland