How to fix library problem?
|
25th Jul, 2013, 06:15 AM
Post: #1
|
|||
|
|||
How to fix library problem?
Hi,
I moved a HDD from one pi (USB) in the roof space (it was getting very hot) to another pi on the ground floor. I then changed the libraries accordingly to the 'upstairs' pi. The video and TV shows went OK, but the music one is now a problem. I have tried removing the source, cleaning the library and then re selecting it but the issue remains. It happens during browsing in library mode that xbmc/xbian/pi will lock up. Even the clock dosen't change. I have left it for 20 hours to see if it was still doing something. It DOES respond to SSH and I can reboot it and all is well again so long as I don't use the music library. Is there a file I can delete with the music library contents in to see if that will cure it? If so, where is it? See my user profile for details of the installation, I am using 1B1.1 Thanks Skywatch |
|||
25th Jul, 2013, 06:22 AM
Post: #2
|
|||
|
|||
RE: How to fix library problem?
Check what your log says just before it freezes. The log file is located at:
~/.xbmc/temp/xbmc.log Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
25th Jul, 2013, 06:24 AM
Post: #3
|
|||
|
|||
RE: How to fix library problem?
you should look into if I'm not wrong
Code: /home/xbian/.xbmc/userdata/sources.xml ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
25th Jul, 2013, 06:48 AM
Post: #4
|
|||
|
|||
RE: How to fix library problem?
You guys are faster than the lightning we had here a day ago!
I have looked at the log and can't see anything obvious in the warning or error statements. Is it possible to delete the log file and try to repeat the issue? The .xml file seems OK Ricardo, it all seems to point to the correct SMB shares and should work. Thanks for the time. Skywatch. |
|||
25th Jul, 2013, 07:18 AM
Post: #5
|
|||
|
|||
Re: How to fix library problem?
try to delete the source from .xml and than re-add and re-scan.Also enable debugging under System and check the log after your problem occurs again
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
25th Jul, 2013, 07:22 AM
Post: #6
|
|||
|
|||
RE: How to fix library problem?
It will create a new logfile everytime you start xbmc.
Enable debug logging in xbmc to get some extra information. If you are not getting errors try finding out what xbmc is doing when the issue occurs. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
25th Jul, 2013, 11:20 AM
Post: #7
|
|||
|
|||
Re: How to fix library problem?
Also being you still have ssh access you can issue the command 'sudo service xbmc restart' instead of rebooting.
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
25th Jul, 2013, 06:53 PM
Post: #8
|
|||
|
|||
RE: How to fix library problem?
Thanks for the tips.
I have replicated the problem this morning and have a log file, but it doesn't make much sense to me! ;0 I tried to paste bin it, but it's too big for that. So, how much info do I need to post? The clock froze at 9.18 so how far back would you need to know? Or do I split it across multiple pastebin pages? Thanks guys! Skywatch |
|||
25th Jul, 2013, 07:03 PM
Post: #9
|
|||
|
|||
RE: How to fix library problem?
(25th Jul, 2013 11:20 AM)f1vefour Wrote: Also being you still have ssh access you can issue the command 'sudo service xbmc restart' instead of rebooting.sudo service xbmc restart does not work (correctly) on Beta 1.1. It just stops xbmc. Use sudo stop xbmc, sudo start xbmc. Post as much of the "last" part of xbmc.log, also post dmesg. Also have you "cleaned" the music library and then rescanned - or is it tooooo big? Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
25th Jul, 2013, 07:13 PM
Post: #10
|
|||
|
|||
RE: How to fix library problem?
(25th Jul, 2013 06:53 PM)Skywatch Wrote: Thanks for the tips. what you mean by is to big for http://pastebin.com/ ? there is no limitation. Just copy/paste the log, upload and post the link here. Or if you still cant do it (???) than take the whole logfile and attach it as .txt file here ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
25th Jul, 2013, 10:17 PM
Post: #11
|
|||
|
|||
Re: RE: How to fix library problem?
(25th Jul, 2013 07:03 PM)IriDium Wrote:(25th Jul, 2013 11:20 AM)f1vefour Wrote: Also being you still have ssh access you can issue the command 'sudo service xbmc restart' instead of rebooting.sudo service xbmc restart does not work (correctly) on Beta 1.1. It just stops xbmc. I thought it was fixed, thanks for the heads up. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
25th Jul, 2013, 11:03 PM
Post: #12
|
|||
|
|||
RE: How to fix library problem?
(25th Jul, 2013 07:13 PM)rikardo1979 Wrote: what you mean by is to big for http://pastebin.com/ ? there is no limitation. Just copy/paste the log, upload and post the link here. My log file is 1,387Kb and when I post the contents to pastebin it tell me that I have exceeded the 500Kb limit and only 'pro' users can post more than that. I will try again this evening when I get home. Thanks Skywatch Well I managed to paste the log from 9:18:05 onwards. Here's the link. http://pastebin.com/dsqC2agV At 9:18 the clock and mouse froze so there will hopefully be enough there to see what causes it. It's repeatable browsing the music library, but has not happened browsing the TV or Movie libraries. Thanks skywatch |
|||
26th Jul, 2013, 12:06 AM
Post: #13
|
|||
|
|||
RE: How to fix library problem?
Skywatch, can you give me details of your complete setup please. If I got it right, you have your HDD directly (through usb) attached to your RPi? No nfs or smb shares that you are using?
(25th Jul, 2013 10:17 PM)f1vefour Wrote:(25th Jul, 2013 07:03 PM)IriDium Wrote:(25th Jul, 2013 11:20 AM)f1vefour Wrote: Also being you still have ssh access you can issue the command 'sudo service xbmc restart' instead of rebooting.sudo service xbmc restart does not work (correctly) on Beta 1.1. It just stops xbmc. This should work: sudo reload xbmc Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
26th Jul, 2013, 12:57 AM
Post: #14
|
|||
|
|||
RE: How to fix library problem?
you have lots of errors in a part of your log
Code: smb://LOUNGE/devices/DC602145602127AA/Music/t.A.T.u. - The Best (2006)/Folder.jpg Error: (0) Looks these are bad files and I think that causing the issues. Also you using a really "weird" name of drive in your source path. Is there a reason for that? smb://LOUNGE/devices/DC602145602127AA/Music/ ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
26th Jul, 2013, 01:39 AM
Post: #15
|
|||
|
|||
RE: How to fix library problem?
I don't see how moving a HDD can cause a smb: problem.
I may be stupid - but...... Have you tried xbmc-> System->Music->Clean library then set Update library on startup and rebooted. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
« Next Oldest | Next Newest »
|