On Sat, 29 Dec 2007 14:02:50 +0100 Albert Pauw <albert.pauw at gmail.com> wrote: > I thought I give this FCOE stuff a go. > > I am using Fedora 8 and tried to compile the FCOE stuff, which went > fine, but when I start tgtd I get problems (make ISCSI=1 FCOE=1, but > compiling only FCOE=1 gives the same problem): > > [root at orange usr]# tgtd > (null): fcoe_init(206) (null) > Segmentation fault > > From dmesg: > > tgtd[5498]: segfault at 00000000 eip 0805ebca esp bf946060 error 4 > > Looks like the args* isn't properly initialized or something. Check out doc/README.fcoe. You need to specify a network device: root at iris:~/git/tgt# ./usr/tgtd eth2 Note that the FCOE driver is still very unstable. |