Search found 12 matches

by patanne
Sun Mar 21, 2021 4:47 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: remote listing service not being triggered
Replies: 5
Views: 5976

Re: remote listing service not being triggered

I figured it out. When you install the service it installs syncoveryrs.service under systemd. I forget if I launched the service manually or it started as part of the installation. Nevertheless, when I then followed the instructions and launched the background process ( SyncoveryRS start & Syncovery...
by patanne
Sun Mar 21, 2021 12:56 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: remote listing service not being triggered
Replies: 5
Views: 5976

Re: remote listing service not being triggered

2021-03-20_15-04-44.png
2021-03-20_15-04-44.png (43.34 KiB) Viewed 5968 times
SELinux is not being used here.

Also, I was mistaken about the distro. It is Debian Stretch, not Buster.
by patanne
Sat Mar 20, 2021 8:26 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: remote listing service not being triggered
Replies: 5
Views: 5976

remote listing service not being triggered

I am trying to perform a pull backup and the job, for some reason, is not triggering the remote listing service on the machine with the files to be backed up. I have a MacOS backup server running Syncovery 9.32a. I am trying to perform a pull backup from a machine running Debian Buster and the Synco...
by patanne
Wed Mar 17, 2021 12:38 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Cannot connect to Windows share with SMB
Replies: 6
Views: 6410

Re: Cannot connect to Windows share with SMB

That is what the forums are for. I have worked one-on-one with you on certain issues over the years. Great products! Great service! No complaints!
by patanne
Wed Mar 17, 2021 6:03 am
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Cannot connect to Windows share with SMB
Replies: 6
Views: 6410

Re: Cannot connect to Windows share with SMB

The version of OS I am using is Armbian based on Debian Stretch. Hoping that another version of Debian might provide clearer codes I installed everything on Debian Jessie and it paid off. The message led me to the possibility that the SMB URI was malformed. Based on info at the link https://en.wikip...
by patanne
Tue Mar 16, 2021 6:30 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Cannot connect to Windows share with SMB
Replies: 6
Views: 6410

Re: Cannot connect to Windows share with SMB

So actually the syntax is DOMAIN/username . libsmbclient follows the same as smbclient. I should have known. FWIW, protocol settings need to be correct in smb.conf. For me it is... client min protocol = SMB2 client max protocol = SMB3 On to the next problem. I am now getting an error on the call to ...
by patanne
Tue Mar 16, 2021 5:08 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Cannot connect to Windows share with SMB
Replies: 6
Views: 6410

Cannot connect to Windows share with SMB

I am trying to use Syncovery Linux to perform a pull backup from a few Windows machines. I cannot get the profile to login to the remote Windows machine using SMB. Eventually we will use SSH but for now SMB is the only way. Names below have been sanitized, but the construct is accurate. The domain i...
by patanne
Mon Mar 15, 2021 7:41 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: No such file or directory on Linux ARM
Replies: 5
Views: 4826

Re: No such file or directory on Linux ARM

It does not exist in /lib though it does exist in /lib/arm-linux-gnueabihf, which is in /etc/ld.so.conf.d/arm-linux-gnueabihf.conf, so I thought nothing of it.

Adding a symlink fixes the issue.

Code: Select all

ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3
by patanne
Mon Mar 15, 2021 4:47 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: No such file or directory on Linux ARM
Replies: 5
Views: 4826

Re: No such file or directory on Linux ARM

Here you go... root:# ldd /usr/lib/Syncovery/SyncoveryCL not a dynamic executable root:# file /usr/lib/Syncovery/SyncoveryCL /usr/lib/Syncovery/SyncoveryCL: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 2.0.0, stripped
by patanne
Mon Mar 15, 2021 2:52 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: No such file or directory on Linux ARM
Replies: 5
Views: 4826

No such file or directory on Linux ARM

I am having an issue running SyncoveryCL on Linux on an ODROID-HC2, which uses the ODROID-XU4 platform. The unit uses an 8-core ARMv7. Below is a dump of one core for brevity. Also there is a dump of uname & dpkg. root:# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 3 (v7l) BogoMI...