[Bug 23323] World of Warcraft crashes upon login after 3.3.5 patch. [NOT WINE BUG]

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 11 17:35:01 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=23323

--- Comment #188 from Nephyrin zey <Nephyrin at nephyrin.net> 2010-11-11 17:35:00 CST ---
(In reply to comment #187)
> How did you manage to tun the security feature off? 
> 
> When I try this:
> 
> "sudo echo 0 > /proc/sys/kernel/yama/ptrace_scope"
> 
> I got the following output:
> 
> "bash: /proc/sys/kernel/yama/ptrace_scope: Permission denied"
> 
> 
> And I'm not able to run an older/newer (beta/mainline) kernel. The installation
> process wents fine but when I try to boot I don't have a gui anymore :/

The way that is interpreted is:
(sudo echo 0) > /proc/sys/kernel/blah/blah
Meaning you only used sudo to run echo, which bash then tried to write (without
sudo permissions).

You'd need to either do:
echo 0 | sudo tee /proc/sys/kernel/etc/etc
or
sudo sh -c "echo 0 > /proc/sys/blah/blah"


Anyway, this isn't a wine bug, the two issues that cause it are well known and
addressed... I'd say this can be closed.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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