Package: ipvsadm Version: 1:1.25.clean-1 Severity: normal If I manually enter the IPVS rules by hand after startup, things work, but when I let the init script load my rules, it doesn't. When I reboot and run 'ipvsadm' I see my rules listed there. Pretty simple set.
root@node-lb:/# ipvsadm -A -t 10.0.0.23:3306 root@node-lb:/# ipvsadm -a -t 10.0.0.23:3306 -r 192.168.0.10:3306 -m root@node-lb:/# ipvsadm -a -t 10.0.0.23:3306 -r 192.168.0.11:3306 -m root@node-lb:/proc/net# ipvsadm IP Virtual Server version 1.2.1 (size=4096) Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP node-lb.packetracket.com:mys wlc -> node1.packetracket.com:mysql Masq 1 0 0 -> node2.packetracket.com:mysql Masq 1 0 0 Here's the content of /etc/ipvsadm.rules # emtpy rules file for ipvsadm -A -t node-lb.packetracket.com:mysql -a -t node-lb.packetracket.com:mysql -r 192.168.0.10:mysql -m -a -t node-lb.packetracket.com:mysql -r 192.168.0.11:mysql -m In the debconf section, I'm not sure why it says my kernel doesn't support ipvs, when I see the modules loaded and /proc/ip_vs and others exist. -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ipvsadm depends on: ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libnl1 1.1-6 library for dealing with netlink s ii libpopt0 1.16-1 lib for parsing cmdline parameters ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip ipvsadm recommends no packages. Versions of packages ipvsadm suggests: pn heartbeat <none> (no description available) pn keepalived <none> (no description available) pn ldirectord <none> (no description available) -- debconf information: ipvsadm/kernel_does_not_support_ipvs: ipvsadm/daemon_multicast_interface: eth0 * ipvsadm/auto_load_rules: true * ipvsadm/daemon_method: none -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

