[Bug 42274] New: Ebay Sniper Biet-O-Matic time synchronization fails
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(a)winehq.org Reporter: rebe(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42274 rebe(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://sourceforge.net/pro | |jects/bom/files/biet-o-mati | |c/bom%202.14.x/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42274 rebe(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42274 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Bruno Jesus <00cpxxx(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42274 --- Comment #2 from rebe(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org