On 07/01/2010, at 07:05, Adrian Sánchez López wrote: > [06/01/2010 22:50:19.881] (error) handler_render_rrd.c:115 - RRDtool replied > an error message: ERROR: opening '/var/lib/cherokee/graphs/server.rrd': No > existe el fichero ó directorio
The message is pretty self-descriptive, actually [1]. It just could not open that file. Most probably it could not read or create because of the permissions of the parent directory. Set them so your web server user (www-data?) can access and write into it, and that should fix the issue. > also the problem with the next warning continue: > [06/01/2010 22:48:49.127] (warning) server.c:781 - Unable to raise file > descriptor limit to 4096 That's 'only' a warning. It's basically means that Cherokee will not be able to handle more than 2k concurrent requests unless you raise the file descriptor limit (or launch the server as root, so it has the permissions to raise that limit for you). > Maybe it is necesary unninstall cherokee and reinstall it again? No, that shouldn't be necessary. 1.- Well, since your system runs with a Spanish locale, I guess it's only that descriptive to Spanish speakers ;) -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
