[Bug 50168] Error when running notepad.exe: Failed to start RpcSs service

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 16 03:04:22 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50168

--- Comment #11 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Dmitry Timoshkov from comment #8)
> (In reply to Hans Leidekker from comment #7)
> > (In reply to Dmitry Timoshkov from comment #6)
> > > (In reply to Hans Leidekker from comment #5)
> > > > (In reply to Dmitry Timoshkov from comment #4)
> > > > > However it's not trivial to reproduce. I had to run the built binaries on a
> > > > > virtualization server with OpenVZ kernel 2.6.32.
> > > > 
> > > > Looks like a variation of bug 49938. The new path uses getrandom() if
> > > > detected at build time, otherwise it falls back to opening /dev/urandom like
> > > > we did before. 
> > > > 
> > > > So your build is probably from a newer system where getrandom() is available
> > > > and kernel 2.6.32 is certainly too old to support it.
> > > 
> > > Could we probably try to detect this situation at run-time, and fallback to
> > > old behaviour if appropriate?
> > 
> > We could, if we think it's worth it. Note that passing
> > ac_cv_func_getrandom=no would work around the issue. I'm not sure what's
> > reasonable here. Can you still run non-trivial apps on that kernel using a
> > build configured for a modern system?
> 
> Since I'm not a regular user of such a system I can't claim much, however
> that's a production environment, and reportedly everything worked well
> before that commit.

I should probably clarify, that while Hypervisor uses kernel 2.6.32, containers
use kernels 3.2.0+, and run up to date Linux versions.

-- 
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.



More information about the wine-bugs mailing list