On Thu, 4 Dec 2008 13:38:52 +0100 Olaf Hering <olh at suse.de> wrote: > On Thu, Dec 04, FUJITA Tomonori wrote: > > > Hmm, somehow the kernel can't send messages to user-space daemon > > (tgtd). tgtd is dead, wrong configuration, or some other reasons. > > these messages occour if tgtd is not configured yet, > and the client partition is rebooted and tries to connect. > > .. > scsi_tgt_uspace_send_cmd(128) tx buf is full, could not send > handle_cmd_queue(211) cannot queue cmd c0000001db590000 -4 > scsi_tgt_uspace_send_tsk_mgmt(175) tx buf is full, could not send > scsi_tgt_tsk_mgmt_request(540) The task management request lost! > scsi_tgt_uspace_send_tsk_mgmt(175) tx buf is full, could not send > scsi_tgt_tsk_mgmt_request(540) The task management request lost! > scsi_tgt_uspace_send_cmd(128) tx buf is full, could not send > handle_cmd_queue(211) cannot queue cmd c0000001db380000 -4 What happens if you do the following in order: 1. shut down both the target and initiator. 2. configure the target (make sure that you finish all the configuration). 3. boot up the initiator. -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |