Ntop FreeBSD
by admin on 二月.22, 2011, under FreeBSD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #cd /usr/ports/net/ntop/ #make install clean ... ************************************************************ ************************************************************ WARNING: This install created a directory for the ntop files and databases: //usr/local/share/ntop This directory MUST be owned by the user which you are going to use to run ntop. The command you must issue is something like: chown -R ntop.ntop //usr/local/share/ntop or chown -R ntop:users //usr/local/share/ntop man chown to check the syntax for YOUR system ************************************************************ ************************************************************ # ntop -A Wed Feb 9 16:55:29 2011 NOTE: Interface merge enabled by default Wed Feb 9 16:55:29 2011 Initializing gdbm databases ntop startup - waiting for user response! Please enter the password for the admin user: Please enter the password again: Wed Feb 9 16:55:43 2011 Admin user password has been set # |
