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)

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:29.

vBulletin® Version 3.8.8