Hi All, I am finding my RD system to be crashing overnight, running ubuntu 10.4LTS with RD 2.1.2 from the tryphon binaries.
I am finding this error showing in /var/log/messages "VFS: file-max limit 205110 reached" I did some googeling and found that If you get this error you can do the following First run "# more /proc/sys/fs/file-max" which checks what your limit is. If it less than the displayed error Increase this value, but be careful depending on the amount ram memory you have. For a machine with 1280MB set it with 81920. (256 for every 4M of RAM +-) Edit /etc/sysctl.conf and add this *fs.file-max = 81920* loads the new parameters of kernel # sysctl -p and try it again I'm also seeing this error " rdimport invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0 rdimport cpuset=/ mems_allowed=0 [59463.627330] Pid: 21018, comm: rdimport Not tainted 2.6.32-38-generic #83-Ubuntu" I think this is what is crashing the system, i have to manually reboot before the thing works again. It just freezes the system up. Any suggestions? On Thu, Apr 5, 2012 at 9:00 PM, Alessio Elmi <[email protected]>wrote: > Hi Nathan, > we faced the same crash too! Let me say it comes up only if launched > by the graphical interface, never happens if the log is genereated > using terminal/rdcatch... > Our crash occours at 2:56. > We run Rivendell in Ubuntu 11.04, installed with Tryphon binaries... > > Regards > > > Il 05 aprile 2012 12:53, nathan lawson <[email protected]> ha scritto: > > Hi Guys, > > > > I have an issue where the Log Manager crashes and closes when it tries to > > display the progress bar? It generates up to 02:41 in log edit before > > crashing... > > > > Any Ideas on a fix? > > > > Regards > > > > -- > > > > Nathan Lawson > > > > > > > > > > _______________________________________________ > > Rivendell-dev mailing list > > [email protected] > > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev >
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
