summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpdw <>2002-10-24 08:53:00 +0000
committerpdw <>2002-10-24 08:53:00 +0000
commit0d9a9538ddbc207081bec7d355fedfeac2a4afd5 (patch)
tree1dea80612393fb46645439722607ea66f082d0c8 /README
parentfc5c3fd356a5c6ec8bdb71baa668c951eb7585a6 (diff)
downloadiftop-0d9a9538ddbc207081bec7d355fedfeac2a4afd5.zip
Added list of known issues.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index 2f3efa7..e761a2b 100644
--- a/README
+++ b/README
@@ -5,7 +5,20 @@ Read the INSTALL file, manual page and source code for more information.
iftop must be run as root.
-RedHat 7.2 users:
+KNOWN ISSUES
+
+RedHat 7.2:
+
There is a bug in the version of ncurses distibuted with RedHat 7.2 that
will cause iftop to segfault. The RPM in RedHat's Rawhide distribution
fixes this.
+
+Slackware 8.1:
+
+You may need to upgrade your libpcap (by updating the tcpdump package)
+in order to compile iftop.
+
+FreeBSD 4.7:
+
+DNS resolution does not work due to the lack of a proper gethostbyaddr_r
+implementation.