[Bug 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-08-11 Thread Colin Watson
/etc/iscsi/iscsi.initramfs is now automatically created by the installer
in Karmic if necessary. See bug 237460 for more details.

** Changed in: open-iscsi (Ubuntu)
   Status: New = Fix Released

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-08-11 Thread Colin Watson
(I think the changes I made cover all of malaiwah's notes, too.)

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-04-12 Thread malaiwah
On jaunty, I had success with these steps, done BEFORE rebooting into my
new installation. The key is creating the file
/etc/iscsi/iscsi.initramfs and rebuilding the init ram disk.

Here are my notes:

BEFORE REBOOT, ON TARGET [chroot /target /bin/bash]
apt-get update
apt-get install open-iscsi
remove dhcp from /etc/network/interfaces for eth0 (already configured via 
initramfs)
verify all /etc/iscsi/iscsid.conf parameters
edit /usr/share/initramfs-tools/hooks/iscsi: iscsistart is really in /sbin 
(copy_exec)
add sleep 2 to iscsi script 
(/usr/share/initramfs-tools/scripts/local-top/iscsi) just before 
configure_networking for my via-rhine card
nano /etc/iscsi/iscsi.initramfs: (ISCSI_TARGET_NAME=iqn.blahblah, 
ISCSI_TARGET_IP=192.168.15.x)
apt-get dist-upgrade
dpkg-reconfigure linux-image-2.6.28-11-server (if kernel not upgraded in 
dist-upgrade)

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs