SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
|
can you check if ifplugd is running?
ps aux | grep ifplugd
and the uplinksdaemon?
ps aux | grep uplinksdaemon
the ifplugd recognizes if the cable has been plugged/unplugged and sends a signal to the uplinksdaemon
the variable INTERFACES in /etc/ifplugd/ifplugd.conf should have defined your uplink interfaces.
The uplinksdaemon checks all it's uplinks cyclically all 30 seconds and considers one DEAD if it cannot ping some targets through it.
If the ifplugd does not trigger the uplinksdaemon, he should recognize it dead after the next uplinksdaemon cycle and failover after the next cycle.
|
|
|
|
ps aux | grep ifplugd returns the following
root 13387 0.0 0.0 4628 684 pts/0 S+ 13:19 0:00 grep ifplugd
ps aux | grep uplinksdaemon returns
root 3562 0.0 0.0 58552 3312 ? Sl 11:41 0:04 /usr/bin/python /usr/bin/uplinksdaemon --logfile=/var/log/uplinksdaemon --boot
root@test:/tmp # cat /etc/ifplugd/ifplugd.conf
INTERFACES="eth5 eth2 "
ARGS="-fwI -u0 -d0 "
a problem maybe with this file as my uplinks are in port eth2 and eth3, but even if i unplug eth2 it still does not display the device as down
Should you like to have access to the box let me know . |
|
|
|
ok i rebooted and it corrected
root@test:~ # cat /etc/ifplugd/ifplugd.conf
INTERFACES="eth3 eth2 "
ARGS="-fwI -u0 -d0 "
but still broken |
|
|
|
seems that the ifplugd will not be started, so it can't notify the uplinksdaemon of the cable unplug
but nevertheless, without ifplugd it should do the failover after 1-2 minutes. |
|
|
|
sorry nope .. does not fail over .. I kept checking every 5 min for and hour .. some thing funny here .. |
|
|
|
I just had a problem where it failed over to an interface that didn't have a cable connected and stayed there until I deleted the 2nd uplink , then it fixed it's self after a couple of minutes .. |
|
|
|
the ifplugd daemon is missing the beta 2 release. This bug has fixen in the beta 3. |
|