|
2009-10-28
, 23:10
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#182
|
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???
echo 0 > /proc/sys/vm/vdso_enabled
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2009-10-31
, 11:13
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#183
|
|
2009-10-31
, 11:19
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#184
|
chmod -R +x ~/Maemo_Install/Scripts/*
|
2009-11-01
, 10:46
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#185
|
|
2009-12-10
, 03:48
|
|
Posts: 805 |
Thanked: 440 times |
Joined on Aug 2009
@ Mississauga, On
|
#186
|
|
2009-12-10
, 04:59
|
|
Posts: 805 |
Thanked: 440 times |
Joined on Aug 2009
@ Mississauga, On
|
#187
|
Thanks nymajoak for the help!
---
Yes open a terminal and do the following:
Then try running the first step. That should solve the issues. I need to put another VM Image out; it appears that I forgot to chmod one of the silly scripts before I released it. I thought the updated step 1 script would fix it; but apparently it isn't. Sorry for the confusion...Code:svn --force update ~/Maemo_Install sudo chown -R maemo:maemo ~/Maemo_Install chmod -R 777 ~/Maemo_Install
Nathan.
|
2009-12-11
, 08:56
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#188
|
|
2009-12-21
, 19:13
|
Posts: 39 |
Thanked: 4 times |
Joined on Nov 2009
|
#189
|
|
2009-12-22
, 09:19
|
Posts: 39 |
Thanked: 4 times |
Joined on Nov 2009
|
#190
|
Tags |
development, fremantle, maemo, maemo 5, programming, sdk, virtual machine, virtualpc, windows, windows 7 |
|
below is the output from my terminal session when I try to install scratchbox
root@n900-dev:~# sudo ./maemo-scratchbox-install_5.0.sh -u xxxxxx
This script will install Scratchbox 1.0.16 'apophis' release to your computer.
Install options
---------------
Install from packages=apt
Scratchbox install path=/scratchbox
Scratchbox group=sbox
armel compiler=cs2007q3-glibc2.5-arm
i386 compiler=cs2007q3-glibc2.5-i386
armel devkits=perl:debian-etch:qemu:doctools:svn:git
i386 devkits=perl:debian-etch:doctools:svn:git
armel CPU transparency=qemu-arm-sb
Checking for prerequisites
--------------------------
Running as user root... yes
Not running as user root inside fakeroot... yes
Running outside of scratchbox... yes
Scratchbox installation existing... no
Running on Linux kernel... yes
Running on i386 architecture... yes
Host kernel binfmt_misc support... yes
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???