Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Is it possible to get the kernel deb package of "4.12.14-08-petasan #1"?

We are currently using petasan as an iscsi gateway without the webui.

Is it possible to get the custom kernel of petasan(4.12.14-08-petasan #1) so we can implement it in a standard ubuntu  server system?

And what is are the required package for using lio(targetcli) to manual operate the iscsi target?

Thanks

You can get them in

https://drive.google.com/drive/folders/1kZYfW3MAz2fJKBIy57R4dF9h74SCMoNt

You will also need the python rtslib and targetcli to correctly configure the lio kernel target

Quote from admin on March 27, 2019, 10:10 am

You can get them in

https://drive.google.com/drive/folders/1kZYfW3MAz2fJKBIy57R4dF9h74SCMoNt

You will also need the python rtslib and targetcli to correctly configure the lio kernel target

Where can I found the kernel modules?

I installed the kernel and rslib and targetcli, when I tried to use targetcli I got this error:

Traceback (most recent call last):
File "/usr/bin/targetcli", line 23, in <module>
from targetcli import UIRoot
File "/usr/lib/python2.7/dist-packages/targetcli/__init__.py", line 18, in <module>
from ui_root import UIRoot
File "/usr/lib/python2.7/dist-packages/targetcli/ui_root.py", line 21, in <module>
from rtslib import RTSRoot, Config
File "/usr/lib/python2.7/dist-packages/rtslib/__init__.py", line 18, in <module>
import utils
File "/usr/lib/python2.7/dist-packages/rtslib/utils.py", line 26, in <module>
import ipaddr
ImportError: No module named ipaddr

This is python module rather than kernel module,

apt install python-ipaddr

 

I misunderstood the error log.Do I need to worry about the kernel module? If I am using the kernel you provided.

Thank you.

no the kernel modules are all included/