Kernel #14 update - 5bigN2 unavailable

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Wed Jan 20, 2016 5:57 pm

I needed the output...
So unload the module
Code: Select all
/sbin/modprobe -r bonding
and try again :whistle


And try nothing else
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Wed Jan 20, 2016 5:59 pm

oups...

Code: Select all
root@lacie5big:/ # /sbin/modprobe bonding
root@lacie5big:/ # echo $?
0


just for info, 10mn later the web interface is still trying to load...
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Wed Jan 20, 2016 6:02 pm

I said to do nothing else...
check if bonding is now really loaded
Code: Select all
lsmod
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Wed Jan 20, 2016 6:11 pm

Jocko wrote:I said to do nothing else...
check if bonding is now really loaded
Code: Select all
lsmod

I didn't do anything else, this was still the previous session... ;)

Code: Select all
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
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Wed Jan 20, 2016 6:17 pm

It is still understandable...

I go to sent you a file to have more trace in the syslog file.

So unload bonding module
Code: Select all
/sbin/modprobe -r bonding
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Wed Jan 20, 2016 6:19 pm

it tells me the device is busy
Code: Select all
root@lacie5big:/ # /sbin/modprobe -r bonding
modprobe: remove 'bonding': Device or resource busy
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Wed Jan 20, 2016 6:28 pm

So post this
Code: Select all
ls -l /sys/class/net
cat /sys/class/net/bonding_masters
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Wed Jan 20, 2016 6:43 pm

Jocko wrote:So post this
Code: Select all
ls -l /sys/class/net
cat /sys/class/net/bonding_masters

Code: Select all
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

the 2nd command is hanging there...is it normal?
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Kernel #14 update - 5bigN2 unavailable

Postby Jocko » Wed Jan 20, 2016 6:48 pm

the 2nd command is hanging there...is it normal?
No
The best thing to do now is to reboot the nas

When is done, post again
Code: Select all
lsmod
ls -l /sys/class/net
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Kernel #14 update - 5bigN2 unavailable

Postby macdalor » Wed Jan 20, 2016 6:54 pm

ok, better this time
Code: Select all
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
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: Google [Bot] and 4 guests