Fehler bei der Installation des Paketes open-iscsi

peri0603

New Member
Mein System ist eine virtuelle Maschine (XEN) mit Debian 9 (strech)

Wenn ich folgendes versuche:
Code:
apt install open-iscsi
kommt folgender Fehler

Code:
root@j320213:~# apt install open-iscsi
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libisns0
The following NEW packages will be installed:
  libisns0 open-iscsi
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 403 kB of archives.
After this operation, 2,432 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.de.debian.org/debian stretch/main amd64 libisns0 amd64 0.97-2 [113 kB]
Get:2 http://ftp.de.debian.org/debian stretch/main amd64 open-iscsi amd64 2.0.874-3~deb9u1 [290 kB]
Fetched 403 kB in 0s (826 kB/s)
Preconfiguring packages ...
Selecting previously unselected package libisns0:amd64.
(Reading database ... 25882 files and directories currently installed.)
Preparing to unpack .../libisns0_0.97-2_amd64.deb ...
Unpacking libisns0:amd64 (0.97-2) ...
Selecting previously unselected package open-iscsi.
Preparing to unpack .../open-iscsi_2.0.874-3~deb9u1_amd64.deb ...
Unpacking open-iscsi (2.0.874-3~deb9u1) ...
Setting up libisns0:amd64 (0.97-2) ...
Processing triggers for initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-3-amd64
I: The initramfs will attempt to resume from /dev/xvdb
I: Set the RESUME variable to override this.
cp: cannot stat '/etc/iscsi/initiatorname.iscsi': No such file or directory
Setting up open-iscsi (2.0.874-3~deb9u1) ...
Created symlink /etc/systemd/system/sysinit.target.wants/iscsid.service → /lib/systemd/system/iscsid.service.
Created symlink /etc/systemd/system/iscsi.service → /lib/systemd/system/open-iscsi.service.
Created symlink /etc/systemd/system/sysinit.target.wants/open-iscsi.service → /lib/systemd/system/open-iscsi.service.
Job for iscsid.service failed because of unavailable resources or another system error.
See "systemctl status iscsid.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iscsid, action "start" failed.
● iscsid.service - iSCSI initiator daemon (iscsid)
   Loaded: loaded (/lib/systemd/system/iscsid.service; enabled; vendor preset: enabled)
   Active: failed (Result: resources) since Mon 2018-02-19 00:24:57 UTC; 17ms ago
     Docs: man:iscsid(8)
  Process: 11917 ExecStart=/sbin/iscsid (code=exited, status=0/SUCCESS)
  Process: 11895 ExecStartPre=/lib/open-iscsi/startup-checks.sh (code=exited, status=0/SUCCESS)

Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: Starting iSCSI initiator daemon (iscsid)...
Feb 19 00:24:57 j320213.servers.jiffybox.net iscsid[11917]: iSCSI logger with pid=11919 started!
Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: iscsid.service: Failed to read PID from file /run/iscsid.pid: Invalid argument
Feb 19 00:24:57 j320213.servers.jiffybox.net iscsid[11919]: iSCSI daemon with pid=11921 started!
Feb 19 00:24:57 j320213.servers.jiffybox.net iscsid[11919]: can not create NETLINK_ISCSI socket
Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: iscsid.service: Daemon never wrote its PID file. Failing.
Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: Failed to start iSCSI initiator daemon (iscsid).
Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: iscsid.service: Unit entered failed state.
Feb 19 00:24:57 j320213.servers.jiffybox.net systemd[1]: iscsid.service: Failed with result 'resources'.
dpkg: error processing package open-iscsi (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-3-amd64
I: The initramfs will attempt to resume from /dev/xvdb
I: Set the RESUME variable to override this.
Errors were encountered while processing:
 open-iscsi
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@j320213:~#
 

Werbung

Top