Hi Daisuke Aoyama and list I'm trying run iSCSI target on my -CURRENT box %uname -a FreeBSD current.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #6 r198480: Tue Nov 3 10:03:09 EET 2009 r...@current.domain:/usr/obj/usr/src/sys/KERN amd64
%pkg_info -xI istgt istgt-20090428 An iSCSI target for FreeBSD 7.x with ZFS %zfs upgrade This system is currently running ZFS filesystem version 3. All filesystems are formatted with the current version. %zpool upgrade This system is currently running ZFS pool version 13. All pools are formatted using this version. Now my actions Step-by-step: # zfs create tank/share/target # zfs set mountpoint=none tank/share/target # zfs set quota=20G tank/share/target # cd /usr/local/etc/istgt # cp auth.conf.sample auth.conf # cp istgt.conf.sample istgt.conf # cp istgtcontrol.conf.sample istgtcontrol.conf my server`s IP is 192.168.9.249 I made some changes on istgt.conf: 1) section [PortalGroup1]: "Portal DA1 192.168.2.36:3260" -> "Portal DA1 192.168.9.249:3260" 2) sections [LogicalUnit1]: "LUN0 Storage /tank/iscsi/istgt-disk1 10G" -> "LUN0 Storage /tank/share/target" Now I'm trying start istgt: # /usr/local/etc/rc.d/istgt onestart istgt version 0.2 (20090428) istgt_lu.c:1213:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format error istgt_lu.c:1473:istgt_lu_init: ***ERROR*** lu_add_unit() failed istgt.c:1247:main: ***ERROR*** istgt_lu_init() failed /usr/local/etc/rc.d/istgt: WARNING: failed to start istgt where I'm wrong? -- wbr, tiger _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"