Re: [debian] [FSO] zhone not working

2008-11-06 Thread Joachim Breitner
Hi,

Am Donnerstag, den 06.11.2008, 16:15 +0100 schrieb Davide Scaini:
 Hi all,
 i re-flashed my debain some minutes ago and now zhone behaves like
 connecting w/ dbus all time, so i'm not able to use
 openmoko-panel-plugin od sephora neither...
 it semme something like http://trac.freesmartphone.org/ticket/147
 no idea how to fix it...

can you log in via ssh and check if frameworkd and dbus-server is
running?

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: [debian] [FSO] zhone not working

2008-11-06 Thread Johannes Florineth
I have the same problem. The problem is, that the file /etc/frameworkd.conf
is missing.

2008/11/6 Davide Scaini [EMAIL PROTECTED]

 Hi all,
 i re-flashed my debain some minutes ago and now zhone behaves like
 connecting w/ dbus all time, so i'm not able to use openmoko-panel-plugin
 od sephora neither...
 it semme something like http://trac.freesmartphone.org/ticket/147
 no idea how to fix it...
 d

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




-- 
--
Florineth Johannes

Student of electrotechnical engineering on the
technical university of Graz

tel.: +43650/5009048
--
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] [FSO] zhone not working

2008-11-06 Thread Davide Scaini
yes, it's right johannes.
frameworkd is not able to run because of /etc/frameworkd.conf missing...
how to fix it?
d

On Thu, Nov 6, 2008 at 4:22 PM, Joachim Breitner [EMAIL PROTECTED] wrote:

 Hi,

 Am Donnerstag, den 06.11.2008, 16:15 +0100 schrieb Davide Scaini:
  Hi all,
  i re-flashed my debain some minutes ago and now zhone behaves like
  connecting w/ dbus all time, so i'm not able to use
  openmoko-panel-plugin od sephora neither...
  it semme something like http://trac.freesmartphone.org/ticket/147
  no idea how to fix it...

 can you log in via ssh and check if frameworkd and dbus-server is
 running?

 Greetings,
 Joachim

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

 ___
 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: [debian] [FSO] zhone not working

2008-11-06 Thread arne anka
here's the link to the copy he sent to smartphones-userland, om community  
archive should have it too:

 http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-November/000355.html

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


Re: [debian] [FSO] zhone not working

2008-11-06 Thread Davide Scaini
no i didn't upgrade, i just re-instaled my debian on the sd.
installing appropriate fso-config and fso-sounds and copying
/usr/share/doc/fso-frameworkd/frameworkd.conf in /etc and manually launching
frameworkd I get this error
  File /var/lib/python-support/python2.5/dbus/connection.py, line 622, in
call_blocking
message, timeout)
dbus.exceptions.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.

d


On Thu, Nov 6, 2008 at 4:33 PM, arne anka [EMAIL PROTECTED] wrote:

 here's the link to the copy he sent to smartphones-userland, om community
 archive should have it too:

 
 http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-November/000355.html

 ___
 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: [debian] [FSO] zhone not working

2008-11-06 Thread Joachim Breitner
Hi,

Am Donnerstag, den 06.11.2008, 16:58 +0100 schrieb Davide Scaini:
 no i didn't upgrade, i just re-instaled my debian on the sd.
 installing appropriate fso-config and fso-sounds and
 copying /usr/share/doc/fso-frameworkd/frameworkd.conf in /etc

If you install fso-config-gta02, you don’t have to copy anything anymore
– I assume that that broke it. Try
rm /etc/frameworkd.conf
apt-get --reinstall install fso-config-gta02

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: [debian] [FSO] zhone not working

2008-11-06 Thread Davide Scaini
if i do the things you suggest i'm not even able to run frameworkd:
debian-gta02:# frameworkd
No handlers could be found for logger frameworkd
Traceback (most recent call last):
  File /usr/bin/frameworkd, line 16, in module
from framework import controller
  File /var/lib/python-support/python2.5/framework/controller.py, line 15,
in module
from framework.config import DBUS_BUS_NAME_PREFIX, debug, config,
loggingmap
  File /var/lib/python-support/python2.5/framework/config.py, line 53, in
module
raise IOError, can't find configuration file
IOError: can't find configuration file

d


On Thu, Nov 6, 2008 at 5:10 PM, Joachim Breitner [EMAIL PROTECTED] wrote:

 Hi,

 Am Donnerstag, den 06.11.2008, 16:58 +0100 schrieb Davide Scaini:
  no i didn't upgrade, i just re-instaled my debian on the sd.
  installing appropriate fso-config and fso-sounds and
  copying /usr/share/doc/fso-frameworkd/frameworkd.conf in /etc

 If you install fso-config-gta02, you don't have to copy anything anymore
 – I assume that that broke it. Try
 rm /etc/frameworkd.conf
 apt-get --reinstall install fso-config-gta02

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

 ___
 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: [debian] [FSO] zhone not working

2008-11-06 Thread Fox Mulder
Joachim Breitner wrote:
 Hi,
 
 Am Donnerstag, den 06.11.2008, 16:58 +0100 schrieb Davide Scaini:
 no i didn't upgrade, i just re-instaled my debian on the sd.
 installing appropriate fso-config and fso-sounds and
 copying /usr/share/doc/fso-frameworkd/frameworkd.conf in /etc
 
 If you install fso-config-gta02, you don’t have to copy anything anymore
 – I assume that that broke it. Try
 rm /etc/frameworkd.conf
 apt-get --reinstall install fso-config-gta02

I had the same problems after upgrading with missing frameworkd.conf and
after i searched a bit i also found two possible packages. Packages
fso-config-default and fso-config-gta02 where the gta02 version
seems appropriate. After i installed this package i got my
frameworkd.conf file back and everything runs like before after a
frameworkd restart.

Ciao,
 Rainer

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