on Karmic, this is sufficient to get ntop to start and log RRD network data:
sudo apt-get install ntop sudo install -d /var/lib/ntop sudo install -o nobody -d /var/lib/ntop/interfaces sudo install -o nobody -d /var/lib/ntop/rrd sudo ntop A little more detail on my blog: http://johntellsall.blogspot.com/2009/11/ntop-and-rrd.html Further questions: - should the above 'nobody' be user ID 'ntop'? - to start at boot, is editing "rc.local" best? http://blogs.techrepublic.com.com/opensource/?p=76 - j -- ntop permissions are not set right during install https://bugs.launchpad.net/bugs/138682 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
