I have statically compiled daemon on diskette and related config files are there. I made driver-update disks for crc32c libcrc32c etc. I no more get "cannot allocate memory" Daemon send the login , target gives login response and also target iqN name. Daemon is trying to do the first ioctl(ESTABLISH_SESSION) Now scsi_add_host will fail. Stack trace ---- Sysfs_create_dir Create_dir Class_device_add Scsi_sysfs_add_host Scsi_add_host Iscsi_create_host Iscsi_ioctl_establish_session Sys_ioctl Syscall_call -----Original Message----- From: Jeremy Katz [mailto:katzj@xxxxxxxxxx] Sent: Wednesday, October 19, 2005 1:48 PM To: Aggarwal, VikasX Cc: anaconda-devel-list@xxxxxxxxxx; Mike Christie Subject: Re: "Cannot allocate memory" On Mon, 2005-10-17 at 15:09 -0700, Aggarwal, VikasX wrote: > I have built an iSCSI driver update disk as I need to read iSCSI disk > during installation. Just adding a driver isn't going to be enough here. There's the daemon and some other pieces which need to be integrated as well before you'll be able to use iSCSI disks at install time. Jeremy