enable debugging in zhone and set a file (all on the top). after the next
failure the log maybe has some useful information.
my /usr/bin/zhone starts like below -- i don't know what the current zhone
looks like, but it still should work the same, log file is set to your
home directory and .zhone.log
import os
import logging
logger = logging.getLogger( MODULE_NAME )
logging.basicConfig( level = logging.DEBUG,
format = '%(asctime)s %(levelname)s %(message)s',
filename = os.environ.get('HOME')+'/.zhone.log',
filemode = 'w' )
logger.addHandler( logging.StreamHandler() )
logger.setLevel( logging.DEBUG )
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community