I'm running a ubuntu distro from ovh, but i installed another kernel from repository, maybe this makes the difference. I used apt-get to install it: Download source Code apt-get install linux-image-3.2.0-52-lowlatency
You can search for the available kernels with apt-cache search linux-image- Then edit /boot/grub/grub.cfg to change set default="0" to set default="1", where 0 is the first menuentry: Download source Code menuentry "Ubuntu 12.04, OVH kernel 3.8.13-xxxx-grs-ipv6-64" and 1 is the second menuentry: Download source Code menuentry 'Ubuntu, with Linux 3.2.0-52-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os There is a third entry for the lowlatency kernel in recovery mode. If you don't see the entries for the new kernel, maybe you need to run update-grub2. Once you restart the system you can check if the system has been started with the new kernel with uname -r, this should show: Download source Code 3.2.0-52-lowlatency We ain't going to bed without learning two or three things else. -- View this message in context: http://csgo-servers.1073505.n5.nabble.com/CS-GO-won-t-run-on-some-Debian-servers-tp6277p6294.html Sent from the CSGO_Servers mailing list archive at Nabble.com. _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
