Collabora Notes: Difference between revisions

Jump to navigation Jump to search
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 from a root console :''
''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>
echo 0 > /proc/sys/vm/vdso_enabled
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.




Navigation menu