search for: _buster_

Displaying 3 results from an estimated 3 matches for "_buster_".

Did you mean: _better_
2020 Aug 11
2
Switching roles between 2 DCs
...ython2.7/dist-packages/samba/netcmd/fsmo.py >> >> Lothar > > It looks like you are using an unsupported (by Samba) version of > Samba, I suggest you upgrade as soon as possible. > > Rowland That's what I did: /etc/apt/sources.list deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official amd64 DVD Binary-1 20200509-10:26]/ buster contrib main deb http://deb.debian.org/debian/ buster main deb-src http://deb.debian.org/debian/ buster main deb http://security.debian.org/debian-security buster/updates main contrib deb-src http://security.debian.org/debian-security buster/upd...
2020 Aug 11
0
Switching roles between 2 DCs
On 11/08/2020 16:05, Lothar Schilling via samba wrote: > That's what I did: > > /etc/apt/sources.list > > deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official amd64 DVD That will get you Samba 4.9.5, which is only supported by Debian, you may or may not get Samba updates, it depends on whether Debian backports them. You could go here: http://apt.van-belle.nl/ That repo (provided by a member of the Samba team) will allow you to get and us...
2020 Aug 11
2
Switching roles between 2 DCs
Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now was another error, though: ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'drs_utils' The solution offered and working is inserting ? import samba ? import samba.getopt as options ? import ldb +import samba.drs_utils ? from ldb