https://bugs.winehq.org/show_bug.cgi?id=42274
Bug ID: 42274 Summary: Ebay Sniper Biet-O-Matic time synchronization fails Product: Wine Version: 2.0-rc5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: rebe@gmx.net Distribution: ---
Created attachment 56980 --> https://bugs.winehq.org/attachment.cgi?id=56980 Biet-o-Matic Log
Ebay sniper Biet-O-Matic 2.14.14 (VB app under GPL) cannot sync its time:
err:ntdll:NtSetSystemTime Cannot set time to Sun Jan 22 14:03:46 2017 , time adjustment 0: Operation not permitted
https://bugs.winehq.org/show_bug.cgi?id=42274
rebe@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://sourceforge.net/pro | |jects/bom/files/biet-o-mati | |c/bom%202.14.x/
https://bugs.winehq.org/show_bug.cgi?id=42274
rebe@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=42274
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- The user in your OS does not have privileges to change the time. You can allow the wine applications to change time doing (as root):
setcap 'cap_sys_time=+ep' <path to wine preloader>
The path depends on how Wine is installed, an example: setcap 'cap_sys_time=+ep' /usr/bin/wine-preloader
Remember that Wine is not a sandbox, the time change will affect your OS. If time sync fails silently in the application I believe its better to ignore it than allowing every app to change time.
https://bugs.winehq.org/show_bug.cgi?id=42274
--- Comment #2 from rebe@gmx.net --- $ which wine-preloader /usr/bin/wine-preloader
# setcap 'cap_sys_time=+ep' /usr/bin/wine-preloader Failed to set capabilities on file `/usr/bin/wine-preloader' (Invalid argument) The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file