Page 1 of 1

question about tissysvol

Published: September 29, 2018 - 09:32
by Eric
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

Re: Question about tissysvol

Published: October 2, 2018 - 7:46 PM
by dcardon
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

Re: Question about tissysvol

Published: October 20, 2018 - 7:29 AM
by Eric
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

Re: Question about tissysvol

Published: October 20, 2018 - 7:30 AM
by Eric
Hello,

I successfully restarted the tissyvolsync process using systemctl.

Thank you
, Eric.