Ciprian Marius Vizitiu (GBIF) wrote: > Hi everybody, > > Is there a list with all the "iferror" codes and their meaning? I'm trying > to use bnx2i on RHEL 5.4 in order to do iSOE on a Dell M610 and a EQL > PS6000XV and from time to time I get "iferror -1". >
The iferror values are just normal old errnos. -1 is #define EPERM 1 /* Operation not permitted */ You should get the iferror translated to a string in /var/log/messages. Do you see Received iferror -1: Operation not permitted ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---
