Search Criteria
Package Details: targetcli-fb 2.1.58-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/targetcli-fb.git (read-only, click to copy) |
---|---|
Package Base: | targetcli-fb |
Description: | free branch of the targetcli LIO administration shell (iSCSI + Co) |
Upstream URL: | https://github.com/open-iscsi/targetcli-fb |
Licenses: | Apache |
Provides: | targetcli |
Submitter: | JonnyJD |
Maintainer: | None |
Last Packager: | dsonck92 |
Votes: | 25 |
Popularity: | 0.23 |
First Submitted: | 2012-02-27 01:05 (UTC) |
Last Updated: | 2024-06-09 12:32 (UTC) |
Dependencies (6)
- python-configshell-fb
- python-dbus
- python-gobject
- python-rtslib-fbAUR
- python-setuptools (make)
- python-ethtool (optional)
Required by (4)
- systemd-gadget (optional)
- systemd-gadget-bin (optional)
- targetd
- targetd-git
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
sanerb commented on 2025-05-13 13:13 (UTC)
Confirmed v3.0.1 fixes module naming issue.
Also confirming that https://aur.archlinux.org/packages/python-rtslib-fb 2.2.2-1 works without a hitch.
Updated for 3.0.1 including @bobpaul modifications:
Confirmed it works and starts up, shell able to connect. Haven't tried setting up any targets yet.
zomgugoff commented on 2025-04-22 17:19 (UTC)
@bobpaul 3.0.1 was released and it fixed the module name problem.
bobpaul commented on 2025-02-09 18:45 (UTC) (edited on 2025-02-09 22:53 (UTC) by bobpaul)
@sanerb's PKGBUILD builds for me, but I needed to add
python-hatchling
andpython-hatch-vcs
to themakedepends
. I also had to addmkdir -p "$pkgdir"/etc/target
to thepackage()
functionAnd I when I try to run
targetcli
I getModuleNotFoundError: No module named 'rtslib_fb.utils'; 'rtslib_fb' is not a package
. I had to downgradepython-rtslib-fb
to v2.1.76 and that fixed it.sanerb commented on 2025-01-10 05:40 (UTC) (edited on 2025-01-10 06:21 (UTC) by sanerb)
PKGBUILD for v3.0.0 (probably needs further work):
micwoj92 commented on 2024-06-12 21:42 (UTC)
Hello, please consider dropping
python-ethtool
optdepend, it's dead upstream and fails to build with python3.12.zomgugoff commented on 2023-06-17 08:41 (UTC)
Updated for 2.1.56
EdeWolf commented on 2023-05-30 12:36 (UTC)
As of yesterday, Version 2.1.56 is available
JuniorJPDJ commented on 2023-05-09 12:08 (UTC)
This is already fixed in upstream, they just didn't release new version: https://github.com/open-iscsi/configshell-fb/commit/f3ac914861bd605e3d634aeeb5e706abdbd39259
JuniorJPDJ commented on 2023-05-09 12:07 (UTC)
This is not targetcli bug, this is configshell-fb bug.
Here's quick workaround: https://github.com/pyinvoke/invoke/issues/833#issuecomment-1396931531
a1678991 commented on 2023-05-04 14:59 (UTC)
The python package has been updated to 3.11 and targetcli no longer works.
I run
makepkg -si
and the library is placed in the 3.11 path, but I am getting the following errorThe same problem occurs when I install targetcli-fb using pip in python 3.11, but not in 3.10 built with pyenv, so this is most likely an upstream compatibility issue.
I think you need to add python 3.10 to the dependencies of this package or make it work in some other way.
1 2 3 4 5 6 .. 8 Next › Last »