Active Topics

 


Reply
Thread Tools
Posts: 21 | Thanked: 0 times | Joined on Sep 2009
#11
when i give the chmod command it give me this error(attachment)
Attached Images
 
 
Posts: 21 | Thanked: 0 times | Joined on Sep 2009
#12
Originally Posted by ColonelKilkenny View Post
Use "sudo sh ./maemo-...."

Sudo needs a "proper" command after it.
i test this...
Attached Images
 
 
Posts: 139 | Thanked: 32 times | Joined on May 2008 @ France
#13
Ah, now it works. Just follow the instructions it gives you and remove VDSO support.
That happened to me too, but the permanent solution it gives let me get to the next steps.
 
Posts: 21 | Thanked: 0 times | Joined on Sep 2009
#14
i must do the permanent solution or the "only for this session" one??
 
Posts: 21 | Thanked: 0 times | Joined on Sep 2009
#15
for this time i have been executed the "only for this session" and now it is installing correctly the scratchbox, thanks to all, and sorry for my incompetence
 
rafanto's Avatar
Posts: 34 | Thanked: 20 times | Joined on Aug 2006 @ Platania (CZ), ITALY
#16
Hi,
test first the path of the maemo-scratchbox-install_5.0beta2.sh

and set the permits to exec the file with chmod +x maemo...sh

After these step

launch the file on the terminal with :

sh maemo-scratchbox-install_5.0beta2.sh

always occurs the path of maemo-scratchbox-install_5.0beta2.sh !!
__________________
--
Antonio Di Cello
Nokia Device: n73 - 770 - n810
email: antoniodicello[at]gmail[dot]com
blog: http://rafanto.net
 
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#17
I stumbled over the same two things a few days ago. Unfortunately, the Maemo 5 Beta 2 SDK Installation docs can't be that easily edited. Who is the responsible editor? Should we file bugs in the bugzilla for this?

After the download, I had to do the
Code:
chmod a+x ./maemo-scratchbox-install_5.0beta2.sh
to be able to launch the shell script.

And then to permanently change the VDSO support in my Ubuntu as described in a post from Karoliina:
Code:
$ sudo su
$ nano /etc/sysctl.conf
Add a new line
Code:
vm.vdso_enabled = 0
to the end of file.
Press ctrl-x to exit and save.
Then (while remaining as root) run:
Code:
sysctl -p
Finally type
Code:
exit
to return to previous shell
Now you can finally
Code:
sudo ./maemo-scratchbox-install_5.0beta2.sh –u USER
This will get scratchbox and install it on your system. Time needed: 5-10 minutes

Once this has finished, do:
Code:
$ sh  maemo-sdk-install_5.0beta.sh
Will take another 5-10 minutes to install.

Then setup is complete. You can now launch scratchbox etc. according to the article.
Unfortunately, you then have only a very empty "virtual N900" to play around. Best thing is to add the Fremantle Extras repositories to your installation: create the file(s) /etc/apt/sources.list.d/extras-repo.list under your scratchbox targets.

This will then enable you to apt-get some applications to have something to play around :-)
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#18
Originally Posted by twaelti View Post
I stumbled over the same two things a few days ago. Unfortunately, the Maemo 5 Beta 2 SDK Installation docs can't be that easily edited. Who is the responsible editor? Should we file bugs in the bugzilla for this?
Hi,

I have extended the installation docs. Thanks for the feedback.

Cheers Daniel
 

The Following User Says Thank You to danielwilms For This Useful Post:
Posts: 21 | Thanked: 0 times | Joined on Sep 2009
#19
I have still another error, when i write this command
Code:
$ sh  maemo-sdk-install_5.0beta2.sh
i hope you help me still.
Attached Images
 
 
Posts: 139 | Thanked: 32 times | Joined on May 2008 @ France
#20
I suggest trying the command "adduser vaselli sbox" (since you have to add the user "vaselli" to the group "sbox")
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:34.