Good evening,
after using FreeFileSync on my windows machine for some time (great product!) I wanted to use it on my Linux machine as well - no success though.
Executing install.run did not work (no error message!)but executing via terminal did (FreefileSync executable is generated, menu items in the "start menu" as well).
Starting the executable only generates the following error:
"Installation files are corrupt. Please reinstall FreeFileSync. Cannot get process information. No physical network card found (check on terminal via "ip a")"
ip a in terminal showes 2 entries. the second one eth0 is the one that is working --> internet connection is possible via browser etc.
Help would be highly appreciated.
Have a great evening
tschedrick
Donation Edition on Linux not working --> cannot get process information
- Posts: 13
- Joined: 28 Feb 2021
- Posts: 345
- Joined: 7 Jan 2018
FreeFileSync tends to run third-party programs by running in basically the same manner that you call them from the command line. The fact that this error message says to check "ip a" means that it is probably trying to run "ip a" (short for "ip address") which depends on the tool /usr/sbin/ip or similar.
Debian-based distros store /bin/ip in package iproute2 (sudo apt-get install iproute2) and Fedora-based distros store /usr/sbin/ip in iproute (sudo yum install iproute)
Many Linux distros have replaced the venerable ifconfig with this "ip" multitool, for better or worse.
Debian-based distros store /bin/ip in package iproute2 (sudo apt-get install iproute2) and Fedora-based distros store /usr/sbin/ip in iproute (sudo yum install iproute)
Many Linux distros have replaced the venerable ifconfig with this "ip" multitool, for better or worse.
-
- Site Admin
- Posts: 7506
- Joined: 9 Dec 2007
So what is the response for "ip a"? Are you running a VM?
- Posts: 13
- Joined: 28 Feb 2021
Thanks for the fast reply.
IP A shows:
My Setup is Ubuntu runnung LXDE in an LXC - so no VM but a container. PROXMOX is the host (but that should not influence the FreeFileSync, should it?)
@bgstack15 sounds interesting - is there anything i can try to prevent that from happening?
Good night,
tschedrick
IP A shows:
My Setup is Ubuntu runnung LXDE in an LXC - so no VM but a container. PROXMOX is the host (but that should not influence the FreeFileSync, should it?)
@bgstack15 sounds interesting - is there anything i can try to prevent that from happening?
Good night,
tschedrick
- Posts: 345
- Joined: 7 Jan 2018
I misread your first post; I thought you had not provided any output of "ip a." I'm guessing Zenju will fix his tool to handle the previously unexpected input of "eth0@if83" which is a style of network card name I've never seen before, and I'm guessing he hasn't either.
For our edification, does your host have a network card named "if83"?
For our edification, does your host have a network card named "if83"?
-
- Site Admin
- Posts: 7506
- Joined: 9 Dec 2007
That's right, it should be fixed with the next version, release planned for latter today.I'm guessing Zenju will fix his tool to handle the previously unexpected input of "eth0@if83" which is a style of network card name I've never seen before, and I'm guessing he hasn't either. bgstack15, 01 Mar 2021, 12:43
The mac address of eth0 is locally administered, thous was discarded by FFS in favor of not locally administered addresses (which don't exist in this case). So it's probably better to not discard them in first place.
- Posts: 13
- Joined: 28 Feb 2021
Thank you very much! That sounds promising (great support! happy that i have donated --> and will do again in the future :))That's right, it should be fixed with the next version, release planned for latter today.I'm guessing Zenju will fix his tool to handle the previously unexpected input of "eth0@if83" which is a style of network card name I've never seen before, and I'm guessing he hasn't either. bgstack15, 01 Mar 2021, 12:43
The mac address of eth0 is locally administered, thous was discarded by FFS in favor of not locally administered addresses (which don't exist in this case). So it's probably better to not discard them in first place. Zenju, 01 Mar 2021, 13:37
So i guess the ethernet adapter check has something to do with the counting of the number of donated installations right?
Have a great day - Tschedrick
-
- Site Admin
- Posts: 7506
- Joined: 9 Dec 2007
Yes, exactly.So i guess the ethernet adapter check has something to do with the counting of the number of donated installations right? tschedrick, 03 Mar 2021, 10:43
- Posts: 13
- Joined: 28 Feb 2021
...well i do not think the host does - i played around with the shell on the Proxmox host system but could not identify anything like that (I am not a linux expert , though).I misread your first post; I thought you had not provided any output of "ip a." I'm guessing Zenju will fix his tool to handle the previously unexpected input of "eth0@if83" which is a style of network card name I've never seen before, and I'm guessing he hasn't either.
For our edification, does your host have a network card named "if83"? bgstack15, 01 Mar 2021, 12:43
I guess it has something to do with the container setup. I installed a ubuntu template (LXC) and installed LXCE on top (less overhead in comparison to a VM). I am building a sync "machine" to sync my OMV to cloud storage - i access it through x2go --> really prefer the UI of FreeFileSync in comparison to Rsync (so i need a linux desktop). Thanks for your support :) I really like this community