I had the same problem as described above. I am running ubuntu 12.04.2 which is booted via iSCSI (no internal hard drives). iscsid is not running and when I start it and try to attach a drive the root filesystem will change to read-only. The fix was as Jonathan McCune described to recompile open-iscsi. I chose version 2.0.873 which is used in ubuntu 12.10.
apt-get install git make gcc git://github.com/mikechristie/open-iscsi.git cd open-iscsi git checkout 2.0.873 make make install update-initramfs -c -k all reboot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575240 Title: iscsid does not start automatically having iscsi root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/575240/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
