Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : contentLister not starting :(


thetechnobear
12-02-2007, 11:01 AM
ive got myself into a situation where contentLister is not displaying, and busy light is continually flashing.

id installed unbrickable, and i can ssh in fine,
i can see that the contentLister and it would appear start.sh has run fine,
but just doesnt seem to come up :(

only button that responds is the off button...

is it possible its corrupted some kind of registry/file it uses? can i rebuild it?
(i dont know anything about how contentLister works or doesnt in my case!)

any ideas?


process list:
--------------
1 root init [5]
2 root [keventd]
3 root [ksoftirqd_CPU0]
4 root [kswapd]
5 root [bdflush]
6 root [kupdated]
7 root [kUCB1x00d]
8 root [khubd]
15 root [tffs1]
115 root /sbin/cardmgr
129 root /usr/bin/dropbear
146 root [wlan_main_servi]
147 root [wlan_reassoc_se]
171 root udhcpc -n -h ereader -p /var/run/udhcpc.eth0.pid -t 4 -i eth0
174 root /usr/bin/displayMgr -p
175 root /usr/bin/erbusyd
176 root /usr/bin/Xfbdev -screen 768x1024x8 -3button -dpi 160 -br -nolist
177 root /usr/bin/matchbox-window-manager -use_titlebar no -use_cursor no
178 root /usr/bin/erbusyd
180 root /usr/bin/pageBar
181 root /usr/bin/matchbox-panel --size 39 --no-menu --bgcolor White --no
207 root mb-applet-icon-container
223 root /usr/bin/contentLister --sync
257 root [mmcblockd]
299 root /usr/bin/contentLister --sync
301 root /usr/bin/contentLister --sync
302 root /usr/bin/contentLister --sync
303 root /usr/bin/contentLister --sync
304 root /usr/bin/contentLister --sync
310 root [usbplugd]
311 root /sbin/getty -L ttyS2 115200 vt100
319 root msdisk /dev/tffsa6
320 root /usr/bin/dropbear
321 root -sh
324 root ps

thetechnobear
12-02-2007, 11:39 AM
$ /usr/bin/contentLister --sync
gives me...

is this the same as anyone else gets?
thxs


(CL_W)main.c:217,main() gtk_rc_get_default_files [/etc/gtk-2.0/gtkrc]
(CL_W)main.c:217,main() gtk_rc_get_default_files [/home/root/.gtkrc-2.0]
(CL_E)erConnect.c:68,erConnectInit() Lock the connect mutex
(CL_E)metadataStoreManager.c:936,recreateArchives( ) Can not create directory /mnt/free/newspapers!
(CL_E)metadataStoreManager.c:947,recreateArchives( ) Can not create directory /mnt/free/books!
(CL_E)metadataStoreManager.c:958,recreateArchives( ) Can not create directory /mnt/free/documents!
(CL_E)metadataStoreManager.c:969,recreateArchives( ) Can not create directory /mnt/free/notes!
(CL_E)metadataStoreManager.c:936,recreateArchives( ) Can not create directory /media/cf/newspapers!
(CL_E)metadataStoreManager.c:947,recreateArchives( ) Can not create directory /media/cf/books!
(CL_E)metadataStoreManager.c:958,recreateArchives( ) Can not create directory /media/cf/documents!
(CL_E)metadataStoreManager.c:969,recreateArchives( ) Can not create directory /media/cf/notes!
(W)eripc.c:37,erIpcInitServer() Version: 256

Error invoking bind: Cannot assign requested address
(E)eripc.c:132,erIpcOpenServerChannel() Failed to initialize IPC server
(CL_E)viewer.c:116,viewerInstallIpcServer() Could not open server channel
(CL_W)programManager.c:1019,pm_InitProgramTable() Application [APABIMOBI] executable [/usr/bin/xebreader] is not found: disabled it
(CL_W)programManager.c:1019,pm_InitProgramTable() Application [EBA] executable [/usr/bin/eba] is not found: disabled it
(CL_W)programManager.c:1019,pm_InitProgramTable() Application [ARINC] executable [/usr/bin/ereader_mapviewer] is not found: disabled it
(CL_W)programManager.c:1109,pm_AddExtensionsToTabl e() Program SHELL associated with [sh] without extensionInfo entry in registry. Consider fixing this!

Opening /dev/otgdev0 Try 1...Success
(CL_W)programManager.c:144,on_sigchld() entry: signo [17] pid [436] status [0x0000]
(CL_W)programManager.c:225,on_sigchld() end
(CL_W)programManager.c:144,on_sigchld() entry: signo [17] pid [438] status [0x0000]
(CL_W)programManager.c:225,on_sigchld() end
(CL_W)programManager.c:144,on_sigchld() entry: signo [17] pid [440] status [0x0000]
(CL_W)programManager.c:225,on_sigchld() end
(CL_W)lister.c:293,formatFree() --> size [891888] ret [870]
(CL_W)control.c:427,ctrl_background_connect_timeou t_start_withinterval() registry read: enable [0] interval [30]

thetechnobear
12-02-2007, 11:59 AM
:stupid:

fixed...

ok, an oddity...

id noticed that with the new busybox, and udhcp i was no longer getting the hostname (ereader.) registered with the router.

so bit of hunting, located that this is because udhcp is not being passed
-h hostname

a) changed the wired.sh (and wireless.sh) script to send it -h hostname (which works fine btw)
b) changed the eth0 interface back to non auto, no dhcp
c) create init script, to start eth0 via wired.sh

all works fine except, it would appear contentLister is not happy

my guess is its name resolution... so need to figure that then should be ok.
anyway fixed...