geefr / beatsaber-linux-goodies

Mod installation scripts and other goodies to support Beat Saber on Linux
BSD 2-Clause "Simplified" License
132 stars 5 forks source link

.NET installer gets stuck due to yama #44

Closed C0rn3j closed 4 years ago

C0rn3j commented 4 years ago
 echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

The script should just do above as on some systems the installer will get stuck after 4.0 is setup, never getting to 4.6.1.

EDIT: actually it still seems like the rest of the installer gets stuck (4.5 forwards), so am probably just getting lucky with the 4.0 installs and the variable is unrelated.

C0rn3j commented 4 years ago

For people getting stuck in the .NET install phase on the killing part as is shown here: image

I filtered by .exe in htop and killed everything related to .NET, then the installer kept moving. Otherwise it'd be permanently stuck.

I figure a simple pkill mscorsvw.exe would also work.

geefr commented 4 years ago

How strange..I've had the installers take a long time before, but never hang outright, thanks for the info.