FS#18597 - [ntop] missing /var/lib/ntop/rrd/ subdirectory
Attached to Project:
Arch Linux
Opened by orbisvicis (orbisvicis) - Sunday, 07 March 2010, 20:13 GMT
Last edited by Dan Griffiths (Ghost1227) - Monday, 08 March 2010, 00:21 GMT
Opened by orbisvicis (orbisvicis) - Sunday, 07 March 2010, 20:13 GMT
Last edited by Dan Griffiths (Ghost1227) - Monday, 08 March 2010, 00:21 GMT
|
Details
Description:
the ntop PKGBUILD creates "/var/lib/ntop" but not the "/var/lib/ntop/rrd/" subdirectory, thereby disabling RRD functionality Additional info: * package version(s) extra/ntop 3.3.10-1.1 * config and/or log files etc. Sun Mar 7 14:59:39 2010 **ERROR** RRD: Disabled - unable to create base directory (err 13, /var/lib/ntop/rrd) Steps to Fix: Possibly, modify the PKGBUILD as so: install -d -m755 --owner=nobody --group=nobody ${pkgdir}/var/lib/ntop/rrd || return 1 |
This task depends upon