[PROBLEM] [1.0RC3] SSH broken, "starting... XBMC" endless loop - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Installation (/forum-16.html) +--- Thread: [PROBLEM] [1.0RC3] SSH broken, "starting... XBMC" endless loop (/thread-2571.html) |
[1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 14th Nov, 2014 11:02 PM I upgraded and added the repository according to the FAQ Quote:[All Platforms] The APT repository at xbian.brantje.com seems to be unreachable But during apt-get upgrade, I had a electricity cut in the house... Bad luck :-( Now I can not access the rPi via SSH (verbose output): Code: ssh -vvvv xbian@192.168.0.29 And the xbian is stuck at "starting xbmc..." in endless loop. Other running services run fine when accessing via web browser (Transmission, Couchpotato). I have a backup file somewhere and don't want to start over. What should I do to repair the SSH access? RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - mk01 - 15th Nov, 2014 09:32 AM @dafhus sshd isn't started until XBMC is fully loaded. until then you should be able to telnet (telnet parameter in cmdline.txt) to RPI as user xbian. so your problem would be just XBMC. if XBMC was updating at the time of power outage, it could be many things. xbmc binary or libraries messed, ... maybe some xbmc conf files not proper anymore. try apt-get install --reinstall xbian-package-xbmc (assuming you get into RPI with telnet) RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 15th Nov, 2014 08:07 PM Thank you for your help. I edited the xbianboot /cmdline.txt file with parameter ip=192.168.0.29 and tried to telnet to the rPi with telnet xbian@192.168.0.29, but it prints nodename nor servname provided, or not known. I doublechecked the IP address... RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - mk01 - 15th Nov, 2014 09:09 PM @dafhus, nono, you misunderstood. telnet parameter is present by default. then also if your xbmc is starting to start, xbian recognised and configured network. so your RPI should be accessible via IP you are used to. I was just saying, that because of looping xbmc (there is timeout of 100s for xbmc start) sshd is not started yet. but telnet is since root fs remount (or mount rw). btw: ip= as kernel parameter is either ip=dhcp (then 1st visible network device is taken with dynamic ip config), otherwise format is that: <client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf> ip=192.168.0.29:::255.255.255.0::eth0: (in your case, but again, not needed) RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 17th Nov, 2014 04:23 AM Ok I see, but telnet 192.168.0.29 nor telnet xbian@192.168.0.29 still does not work, although pinging it is possible. Sorry, what is the step I should try? I could not get it from your last reply. RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - mk01 - 17th Nov, 2014 04:32 AM @dafhus can you with nmap scan the rpi and post output? Code: nmap 192.168.0.29 RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 17th Nov, 2014 07:15 AM Code: dafhus$ RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 17th Nov, 2014 09:18 PM // output edited RE: [1.0RC3] SSH broken, "starting... XBMC" endless loop - dafhus - 21st Nov, 2014 09:01 AM So I better reinstall everything? |