[LIVE] Lots of errors in xbmc.log when playing HD file

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
abusharif Offline
Member
Posts: 74
Joined: Feb 2009
Reputation: 0
Post: #11
motd2k Wrote:Its been fixed on SVN for about a week

Hi,

Good to hear. Which SVN would that be? apt-get update/upgrade doesnt show any xbmc packages that can be updated.

Thanks
find quote
abusharif Offline
Member
Posts: 74
Joined: Feb 2009
Reputation: 0
Post: #12
Nevermind, this morning there was new release on svn. Running now " Built on Nov 12 2009 (SVN:24548)"

Code:
deb http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu jaunty main
(This post was last modified: 2009-11-13 10:39 by abusharif.)
find quote
jinxedworld Offline
Junior Member
Posts: 11
Joined: Nov 2009
Reputation: 0
Location: The Netherlands
Post: #13
Yes I noticed that too, saw an Alpha2 and decide to give it a go, and it went all screwy in my system.... I upgraded all packages, and now i can't get into my system anymore.

I think it did something to the sudoers file (like re-adding user "xbmc") which generated a parse error, and now it's impossible for me to sudo into root. It seems that XBMC has started though.

Here's some output from after the reboot:

Code:
(live)xbmc@XBMCLive:~$ sudo su
>>> /etc/sudoers: Alias `' already defined near line 33 <<<
>>> /etc/sudoers: Alias `' already defined near line 34 <<<
sudo: parse error in /etc/sudoers near line 33
sudo: no valid sudoers sources found, quitting
(live)xbmc@XBMCLive:~$

Trying to start XBMC-live from the "xbmc" user:
Code:
(live)xbmc@XBMCLive:~$ service xbmc-live start
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.21" (uid=1000 pid=1751 comm="start) interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply=0 destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init"))
selective output from "ps faxuwww" command:
Code:
xbmc      1512  0.0  0.0   4484  1540 ?        S    09:03   0:00 /bin/bash /usr/bin/runXBMC
xbmc      1533  0.0  0.0   4496  1572 ?        S    09:03   0:00  \_ /bin/bash /usr/bin/startx -- -br
xbmc      1551  0.0  0.0   3052   800 ?        S    09:03   0:00      \_ xinit /etc/X11/xinit/xinitrc -- /usr/bin/X -br -auth /tmp/serverauth.NyjjP0evsg
root      1552  0.0  1.4 294116 26960 tty7     Ss+  09:03   0:01          \_ /usr/bin/X :0 -br -auth /tmp/serverauth.NyjjP0evsg
xbmc      1566  0.0  0.0   1748   492 ?        S    09:03   0:00          \_ sh /home/xbmc/.xsession
xbmc      1583  0.0  0.0   5808   612 ?        Ss   09:03   0:00              \_ /usr/bin/ssh-agent sh /home/xbmc/.xsession
xbmc      1584 15.6  2.9 115096 52416 ?        SLl  09:03   6:28              \_ /usr/share/xbmc/xbmc.bin --standalone

So the primary error is not being able to SUDO. I can't look on my TV to figure out if XBMC is running for sure, since i'm not at home.

(No hard feelings, I know this is Alpha stuff, so we knew what we were getting into Smile )
(This post was last modified: 2009-11-13 11:09 by jinxedworld.)
find quote
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 791
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #14
alpha2 went out without the committed fix, pls bear with me for fixing it too late Smile

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
jinxedworld Offline
Junior Member
Posts: 11
Joined: Nov 2009
Reputation: 0
Location: The Netherlands
Thumbs Up    Post: #15
No problem, I'll fix it manually when I get home Smile

Still kudo's to the entiry dev team!

For posterity's sake i'll sribble down my probable fix (untested, doing this by heart):

1: Boot an Ubuntu CD and enter rescue mode
2: Fill out the mandatory questions
3: Go to the target mount where rescue mode mounted your harddisk's filesystem
4: fix the file /etc/suoders yourself (remove the double line should do it )
(This post was last modified: 2009-11-13 11:18 by jinxedworld.)
find quote
abusharif Offline
Member
Posts: 74
Joined: Feb 2009
Reputation: 0
Post: #16
My upgrade went "fine" via apt-get update.
No issues with sudo file.

However there were some issues with xbmc-live package as its trying to call on some xbmc script in /etc/init/xbmc-something (not init.d).
Those file did not exist in alpha1, I checked and folder was empty. Anyway I did a hurrican approach and "touched" the files it needed, installation completed sucessfully and xbmc is able to start without any (at the moment) apperant problems.
(This post was last modified: 2009-11-13 11:32 by abusharif.)
find quote
abusharif Offline
Member
Posts: 74
Joined: Feb 2009
Reputation: 0
Post: #17
not like you already don't know, but idd, thumb/tag extracting works fine again in alpha 2 Smile
find quote
Post Reply