LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Module is wrong version

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Module is wrong version
From: "Marc Tardif" <marc@xxxxxxxxxxx>
Date: Thu, 21 Aug 2003 12:58:16 -0400
linux kernel 2.4.21
ipvs installed from ipvs 1.0.10 tarball
ipvsadm installed from ipvs 1.0.10 and also tried ipvsadm 1.21 tarball
 
I have successfully run the following commands, as more or less stated in your documentation:
 
# insmod ip_vs
# insmod ip_vs_wlc
# ipvsadm -A -t 192.168.0.2:80 -s wlc
 
However, when I try to add server I get the following:
 
# ipvsadm -a -t 192.168.0.2:80 -r 10.9.201.255:80 -m
Module is wrong version
 
This error is generated by setsockopt which is passed 1159 as optname in ipvs_command. Here's the stack trace:
 
#0  ipvs_command (cmd=1159, urule=0xbffff720) at libipvs/libipvs.c:72
#1  0x0804a0a5 in process_options (argc=7, argv=0xbffff824, reading_stdin=0)
    at ipvsadm.c:909
#2  0x080490d0 in main (argc=7, argv=0xbffff824) at ipvsadm.c:303
#3  0x4004e687 in __libc_start_main (main=0x8049060 <main>, argc=7,
    ubp_av=0xbffff824, init=0x8048c0c <_init>, fini=0x804bdf0 <_fini>,
    rtld_fini=0x4000dc54 <_dl_fini>, stack_end=0xbffff81c)
    at ../sysdeps/generic/libc-start.c:129
So where can the problem be? If you need more information, please let me know.
<Prev in Thread] Current Thread [Next in Thread>