So unload the module
- Code: Select all
/sbin/modprobe -r bonding
And try nothing else
/sbin/modprobe -r bonding
root@lacie5big:/ # /sbin/modprobe bonding
root@lacie5big:/ # echo $?
0
lsmod
Jocko wrote:I said to do nothing else...
check if bonding is now really loaded
- Code: Select all
lsmod
root@lacie5big:/ # lsmod
bonding 127301 1 - Loading 0xbf084000
iscsi_tcp 7948 0 - Live 0xbf07e000
libiscsi_tcp 11247 1 iscsi_tcp, Live 0xbf077000
libiscsi 32040 2 iscsi_tcp,libiscsi_tcp, Live 0xbf069000
scsi_transport_iscsi 61216 2 iscsi_tcp,libiscsi, Live 0xbf04e000
iscsi_trgt 99022 0 - Live 0xbf02d000 (O)
usblp 9949 0 - Live 0xbf026000
usb_storage 36889 3 - Live 0xbf013000
ehci_orion 2686 0 - Live 0xbf00f000
ehci_hcd 39419 1 ehci_orion, Live 0xbf000000
/sbin/modprobe -r bonding
root@lacie5big:/ # /sbin/modprobe -r bonding
modprobe: remove 'bonding': Device or resource busy
ls -l /sys/class/net
cat /sys/class/net/bonding_masters
Jocko wrote:So post this
- Code: Select all
ls -l /sys/class/net
cat /sys/class/net/bonding_masters
root@lacie5big:/ # ls -l /sys/class/net
total 0
-rw-r--r-- 1 root root 4096 2016-01-20 14:15 bonding_masters
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 eth0 -> ../../devices/platform/mv643xx_eth_port.0/net/eth0
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 eth1 -> ../../devices/platform/mv643xx_eth_port.1/net/eth1
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 ipddp0 -> ../../devices/virtual/net/ipddp0
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 lo -> ../../devices/virtual/net/lo
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 sit0 -> ../../devices/virtual/net/sit0
lrwxrwxrwx 1 root root 0 2016-01-20 13:36 tunl0 -> ../../devices/virtual/net/tunl0
root@lacie5big:/ # cat /sys/class/net/bonding_masters
Nothe 2nd command is hanging there...is it normal?
lsmod
ls -l /sys/class/net
root@lacie5big:/ # lsmod
iscsi_tcp 7948 0 - Live 0xbf07e000
libiscsi_tcp 11247 1 iscsi_tcp, Live 0xbf077000
libiscsi 32040 2 iscsi_tcp,libiscsi_tcp, Live 0xbf069000
scsi_transport_iscsi 61216 2 iscsi_tcp,libiscsi, Live 0xbf04e000
iscsi_trgt 99022 0 - Live 0xbf02d000 (O)
usblp 9949 0 - Live 0xbf026000
usb_storage 36889 1 - Live 0xbf013000
ehci_orion 2686 0 - Live 0xbf00f000
ehci_hcd 39419 1 ehci_orion, Live 0xbf000000
root@lacie5big:/ # ls -l /sys/class/net
total 0
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 eth0 -> ../../devices/platform/mv643xx_eth_port.0/net/eth0
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 eth1 -> ../../devices/platform/mv643xx_eth_port.1/net/eth1
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 ipddp0 -> ../../devices/virtual/net/ipddp0
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 lo -> ../../devices/virtual/net/lo
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 sit0 -> ../../devices/virtual/net/sit0
lrwxrwxrwx 1 root root 0 2016-01-20 19:45 tunl0 -> ../../devices/virtual/net/tunl0
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 9 guests