diff options
Diffstat (limited to 'net-analyzer/ntop/files/ntop-confd')
-rw-r--r-- | net-analyzer/ntop/files/ntop-confd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-analyzer/ntop/files/ntop-confd b/net-analyzer/ntop/files/ntop-confd index b941d2ba0dec..352a26fa9b1c 100644 --- a/net-analyzer/ntop/files/ntop-confd +++ b/net-analyzer/ntop/files/ntop-confd @@ -2,4 +2,8 @@ # Set preferred options here #NTOP_OPTS="--http-server 3000 --https-server 0 --interface eth0" + +# suggestions from bug #136983 (use it in case you experience ntop hangs) +#NTOP_OPTS="u ntop -P /var/lib/ntop --disable-schedyield --http-server 3000 --https-server 3001" + NTOP_OPTS="-u ntop -P /var/lib/ntop" |