176
edits
Line 128: | Line 128: | ||
</pre> | </pre> | ||
''Note : If you get the following error : "Host kernel has vdso support (which is uncompatible with SB)", do the following | ''Note : If you get the following error : "Host kernel has vdso support (which is uncompatible with SB)", do add/change the following lines to your /etc/sysctl.conf file :'' | ||
<pre> | <pre> | ||
vm.vdso_enabled = 0 | |||
vm.mmap_min_addr = 4096 | |||
</pre> | </pre> | ||
then retry to add your username and don't forget to '''restart your Xserver''' before going on with the following steps. | then run : | ||
<pre> | |||
sudo sysctl -p | |||
</pre> | |||
... then retry to add your username and don't forget to '''restart your Xserver''' before going on with the following steps. | |||
edits