Re: [maemo-developers] Developing directly on the 770

2006-07-19 Thread skler
On Tue, 2006-07-18 at 21:01 -0500, David D. Hagood wrote:

 However, without portmap running on the Nokia it takes a LOOONG time 
 to complete a mount command - about 30 seconds or so. However, if you 
 issue the mount command from within the XTerm, and wait, it will mount 
 and you will be able to access an NFS directory.

you can install portmap with this command by root:
apt-get install nfs-common



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Developing directly on the 770

2006-07-18 Thread Thanos Panousis
Hello list, I would like to ask the list for a general developing question. I need to set up some kind of shared directory between the 770 and my developing PC. This way I can write a python script on my PC editor, save on the shared directory directly which would lie on the 770, and then just run the script through ssh from my pc as well.
This way I dont have to use the SDK, the stuff I need to do are simple so using it just makes my life harder.I accomplished this already using sshfs. The thing is that sshfs just decided to stop working, when I issue the mount command, it asks for the remote ssh password of the 770 and then just hangs... no output whatsoever, just stays there.
What other alternatives have you ppl been using?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Mario Ivankovits
Hi Thanos!
 What other alternatives have you ppl been using?
I simply use openssh installed on my nokia
(http://maemo.org/maemowiki/ApplicationCatalog2006#head-f2616a12f79f9b76bea9dca20cbe89a1735a4910)
and transfer the binary from my pc to the nokia with a simple scp - on
another session I am logged in to the nokia (through ssh) and execute
the binary.
For sure, more experienced developers might use gdb on the nokia. For me
its enough to execute the binary within the full hardware environment (I
use bluetooth stuff)

Ciao,
Mario

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Christian Henz
On Tuesday 18 July 2006 15:54, Thanos Panousis wrote:
 Hello list,

 I would like to ask the list for a general developing question. I need to
 set up some kind of shared directory between the 770 and my developing PC.
 This way I can write a python script on my PC editor, save on the shared
 directory directly which would lie on the 770, and then just run the script
 through ssh from my pc as well.

 This way I dont have to use the SDK, the stuff I need to do are simple so
 using it just makes my life harder.

 I accomplished this already using sshfs. The thing is that sshfs just
 decided to stop working, when I issue the mount command, it asks for the
 remote ssh password of the 770 and then just hangs... no output whatsoever,
 just stays there.

 What other alternatives have you ppl been using?

I use NFS, but with the 2006 OS you have to re-compile the kernel for that.

cheers,
Christian Henz

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Thanos Panousis
Yes, that is what I am resorting to right now;But it sucks, you need to: save on local disk, scp to remote disk, execute on remote disk.If a mount was possible, only 1 and 3 are needed.
On 7/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote:
Hi Thanos! What other alternatives have you ppl been using?I simply use openssh installed on my nokia(
http://maemo.org/maemowiki/ApplicationCatalog2006#head-f2616a12f79f9b76bea9dca20cbe89a1735a4910)and transfer the binary from my pc to the nokia with a simple scp - onanother session I am logged in to the nokia (through ssh) and execute
the binary.For sure, more experienced developers might use gdb on the nokia. For meits enough to execute the binary within the full hardware environment (Iuse bluetooth stuff)Ciao,Mario

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread David D. Hagood

Christian Henz wrote:


I use NFS, but with the 2006 OS you have to re-compile the kernel for that.

Actually, there is a kernel image up on maemo.org with support for both 
NFS and IP6 - so there is no need to recompile, just reflash the kernel 
- it is listed in the Applications2006 section.


However, without portmap running on the Nokia it takes a LOOONG time 
to complete a mount command - about 30 seconds or so. However, if you 
issue the mount command from within the XTerm, and wait, it will mount 
and you will be able to access an NFS directory.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers