The Following User Says Thank You to lostinmirkwood For This Useful Post: | ||
|
2009-09-15
, 16:42
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#102
|
|
2009-09-15
, 16:52
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#103
|
If something breaks in any one of them you get a crappy install.
I have seen the binaries fail, so I have a simple check on the two binaries installs (Error 1 & Error 2). If you get those, you just need to re-run the script and hopefully the repository will be working at that point.
Nathan.
|
2009-09-15
, 18:53
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#104
|
|
2009-09-15
, 20:09
|
Posts: 11 |
Thanked: 0 times |
Joined on Sep 2009
|
#105
|
|
2009-09-15
, 21:41
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#106
|
Downloaded the .02 image, but when doing Step 1. (Install scratchbox) it just says this:
Checking network connection..
Updating scripts..
.. and then it closes the window.
Network is working properly and Giplet shows my Ip address, although I had to change it from the properties to show eth1 instead of eth0.
Edit: I run the script on terminal and fount out the reason:
Install_Scratchboxz line8 is giving Permission denied.
I chmodded Install_Scratchbox_Main and it works now.
|
2009-09-15
, 21:54
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#107
|
One last question, and the answer may negate my previous post.
Is there anyway that I can do a Post-install check to see if those 5 binaries installed correctly?
Explicit directories created, etc.?
|
2009-09-15
, 21:59
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#108
|
It seems that others are running into a little problem that I ran into my self; I found that repository.maemo.org was failing for DNS lookup inside of scratchbox, I followed the suggestions inside of this thread and ran sudo cp /etc/resolv.conf /scratchbox/etc/resolv.conf
which instantly fixed some of the lookup problems inside scratchbox, just a thought.
My /scratchbox/etc/resolv.conf was using loopback for DNS.
This effectively changed it to something reasonable like 4.2.2.2
|
2009-09-15
, 22:44
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#109
|
|
2009-09-16
, 01:39
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#110
|
Another newbie question:
With Scratchbox and Xephyr running I can see the basic desktop (with the green PS3 looking background). If I click on Application Manager and and then select catalogues there is a "NEW" button that launches the Add-a-catalogue form.
I've tried adding a repository but it doesn't seem to save it; so now I have a few questions.
1. Should I be able to load a catalogue in the SDK? If so How?
2. Can I hand edit it? I expected that the contents of the /etc/apt/sources.list would be loaded here. (I've even used the red pill)
3. Is it wrong for me to expect other applications to be loaded (contacts, calendar, etc) I realize this is a Development environment for our code, but I would assume you could still connect to other repositories just for testing learning purposes.
4. Do I not have the Fremantle Extras loaded correctly? If I go to
http://repository.maemo.org/extras-d...remantle/free/ with my browser I see a pile of apps and libraries. Do I have to explicitly Make and Install these?
Thanks again, I'm feeling a little less lost these days. I'm also quite impressed with the Maemo community, it seems that although it's a lot smaller than Symbian, developers are quite welcoming to new comers and our confused questions.
The Following User Says Thank You to Nathan For This Useful Post: | ||
Tags |
development, fremantle, maemo, maemo 5, programming, sdk, virtual machine, virtualpc, windows, windows 7 |
|
which instantly fixed some of the lookup problems inside scratchbox, just a thought.
My /scratchbox/etc/resolv.conf was using loopback for DNS.
This effectively changed it to something reasonable like 4.2.2.2
Last edited by lostinmirkwood; 2009-09-15 at 16:46. Reason: correction