Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Upgrade stuck after downloading the packages
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Upgrade stuck after downloading the packages
3rd Sep, 2013, 09:42 PM
Post: #1
simonszu Offline
Registered
Posts: 3
Joined: Sep 2013
Reputation: 0
Upgrade stuck after downloading the packages
I have a following problem with upgrading the system via SSH.

After i made an apt-get update, i tried apt-get upgrade as well as apt-get install xbian-update.

Both have the following problem: The process downloads the packages, and tells me how much it has downloaded.

After that, nothing happens. The SSH is completely frozen, i can't ctrl-c the process, nor kill the session with ~.

The pi also doesn't accept new connections. The only solution is to pull the plug and reboot it. Needless to say, the upgrade isn't installed then.

During the freeze, the TV GUI is frozen, too. I can move the mouse, but the buttons won't respond, and the clock does not count.

Help me, please. How can i upgrade my xbian?
Find all posts by this user
Quote this message in a reply
3rd Sep, 2013, 11:17 PM
Post: #2
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Upgrade stuck after downloading the packages
from your post we can not see much,tbh... please look in my signature and follow the rules to put as much information as possible, at least from which version of XBian and XBMC you got and you trying to upgrade to.
-thx-

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
3rd Sep, 2013, 11:48 PM
Post: #3
simonszu Offline
Registered
Posts: 3
Joined: Sep 2013
Reputation: 0
RE: Upgrade stuck after downloading the packages
Oh. I am sorry.
Software
XBian version: XBian 1.0Beta1
XBMC version: I don't know, at the moment i don't have physical access to my Pi, will fill in tonight.
Overclock settings: Default

Hardware
Power supply rating: 2A, 100-250V (this one: http://www.amazon.de/gp/product/B006SU9VXS/ref=wms_ohs_product?ie=UTF8&psc=1&tag=aflattrcom493-21)

RPi model (model A/B 256mb/512mb): Model B, 256MB
SD card size and make/type: 4GB Transcend Class 10
Network (wireless or LAN): LAN 1GBit
Connected devices (TV, USB, network storage, etc.): TV via HDMI, Amplifier via Headphone Jack, Logitech K400 via USB (with loaded kernel module), NAS Server via SMB.

I am not quite sure, which version i am trying to upgrade to. I got a popup on my TV that new packages are available, so i just connected via ssh, exited the settings tool, and executed apt-get update and apt-get upgrade after this.

I have no additional software installed. The apt-get update went well, although it took some time after downloading the package lists and parsing them.

I have a second pi just with plain Raspbian to hack around at home It's the same config, but i ordered one pi at RS and the other at farnell. They have different RAM vendors. The first is from Samsung, the other is _not_ from Samsung, but i can't tell the vendor.

The other Pi has an 8GB Transcend Class 10 SD Card, and no other devices connected at the moment. But its apt-get update and apt-get upgrade takes its time, too, but you see continuous progress, and the "reading package lists" is appearing immediately after downloading the new packages.
Find all posts by this user
Quote this message in a reply
3rd Sep, 2013, 11:55 PM
Post: #4
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Upgrade stuck after downloading the packages
thanks for reply with all the info Wink
so you have followed this instruction to the last bit, right?

Upgrading from XBian 1.0 Beta 1

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
3rd Sep, 2013, 11:56 PM
Post: #5
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Upgrade stuck after downloading the packages
The best way to upgrade your system is just to use the xbian-config in ssh.

It MAY be the RAM chip that is causing an issue. Can you post whatever is on the top of it - or take a picture.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
4th Sep, 2013, 12:39 AM
Post: #6
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Upgrade stuck after downloading the packages
there is a combination of factors in beta1X which can lead to this problem. update zram-swap package (you will need to update usbmount for dependency as well)

Code:
cd /tmp
wget http://ivka57.dyndns-ip.com/pool/main/x/xbian-package-zram-swap/xbian-package-zram-swap_1.0-4.1_armhf.deb
wget http://ivka57.dyndns-ip.com/pool/main/x/xbian-package-usbmount/xbian-package-usbmount_1.0-4.1_all.deb
dpkg -i *.deb

then reboot. retry the apt-get steps (to unweight it a little more, do "stop xbmc" before to stop xbmc).

let us know.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Sep, 2013, 01:44 AM
Post: #7
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
RE: Upgrade stuck after downloading the packages
@mk01

You could try throttling the CPU during the upgrade process, the overclock is likely the culprit.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
4th Sep, 2013, 02:32 AM
Post: #8
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Upgrade stuck after downloading the packages
with beta1X, 256 model and default zram it is OOPS no-available-mem on swap device.

me should know, me did it !

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Sep, 2013, 02:36 AM
Post: #9
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
RE: Upgrade stuck after downloading the packages
Ah the dreaded Out Of Memory situation.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
5th Sep, 2013, 03:07 AM
Post: #10
simonszu Offline
Registered
Posts: 3
Joined: Sep 2013
Reputation: 0
RE: Upgrade stuck after downloading the packages
Well.
I didn't know i had to stop XBMC first. Wink

I tried it again with stopping it first. It seems to work. Currently it is processing the upgrade of the first package.

Thank you very much!
Find all posts by this user
Quote this message in a reply
5th Sep, 2013, 03:59 AM
Post: #11
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Upgrade stuck after downloading the packages
If it's solved can you change the status from Problem to Solved. Tnx

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
7th Sep, 2013, 11:11 PM
Post: #12
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
RE: Upgrade stuck after downloading the packages
Im on 1.1 beta, I use Xbian-config. is it recommended to update all deb packages?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 03:54 AM Powered By MyBB, © 2002-2025 MyBB Group.