Hello Team
my windows programm does not run.
It stops at:
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
I tried to solve it with the command
#: sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
which often appears by google searches.
the result shows me:
Failed to set capabilities on file `/usr/bin/wine-preloader' (Operation not supported)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>) <filenameN> ]
Note <filename> must be a regular (non-symlink) file.
My System:
slitaz 5
My kernel:
Linux slitaz 3.2.53-slitaz #4 SMP Tue May 13 21:58:01 CEST 2014 i686 GNU/Linux
My Wine:
wine-1.7.16
Any help ?
That problem is very heavy for me.
Thank you in advance.
rsadmchef
IcmpCreateFile Failed to use ICMP (network ping)
Re: IcmpCreateFile Failed to use ICMP (network ping)
First question: is wine-preloader in that location on your system? If not, you have to substitute the real location for that part of the command.
Second question: does your distro normally use sudo, or su -? Not all distros have sudo configured by default. Try su -:
If neither of those fix it, ask on your distro's support forum for the appropriate command for your distro.
Second question: does your distro normally use sudo, or su -? Not all distros have sudo configured by default. Try su -:
Code: Select all
su -
setcap cap_net_raw+epi /usr/bin/wine-preloader