Skip to content

Instantly share code, notes, and snippets.

@mborho
Last active December 19, 2015 17:28
Show Gist options
  • Save mborho/5991048 to your computer and use it in GitHub Desktop.
Save mborho/5991048 to your computer and use it in GitHub Desktop.
notes - trying to install in a docker container
http://launchpadlibrarian.net/109844073/open-iscsi_2.0.873-3ubuntu1_amd64.deb
http://launchpadlibrarian.net/119939981/open-iscsi-utils_2.0.873-3ubuntu5_all.deb
https://www.nesono.com/node/368
echo 'deb http://archive.ubuntu.com/ubuntu precise main universe multiverse' > /etc/apt/sources.list
# Slight hack needed to get MySQL to start
$ echo "NETWORKING=yes" > /etc/sysconfig/network
$ /sbin/service mysqld start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment