View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#182
Originally Posted by edgedemon View Post
I have installed ubuntu into virtual box and could do with some help
Host kernel VDSO support... no
E: Host kernel VDSO support is incompatible with scratchbox.
E: You can disable VDSO support for this session with
E: 'echo 0 > /proc/sys/vm/vdso_enabled' as root
E: For a permanent solution you may add 'vm.vdso_enabled = 0'
E: to /etc/sysctl.conf and run 'sysctl -p' as root
root@n900-dev:~#


Not sure what option I need to choose???
Ok, you probably want the permanent solution; because this will be a issue each time you start your VM. But to install it you can do the
Code:
echo 0 > /proc/sys/vm/vdso_enabled
then edit the /etc/sysctl.com and add that line.

Then you should be able to continue with your install.

Nathan.
 

The Following User Says Thank You to Nathan For This Useful Post: