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

[SOLVED] Xbian stopped fully loading, supports telnet - how do I default it
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Xbian stopped fully loading, supports telnet - how do I default it
10th Feb, 2013, 10:47 PM
Post: #1
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
Xbian stopped fully loading, supports telnet - how do I default it
Please move this to a different forum if I've posted in the wrong area.
I've tried searching the forums - but if ive missed a solution please direct me to the link

Ive been running Xbian on a raspberry pi for a couple of months.
I did a number of addon upgrades last night.
Following reboot xbian loads the splash screen, but then leaves the blue screen without the full desktop.

It appears that Xbian is not fully loaded.
I don't see anything obvious in the boot up.

I can telnet into the unit.
Ive tried
apt-get install xbian-update followed by install.
All appeared to work.
I've also done an app update.
I assume something in my user config must be conflicting.
I can not see where my user unique settings are stored - so how i could default the install.

Ideally I'd prefer to do things from my telnet /ssh

So my question is how do I remove my user unique settings - specifically which file full path please do I remove.
Or can anyone suggest anything else to do a default - or cure my problem.

Regards Andy
Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 10:52 PM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian stopped fully loading, supports telnet - how do I default it
What is the "the blue screen without the full desktop."

Do you mean SSH instead of telnet?

Regarding your last questions:
Code:
mv /home/xbian/.xbmc /home/xbian/.xbmc-bak

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:09 PM
Post: #3
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
sorry yes I mean ssh
My home directory is empty no files nothing .
ls -l returns 0
any idea how that could have happened?

I assume that somehow i've lost the xbian directory i've done a mkir xbian and rebooted - hoped it would just create a .xbian

I assume .xbian is my .profile ? what should be in it?
I'm not use o vi or ed - please define everything I should type to create a .xbian

By the blue screen - what i mean is I get a splash screen which shows xbian -with the raspberrypi logo - then i have a standard default blue wall paper background - looks like outof focus rings.
This is the normal background wall paper.

Thanks Andy

Sorry I did not fully answer.
After the blue wall paper loads - i then normally see the desktop with the weather - video - pictures etc.
Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:12 PM
Post: #4
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian stopped fully loading, supports telnet - how do I default it
Please be precise. There is no .xbian folder but xbian, and but there is a .xbmc folder. The /home/xbian folder is the home folder of user xbian, the /home/xbian/.xbmc folder is the profile folder for xbmc.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:23 PM
Post: #5
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
On my system - cd to home then doing ls -l returned zero.
So my system had no xbian folder in it!
I've just done a mkdir xbian to correct this.

I did not realise that .xbian was also a folder.

I had been hoping that I had a conflict with some settings - i'd since I seem to nearly load , and ssh works that most things would be in place.
I am suprised at missing files.

But how many files should be in that directory.
Is it worth trying to correct this is is it possible to restore the structure / files by trying to update via ssh?

Regards Andy
Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:27 PM
Post: #6
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian stopped fully loading, supports telnet - how do I default it
Quote:I did not realise that .xbian was also a folder.
There is no .xbian folder

Also the correct command to see all files is:
Code:
ls -Al

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:39 PM
Post: #7
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
Re Reading my post I see that my English is not great to say the least.

It appears that my filing system has some errors - Ive also noticed 10 files in lost+found.

I had no home/xbian direcory.

My system seems to be almost working - I dont notice lots of errors durring the start up.
After the startup - Xbian splash loads, the blue wall paper loads - but then nothing else.
I can ssh into the raspberrypi as username xbian.

Is it possible to do a restore / complete reinsall from SSH?

Regards Andy
Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:40 PM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian stopped fully loading, supports telnet - how do I default it
Reinstall is the safest bet, then see if maybe you're SD card is faulty.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:46 PM
Post: #9
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
Thanks - I've nothing I can mount the sd card on other than the pi at the moment.
what is the correct command to do an install from SSH - seems what i've tried in the past has been insufficient.

Regards Andy
Find all posts by this user
Quote this message in a reply
10th Feb, 2013, 11:48 PM
Post: #10
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian stopped fully loading, supports telnet - how do I default it
http://xbian.org/getting-started/install-xbian-using-linux/

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Feb, 2013, 12:16 AM
Post: #11
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
Thanks

Hi - since I could not easlily put the SD card onto anyting else or download the img - I installed frodo following your instructions http://forum.xbian.org/thread-211.html?highlight=upgrade

Version now shows 362704

However following a reboot I'm in exactly the same position.
I see the Xbian raspberry logo - then it stops with the blue wall paper - no desktop,

Any ideas?

regards Andy
Find all posts by this user
Quote this message in a reply
11th Feb, 2013, 08:35 AM
Post: #12
andy Offline
Registered
Posts: 7
Joined: Feb 2013
Reputation: 0
RE: Xbian stopped fully loading, supports telnet - how do I default it
Still a little baffled as to why it corrupted and why I could not recover.
I've done a clean install on a new card - this works.

I assume that the FS on the SD card has got corrupt.

Thanks for the replies.

I don't know the method of closing the post - I'm going to unsubscribe.

Regards Andy
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] CEC, xbian-config. Disable, not loading Mailstorm 1 7,414 4th Nov, 2014 06:30 AM
Last Post: rikardo1979
  xbian Settings not loading succefully lotust7 17 52,659 24th Mar, 2014 07:21 AM
Last Post: mk01
  XBMC stopped loading, can ssh and start manually brycestejskal 2 11,774 19th Jul, 2013 07:46 AM
Last Post: mk01

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

Current time: 13th May, 2025, 06:34 PM Powered By MyBB, © 2002-2025 MyBB Group.