Displaying 2 results from an estimated 2 matches for "knownip".
2011 Aug 17
7
autoloading LoadError: Expected known_ip.rb to define KnownIp
...ms before when a file''s name in Rails'' opinion
did not match with the name of the class defined inside, but eventually
everything worked, so i didn''t look into details.
This time the problem comes from running Unit Tests and does not want to
go away.
I have a model class KnownIP defined in a file named "known_ip.rb"
(rather than "known_i_p.rb").
This file name was generated by the model generator, in i prefer it this
way.
In any case, the application works.
The database table is called "known_ips".
To my test_helper.rb i added
set_fixture...
2009 Aug 09
2
[Bug 601] New: log messages with flags "ACK PSH FIN"
...W
Severity: minor
Priority: P3
Component: ip_conntrack
AssignedTo: laforge at netfilter.org
ReportedBy: netfilter at vigor.co.za
I find a log of log messages of the following format.
kernel: ''OUT-eth0int':'IN= OUT=eth0 SRC=localIP DST=knownIP LEN=52 TOS=0x00
PREC=0x00 TTL=64 ID=43339 DF PROTO=TCP SPT=3293 DPT=80 WINDOW=1270 RES=0x00 ACK
PSH FIN URGP=0
It seems the connection tracking is not working properly here, and blocking
out- going packets.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You...