Re: milestone3 available in Debian

2008-09-13 Thread Fox Mulder
I updated my debian system to the new fs03 files and also
updated the kernel/modules to the newest one at [8] from 11-Sep-2008.

But now suspend doesn't work anymore. I thought that the fso
kernels are working together with zhone to support suspend like
the original installed fso2 kernel did with the old zhone (fso2)
version.

Another problem is, that i can't start the messages program for sms.
When i click the icon nothing happens. The dialer and contactlist
works without problems.

I looked at the zhone.log for more info about these problems. And
there are a few entrys which seems to indicate problems. I hope
somebody can help me clearify these messages.


Here is a summary of the critical messages (marked for reference):
...
[1] WARNING error while retrieving messagebook
...
[2] INFO checking for unsent messages
[2] INFO did not receive any unsent messages: 
org.freesmartphone.GSM.SIM.NotFound:
...
[3] INFO checking for unsent messages
[3] INFO did not receive any unsent messages: 
org.freesmartphone.GSM.Device.Failed: Unhandled CMS ERROR: User abort
...
[4] INFO checking for unsent messages
[4] INFO did not receive any unsent messages: 
org.freesmartphone.GSM.Device.Failed: command AT+CMGL=2 failed
...
[5] DEBUG transition to contacts
[5] DEBUG transition to main
...
[6] INFO INPUT EVENT = AUX, pressed, 0
[6} INFO INPUT EVENT = AUX, released, 0
...
[7] INFO INPUT EVENT = POWER, pressed, 0
[7] INFO INPUT EVENT = POWER, held, 2
[7] INFO INPUT EVENT = POWER, held, 3
[7] INFO INPUT EVENT = POWER, released, 0
[7] ERROR Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/dbus/connection.py, line 214, in 
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/bin/zhone, line 2185, in cbEvent
self.gsm_device_iface.PrepareForSuspend()
  File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 622, in 
call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. 
Possible causes include:
the remote application did not send a reply, the message bus security policy 
blocked the reply, the
reply timeout expired, or the network connection was broken.
...


The message at [1] comes straight at the start of zhone followed by [2],[3] and 
[4]. The last message
at [4] is repeated at some time intervals. The debug message seems to indicate 
that something with
the messagebook doesn't work but i don't know what. I tried to start the 
contactlist and i get the
debug message [5] but when clicking the messages program i get no debug entry 
in the log.

At [6] i tried to suspend with a short press of the power button which is 
recognized but nothing happens.
After that i tried it again at [7] and hold the button a bit longer. Even after 
that nothing happens
but in the log is an exception which maybe indicate why suspend didn't work. It 
seems that the suspend
command over dbus get lost or something like this.

Can someone see what the problem could be with help of these messages?

If you need more information just say it and i log whatever you want to solve 
this problem. :)

Ciao,
 Rainer


[8] http://downloads.openmoko.org/framework/milestone3/

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


Re: milestone3 available in Debian

2008-09-13 Thread Fox Mulder
I just installed remoko but when i try to start it i get some error messages
and the start is aborted. It looks like a dbus error, but i'm not sure.


Here is the console output:

warning: x11-16 is not supported, fallback to x11
dbus_objectInit...
could not create proxy for 
org.openmoko.accelges:/org/openmoko/accelges/Recognizer 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.openmoko.accelges was 
not provided by any .service files
error in proxy
failcount= 0
dbus_objectInit...
usage ok Interface ProxyObject wrapping dbus._dbus.SystemBus (system) at 
0x31af60 :1.1 /org/freesmartphone/Usage at 0x3261d0 implementing 
'org.freesmartphone.Usage' at 0x326330
failcount= 0
Traceback (most recent call last):
  File /usr/bin/remoko, line 2092, in module
gui = GUI( options, args )
  File /usr/bin/remoko, line 1527, in __init__
self.initialize_remoko_server()
  File /usr/bin/remoko, line 1599, in initialize_remoko_server
self.connection = Connect()
  File /var/lib/python-support/python2.5/remoko/remoko_server.py, line 70, in 
__init__
cenas = self.input.Stop()
  File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 622, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.Failed: Operation not permitted

Can someone help me with this?
I really like to explore remoko. :)

Ciao,
 Rainer


Joachim Breitner wrote:
 Besides these new versions you might be interested to hear that remoko
 and pypennotes have been packaged for Debian, and fso-gpsd makes sure
 all gpsd-using applications (such as tangogps) work also. We still don’t
 have Illume, as we are still waiting for new Enlightenment libs being
 released and packaged for Debian.

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


Re: milestone3 available in Debian

2008-09-13 Thread Valerio Valerio
Hi,

2008/9/13 Fox Mulder [EMAIL PROTECTED]

 I just installed remoko but when i try to start it i get some error
 messages
 and the start is aborted. It looks like a dbus error, but i'm not sure.


 Here is the console output:

 warning: x11-16 is not supported, fallback to x11
 dbus_objectInit...
 could not create proxy for
 org.openmoko.accelges:/org/openmoko/accelges/Recognizer
 org.freedesktop.DBus.Error.ServiceUnknown: The name org.openmoko.accelges
 was not provided by any .service files
 error in proxy
 failcount= 0
 dbus_objectInit...
 usage ok Interface ProxyObject wrapping dbus._dbus.SystemBus (system) at
 0x31af60 :1.1 /org/freesmartphone/Usage at 0x3261d0 implementing
 'org.freesmartphone.Usage' at 0x326330
 failcount= 0
 Traceback (most recent call last):
   File /usr/bin/remoko, line 2092, in module
gui = GUI( options, args )
  File /usr/bin/remoko, line 1527, in __init__
self.initialize_remoko_server()
  File /usr/bin/remoko, line 1599, in initialize_remoko_server
self.connection = Connect()
  File /var/lib/python-support/python2.5/remoko/remoko_server.py, line 70,
 in __init__
cenas = self.input.Stop()
   File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in
 __call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 622, in
 call_blocking
message, timeout)
 dbus.exceptions.DBusException: org.bluez.Error.Failed: Operation not
 permitted

 Can someone help me with this?
 I really like to explore remoko. :)


if you are using Debian, you have to read the Readme file :)

Best regards,

-- 
Valério Valério

http://www.valeriovalerio.org



 Ciao,
 Rainer


 Joachim Breitner wrote:
  Besides these new versions you might be interested to hear that remoko
  and pypennotes have been packaged for Debian, and fso-gpsd makes sure
  all gpsd-using applications (such as tangogps) work also. We still don't
  have Illume, as we are still waiting for new Enlightenment libs being
  released and packaged for Debian.

 ___
 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: milestone3 available in Debian

2008-09-12 Thread Yann SLADEK
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks a lot !
I tried, it works perfectly, except 2 thing (but I don't know if it's
due to FSO 3) : I don't have the zhone bar at the top anymore and a tap
on calendar icon do nothing.

I don't knwo if it's due to FSO 3 or if it's related to your package,
anyway thanks a lot for this release



Joachim Breitner a écrit :
 Hi,
 
 tonight we have packaged the new versions of zhone and frameworkd and
 adjusted the (slightly improved) installer script to install the FSO
 milestone3 kernel.
 
 So if you are running Debian already, you get the new stuff by running
 apt-get update; apt-get -u upgrade
 
 If you are not yet running Debian, you can follow the instructions on
 http://wiki.debian.org/DebianOnFreeRunner
 
 That said, I didn’t very thoroughly test the new versions, so it might
 be that you stumble upon stupid mistakes from me. Please let us know (at
 the smartphone-userland[1] mailing list, where most Debian related
 discussion take place) if you find any.
 
 Besides these new versions you might be interested to hear that remoko
 and pypennotes have been packaged for Debian, and fso-gpsd makes sure
 all gpsd-using applications (such as tangogps) work also. We still don’t
 have Illume, as we are still waiting for new Enlightenment libs being
 released and packaged for Debian.
 
 Greetings,
 Joachim
 for the pkg-fso team.
 
 [1] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
 
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIygs/kEZRefkDBDsRAvSyAJ9A6o92wfhGAC8lkxWY78CeVCi65ACdGJMw
GFwWAZZMZDvsqNojSqjAxuY=
=ZGM1
-END PGP SIGNATURE-

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


Re: milestone3 available in Debian

2008-09-12 Thread Joachim Breitner
Hi,

Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 Thanks a lot !
 I tried, it works perfectly,

great to hear that, especially as I did less testing than I should
have :-)

 except 2 thing (but I don't know if it's
 due to FSO 3) : I don't have the zhone bar at the top anymore

yes, they removed functionality that is provided by Illume. But we still
don’t have Illume in Debian (waiting for the next Enlightenment snapshot
to be released and packaged :-()

 and a tap on calendar icon do nothing.

I’ll see if that works in the official FSO image.

Gruß,
Joachim
-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: milestone3 available in Debian

2008-09-12 Thread Craig B. Allen
 and a tap on calendar icon do nothing.

 I'll see if that works in the official FSO image.


That seems to be not implemented in FSO m3.

-- Craiig

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


Re: milestone3 available in Debian

2008-09-12 Thread TeXitoi
Joachim Breitner [EMAIL PROTECTED] writes:

 Besides these new versions you might be interested to hear that remoko
 and pypennotes have been packaged for Debian, and fso-gpsd makes sure
 all gpsd-using applications (such as tangogps) work also. We still don’t
 have Illume, as we are still waiting for new Enlightenment libs being
 released and packaged for Debian.

I have updated this morning, and I have some problems:
 - SMS do not work (the icon is grey), zhone says 
2008-09-12 15:43:44,943 INFO checking for unsent messages
2008-09-12 15:43:45,404 INFO did not receive any unsent messages: 
org.freesmartphone.GSM.SIM.NotFound:
   It worked OK on fso-m2 (sometimes, I received a number instead of
   the text of the SMS).
 - Sometimes, zhone do not want to suspend after 2 sec power buttun
   because it do not received the event.  On fso-m2, I restart
   frameworkd and zhone, and It works after.  Now, when I do that, I
   lost the contact list.
 - I cannot downgrade to fso-m2 because it is not in the archive
   now.  I need SMS to use the FR as a phone.

else, it works well, and fso-gpsd work fine.

-- 
Guillaume Pinot  http://www.irccyn.ec-nantes.fr/~pinot/

``Computers are good at following instructions, but not at reading your
mind.'' -- Donald E. Knuth, the TeXbook

()  ASCII ribbon campaign  -- Against HTML e-mail 
/\  http://www.asciiribbon.org -- Against proprietary attachments


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


Re: milestone3 available in Debian

2008-09-12 Thread Joachim Breitner
Hi,

Am Freitag, den 12.09.2008, 15:58 +0200 schrieb TeXitoi:
 Joachim Breitner [EMAIL PROTECTED] writes:
  Besides these new versions you might be interested to hear that remoko
  and pypennotes have been packaged for Debian, and fso-gpsd makes sure
  all gpsd-using applications (such as tangogps) work also. We still don’t
  have Illume, as we are still waiting for new Enlightenment libs being
  released and packaged for Debian.

Thanks for testing.

 I have updated this morning, and I have some problems:
  - SMS do not work (the icon is grey), zhone says 
 2008-09-12 15:43:44,943 INFO checking for unsent messages
 2008-09-12 15:43:45,404 INFO did not receive any unsent messages: 
 org.freesmartphone.GSM.SIM.NotFound:
It worked OK on fso-m2 (sometimes, I received a number instead of
the text of the SMS).

It’s strange, I have it some times as well, some times not. It needs to
be determined yet if that bug is Debian-introduced or already in the
fso-m2 code.

  - Sometimes, zhone do not want to suspend after 2 sec power buttun
because it do not received the event.  On fso-m2, I restart
frameworkd and zhone, and It works after.  Now, when I do that, I
lost the contact list.

Not sure what’s happening here. Error messages from zhone or frameworkd
might be useful.

  - I cannot downgrade to fso-m2 because it is not in the archive
now.  I need SMS to use the FR as a phone.

Yes, we need to sort that out somehow, that old versions are not
deleted. One can of course still compile it from git, as the versions
are tagged.

 else, it works well, and fso-gpsd work fine.

Nice to hear that,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: milestone3 available in Debian

2008-09-12 Thread Michael 'Mickey' Lauer
Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Thanks a lot !
 I tried, it works perfectly, except 2 thing (but I don't know if it's
 due to FSO 3) : I don't have the zhone bar at the top anymore and a tap
 on calendar icon do nothing.
 
 I don't knwo if it's due to FSO 3 or if it's related to your package,
 anyway thanks a lot for this release

Both is expected. The calendar is a placeholder for later milestones,
the top bar has been removed since its functionality is now covered
by illume (yes I know Debian does not have this yet... I did not think about
that, when we removed it from Zhone).


:M:


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


Re: milestone3 available in Debian

2008-09-12 Thread Christian Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

would it be feasible to get a little panel-plugin which provides  
these informations?

network-status (registered?) network-name(t-mob, voda, o2, ..),  
network-quality

how could i aquire these informations? i would write an extension for  
openmoko-panel-plugin ..

ciao, morlac

Am 12.09.2008 um 19:04 schrieb Michael 'Mickey' Lauer:

 Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Thanks a lot !
 I tried, it works perfectly, except 2 thing (but I don't know if it's
 due to FSO 3) : I don't have the zhone bar at the top anymore and  
 a tap
 on calendar icon do nothing.

 I don't knwo if it's due to FSO 3 or if it's related to your package,
 anyway thanks a lot for this release

 Both is expected. The calendar is a placeholder for later milestones,
 the top bar has been removed since its functionality is now covered
 by illume (yes I know Debian does not have this yet... I did not  
 think about
 that, when we removed it from Zhone).


 :M:
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFIyqpZr81gVylJyzERAqXcAKDqxBV8ULHn+Uoe0aPrIVezfqF39QCgq7Kc
S+UEsVwNvMDTKWpUl0q9xpc=
=xFNG
-END PGP SIGNATURE-

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


Re: milestone3 available in Debian

2008-09-12 Thread Yann SLADEK
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was wondering how it could have been removed. We now have the answer :).
What is the problem for porting Illume in Debian ? Are you waiting for a
package to be done ?

Yann

Michael 'Mickey' Lauer a écrit :
 Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Thanks a lot !
 I tried, it works perfectly, except 2 thing (but I don't know if it's
 due to FSO 3) : I don't have the zhone bar at the top anymore and a tap
 on calendar icon do nothing.

 I don't knwo if it's due to FSO 3 or if it's related to your package,
 anyway thanks a lot for this release
 
 Both is expected. The calendar is a placeholder for later milestones,
 the top bar has been removed since its functionality is now covered
 by illume (yes I know Debian does not have this yet... I did not think about
 that, when we removed it from Zhone).
 
 
 :M:
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIyqw+kEZRefkDBDsRAuSqAKCZhrh9o+mQPMcz/SjknLA7h+aACACgwkk+
FYP42gfLYX27YybanCBuPaA=
=Dxmd
-END PGP SIGNATURE-

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


Re: milestone3 available in Debian

2008-09-12 Thread Al Johnson
On Friday 12 September 2008, Christian Adams wrote:
 would it be feasible to get a little panel-plugin which provides
 these informations?

 network-status (registered?) network-name(t-mob, voda, o2, ..),
 network-quality

 how could i aquire these informations? i would write an extension for
 openmoko-panel-plugin ..

Use the FSO APIs - it's what they're there for ;-)

http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.GSM.Network.html;hb=HEAD

 Am 12.09.2008 um 19:04 schrieb Michael 'Mickey' Lauer:
  Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Thanks a lot !
  I tried, it works perfectly, except 2 thing (but I don't know if it's
  due to FSO 3) : I don't have the zhone bar at the top anymore and
  a tap
  on calendar icon do nothing.
 
  I don't knwo if it's due to FSO 3 or if it's related to your package,
  anyway thanks a lot for this release
 
  Both is expected. The calendar is a placeholder for later milestones,
  the top bar has been removed since its functionality is now covered
  by illume (yes I know Debian does not have this yet... I did not
  think about
  that, when we removed it from Zhone).
 
  :M:

 ___
 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: milestone3 available in Debian

2008-09-12 Thread Mikko Niemikorpi
I'm not sure if this new release is related to Debian installation 
problem I have. The script stops somewhere during debian stage with 
this error:

...
P: Validating vim-tiny
P: Validating wget
P: Extracting gcc-4.3-base
P: Extracting libc6
P: Extracting libgcc1
P: Extracting libstdc++6
P: Extracting libncurses5
P: Extracting zlib1g
P: Extracting base-passwd
P: Extracting mawk
P: Extracting base-files
P: Extracting debianutils
P: Extracting bash
P: Extracting bsdutils
P: Extracting libattr1
P: Extracting libacl1
P: Extracting libselinux1
P: Extracting coreutils
tar: can't open './usr/share/info/coreutils.info.gz': Input/output error
E: Got signal: Broken pipe, cleaning up
[EMAIL PROTECTED]:~#

This has happened now 4 times in row and I can't find anything causing 
this. Here is tail from dmesg if it helps.

[EMAIL PROTECTED]:~# dmesg |tail
[ 2421.68] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112643
[ 2421.69] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112644
[ 2421.70] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112645
[ 2421.715000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112646
[ 2421.725000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112647
[ 2421.735000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112648
[ 2421.745000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112649
[ 2421.75] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112650
[ 2421.775000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112651
[ 2421.78] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
already cleared for block 112652
[EMAIL PROTECTED]:~#



Joachim Breitner kirjoitti:
 Hi,
 
 tonight we have packaged the new versions of zhone and frameworkd and
 adjusted the (slightly improved) installer script to install the FSO
 milestone3 kernel.
 
 So if you are running Debian already, you get the new stuff by running
 apt-get update; apt-get -u upgrade
 
 If you are not yet running Debian, you can follow the instructions on
 http://wiki.debian.org/DebianOnFreeRunner
 
 That said, I didn’t very thoroughly test the new versions, so it might
 be that you stumble upon stupid mistakes from me. Please let us know (at
 the smartphone-userland[1] mailing list, where most Debian related
 discussion take place) if you find any.
 
 Besides these new versions you might be interested to hear that remoko
 and pypennotes have been packaged for Debian, and fso-gpsd makes sure
 all gpsd-using applications (such as tangogps) work also. We still don’t
 have Illume, as we are still waiting for new Enlightenment libs being
 released and packaged for Debian.
 
 Greetings,
 Joachim
 for the pkg-fso team.
 
 [1] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
 
 
 
 
 
 ___
 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: milestone3 available in Debian

2008-09-12 Thread Mikko Niemikorpi
Little update: Tried another Debian mirror and this time I got similar 
error on different package.

P: Extracting libpam0g
P: Extracting libdb4.6
P: Extracting libpam-modules
P: Extracting passwd
tar: can't open './sbin/shadowconfig': Input/output error
P: Extracting libuuid1
tar: can't open './lib/libuuid.so.1.2': Input/output error
P: Extracting libblkid1
tar: can't open './lib/libblkid.so.1.0': Input/output error
E: Got signal: Broken pipe, cleaning up
[EMAIL PROTECTED]:~#

And here is dmesg.

[EMAIL PROTECTED]:~# dmesg |tail
[ 3064.315000] EXT2-fs error (device mmcblk0p2): ext2_get_inode: unable 
to read inode block - inode=47341, block=98344
[ 3064.33] glamo-mci glamo-mci.0: Error after cmd: 0x20
[ 3064.33] mmcblk0: error -110 sending read/write command
[ 3064.335000] end_request: I/O error, dev mmcblk0, sector 802432
[ 3064.345000] glamo-mci glamo-mci.0: Error after cmd: 0x8122
[ 3064.345000] mmcblk0: error -84 sending read/write command
[ 3064.35] glamo-mci glamo-mci.0: Error after cmd: 0x302
[ 3064.355000] end_request: I/O error, dev mmcblk0, sector 15680
[ 3064.36] EXT2-fs error (device mmcblk0p2): ext2_get_inode: unable 
to read inode block - inode=47342, block=98344
[ 3064.69] EXT2-fs error (device mmcblk0p2): ext2_get_inode: unable 
to read inode block - inode=47343, block=98344
[EMAIL PROTECTED]:~#

Seems like some kind of problem with my SD card. :/

Mikko Niemikorpi kirjoitti:
 I'm not sure if this new release is related to Debian installation 
 problem I have. The script stops somewhere during debian stage with 
 this error:
 
 ...
 P: Validating vim-tiny
 P: Validating wget
 P: Extracting gcc-4.3-base
 P: Extracting libc6
 P: Extracting libgcc1
 P: Extracting libstdc++6
 P: Extracting libncurses5
 P: Extracting zlib1g
 P: Extracting base-passwd
 P: Extracting mawk
 P: Extracting base-files
 P: Extracting debianutils
 P: Extracting bash
 P: Extracting bsdutils
 P: Extracting libattr1
 P: Extracting libacl1
 P: Extracting libselinux1
 P: Extracting coreutils
 tar: can't open './usr/share/info/coreutils.info.gz': Input/output error
 E: Got signal: Broken pipe, cleaning up
 [EMAIL PROTECTED]:~#
 
 This has happened now 4 times in row and I can't find anything causing 
 this. Here is tail from dmesg if it helps.
 
 [EMAIL PROTECTED]:~# dmesg |tail
 [ 2421.68] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112643
 [ 2421.69] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112644
 [ 2421.70] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112645
 [ 2421.715000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112646
 [ 2421.725000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112647
 [ 2421.735000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112648
 [ 2421.745000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112649
 [ 2421.75] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112650
 [ 2421.775000] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112651
 [ 2421.78] EXT2-fs error (device mmcblk0p2): ext2_free_blocks: bit 
 already cleared for block 112652
 [EMAIL PROTECTED]:~#
 
 
 
 Joachim Breitner kirjoitti:
 Hi,

 tonight we have packaged the new versions of zhone and frameworkd and
 adjusted the (slightly improved) installer script to install the FSO
 milestone3 kernel.

 So if you are running Debian already, you get the new stuff by running
 apt-get update; apt-get -u upgrade

 If you are not yet running Debian, you can follow the instructions on
 http://wiki.debian.org/DebianOnFreeRunner

 That said, I didn’t very thoroughly test the new versions, so it might
 be that you stumble upon stupid mistakes from me. Please let us know (at
 the smartphone-userland[1] mailing list, where most Debian related
 discussion take place) if you find any.

 Besides these new versions you might be interested to hear that remoko
 and pypennotes have been packaged for Debian, and fso-gpsd makes sure
 all gpsd-using applications (such as tangogps) work also. We still don’t
 have Illume, as we are still waiting for new Enlightenment libs being
 released and packaged for Debian.

 Greetings,
 Joachim
 for the pkg-fso team.

 [1] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland



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


Re: milestone3 available in Debian

2008-09-12 Thread Christian Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thx, this was the hint i was hoping for :)

will start coding after a couple hours of sleep (yes i know - sleep  
is overestimated ;))

ciao, morlac

Am 12.09.2008 um 21:03 schrieb Al Johnson:

 On Friday 12 September 2008, Christian Adams wrote:
 would it be feasible to get a little panel-plugin which provides
 these informations?

 network-status (registered?) network-name(t-mob, voda, o2, ..),
 network-quality

 how could i aquire these informations? i would write an extension for
 openmoko-panel-plugin ..

 Use the FSO APIs - it's what they're there for ;-)

 http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/ 
 org.freesmartphone.GSM.Network.html;hb=HEAD

 Am 12.09.2008 um 19:04 schrieb Michael 'Mickey' Lauer:
 Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Thanks a lot !
 I tried, it works perfectly, except 2 thing (but I don't know if  
 it's
 due to FSO 3) : I don't have the zhone bar at the top anymore and
 a tap
 on calendar icon do nothing.

 I don't knwo if it's due to FSO 3 or if it's related to your  
 package,
 anyway thanks a lot for this release

 Both is expected. The calendar is a placeholder for later  
 milestones,
 the top bar has been removed since its functionality is now covered
 by illume (yes I know Debian does not have this yet... I did not
 think about
 that, when we removed it from Zhone).

 :M:

 ___
 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


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFIyt4or81gVylJyzERAlKaAJ46iRzJV14kgSDj1VhjlxnGdnYC4wCfR3tg
gUyM4Lhx6dSmQ+fvRVnUXKo=
=3oAP
-END PGP SIGNATURE-

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


Re: milestone3 available in Debian

2008-09-12 Thread Joachim Breitner
Hi,

Am Freitag, den 12.09.2008, 19:51 +0200 schrieb Yann SLADEK:
 I was wondering how it could have been removed. We now have the answer :).
 What is the problem for porting Illume in Debian ? Are you waiting for a
 package to be done ?

(pasting) ... llume, which we can not
yet have in Debian, because it needs newer enlightenment libraries,
which the maintainer wants to wait for the next snapshot for, which as
not yet been released because the enlightenment guys don’t think it’s
stable enough. :-(

Greetings,
Joachim
-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: milestone3 available in Debian

2008-09-12 Thread Joachim Breitner
Hi,

Am Freitag, den 12.09.2008, 23:23 +0300 schrieb Mikko Niemikorpi:
 Little update: Tried another Debian mirror and this time I got similar 
 error on different package.
 [..]

please see http://docs.openmoko.org/trac/ticket/1743 maybe (very likely)
that applies to you.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: milestone3 available in Debian

2008-09-12 Thread J. Domburg

Hi,

I'm working on such a plugin already, coded in C so it doesn't have much 
footprint. I'll be working on it this weekend; I'll post the result to the 
list if it's finished enough.

Jeroen

On Fri, 12 Sep 2008, Christian Adams wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 would it be feasible to get a little panel-plugin which provides
 these informations?

 network-status (registered?) network-name(t-mob, voda, o2, ..),
 network-quality

 how could i aquire these informations? i would write an extension for
 openmoko-panel-plugin ..

 ciao, morlac

 Am 12.09.2008 um 19:04 schrieb Michael 'Mickey' Lauer:

 Am Freitag, den 12.09.2008, 08:25 +0200 schrieb Yann SLADEK:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Thanks a lot !
 I tried, it works perfectly, except 2 thing (but I don't know if it's
 due to FSO 3) : I don't have the zhone bar at the top anymore and
 a tap
 on calendar icon do nothing.

 I don't knwo if it's due to FSO 3 or if it's related to your package,
 anyway thanks a lot for this release

 Both is expected. The calendar is a placeholder for later milestones,
 the top bar has been removed since its functionality is now covered
 by illume (yes I know Debian does not have this yet... I did not
 think about
 that, when we removed it from Zhone).


 :M:
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (Darwin)

 iD8DBQFIyqpZr81gVylJyzERAqXcAKDqxBV8ULHn+Uoe0aPrIVezfqF39QCgq7Kc
 S+UEsVwNvMDTKWpUl0q9xpc=
 =xFNG
 -END PGP SIGNATURE-

 ___
 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


milestone3 available in Debian

2008-09-11 Thread Joachim Breitner
Hi,

tonight we have packaged the new versions of zhone and frameworkd and
adjusted the (slightly improved) installer script to install the FSO
milestone3 kernel.

So if you are running Debian already, you get the new stuff by running
apt-get update; apt-get -u upgrade

If you are not yet running Debian, you can follow the instructions on
http://wiki.debian.org/DebianOnFreeRunner

That said, I didn’t very thoroughly test the new versions, so it might
be that you stumble upon stupid mistakes from me. Please let us know (at
the smartphone-userland[1] mailing list, where most Debian related
discussion take place) if you find any.

Besides these new versions you might be interested to hear that remoko
and pypennotes have been packaged for Debian, and fso-gpsd makes sure
all gpsd-using applications (such as tangogps) work also. We still don’t
have Illume, as we are still waiting for new Enlightenment libs being
released and packaged for Debian.

Greetings,
Joachim
for the pkg-fso team.

[1] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community