maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   Seamless Software Upgrade v4.2008.36-5 is out! (https://talk.maemo.org/showthread.php?t=23958)

alephito 2008-09-29 21:49

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Jaffa (Post 228576)
Most of the issues in this thread seem to be users who have:
  1. Changed the way the X server works (sliderotate)
  2. Installed a new kernel or initfs
  3. Are booting from SD card
  4. Have installed powermenu
  5. ...

I haven't done any of them.

Maybe 5...

Mikroft 2008-09-29 21:51

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Flashed... then got infinite reboot :( I don't use power menu or anything that modifies the below:

Most of the issues in this thread seem to be users who have:

1. Changed the way the X server works (sliderotate)
2. Installed a new kernel or initfs
3. Are booting from SD card
4. Have installed powermenu
5. ...

Oh well.. I gave in and just reflashed the whole damn thing.. works fine now. Although microb doesn't seem amazingly faster to me.

Benson 2008-09-29 21:52

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Well, I've completed the SSU successfully -- I had Sliderotate, was booting from SD, and had a good chunk of SDK installed to boot. No problems; I just updated the offending packages (four I'd held back for the SDK, and xserver-xomap which was odd-versioned for xrandr) with
Code:

apt-get install <packages>
(and told it yes, remove the packages depending on the old versions.)
Installed the update, waited for the reboot, flashed my initfs.bootmenu.jffs2 (with flasher-3.0), rebooted to the SD, and it finished nicely. Since it wouldn't let me install until I resolved the conflicting packages, I had no option to make things fail...

Honestly, I expected worse from this thread.

Texrat 2008-09-29 21:52

Re: welcome to a new update all diablo os2008 users!
 
Quote:

Originally Posted by fpp (Post 228548)
There must be more factors at play here than just that one. For instance I never leave my tablets connected permanently, only on-demand (a habit left over from old 770 days :-). I had used the N800 for a while early this morning, then left it at home (I use the N810 on the go, still Chinook).
Tonight I connected it manually to my WLAN and within a few seconds had the flashing icon...

I am starting to think the 24 hour window applies globally, ie, YMMV. So it possibly depends on other factors as you say, one being your timezone, most recent connect time, etc.

Jaffa 2008-09-29 21:53

Re: welcome to a new update all diablo os2008 users!
 
Quote:

Originally Posted by Texrat (Post 228439)
Right, the tablet typically has to be online for 24 hours straight for auto alerts to work.

The recurrence interval in alarmd for hildon-update-notifier is 1440 minutes (24 hours), but it doesn't appear to me (or from the behaviour I've seen) that this 24 hours needs to be spent contiguously online.

To check when the next update will fire on your device, you can paste this into a Terminal (doesn't have to be root):

Code:

perl -ne '$f |= /check_for_updates/; next unless $f; if (/name="time" type="int64">(\d+)/) { @d = localtime($1); print "Update check time: $d[1] minutes past $d[2]\n"; exit }' /var/lib/alarmd/alarm_queue.xml

GeneralAntilles 2008-09-29 21:55

Re: Seamless Software Upgrade v4.2008.36-5 is out! Quite an ordeal!
 
Quote:

Originally Posted by maacruz (Post 228560)
In short, this update is a disaster.

Worked just fine for me and many others. It sounds more like you did some unsupported stuff and are suffering the consequences now.

maacruz 2008-09-29 21:56

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Jaffa (Post 228576)
Most of the issues in this thread seem to be users who have:
  1. Changed the way the X server works (sliderotate)
  2. Installed a new kernel or initfs
  3. Are booting from SD card
  4. Have installed powermenu
  5. ...

These things change the way the tablet works. Nokia aren't going to be able to test and support these things. It's up to the people who package these add-ons to find a way of safely reverting back to the previous behaviour if they find the world they're inhabiting gone wrong. Or to disable auto-update. Or to better inform their users.

I run linux since the mid 90's (first slackware and then suse) and never ever had issues like this.
How on earth can a package install/uninstall fail because a post install script doesn't find some file or can't perform an action like to kill an already non-running daemon? Or because a rc.d link is or isn't active? Or, still much worse, because some user owned file is or isn't somewhere?
That's plainly incredible

Texrat 2008-09-29 21:58

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Mikroft (Post 228585)
Although microb doesn't seem amazingly faster to me.

I wouldn't use the word "amazingly" either, although I did say "snappier".

I've noticed that sites that used to frustrate me (like amazon.com) no longer do. The difference appears to be in the way images are cached-- microb is loading the bulk of the page now and then loading images, which is more useful for me. I am not sure if I'm seeing actual code change, though, or just a fluke.

Anyway, the speed improvements for me are noticeable, but not necessarily remarkable. And some of the speed-up could be mere perception IF the html elements really are loading differently.

Matyas 2008-09-29 22:00

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I can confirm that the new version of initfs_flasher works as advertised. This means that the SD Boot problem can be considered solved.

Good night and good luck!

tubby17 2008-09-29 22:02

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by sachin007 (Post 228553)
Are your flash and sd card partitions same..... Do they have the same installed apps?

I am asking this because my flash partition is pretty basic without any installed apps where as my n810 internal memory partition has all the up to date apps and tweaks

What about you?

This is precisely my situation. I used penguinbait's deb to clone the OS (and set up the bootmenu) almost as soon as I got my N810 and have been running from the internal card ever since. Has anyone with this configuration updated successfully, and if so, could you let us know what you did?

Jaffa 2008-09-29 22:04

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by maacruz (Post 228590)
I run linux since the mid 90's (first slackware and then suse) and never ever had issues like this.
How on earth can a package install/uninstall fail because a post install script doesn't find some file or can't perform an action like to kill an already non-running daemon? Or because a rc.d link is or isn't active? Or, still much worse, because some user owned file is or isn't somewhere?
That's plainly incredible

If you can clearly identify such problems - ideally including why your tablet got into the state it did - then Bugzilla is the place to log them.

I don't doubt you - and many others - are having issues; but something is different on all your tablets. Software doesn't randomly fail.

Identifying the cause (or even the underlying symptoms of the problem) in Bugzilla will help both you, and others, in future.

A 20-page thread of wailing, gnashing of teeth and cries of "G4h, N0ki4 ate my baybeeees" isn't going to help anyone much. At best, it discourages others who've made potentially dangerous modifications from installing the update. At worst, it leaves an impression of poor quality on this release. Given it works for the silent majority, that would be unfortunate.

Now, there are some specific things we can identify with this release which are (to be charitable) poor QA. Others which are anti-social:
  • Reinstalls all the PDF manuals. (In /home/user/MyDocs, so it doesn't even take into account MYDOCSDIR)
  • Re-enables the Tableteer and Quick Contact applets, even if they were disabled.
  • For some reason, has a Maemo version of v4.1.1 which is... unexpected. #3747
  • Extras repo is disabled (seems to be inconsistent). #3566

There are probably others, but specificity is key.

Texrat 2008-09-29 22:07

Re: welcome to a new update all diablo os2008 users!
 
Quote:

Originally Posted by Jaffa (Post 228588)
The recurrence interval in alarmd for hildon-update-notifier is 1440 minutes (24 hours), but it doesn't appear to me (or from the behaviour I've seen) that this 24 hours needs to be spent contiguously online.

My apologies-- that's how it had been communicated to me when we first began testing SSU. I see now that the explanation is overly simplistic.

And to the power users complaining about SSU failures-- have you not noticed that tablets configured within safe parameters are updating fine? That includes mine (in testing I have experienced several more SSU updates than the general public has seen). Every SSU update I've run has worked flawlessly, with the exception that early on one backup did not properly process (and we had been informed upfront that such would be the case).

As to claims of using linux for years without experiencing update problems, sorry, I'm skeptical. I'm on a linux distribution group and see problems with every single update (Redhat).

Benson 2008-09-29 22:09

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by maacruz (Post 228590)
I run linux since the mid 90's (first slackware and then suse) and never ever had issues like this.
How on earth can a package install/uninstall fail because a post install script doesn't find some file or can't perform an action like to kill an already non-running daemon? Or because a rc.d link is or isn't active? Or, still much worse, because some user owned file is or isn't somewhere?

Because the core package management system is designed to be conservative and not break things.

Unfortunately, there's a convergence of changes that leaves it prone to stalling painfully.
  • High-level packaging of the whole update into one; prevents an update from largely succeeding (e.g., except for the documentation), and leaving some packages cleanly left at the old version.
  • High-level UI that limits the ability of the administrator to respond to apparent conflicts.
  • Restriction to a filesystem tree in the user's home directory forces things not properly user-local into that tree.
You'll note these are mainly to make things user-friendly when they work, which, as usual, translates into user-atagonistic when something fails. When you permit unlimited third-party software, it's impossible (OK, even more impossible than normal) to avoid something occasionally failing; it's to be hoped that Nokia will reduce these issues so it can fail more gracefully, but I think the situation is somewhat understandable for the first few iterations.

danramos 2008-09-29 22:10

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by GeneralAntilles (Post 228574)
It's an issue in the way current updates are implemented with the packaging system. See bug #3602 for some background.

Ugh.. I hadn't seen that one before. Thanks! I'll have to start following it now.

Quote:

Originally Posted by GeneralAntilles (Post 228578)
Alternatively, just install Rhapsody then uninstall it.

Or, alternatively, Nokia could simply make a .deb available that gives users options for removing these things (at LEAST their menu icons). Say, as Benson suggested, a kind of Tweak tool... so that you never have to have Rhapsody's poisonous crap loaded onto your tablet at all. :P heh

lm2 2008-09-29 22:22

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Matyas (Post 228593)
I can confirm that the new version of initfs_flasher works as advertised. This means that the SD Boot problem can be considered solved.

Good night and good luck!

It's not solved. This problem (see "EDIT") still persists.

GeneralAntilles 2008-09-29 22:23

Re: welcome to a new update all diablo os2008 users!
 
Quote:

Originally Posted by Texrat (Post 228596)
And to the power users complaining about SSU failures-- have you not noticed that tablets configured within safe parameters are updating fine?

Heck, it seems to work fine on highly modified tablets (like mine), too. ;)

Texrat 2008-09-29 22:38

Re: welcome to a new update all diablo os2008 users!
 
Quote:

Originally Posted by GeneralAntilles (Post 228604)
Heck, it seems to work fine on highly modified tablets (like mine), too. ;)

Yeah. The point is that SSU will work fine for the typical consumer, which is where this sort of thing is targetted.

thepenguinonthetelly 2008-09-29 22:59

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I apologize if this has been touched on -- I ran a search and came up with nothing related to the new update.

Tried to install the update, but it's telling me that it can't because libcurl3 is missing. I went looking for it in red pill mode, but don't see it. Help please?

maacruz 2008-09-29 23:04

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Jaffa (Post 228595)
If you can clearly identify such problems - ideally including why your tablet got into the state it did - then Bugzilla is the place to log them.

I don't doubt you - and many others - are having issues; but something is different on all your tablets. Software doesn't randomly fail.

Identifying the cause (or even the underlying symptoms of the problem) in Bugzilla will help both you, and others, in future.

Oh yes, and I do report bugs. Routinely.
And this one will make a really big one :D
And, as I already hinted, there is a big problem with dpkg and uninstall scripts. The install/uninstall success depends on the script being able to shut down a daemon, which may already be shut down by the user, or a link in rc2.d, which depends again in the user wanting to run or not a service.
That's not robust.

Quote:

A 20-page thread of wailing, gnashing of teeth and cries of "G4h, N0ki4 ate my baybeeees" isn't going to help anyone much. At best, it discourages others who've made potentially dangerous modifications from installing the update. At worst, it leaves an impression of poor quality on this release. Given it works for the silent majority, that would be unfortunate.
I think there are some QA issues, unfortunately.
It is not that the individual patches are bad quality, on contrary, they are incremental and very good in general. The problem is the huge ms-style update package. By being such, is much more difficult to deal with the single issues, and stacks one failure over another, and so the end result is a bricked tablet. If this updated would have been divided in 5 or more updates, lets say for example, kernel+initfs, browser, desktop, apt, ..., if an update fails it won't bring down the entire system, at least so easily.
For example, having removed the manual doc files in the user home directory to mmc, and replaced the doc directory with a symlink to the actual directory in mmc, will make the whole update fail in the middle; since apt has also been updated and still hasn't been configured, all tableteer repos are lost, and so apt-get won't be able to find the files it needs to finish the installation, and so the system can't finish it configuration. Device bricked upon reboot.
Quote:

Now, there are some specific things we can identify with this release which are (to be charitable) poor QA. Others which are anti-social:
  • Reinstalls all the PDF manuals. (In /home/user/MyDocs, so it doesn't even take into account MYDOCSDIR)
  • Re-enables the Tableteer and Quick Contact applets, even if they were disabled.
  • For some reason, has a Maemo version of v4.1.1 which is... unexpected. #3747
  • Extras repo is disabled (seems to be inconsistent). #3566

There are probably others, but specificity is key.
Agreed.

gammer 2008-09-29 23:17

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Texrat (Post 228592)
I wouldn't use the word "amazingly" either, although I did say "snappier".
...
The difference appears to be in the way images are cached-- microb is loading the bulk of the page now and then loading images, which is more useful for me.
...

I have the very same impression.

BrentDC 2008-09-29 23:17

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I seem in the minority here, but I updated two OS partitions without issue. I had done every single dangerous thing that could prevent updating, as listed by Jaffa, and still no problems whatsoever.

I also reinstalled my Bootmenu with the lasted version posted in this thread; A+ as always, Fanoush! ;)

talmage 2008-09-29 23:19

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by GeneralAntilles (Post 228577)
It'd help a lot of if you used the correct flasher command.

Code:

sudo ./flasher-3.0.amd64 -F ./RX-34_DIABLO_4.2008.23-14_PR_COMBINED_MR0_ARM.bin -f -R

Dang! OK. I failed copy-and-paste class. Thanks for saving me from myself!

Flash and upgrade worked without any further drama.

daperl 2008-09-29 23:21

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
For the future, there's probably some things that multi-booters should change for their SD OS's. Some examples are installing sysklogd and uncommenting the following line in /etc/dpkg/dpkg.conf:

Quote:

#log /var/log/dpkg.log
Stuff like that.

Who knows, maybe there would be some good info in those logs.

AstroGuy 2008-09-29 23:31

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I don't know if I should ask here, but after the update I can no longer get adblock to work.

I disabled the component in the browser then restarted and adblock disappeared from the installed components list. So I used the app manager and uninstalled adblock and reinstalled and also rebooted. Still not working but does show up in the installed components list and is listed as enabled. Any hints?

Mikroft 2008-09-30 00:04

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Hmm I'll test it some more to see.. I only tried loading gmail and facebook. I guess ajax is just slow regardless. :D

Quote:

Originally Posted by gammer (Post 228615)
I have the very same impression.


st5150 2008-09-30 00:05

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Is there a way for me to re-install this update? Nothing is showing up in app manager or with apt-get.

lm2 2008-09-30 00:27

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
For those of you now booting successfully from updated SD: did you install ssu from flash, and then again from SD (after installing bootmenu)? Did you encounter any snags along the way?

I have updated flash, and am now booting from SD, but SD is not yet updated and app manager only shows me update when looking at installable apps in red pill. There it gives me four options (two "unlocked") but none install.

Guidance appreciated.

Benson 2008-09-30 00:29

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I've only updated SD; IIRC, my flash (was an old Diablo, before the first SSU) isn't even bootable at the moment, but I run from several SD boot images, so it didn't bother me...

Texrat 2008-09-30 00:29

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by Mikroft (Post 228641)
I guess ajax is just slow regardless. :D

http://my.yahoo.com/

Enough said.

vinc17 2008-09-30 00:58

Re: Update causing problems - help please
 
Quote:

Originally Posted by danramos (Post 228469)
Ditto. Mine successfully downloaded the updates, installed them.. then afterwards, it acted goofy--didn't want to show the power menu, didn't work well in general. Once I got it to reboot--it just goes into an infinite loop.

Same problem. I couldn't switch off with the power button (the full-screen button no longer worked either). I'll have to reflash... :(

TrueJournals 2008-09-30 01:15

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Hmmm... I'm having a strange problem that hasn't been discussed here yet... I boot from a SD card, and without thinking I updated the SD card first. Only, it didn't prompt me to reboot at the end. I then rebooted into flash, with the same result: updated, but it didn't ask me to reboot. Rebooting again, into SD, shows the old version number: 4.2008.30-2. Any ideas?

st5150 2008-09-30 01:24

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by TrueJournals (Post 228657)
Hmmm... I'm having a strange problem that hasn't been discussed here yet... I boot from a SD card, and without thinking I updated the SD card first. Only, it didn't prompt me to reboot at the end. I then rebooted into flash, with the same result: updated, but it didn't ask me to reboot. Rebooting again, into SD, shows the old version number: 4.2008.30-2. Any ideas?

I think I'm in the same boat..... app manager and apt-get upgrade no longer show any upgrades, but the version number is still 4.2008.30-2 correct?

TrueJournals 2008-09-30 01:34

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
app manager showed deblet-installer, which I know about and just haven't upgraded..., and apt-get upgrade showed:
Code:

Nokia-N800-23-14:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  libdb4.2 libglade2-0 libxml2
The following packages will be upgraded:
  deblet-installer python2.5 python2.5-gobject python2.5-imaging
4 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Need to get 2751kB of archives.
After unpacking 4096B of additional disk space will be used.
Do you want to continue [Y/n]?

However, apt-get -f install showed something interesting:
Code:

Nokia-N800-23-14:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  scummvm
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up pre-installed-documentation-rx34 (5.4) ...
mv: cannot rename '/usr/share/pre-installed/MyDocs/.documents/*': No such file or directory
dpkg: error processing pre-installed-documentation-rx34 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of osso-software-version-rx34:
 osso-software-version-rx34 depends on pre-installed-documentation-rx34 (= 5.4); however:
  Package pre-installed-documentation-rx34 is not configured yet.
dpkg: error processing osso-software-version-rx34 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pre-installed-documentation-rx34
 osso-software-version-rx34
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N800-23-14:~#


vinc17 2008-09-30 01:36

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by mwiktowy (Post 228507)
I didn't have anything weird installed.

I don't think I had anything weird installed either on my N810.

Quote:

Originally Posted by mwiktowy (Post 228507)
One thing that I did notice was halfway though the update (after the download), the wifi connection went down. Not sure what the cause was. The update proceeded normally so I didn't worry about it. The update progress bar was about 75% complete and it just stopped and the updatable application list refreshed with a bunch of new updates available.

I waited a few minutes for something to happen (error dialog, popup asking to reboot, etc.) but nothing did.

I didn't bother trying to update those other apps yet but I did try to reconnect the wifi but no AP selection window would pop up.

I tried the power button to reboot. No popup there either which is strange since that seems to work no matter how hooped your desktop might be.

I had the same problems.

Quote:

Originally Posted by Jaffa (Post 228576)
Most of the issues in this thread seem to be users who have:
  1. Changed the way the X server works (sliderotate)
  2. Installed a new kernel or initfs
  3. Are booting from SD card
  4. Have installed powermenu
  5. ...

I didn't do anything from 1-4.

Quote:

Originally Posted by Jaffa (Post 228576)
These things change the way the tablet works. Nokia aren't going to be able to test and support these things. It's up to the people who package these add-ons to find a way of safely reverting back to the previous behaviour if they find the world they're inhabiting gone wrong. Or to disable auto-update. Or to better inform their users.

It would be better to have some kind of failsafe or single-user mode like on standard Linux machines, so that the user can try to fix things without needing a reflash.

TrueJournals 2008-09-30 01:39

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
OK, I'm making some headway on my problem. I ran these two commands:
Code:

mkdir -p /usr/share/pre-installed/MyDocs/.documents/
echo "..." > /usr/share/pre-installed/MyDocs/.documents/test.txt

And now I'm getting some chown errors... I'll try deleting the files and see if that fixes anything.

st5150 2008-09-30 01:39

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by TrueJournals (Post 228662)
app manager showed deblet-installer, which I know about and just haven't upgraded..., and apt-get upgrade showed:
Code:

Nokia-N800-23-14:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  libdb4.2 libglade2-0 libxml2
The following packages will be upgraded:
  deblet-installer python2.5 python2.5-gobject python2.5-imaging
4 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Need to get 2751kB of archives.
After unpacking 4096B of additional disk space will be used.
Do you want to continue [Y/n]?

However, apt-get -f install showed something interesting:
Code:

Nokia-N800-23-14:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  scummvm
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up pre-installed-documentation-rx34 (5.4) ...
mv: cannot rename '/usr/share/pre-installed/MyDocs/.documents/*': No such file or directory
dpkg: error processing pre-installed-documentation-rx34 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of osso-software-version-rx34:
 osso-software-version-rx34 depends on pre-installed-documentation-rx34 (= 5.4); however:
  Package pre-installed-documentation-rx34 is not configured yet.
dpkg: error processing osso-software-version-rx34 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pre-installed-documentation-rx34
 osso-software-version-rx34
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N800-23-14:~#



Okay, we're in different boats.....

Quote:

apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
avahi-daemon canola2
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Quote:

apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

BrentDC 2008-09-30 01:40

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by lm2 (Post 228648)
For those of you now booting successfully from updated SD: did you install ssu from flash, and then again from SD (after installing bootmenu)? Did you encounter any snags along the way?

I installed to mmc2 first (to see if I could install it just there and still boot into it, which you can't), then I installed it to Flash, then reinstalled Bootmenu, and viola! It works.

bizshop 2008-09-30 01:51

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
I and several other users report WIFI problems after SSU upgrade. here is thread:
http://www.internettablettalk.com/fo...ad.php?t=23920

TrueJournals 2008-09-30 01:52

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Just documenting my progress here for those in a similar situation. I rebooted into flash and fscked the SD card partition, and just hit y to all the prompts. Rebooted into SD, and tried apt-get -f install again. It gave me the pre-installed error again, so I ran my two lines from above, and it gave me one of the file errors. I removed the directory that file was in, ran the two commands above, and ran apt-get -f install AGAIN, and it went off without an error. Checking in About Product still shows the old version number, rebooted and I have the new version number! So, I think I'm all set now...

BoxOfSnoo 2008-09-30 02:17

Re: Seamless Software Upgrade v4.2008.36-5 is out!
 
Quote:

Originally Posted by AstroGuy (Post 228630)
I don't know if I should ask here, but after the update I can no longer get adblock to work.

I disabled the component in the browser then restarted and adblock disappeared from the installed components list. So I used the app manager and uninstalled adblock and reinstalled and also rebooted. Still not working but does show up in the installed components list and is listed as enabled. Any hints?

This isn't the hint you're looking for, but try Privoxy instead. I find it much more lightweight.


All times are GMT. The time now is 15:26.

vBulletin® Version 3.8.8