Linux XBMCbuntu webserver connection got lost
#1
Instantly I cannot access the web-interface of XBMCbuntu anymore. Chorus ist installed but doesn't work too. Here is my Zenmap log:

Code:
PORT     STATE SERVICE        VERSION
21/tcp   open  ftp            vsftpd 2.3.5
22/tcp   open  ssh            OpenSSH 6.0p1 Debian 3ubuntu1.2 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 1024 2f:8e:ef:7c:54:07:6b:5b:8e:80:de:d4:e6:95:8d:1c (DSA)
| 2048 15:95:43:86:d9:54:c5:28:d5:cc:ae:47:a1:cc:97:32 (RSA)
|_256 11:ac:4f:5b:2d:39:a3:6b:65:ba:0a:ad:3e:f4:7f:9b (ECDSA)
111/tcp  open  rpcbind        2-4 (RPC #100000)
| rpcinfo:
|   program version   port/proto  service
|   100000  2,3,4        111/tcp  rpcbind
|   100000  2,3,4        111/udp  rpcbind
|   100024  1          32968/udp  status
|_  100024  1          56843/tcp  status
139/tcp  open  netbios-ssn    Samba smbd 3.X (workgroup: WORKGROUP)
445/tcp  open  netbios-ssn    Samba smbd 3.X (workgroup: WORKGROUP)
1152/tcp open  winpoplanmess?
8080/tcp open  http-proxy?
|_http-methods: No Allow or Public header in OPTIONS response (status code 400)
|_http-title: 404 Not Found
9090/tcp open  jsonrpc        XBMC JSON-RPC 2.0

Calling the server with the /addons part on port 8080 delivers an error page.

I can remote control XBMC using Yatse on Android.
Reply
#2
Is it turned on in XBMC?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
Yes, it was and is. It seems to be it happened after an apt-get upgrade.
Reply
#4
As you can see port 8080 is open but returns error 404.
Reply
#5
Perhaps try going back to the standard web interface, your chorus may be broken?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#6
There is no interface available at all.
Reply
#7
Even when you switch back in xbmc settings?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#8
Yes. It is enabled as well as Chorus, but I get error 404 from XBMCs internal webserver as of Chorus. Seems to me it is broken and does not launch.
Reply
#9
What happens when you set web interface back to default?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#10
Nothing. The same issue as I told.
Reply
#11
And your debug log (wiki) ?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#12
Getting what I expected:

Code:
tjm@xbmc:~$ less  $HOME/.xbmc/temp/xbmc.log | grep ERROR

15:20:34 T:3007584064   ERROR: Unable to load libcrystalhd.so.3, reason: libcrystalhd.so.3: cannot open shared object file: No such file or directory

15:20:41 T:3007584064   ERROR: WebServer: Failed to start the webserver

15:20:41 T:3007584064   ERROR: JSONRPC Server: Failed to connect to sdpd

01:18:46 T:2687646528   ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true

22:55:37 T:2831133504   ERROR: JSONRPC: Failed to parse '{'

02:06:02 T:2688547648   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
02:06:02 T:2688547648   ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/frodo/addons.xml.md5>
02:06:12 T:2688547648   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
02:06:12 T:2688547648   ERROR: Repository XBMC.org Add-ons returned no add-ons, listing may have failed

I could do a reinstall, I know, but I want to see this problem beeing solved because it can reappear. I got my home partition on an internal 1GB HD and the system on a 64 GB SSD. I do not want to loose my media data. I'd have to make a simulation with another machine before risking this. (I know the option not to format the home partition but never tried a new install on that kind of configuration).
Reply
#13
Have you got something else running on that port?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#14
Code:
netstat -anltp
while xbmc is running
Reply
#15
@nickr @wsnipex

You are the champions. I had installed monitorix for testing purposes (forgotten) and it occupied port 8080. Changed its port to 8000, rebooted, XBMC's web interfaces were back. Monitorix works. Problem solved.

Thank you very much!!!
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCbuntu webserver connection got lost0