Problem under LInux with links and socket

Discuss new features and functions
Posts: 3
Joined: 27 Mar 2025

jadupl2

I am running FreeFileSync on Linux Fedora (Mounted NFS to USB Key).

$ lsb_release -a
LSB Version: n/a
Distributor ID: Fedora
Description: Fedora Linux 42 (Workstation Edition)
Release: 42
Codename: n/a

FreeFileSync - Examples of errors
They are either a socket file or links files.
See all images print screen attached.


Examples of errors got on screen
11:49:53 AM Error Cannot open file "/batnas/software/Software_Development/home_sherlock/jacques/.pcsc12/pcscd.comm".
EACCES: Permission denied [open]
11:54:01 AM Error Cannot open file "/batnas/software/Software_Development/home_sherlock/jacques/.var/app/com.google.Chrome/.ld.so/active".
EACCES: Permission denied [stat]
Cannot read file attributes of "/batnas/software/Software_Development/home_sherlock/jacques/.var/app/com.google.Chrome/.ld.so/active".
EACCES: Permission denied [lstat]

Thank you in Advance.
Attachments
It's always links or sockets
It's always links or sockets
Link_still_give_error.png (66.37 KiB) Viewed 96 times
Error screen while running
Error screen while running
Error_Screenshot.png (22.88 KiB) Viewed 96 times
Same error with socket file(s)
Same error with socket file(s)
Socket_Backup_to_ignore.png (68.27 KiB) Viewed 96 times
My Setting concerning Links
My Setting concerning Links
FreeFileSync_Setting.png (88.83 KiB) Viewed 96 times
My FreeFileSync Version Linux
My FreeFileSync Version Linux
FreeFileSync_version.png (322.7 KiB) Viewed 96 times
Posts: 346
Joined: 7 Jan 2018

bgstack15

A symbolic link is a fancy shortcut. That being said, depending on the location of the destination, you might not want to synchronize those. Also, you will want to exclude .ld.so which is a caching directory for the linker (low level stuff I don't understand well enough to explain).

Items in your ~/.var/app location are most likely used by flatpaks, like %APPDATA% in Windows, and you don't need every temp file from that. Chances are, if you can't tell what a file is, in that directory, you probably don't need it.

And that first one, pcsc12 sounds related to a smart card reader, and most likely that is one of the sockets. That is basically a special file that is used for communicating with other things during the current running OS. It's also something that doesn't make sense to synchronize.