Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

refer to the manpage on how to "delete" a user.

forrás

Megoldás arra az esetre, ha az iscsi_trgt modul hiiányzik

5 down vote accepted

It depends on your ubuntu-version.

On newer systems (since Maverick) you have to install some additional packets:

sudo aptitude install iscsitarget iscsitarget-source iscsitarget-dkms

This compiles the required module automagically.

On Lucid you have to compile yourself (and maybe again after every kernel-update):

sudo aptitude install iscsitarget iscsitarget-source
# compile with module-assitant
sudo m-a a-i iscsitarget

forrás