Open ceandre opened 2 months ago
Can you try with last release ? :
https://github.com/tranquilit/tis-sysvolsync/releases/tag/v1.27.12
Hi! Thanks for reply!
I jus tried this version, but got this error on Primary:
2024-09-23 17:09:38,367 INFO ID : xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx
2024-09-23 17:09:38,368 INFO api port : 8385
2024-09-23 17:09:38,368 INFO api key : xxxxxx
2024-09-23 17:09:38,368 INFO data port : 22001
{'Forest': 'test.lan', 'Domain': 'test.lan', 'Netbios domain': 'TEST', 'DC name': 'srv80v.test.lan', 'DC netbios name': 'SRV80V', 'Server site': 'Default-First-Site-Name', 'Client site': 'Default-First-Site-Name'}
Get DRS connections informations from local LDB AD database...
Configuring sync from SRV81V to SRV80V
Remote host infos : {'Forest': 'test.lan', 'Domain': 'test.lan', 'Netbios domain': 'TEST', 'DC name': 'srv81v.test.lan', 'DC netbios name': 'SRV81V', 'Server site': 'Default-First-Site-Name', 'Client site': 'Default-First-Site-Name'}
Connecting to srv81v.test.lan using SSH to add myself as remote device, add sysvol sync and get syncthing configuration...
root@srv81v.test.lan's password:
Traceback (most recent call last):
File "/opt/tis-sysvolsync/sysvolsync.py", line 429, in
And this one one another server:
2024-09-23 17:10:19,583 CRITICAL Error in data : b'CSRF Error\n' for path system/status
Traceback (most recent call last):
File "/opt/tis-sysvolsync/sysvolsync.py", line 429, in
Hi, I made it work.... I took a "look" on files and after running: /opt/tis-synvolsync/bin/syncthing install-completions and /opt/tis-synvolsync/bin/syncthing (2x - yes, 2 times, first time got a bunch of erros, and then tried again, it started)
and THEN.... tried running again; /opt/tis-sysvolsync/sysvolsync.py configure
It starded and asked for password for another server. Another thing... I also installed python3-ldap, it's was a dependency for rpm 1.20 but not for 1.27.
Hi, I trying to build packages on Rocky Linux 9 (RHEL 9), but I getting this error:
rpmbuild -bb --buildroot /root/backup/tis-sysvolsync/rpm/builddir -v --clean tis-sysvolsync.spec Traceback (most recent call last): File "/root/backup/tis-sysvolsync/rpm/../sysvolsync.py", line 66, in
from samba.netcmd.user import GetPasswordCommand
ImportError: cannot import name 'GetPasswordCommand' from 'samba.netcmd.user' (/usr/lib64/python3.9/site-packages/samba/netcmd/user/init.py)
error: line 6: Empty tag: Version:
Anyone can give a help?
Thanks.