Ashley Dawkins wrote: > Hi, got a problem that has me perplexed. When running ‘freevo cache’, > after processing all sub directories, the process hangs on the root. The > particulars are: > > > > Directory is an NFS mount. > > Path/folder structure is /movies/<movies name>/VIDEO_TS > > All directories are processed apart from /movies which hangs at 55% and > I am unable to CTRL-C out and end up powering down the PC.
Which part of freevo cache? checking mmpython cache files... creating directory metadata... or some other location. A hackish solution to try to track down the problem is to add a print statement into the freevo/helpers/cache.py program in the section where it hangs. First find the section then look for 'd = ' and immediately afterwards add a 'print d' so that it lines up with the d =. This will tell you which directory the cache is hanging and then you can check this directory that it is not corrupt or has links pointing somewhere they shouldn't. > > I have nothing in any logs, and have run an fsck locally on the > filesystem. ‘df –h’ shows > > > > Filesystem Size Used Avail Use% Mounted on > > /dev/hda1 2.8G 2.4G 441M 85% / > > /dev/hda5 3.8G 2.1G 1.8G 55% /UT2003 > > /dev/hda6 1.9G 197M 1.7G 11% /Karaoke > > /dev/hda7 112G 101G 12G 90% /Movies > > /dev/hda8 33G 17G 16G 52% /Music > > > > To check the freevo box, I telnetted to it while running freevo cache, > and saw no evidence of any filesystems running out of space, which was > my initial thought as to the cause of the problem. > > > > Any suggestions greatly appreciated. > > > > Ashley. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
