MySQL server for one machine

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dduk Offline
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
Post: #11
Thanks for the reply and the info, jmarshall.

Since posting above, I looked into guisettings.xml in more detail and noticed the machine-specific stuff; resolutions etc.

Is there any way to share just the skin settings? I tried placing the <skinsettings> node into advancedsettings.xml but it had no effect.

Also, in the absence of a debug log, can you think of any reason why one of my machines will forget all of its settings following a full power down occasionally? Its this reason wny in trying to share all of the settings.
find quote
BoomBang Offline
Junior Member
Posts: 16
Joined: Mar 2012
Reputation: 0
Post: #12
(2012-04-04 23:51)jmarshall Wrote:  Do NOT attempt to load guisettings.xml via path substitution.... Further, much of the content is machine-specific.

I running all the instances of XBMC using the SAME machine. Did you mean different H/W settings because the different instances run on different screens (w/ different resolutions and desktop settings)?
find quote
BoomBang Offline
Junior Member
Posts: 16
Joined: Mar 2012
Reputation: 0
Post: #13
Also when two instances running I get this error:
Code:
17:34:02 T:5968  NOTICE: ES: Starting event server
17:34:02 T:5968   ERROR: JSONRPC Server: Failed to bind serversocket
17:34:02 T:4208  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
17:34:02 T:4208  NOTICE: UDP: Listening on port 9777
17:34:02 T:5968 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive \ebcd.001, likely corrupt
17:34:02 T:5968   ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://%5cebcd%2e001/
17:34:03 T:5152  NOTICE: -->Python Interpreter Initialized<--
17:34:03 T:2172  NOTICE: -->Python Interpreter Initialized<--
17:34:03 T:5152  NOTICE:  StorageServer Module loaded RUN
17:34:03 T:5152  NOTICE: StorageClient-0.9.2 Starting server
17:34:03 T:5152  NOTICE: StorageServer-0.9.2 Storage Server starting C:\Users\Admin\AppData\Roaming\XBMC\userdata\Database\commoncache.db
17:34:03 T:5152   ERROR: Error Type: <class 'socket.error'>
17:34:03 T:5152   ERROR: Error Contents: (10048, 'Only one usage of each socket address (protocol/network address/port) is normally permitted')
17:34:04 T:5152   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py​", line 40, in <module>
                                                run()
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py​", line 35, in run
                                                s.run()
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\script.common.plugin.cache/lib\StorageServer.py", line 192, in run
                                                sock.bind(self.socket)
                                              File "<string>", line 1, in bind
                                            error: (10048, 'Only one usage of each socket address (protocol/network address/port) is normally permitted')
17:34:04 T:5968 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive \ebcd.001, likely corrupt
17:34:04 T:5968   ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://%5cebcd%2e001/
(This post was last modified: 2012-04-07 16:37 by BoomBang.)
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,984
Joined: Jan 2011
Reputation: 132
Location: Arizona, USA
Post: #14
(2012-03-29 00:23)BoomBang Wrote:  EDIT:
I've found this thread and bug report that seem to be relavant (since my sql share is local) however I have no idea how to fix it like suggested there.
EDIT 2:
After reading through the bug report, and using the workaround suggested (sharing the media dirs and then using SMB as the source) I can finally say that syncing works in the computer.
It would be nice if this was mentioned in the WIKI.

I had known about the Windows file path problem, but for some reason never made the connection in my head about this when I wrote the path subs part of the MySQL guide. Sorry about that!

As for the other bug, I believe that's more of a general issue where some networks are flaky with the NetBIOS name. It can happen with just SMB shares, for example. Other times people don't seem to have any issues at all using the NetBIOS name. Still, will try to work that in the guide as well.

Also, anyone is free to edit these things directly. Just sign up for an account (now that the forum upgrade is done, we might be able to link the forum accounts with the wiki so people don't have to sigh up for yet-another-website) and change things as you see fit. All changes are recorded, so nothing is ever lost or broken. At the same time, feel free to send me a message if you ever want to see something changed, but aren't comfortable doing the change yourself.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
BoomBang Offline
Junior Member
Posts: 16
Joined: Mar 2012
Reputation: 0
Post: #15
(2012-04-07 23:50)Ned Scott Wrote:  
(2012-03-29 00:23)BoomBang Wrote:  EDIT:
I've found this thread and bug report that seem to be relavant (since my sql share is local) however I have no idea how to fix it like suggested there.
EDIT 2:
After reading through the bug report, and using the workaround suggested (sharing the media dirs and then using SMB as the source) I can finally say that syncing works in the computer.
It would be nice if this was mentioned in the WIKI.

I had known about the Windows file path problem, but for some reason never made the connection in my head about this when I wrote the path subs part of the MySQL guide. Sorry about that!

As for the other bug, I believe that's more of a general issue where some networks are flaky with the NetBIOS name. It can happen with just SMB shares, for example. Other times people don't seem to have any issues at all using the NetBIOS name. Still, will try to work that in the guide as well.
Future generations and myself thank you.
What do you mean by "other bug"? as I see it the thread about scraping and the db bug are both connect to the backslash issue inMYSQL db.
find quote
BoomBang Offline
Junior Member
Posts: 16
Joined: Mar 2012
Reputation: 0
Post: #16
Anyone with insight about skin "global" setting or the connection error?
Will it help if I'll direct the different instances to different ports? is so, how?
find quote
Post Reply