On Thu, Aug 11, 2011 at 02:10, Michael C. Robinson <[email protected] > wrote:
> t/simple.t (Wstat: 0 Tests: 4 Failed: 1) > Failed test: 3 > Did you look at the 't/simple.t' test file for a test 3 (it's clearly labelled)? What the test is doing is verifying that you have a proc file at '/proc/net/ip_queue' and that it can find a line that looks like the following: Peer PID : 0 I'm guessing that you don't have the proc file it's looking for. Try loading the ip_queue kernel module: $> modprobe ip_queue Cheers, Daniel Hedlund [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
