Hi, I have apply the patch to discovery.c ... success recompile under usr iscsid and iscsiadm and do a strace of iscsiadm and iscsid here after
ISCSIADM STRACE : # strace iscsiadm -d 8 -m discovery -t sendtargets -p 192.168.1.79 execve("/usr/sbin/iscsiadm", ["iscsiadm", "-d", "8", "-m", "discovery", "-t", "sendtargets", "-p", "192.168.1.79"], [/* 26 vars */]) = 0 brk(0) = 0x3e000 uname({sys="Linux", node="NAS219aPhil", ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=13735, ...}) = 0 mmap2(NULL, 13735, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001e000 close(3) = 0 open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`J \1\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1243580, ...}) = 0 mmap2(NULL, 1257892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40026000 mprotect(0x4014d000, 28672, PROT_NONE) = 0 mmap2(0x40154000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 3, 0x126) = 0x40154000 mmap2(0x40157000, 8612, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0x40157000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000 syscall_983045(0x400224a0, 0x400256ec, 0x40022b78, 0x40025050, 0x40, 0x40025000, 0, 0xf0005, 0x40025730, 0x1, 0, 0xbee5850c, 0, 0xbee584f0, 0x88, 0x4000221c, 0x20000010, 0x400224a0, 0, 0, 0xdb1c, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0 mprotect(0x40154000, 4096, PROT_READ) = 0 munmap(0x4001e000, 13735) = 0 rt_sigaction(SIGINT, {0x241c8, [], 0x4000000 /* SA_??? */}, {SIG_DFL}, 8) = 0 umask(0177) = 022 write(2, "iscsiadm: ", 10iscsiadm: ) = 10 write(2, "ip 192.168.1.79, port 3260, tgpt"..., 35ip 192.168.1.79, port 3260, tgpt -1) = 35 write(2, "\n", 1 ) = 1 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 write(2, "iscsiadm: ", 10iscsiadm: ) = 10 write(2, "Max file limits 1024 1024\n", 26Max file limits 1024 1024 ) = 26 write(2, "\n", 1 ) = 1 setrlimit(RLIMIT_NOFILE, {rlim_cur=16*1024, rlim_max=16*1024}) = 0 access("/etc/iscsi/", F_OK) = 0 mmap2(NULL, 462848, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4015a000 access("/var/lock/iscsi", F_OK) = 0 open("/var/lock/iscsi/lock", O_RDWR|O_CREAT, 0666) = 3 close(3) = 0 link("/var/lock/iscsi/lock", "/var/lock/iscsi/lock.write") = 0 access("/etc/iscsi/ifaces", F_OK) = 0 unlink("/var/lock/iscsi/lock.write") = 0 brk(0) = 0x3e000 brk(0x5f000) = 0x5f000 open("/sys/class/iscsi_host", O_RDONLY|O_NONBLOCK|O_LARGEFILE| O_DIRECTORY) = 3 fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 getdents(3, /* 2 entries */, 4096) = 32 getdents(3, /* 0 entries */, 4096) = 0 close(3) = 0 SYS_281(0x1, 0x1, 0, 0xffffe1e4, 0xbee5242c) = 3 SYS_283(0x3, 0xbee52382, 0x6e, 0x45434150, 0x1) = 0 write(3, "\n \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 5244) = -1 EPIPE (Broken pipe) --- SIGPIPE (Broken pipe) @ 0 (0) --- +++ killed by SIGPIPE +++ NOW ISCSID SRACE : [~] # strace iscsid -f -d 8 execve("/usr/sbin/iscsid", ["iscsid", "-f", "-d", "8"], [/* 25 vars */]) = 0 brk(0) = 0x37000 uname({sys="Linux", node="NAS219aPhil", ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=13735, ...}) = 0 mmap2(NULL, 13735, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001e000 close(3) = 0 open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`J \1\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1243580, ...}) = 0 mmap2(NULL, 1257892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40026000 mprotect(0x4014d000, 28672, PROT_NONE) = 0 mmap2(0x40154000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 3, 0x126) = 0x40154000 mmap2(0x40157000, 8612, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0x40157000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000 syscall_983045(0x400224a0, 0x400256ec, 0x40022b78, 0x40025050, 0x40, 0x40025000, 0, 0xf0005, 0x40025730, 0x1, 0, 0xbe94556c, 0, 0xbe945550, 0x88, 0x4000221c, 0x20000010, 0x400224a0, 0, 0, 0xdb1c, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0 mprotect(0x40154000, 4096, PROT_READ) = 0 munmap(0x4001e000, 13735) = 0 rt_sigaction(SIGINT, {0x25530, [], 0x4000000 /* SA_??? */}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGPIPE, {0x25530, [], 0x4000000 /* SA_??? */}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTERM, {0x25530, [], 0x4000000 /* SA_??? */}, {SIG_DFL}, 8) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "sysfs_init: sysfs_path=\'/sys\'\n", 30sysfs_init: sysfs_path='/sys' ) = 30 write(2, "\n", 1 ) = 1 access("/etc/iscsi/", F_OK) = 0 mmap2(NULL, 462848, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4015a000 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "sysfs_attr_get_value: open \'/mod"..., 68sysfs_attr_get_value: open '/module/scsi_transport_iscsi'/'version' ) = 68 write(2, "\n", 1 ) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "sysfs_attr_get_value: new uncach"..., 88sysfs_attr_get_value: new uncached attribute '/sys/module/ scsi_transport_iscsi/version' ) = 88 write(2, "\n", 1 ) = 1 brk(0) = 0x37000 brk(0x58000) = 0x58000 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "sysfs_attr_get_value: add to cac"..., 78sysfs_attr_get_value: add to cache '/sys/module/scsi_transport_iscsi/ version' ) = 78 write(2, "\n", 1 ) = 1 lstat64("/sys/module/scsi_transport_iscsi/version", {st_mode=S_IFREG| 0444, st_size=4096, ...}) = 0 open("/sys/module/scsi_transport_iscsi/version", O_RDONLY) = 3 read(3, "2.0-870\n", 256) = 8 close(3) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "sysfs_attr_get_value: cache \'/sy"..., 102sysfs_attr_get_value: cache '/sys/module/scsi_transport_iscsi/ version' with attribute value '2.0-870' ) = 102 write(2, "\n", 1 ) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "transport class version 2.0-870."..., 55transport class version 2.0-870. iscsid version 2.0-870) = 55 write(2, "\n", 1 ) = 1 umask(0177) = 022 SYS_281(0x1, 0x1, 0, 0x4, 0x36f24) = 3 SYS_282(0x3, 0xbe9455da, 0x6e, 0x45434150, 0xbe9455da) = 0 SYS_284(0x3, 0x20, 0x6e, 0x45434150, 0) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "in ctldev_open", 14in ctldev_open) = 14 write(2, "\n", 1 ) = 1 SYS_281(0x10, 0x3, 0x8, 0x3d81c, 0x3681c) = 4 getpid() = 6877 SYS_282(0x4, 0x36848, 0xc, 0x1, 0x3681c) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "created NETLINK_ISCSI socket...", 31created NETLINK_ISCSI socket...) = 31 write(2, "\n", 1 ) = 1 open("/etc/iscsi/initiatorname.iscsi", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0755, st_size=339, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(5, "## DO NOT EDIT OR REMOVE THIS FI"..., 1024) = 339 read(5, "", 1024) = 0 close(5) = 0 munmap(0x4001e000, 4096) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "InitiatorName==iqn.2009-03.noos."..., 43InitiatorName==iqn. 2009-03.noos.fr:Nasaphil) = 43 write(2, "\n", 1 ) = 1 open("/etc/iscsi/initiatorname.iscsi", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0755, st_size=339, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(5, "## DO NOT EDIT OR REMOVE THIS FI"..., 1024) = 339 read(5, "", 1024) = 0 close(5) = 0 munmap(0x4001e000, 4096) = 0 uname({sys="Linux", node="NAS219aPhil", ...}) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "InitiatorName=iqn.2009-03.noos.f"..., 42InitiatorName=iqn. 2009-03.noos.fr:Nasaphil) = 42 write(2, "\n", 1 ) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "InitiatorAlias=NAS219aPhil", 26InitiatorAlias=NAS219aPhil) = 26 write(2, "\n", 1 ) = 1 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID| SIGCHLD, child_tidptr=0x40022048) = 6878 iscsid: in ctldev_close --- SIGCHLD (Child exited) @ 0 (0) --- getpriority(PRIO_PROCESS, 0) = 20 setpriority(PRIO_PROCESS, 0, -10) = 0 getpriority(PRIO_PROCESS, 0) = 30 open("/proc/6877/oom_adj", O_WRONLY) = 5 write(5, "-16", 3) = 3 write(5, "-17", 3) = 3 close(5) = 0 mlockall(MCL_CURRENT|MCL_FUTURE) = 0 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "Max file limits 1024 1024\n", 26Max file limits 1024 1024 ) = 26 write(2, "\n", 1 ) = 1 setrlimit(RLIMIT_NOFILE, {rlim_cur=16*1024, rlim_max=16*1024}) = 0 open("/etc/iscsi/iscsid.conf", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0744, st_size=9155, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(5, "#\n# Open-iSCSI default configura"..., 1024) = 1024 read(5, "fault is None.\n#node.session.aut"..., 1024) = 1024 read(5, "discovery.sendtargets.auth.usern"..., 1024) = 1024 read(5, "e time to wait for a Nop-out res"..., 1024) = 1024 read(5, "ogin_timeout fires) because the "..., 1024) = 1024 read(5, "##################\n# session and"..., 1024) = 1024 read(5, "scsi.ImmediateData = No\n#\n# To e"..., 1024) = 1024 read(5, "taSegmentLength = 131072\n\n\n# To "..., 1024) = 1024 read(5, "e following lines:\n#node.conn[0]"..., 1024) = 963 read(5, "", 1024) = 0 close(5) = 0 munmap(0x4001e000, 4096) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 wait4(0, NULL, WNOHANG, NULL) = 6878 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "reaped pid 6878, reap_count now "..., 33reaped pid 6878, reap_count now 0) = 33 write(2, "\n", 1 ) = 1 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN, revents=POLLIN}, {fd=0, events=0}], 3, 250) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "poll result 1", 13poll result 1) = 13 write(2, "\n", 1 ) = 1 SYS_285(0x3, 0, 0, 0x3f7ec, 0x1) = 5 SYS_295(0x5, 0x1, 0x11, 0xbe945620, 0xbe94562c) = 0 SYS_281(0x1, 0x1, 0, 0x20, 0x40156000) = 6 fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 SYS_283(0x6, 0xbe945262, 0x6e, 0, 0x40156000) = -1 ENOENT (No such file or directory) close(6) = 0 SYS_281(0x1, 0x1, 0, 0x10, 0x40156000) = 6 fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 SYS_283(0x6, 0xbe9453ca, 0x6e, 0, 0x40156000) = -1 ENOENT (No such file or directory) close(6) = 0 open("/etc/nsswitch.conf", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0664, st_size=1248, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(6, "# Legal entries are:\n#\n#\tnisplus"..., 1024) = 1024 read(6, "return] files \n\nbootparams: "..., 1024) = 224 read(6, "", 1024) = 0 close(6) = 0 munmap(0x4001e000, 4096) = 0 open("/etc/ld.so.cache", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=13735, ...}) = 0 mmap2(NULL, 13735, PROT_READ, MAP_PRIVATE, 6, 0) = 0x4001e000 close(6) = 0 open("/lib/libnss_compat.so.2", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0 (\0\1\0\0\0\0\16\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=30660, ...}) = 0 mmap2(NULL, 62076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x401cb000 mprotect(0x401d2000, 28672, PROT_NONE) = 0 mmap2(0x401d9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 6, 0x6) = 0x401d9000 close(6) = 0 open("/lib/libnsl.so.1", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0 (\0\1\0\0\0\344.\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=76432, ...}) = 0 mmap2(NULL, 116348, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x401db000 mprotect(0x401ed000, 28672, PROT_NONE) = 0 mmap2(0x401f4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 6, 0x11) = 0x401f4000 mmap2(0x401f6000, 5756, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0x401f6000 close(6) = 0 mprotect(0x401f4000, 4096, PROT_READ) = 0 mprotect(0x401d9000, 4096, PROT_READ) = 0 munmap(0x4001e000, 13735) = 0 open("/etc/ld.so.cache", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=13735, ...}) = 0 mmap2(NULL, 13735, PROT_READ, MAP_PRIVATE, 6, 0) = 0x4001e000 close(6) = 0 open("/lib/libnss_nis.so.2", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0 (\0\1\0\0\0\370\30\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=38880, ...}) = 0 mmap2(NULL, 70284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x401f8000 mprotect(0x40201000, 28672, PROT_NONE) = 0 mmap2(0x40208000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 6, 0x8) = 0x40208000 close(6) = 0 open("/lib/libnss_files.so.2", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0 (\0\1\0\0\0\340\30\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=38816, ...}) = 0 mmap2(NULL, 70376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x4020a000 mprotect(0x40213000, 28672, PROT_NONE) = 0 mmap2(0x4021a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 6, 0x8) = 0x4021a000 close(6) = 0 mprotect(0x4021a000, 4096, PROT_READ) = 0 mprotect(0x40208000, 4096, PROT_READ) = 0 munmap(0x4001e000, 13735) = 0 open("/etc/passwd", O_RDONLY) = 6 fcntl64(6, F_GETFD) = 0 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 _llseek(6, 0, [0], SEEK_CUR) = 0 fstat64(6, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0 mmap2(NULL, 144, PROT_READ, MAP_SHARED, 6, 0) = 0x4001e000 _llseek(6, 144, [144], SEEK_SET) = 0 munmap(0x4001e000, 144) = 0 close(6) = 0 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "mgmt_ipc_write_rsp: rsp to fd 5", 31mgmt_ipc_write_rsp: rsp to fd 5) = 31 write(2, "\n", 1 ) = 1 write(5, "\0\0\0\0\r \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2464) = 2464 close(5) = 0 close(5) = -1 EBADF (Bad file descriptor) poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = 0 AFTER A KILLALL ......................... poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=0, events=0}], 3, 250) = -1 EINTR (Interrupted system call) --- SIGTERM (Terminated) @ 0 (0) --- write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "15 caught signal -6877...", 2515 caught signal -6877...) = 25 write(2, "\n", 1 ) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "iscsid shutting down.", 21iscsid shutting down.) = 21 write(2, "\n", 1 ) = 1 write(2, "iscsid: ", 8iscsid: ) = 8 write(2, "in ctldev_close", 15in ctldev_close) = 15 write(2, "\n", 1 ) = 1 close(4) = 0 close(3) = 0 exit_group(0) = ? Philippe. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to open-iscsi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---