> i'm trying to update my rrdtool file but i receive the follow error: > ERROR: conversion of '1825K' to float not complete: tail 'K' > > i'm getting the data from iptables rules: > > 0 0 tcp -- * * > 0.0.0.0/0 0.0.0.0/0 tcp dpt:5900 > 125K 7257K tcp -- * * 0.0.0.0/0 > 0.0.0.0/0 tcp dpt:3389 > 0 0 tcp -- * * > 0.0.0.0/0 0.0.0.0/0 tcp dpt:3306
Make sure you use -x with iptables, as in: iptables -nvxL PREROUTING That prevents iptables from using human readable numbers (10k, 200M). Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php ------------- For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
