Re: Re: enbd + x86_64

"Peter T. Breuer" <[email protected]> Mon, 29 Jan 2007 13:43:14 +0100 (MET)
Newsgroups gmane.linux.enbd.general
Message-ID <[email protected]>
"Also sprach Peter T. Breuer:"
> > >>/root/enbd-2.4.33/nbd/enbd-maketest: line 348:  4208 Segmentation 
> > >>fault      nice -19 $ENBD_CLIENT $OPTCLI
> 

It appears to be caused by the "-d 1" flag (debug level 1) that the
script uses by default.

   OPTCLI="$SERVER:$PORT $OPTSOCK $OPTBLK $OPTSIG $OPTTIME $OPTMD5SUM $OPTCLISSL $OPT_REQ_TIMEO $OPTJRNL $OPTASYNC -d 1 $DEVICE"

Remove it and do without while I investigate.

Peter