LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   conntrackd is not work. invalid argument error. (https://www.linuxquestions.org/questions/linux-newbie-8/conntrackd-is-not-work-invalid-argument-error-680179/)

sodoojin 10-31-2008 12:33 AM

conntrackd is not work. invalid argument error.
 
sorry i don't speak english.

i have problem.
problem is conntrackd is not work.

my conntrackd script.

master is
<code>
sudo /usr/local/sbin/conntrackd -c # commit the cache
sudo /usr/local/sbin/conntrackd -f # flush the caches
sudo /usr/local/sbin/conntrackd -R # resync with kernel conntrack table
</code>

backup is
<code>
sudo /usr/local/sbin/conntrackd -n # request a resync from other nodes via multicast
</code>

i'm checked the conntrackd -e command in backup machine.
this command is good.
printed the master machine session information.

but backup machine is change the master.
and execute the backup script.
session sync is fail..

i'm look up the log file.

log file is
<code>
...
[Fri Oct 31 09:54:05 2008] (pid=14078) [notice] committing external cache
[Fri Oct 31 09:54:05 2008] (pid=14078) [ERROR] commit: Invalid argument
Fri Oct 31 09:54:05 2008 tcp 6 180 CLOSE src=110.110.110.119 dst=221.143.43.79 sport=1491 dport=80 src=221.143.43.79 dst=110.110.110.119 sport=80 dport=1491 [ASSURED] mark=2
[Fri Oct 31 09:54:05 2008] (pid=14078) [notice] Committed 10 new entries
[Fri Oct 31 09:54:05 2008] (pid=14078) [notice] 1 entries can't be committed
[Fri Oct 31 09:54:05 2008] (pid=2177) [notice] flushing caches
[Fri Oct 31 09:54:05 2008] (pid=2177) [notice] resync with master table
...
</code>

i'm guess.
"commit: invalid argument" error is interrupted the session syncing.

help me please..


All times are GMT -5. The time now is 11:31 AM.