 |
IncentivesPro Leading USB solutions
|
View previous topic :: View next topic |
Author |
Message |
sarahm
Joined: 29 Sep 2021 Posts: 1
|
Posted: Wed Sep 29, 2021 4:38 pm Post subject: Debian 10.10, Syscalls check failed: 'killall' not found |
|
|
Attempting to re-install usb redirector client after a 10.10 upgrade resulted in this error:
*** Installing USB Redirector for Linux v3.9.9
*** Destination dir: /usr/local/usb-redirector
*** Checking installation...
*** Cleaning up installation...
***
*** Installation failed!
??? Syscalls check failed: 'killall' not found
As a workaround, I simply removed the check for this call from the installer.sh and the installation completed successfully:
Code: | usbsrv_check_syscalls()
{
! syscall_exists "sed" && ERROR_MESSAGE="'sed' not found" && return 1
! syscall_exists "grep" && ERROR_MESSAGE="'grep' not found" && return 1
! syscall_exists "chmod" && ERROR_MESSAGE="'chmod' not found" && return 1
! syscall_exists "ln" && ERROR_MESSAGE="'ln' not found" && return 1
! syscall_exists "/sbin/insmod" && ERROR_MESSAGE="'insmod' not found" && return 1
! syscall_exists "/sbin/rmmod" && ERROR_MESSAGE="'rmmod' not found" && return 1
#! syscall_exists "killall" && ERROR_MESSAGE="'killall' not found" && return 1
! syscall_exists "gcc" && ERROR_MESSAGE="'gcc' not found, please install and try again" && return 1
! syscall_exists "make" && ERROR_MESSAGE="'make' not found, please install and try again" && return 1
return 0
} |
Not sure what kind of side effects this has long term. Might be worth checking if this is still required. |
|
Back to top |
|
 |
Peter Site Admin
Joined: 01 Aug 2007 Posts: 664
|
Posted: Thu Sep 30, 2021 8:04 am Post subject: |
|
|
Thanks, sarahm.
We will fix it in the next release.
It should not have any side effects, as killall is used during uninstall only. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|