Hi, I am new to this group, and I am not sure if this reply will show
up under the correct thread.
Anyway, since I have solve this issue (boot error: iscsi: can not
broadcast skb) for my situation I want to share my sollution with you
people.


edit /etc/init.d/reboot
line 21 says: reboot -d -f -i
remove -i, so the line looks like: reboot -d -f

this will probably solve it.

the man reboot page says this:
-i     Iterates configured network interfaces and brings them down
before shutting down.  On Linux, this  is unnecessary as the kernel
will do this anyway.

So i figured it would be save to remove the -i option.

please mind that you will experience the same problem when you try to
shutdown the system.
if you want to fix this also you will need to edit /etc/init.d/halt
line 57 and remove -i again.


goodluck!
I'd love to hear it if this works for you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Reply via email to