question about tissysvol

Come here to share your tips and tricks for using Samba4
Locked
Eric
Messages: 29
Registration: March 11, 2018 - 08:22

September 29, 2018 - 09:32

Hello,

I have a question about replication using the tissyvol script, which used to work fine but seems increasingly slow.

With htop, I get dozens of `/opt/tis-sysvolsync/bin/syncthing -no-browser -no-restart -logflags=0 -home=/opt/tis-sysvolsync/data` commands.

What could be causing this? Replication is working, but strangely, it seems slower. How long does it take for replication to complete?

Thank you very much for your help.
Eric
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

October 2, 2018 - 7:46 PM

Hello Eric,
Eric wrote: September 29, 2018 - 9:32 AM I have a question about replication using the tissyvol script, which used to work fine but seems increasingly slow.

With htop, I get dozens of runs of /opt/tis-sysvolsync/bin/syncthing -no-browser -no-restart -logflags=0 -home=/opt/tis-sysvolsync/data.

What's causing this? Replication is working, but strangely, it seems slower. How long does it take for replication to complete?
There shouldn't be more than one Syncthing process on a domain controller. You can kill them all and restart the service. We need to figure out how the same process can run multiple times in parallel... Are you using the correct systemd configuration to launch it?

Replication should be almost instantaneous.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Eric
Messages: 29
Registration: March 11, 2018 - 08:22

October 20, 2018 - 7:29 AM

Hello,

when I check with `ps ax` I only see one process, 1573? SNsl 2:05 /opt/tis-sysvolsync/bin/syncthing -no-browser -no-restart -logflags=0 -home=/opt/tis-sysvolsync/data,
but in `htop` I see dozens of them?

Thanks
, Eric
Eric
Messages: 29
Registration: March 11, 2018 - 08:22

October 20, 2018 - 7:30 AM

Hello,

I successfully restarted the tissyvolsync process using systemctl.

Thank you
, Eric.
Locked