egd;227790 Wrote: > This is where I'm going to have to get in touch with Omega/Andreas to > understand how he has configured the slimserver module to understand > where it is writing its temp files. > >From the log message it seemed like it complained on corrupted files in /tmp, so the problem might be that /tmp is on a partition that can't contain enough information.
You could try to change the tmp directory for MySQL. I think this is stored in the my.cnf file as the tmpdir parameter. In a standard SlimServer installation this means that you should add something like this to the <SlimServerInstallationDir>/MySQL/my.tt file directly below the datadir entry: tmpdir = <Some directory with a lot of space> The my.tt file is copied to the Cache/my.cnf dir at SlimServer startup, so you will need to restart SlimServer for the changes to take effect. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and Database Query plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=38256 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
