Kodi Community Forum
Linux Kodi 17 something is wrong - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Kodi 17 something is wrong (/showthread.php?tid=312751)



Kodi 17 something is wrong - brianmblacke - 2017-04-20

After having to reinstall kodi 17, (it asked for a password that I didn't have and after giving it the only two that were used on the client and server I figured I'd just reinstall and start afresh) No biggie really as I'd just installed it to check it out. I've mainly used Mythtv as my pvr but felt like a change.
So after purging the system of the kodi install and making sure all config files etc had been wiped I did a reboot and re-installed kodi using the same install method as the first time.
Though this time nothing worked.No kodi icon,
Code:
/usr/bin/kodi
didn't work.
Code:
/usr/bin/kodi-standalone
and got this error
Code:
/usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi --standalone  has exited in an unclean state 3 times in the last 0 seconds.
Something is probably wrong

The client machine has a fresh install of Elementary that has been updated while installing the original kodi install and my second attempt.
Any help appreciated. thanks
BrianmBlacke


RE: Kodi 17 something is wrong - nickr - 2017-04-21

debug log (wiki)


RE: Kodi 17 something is wrong - fritsch - 2017-04-21

dpkg -l | grep kodi | pastenbinit

please


RE: Kodi 17 something is wrong - brianmblacke - 2017-04-24

I installed the manual debug log file from the kodi wiki and then like an idiot I deleted the .log and .log.old files so that I could get a more recent debug report. But after trying to start kodi using <CODE>/usr/bin/kodi</CODE> -bash: /usr/bin/kodi: No such file or directory<CODE>/usr/bin/kodi-standalone</CODE> /usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi-standalone: 45: /usr/bin/kodi-standalone: /usr/bin/kodi: not found
/usr/bin/kodi --standalone has exited in an unclean state 3 times in the last 0 seconds.
Something is probably wrong
No debug report was generated. I'd like to keep at this to learn more about working with kodi but it's been a few weeks. So I'm going to delete everything that <CODE>find</CODE> turns up and start again.
Thanks for your replies
brianmblacke


RE: Kodi 17 something is wrong - fritsch - 2017-04-24

Please post what I asked for


RE: Kodi 17 something is wrong - wsnipex - 2017-04-24

pretty obvious that kodi is not installed


RE: Kodi 17 something is wrong - fritsch - 2017-04-24

Just want to make it ovious for the OP, too :-)


RE: Kodi 17 something is wrong - Derek - 2017-04-24

For reference to install kodi; those are the messages you'd expect if you didnt install kodi Smile

sudo apt install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt update
sudo apt install kodi


RE: Kodi 17 something is wrong - nickr - 2017-04-24

Is that so on the OS he uses?


RE: Kodi 17 something is wrong - Mnementh - 2017-04-25

It's Elementary according to the OP, if that's correct then yes it uses apt and PPA's.

Although I think you have to enable PPA's first they don't work out of the box.