Posts: 275 | Thanked: 46 times | Joined on Feb 2008 @ Raleigh, NC
#171
I ran
Code:
apt-get install osso-software-version-rx34
Got this and also noticed about 20m of memory gobbled up.

Code:
/home/user # browserd[3493]: GLIB DEBUG default - memory_low_ind = 0, system_inactivity_ind: 0

-:3: Invalid color constant 'SelectionColor'

-:3: error: invalid string constant "SelectionColor", expected valid string constant

browserd[3493]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x1adc18, 54eaefce-784f-482f-950e-765567c96293, WLAN_INFRA, 0)

browserd[3493]: GLIB DEBUG default - connection_cb(0x1adc18, 54eaefce-784f-482f-950e-765567c96293, WLAN_INFRA, 0, 0) count -1

browserd[3493]: GLIB DEBUG default - connection_cb(0x1adc18, 54eaefce-784f-482f-950e-765567c96293, WLAN_INFRA, 0, 0) connected

/home/user #
The device info indicates the 5.2008.43-7 is running, but did some sort of clean up fail?
__________________
N800 and N810: Diablo MMC2 Boot

Last edited by mfortner; 2008-12-20 at 04:01.
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#172
No, it just outputs that because you've updated it from the CLI using APT. If you close that terminal you won't see these warnings and errors anymore.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#173
Originally Posted by speculatrix View Post
well, it's gone badly for me. firstly, I had the bluez problem, but a manual "apt-get install bluez-utils" removed the bluez-utils-test and fixed that.

Then it complained about osso-icons-default not being upgradeable - no repository found containing it. I checked /etc/apt/sources.list.d/hildon-application-manager.list and a backup copy I'd made and re-added the line
Code:
deb http://catalogue.tableteer.nokia.com/updates/diablo-2/ ./
That fixed that. It still didn't install the update from app mgr, saying lack of memory which I know to be wrong, so back to the command line. This is what I have at the moment:
Code:
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mediaplayer-daemon (1.3.23-1) ...
Starting Media Player Daemon: mediaplayer-engineinvoke-rc.d: initscript mediaplayer-daemon, action "start" failed.
dpkg: error processing mediaplayer-daemon (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libmediaplayer0:
 libmediaplayer0 depends on mediaplayer-daemon; however:
  Package mediaplayer-daemon is not configured yet.
dpkg: error processing libmediaplayer0 (--configure):
 dependency problems - leaving unconfigured
Setting up mce (1.7.23) ...
Starting Mode Controller Entity: mceinvoke-rc.d: initscript mce, action "start" failed.
dpkg: error processing mce (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of osso-software-version-rx34-unlocked:
 osso-software-version-rx34-unlocked depends on libmediaplayer0 (>= 1.3.23-1); however:
  Package libmediaplayer0 is not configured yet.
 osso-software-version-rx34-unlocked depends on mce (>= 1.7.23); however:
  Package mce is not configured yet.
 osso-software-version-rx34-unlocked depends on mediaplayer-daemon (>= 1.3.23-1); however:
  Package mediaplayer-daemon is not configured yet.
dpkg: error processing osso-software-version-rx34-unlocked (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mediaplayer-daemon
 libmediaplayer0
 mce
 osso-software-version-rx34-unlocked
E: Sub-process /usr/bin/dpkg returned an error code (1)
So then...
Code:
# dpkg --configure mediaplayer-daemon
Setting up mediaplayer-daemon (1.3.23-1) ...
Starting Media Player Daemon: mediaplayer-engineinvoke-rc.d: initscript mediaplayer-daemon, action "start" failed.
dpkg: error processing mediaplayer-daemon (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mediaplayer-daemon
I'm tempted to give up, make two backups to separate SD cards and flash from scratch. Ironically only a few days ago my ubuntu-loving colleague was moaning about suse (we use on servers) saying how much he loved ubuntu and its reliable package management. sigh.
Maybe you editted the specific rc script. If it is editted it won't be touched by default during upgrade. Purge mediaplayer-daemon and install it again.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
speculatrix's Avatar
Posts: 880 | Thanked: 264 times | Joined on Feb 2007 @ Cambridge, UK
#174
Originally Posted by allnameswereout View Post
Maybe you editted the specific rc script. If it is editted it won't be touched by default during upgrade. Purge mediaplayer-daemon and install it again.
no, this time round, I've not tweaked the tablet much at all, but your idea's a good-un.

--edit-- there's a huge dependency tree under mediaplayer-daemon. however, because I marked it and a bunch of other things as requested for delete and then unmarked, it allowed the dpkg--configure to work its magic. Hmm, well, App Manager reports nothing available, and apt-get-upgrade now reports nothing new, am still on 4.2008.36-5 :-(

Last edited by speculatrix; 2008-12-20 at 21:36.
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#175
Originally Posted by speculatrix View Post
no, this time round, I've not tweaked the tablet much at all, but your idea's a good-un.
Its always nice to blame the user having modded their device . Did this suggestion solve the issue??
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
speculatrix's Avatar
Posts: 880 | Thanked: 264 times | Joined on Feb 2007 @ Cambridge, UK
#176
ok, after much ranting and messing about, using dpkg-r to mark packages for removal and then reinstalling them with "dpkg --reinstall install xxx", I finally reached the point where nothing was blocked upgrading and nothing was (autoremove) was going to be removed by accident. Couldn't remember what package it was that would actually do the version upgrade, so searched for rx34 and found it, did "apt-get --reinstall install osso-software-version-rx34-unlocked" and it's all done.

phew!

BTW, my apt sources looks like this:
Code:
# more hildon-application-manager.list
deb http://catalogue.tableteer.nokia.com/certified/ diablo user
deb http://catalogue.tableteer.nokia.com/non-certified/ diablo user
deb http://catalogue.tableteer.nokia.com/updates/diablo-3/ ./
deb http://repository.maemo.org/extras/ diablo free non-free
deb http://packages.collabora.co.uk/maemo diablo user
deb http://reg.fring.com/repository/ chinook release
is that correct?

Last edited by speculatrix; 2008-12-28 at 23:13.
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#177
There is a problem with /usr/sbin/invoke-rc.d which is run by metalayer-crawler upgrade (and supld, and most other daemons) in the debian pre/post inst/rm scripts. They can't stop/start the daemon and fail so it will constantly say it isn't configured.

https://bugs.maemo.org/show_bug.cgi?id=3938

and

https://bugs.maemo.org/show_bug.cgi?id=3948

explain the problem in gory detail, but within the script it is doing a "ls -Q" which quotes the filename, but the busybox xargs leaves the quotes on, so instead of testing file xyz, it is testing "xyz" (with the quotes as part of the filename) which fails.

I can think of several fixes, but I don't know if it would work across all calling scripts and packages.
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#178
Keep in mind a custom kernel you might have installed is overwritten, so such might also influence (perceived) speed of the device.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#179
After some more checking, having a real "ls" can break the install (not just the xargs).

If in an xterm you can type "ls -Q" and it returns a list of files in quotes, it will break installs. If it gives a usage and bad option message, it will work (it is still broken but in a way that usually ends up working).
 
Andre Klapper's Avatar
Posts: 1,665 | Thanked: 1,649 times | Joined on Jun 2008 @ Praha, Czech Republic
#180
Originally Posted by fanoush View Post
Nokia changelog since previous (0.95.19-200835maemo2) version:

initfs-diablo (0.95.22-200842maemo1w38b3) unstable; urgency=low
* Week 43 release, Fixes: NB#86574
FYI, NB#86574 is a fake bug, remembering everytime to integrate some stuff when releasing. So no information I can leak here. :-P
__________________
maemo.org Bugmaster
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:48.