Is it possible to get the kernel deb package of "4.12.14-08-petasan #1"?
shadowlin
67 Posts
March 27, 2019, 8:37 amQuote from shadowlin on March 27, 2019, 8:37 amWe 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
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
admin
2,930 Posts
March 27, 2019, 10:10 amQuote from admin on March 27, 2019, 10:10 amYou 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
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
shadowlin
67 Posts
April 4, 2019, 7:01 amQuote from shadowlin on April 4, 2019, 7:01 am
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
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
Last edited on April 4, 2019, 7:07 am by shadowlin · #3
admin
2,930 Posts
April 4, 2019, 7:42 amQuote from admin on April 4, 2019, 7:42 amThis is python module rather than kernel module,
apt install python-ipaddr
This is python module rather than kernel module,
apt install python-ipaddr
shadowlin
67 Posts
April 25, 2019, 2:56 amQuote from shadowlin on April 25, 2019, 2:56 amI misunderstood the error log.Do I need to worry about the kernel module? If I am using the kernel you provided.
Thank you.
I misunderstood the error log.Do I need to worry about the kernel module? If I am using the kernel you provided.
Thank you.
admin
2,930 Posts
April 25, 2019, 9:33 amQuote from admin on April 25, 2019, 9:33 amno the kernel modules are all included/
no the kernel modules are all included/
Is it possible to get the kernel deb package of "4.12.14-08-petasan #1"?
shadowlin
67 Posts
Quote from shadowlin on March 27, 2019, 8:37 amWe 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
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
admin
2,930 Posts
Quote from admin on March 27, 2019, 10:10 amYou 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
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
shadowlin
67 Posts
Quote from shadowlin on April 4, 2019, 7:01 amQuote from admin on March 27, 2019, 10:10 amYou 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
Quote from admin on March 27, 2019, 10:10 amYou 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
admin
2,930 Posts
Quote from admin on April 4, 2019, 7:42 amThis is python module rather than kernel module,
apt install python-ipaddr
This is python module rather than kernel module,
apt install python-ipaddr
shadowlin
67 Posts
Quote from shadowlin on April 25, 2019, 2:56 amI misunderstood the error log.Do I need to worry about the kernel module? If I am using the kernel you provided.
Thank you.
I misunderstood the error log.Do I need to worry about the kernel module? If I am using the kernel you provided.
Thank you.
admin
2,930 Posts
Quote from admin on April 25, 2019, 9:33 amno the kernel modules are all included/
no the kernel modules are all included/