[FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread Lothar Behrens

Hi,

I have flashed the last FSO image from here:

http://downloads.freesmartphone.org/fso-testing/images/om-gta02/openmoko-fso-image-glibc-ipk--20090108-om-gta02.rootfs.jffs2

After flashing, I have removed gpsd and installed fso-gpsd. After  
installing I get this error message when starting fso-gpsd:


r...@om-gta02:~# /etc/init.d/fso-gpsd start
Starting freesmartphone.org gpsd compatibility daemon: start-stop- 
daemon: invalid option -- P

BusyBox v1.11.3 (2009-01-03 04:58:54 UTC) multi-call binary

Usage: start-stop-daemon [OPTIONS] [-S|-K] ... [-- arguments...]

(failed)

The same comes up directly after the installation.

Is there any workaround available ?

Thanks

Lothar

-- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
Lothar Behrens
Heinrich-Scheufelen-Platz 2
73252 Lenningen








___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread BitKeeper
Hi,

I edited /etc/init.d/fso-gps line 16 to be this.

start-stop-daemon --start --exec /usr/sbin/fso-gpsd -- -S localhost:gpsd --
-P /var/run/${NAME}.pid

It worked for me.

Hope it helps.

Bannon

2009/1/9 Lothar Behrens lothar.behr...@lollisoft.de

 Hi,
 I have flashed the last FSO image from here:

 http://downloads.freesmartphone.org/fso-testing/images/om-gta02/
 openmoko-fso-image-glibc-ipk--20090108-om-gta02.rootfs.jffs2http://downloads.freesmartphone.org/fso-testing/images/om-gta02/openmoko-fso-image-glibc-ipk--20090108-om-gta02.rootfs.jffs2http://downloads.freesmartphone.org/fso-testing/images/om-gta02/openmoko-fso-image-glibc-ipk--20090108-om-gta02.rootfs.jffs2

 After flashing, I have removed gpsd and installed fso-gpsd. After
 installing I get this error message when starting fso-gpsd:

 r...@om-gta02:~# /etc/init.d/fso-gpsd start
 Starting freesmartphone.org gpsd compatibility daemon: start-stop-daemon:
 invalid option -- P
 BusyBox v1.11.3 (2009-01-03 04:58:54 UTC) multi-call binary

 Usage: start-stop-daemon [OPTIONS] [-S|-K] ... [-- arguments...]

 (failed)

 The same comes up directly after the installation.

 Is there any workaround available ?

 Thanks

 Lothar

 -- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
 Lothar Behrens
 Heinrich-Scheufelen-Platz 2
 73252 Lenningen









 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread Lothar Behrens

Thank you,

that also worked for me. Is this 'bug' filed on freesmartphone's trac  
system ?


Lothar

Am 09.01.2009 um 12:57 schrieb BitKeeper:


Hi,

I edited /etc/init.d/fso-gps line 16 to be this.

start-stop-daemon --start --exec /usr/sbin/fso-gpsd -- -S  
localhost:gpsd -- -P /var/run/${NAME}.pid


It worked for me.

Hope it helps.

Bannon

2009/1/9 Lothar Behrens lothar.behr...@lollisoft.de
Hi,

I have flashed the last FSO image from here:

http://downloads.freesmartphone.org/fso-testing/images/om-gta02/openmoko-fso-image-glibc-ipk--20090108-om-gta02.rootfs.jffs2

After flashing, I have removed gpsd and installed fso-gpsd. After  
installing I get this error message when starting fso-gpsd:


r...@om-gta02:~# /etc/init.d/fso-gpsd start
Starting freesmartphone.org gpsd compatibility daemon: start-stop- 
daemon: invalid option -- P

BusyBox v1.11.3 (2009-01-03 04:58:54 UTC) multi-call binary

Usage: start-stop-daemon [OPTIONS] [-S|-K] ... [-- arguments...]

(failed)

The same comes up directly after the installation.

Is there any workaround available ?

Thanks

Lothar

-- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
Lothar Behrens
Heinrich-Scheufelen-Platz 2
73252 Lenningen










___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


-- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
Lothar Behrens
Heinrich-Scheufelen-Platz 2
73252 Lenningen








___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread Stefan Schmidt
Hello.

On Fri, 2009-01-09 at 21:57, BitKeeper wrote:
 
 I edited /etc/init.d/fso-gps line 16 to be this.
 
 start-stop-daemon --start --exec /usr/sbin/fso-gpsd -- -S localhost:gpsd --
 -P /var/run/${NAME}.pid
 
 It worked for me.

It was me who screwed this up, sorry. I originally intended to just bring
fso-gpsd back into the image and fix this afterwards. Somehow the first step is
harder then expected.

Sascha already pointed me this out some time before:
http://trac.freesmartphone.org/ticket/294

Will test and push it now.

regards
Stefan Schmidt

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread Vinzenz Hersche
Stefan Schmidt schrieb:
 Hello.

 On Fri, 2009-01-09 at 21:57, BitKeeper wrote:
   
 I edited /etc/init.d/fso-gps line 16 to be this.

 start-stop-daemon --start --exec /usr/sbin/fso-gpsd -- -S localhost:gpsd --
 -P /var/run/${NAME}.pid

 It worked for me.
 

 It was me who screwed this up, sorry. I originally intended to just bring
 fso-gpsd back into the image and fix this afterwards. Somehow the first step 
 is
 harder then expected.

 Sascha already pointed me this out some time before:
 http://trac.freesmartphone.org/ticket/294

 Will test and push it now.

 regards
 Stefan Schmidt

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
hello all,

another, little question in this thread.. i wanted to test this image
too, but it couldn't load the kernel (from the link, 2.4 mbyte). does
someone know a u-boot-image which could handle this?
or how is this workable?

greets

-- 
Vinzenz Hersche
Lehrling 2. Lehrjahr

Puzzle ITC GmbH
www.puzzle.ch

Telefon +41 31 370 22 00
Direkt  +41 31 370 22 04
Mobile  +41 78 845 24 12
Fax +41 31 370 22 01

Puzzle ist Mitglied der Eclipse Foundation:
http://www.puzzle.ch/eclipse/ 

begin:vcard
fn:Vinzenz Hersche
n:Hersche;Vinzenz
email;internet:hers...@puzzle.ch
tel;home:033 336 20 56
tel;cell:077 447 73 74
x-mozilla-html:TRUE
version:2.1
end:vcard

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO-image milestone 4.1 from 08.01.2009] fso-gpsd not startable ?

2009-01-09 Thread Stefan Schmidt
Hello.

On Fri, 2009-01-09 at 14:21, Vinzenz Hersche wrote:
 Stefan Schmidt schrieb:
 
  Sascha already pointed me this out some time before:
  http://trac.freesmartphone.org/ticket/294
 
  Will test and push it now.

Done
http://git.openembedded.net/?p=openembedded.git;a=commitdiff;h=428c26aebacd286ef5bfdcba157211978ff938a2


 another, little question in this thread.. i wanted to test this image
 too, but it couldn't load the kernel (from the link, 2.4 mbyte). does
 someone know a u-boot-image which could handle this?
 or how is this workable?

We are working on making the kernel image smaller so people can flash it without
messing around with the bootloader. Should be there in some days.

regards
Stefan Schmidt

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community