Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Cannot update to open-iscsi 2.0.874-7 on buster/sid

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
aril
Posts: 2
Joined: 2018-10-14 17:51

[SOLVED] Cannot update to open-iscsi 2.0.874-7 on buster/sid

#1 Post by aril »

Hello,

Update to open-iscsi 2.0.874-7 on buster/sid fails on my machine (booting on iscsi) :

Code: Select all

iscsid.service - iSCSI initiator daemon (iscsid)
   Loaded: loaded (/lib/systemd/system/iscsid.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2018-10-14 20:48:53 CEST; 5ms ago
     Docs: man:iscsid(8)
  Process: 4915 ExecStart=/sbin/iscsid (code=exited, status=1/FAILURE)
  Process: 4912 ExecStartPre=/lib/open-iscsi/startup-checks.sh (code=exited, status=0/SUCCESS)

Oct 14 20:48:53 titan systemd[1]: Starting iSCSI initiator daemon (iscsid)...
Oct 14 20:48:53 titan iscsid[4915]: iSCSI logger with pid=4916 started!
Oct 14 20:48:53 titan systemd[1]: iscsid.service: Control process exited, code=exited status=1
Oct 14 20:48:53 titan systemd[1]: iscsid.service: Failed with result 'exit-code'.
Oct 14 20:48:53 titan systemd[1]: Failed to start iSCSI initiator daemon (iscsid).
I'm running kernel 4.18.0-1-amd64, I made initrd with dracut to boot on an iscsi lun :

Code: Select all

Image: /boot/initrd.img-4.18.0-1-amd64: 42M
========================================================================
Version: dracut-048+80-1-1
Arguments: -q --force
dracut modules:
bash
dash
modsign
console-setup
network
ifcfg
crypt
dm
dmraid
kernel-modules
kernel-network-modules
lvm
mdraid
overlay-root
qemu
qemu-net
iscsi
lunmask
nfs
resume
rootfs-block
terminfo
udev-rules
virtfs
usrmount
base
fs-lib
shutdown
iscsid is running:

Code: Select all

root@titan:~# ps aux | grep iscsi
root       259  0.0  0.0      0     0 ?        I<   20:26   0:00 [iscsi_eh]
root       896  0.0  0.0   6852   296 ?        Ss   20:26   0:00 /sbin/iscsid
root       897  0.0  0.0   7700  5636 ?        S<Ls 20:26   0:00 /sbin/iscsid
root       903  0.0  0.0      0     0 ?        I<   20:26   0:00 [iscsi_q_6]
I noticed this :

Code: Select all

root@titan:~# iscsiadm -m discovery -t st -p 172.16.1.3
iscsiadm: Cannot perform discovery. Initiatorname required.
iscsiadm: Could not perform SendTargets discovery: daemon access denied
Any idea or tips please ?
Greetings from Belgium
Aril

aril
Posts: 2
Joined: 2018-10-14 17:51

Re: [SOLVED] Cannot update to open-iscsi 2.0.874-7 on buster

#2 Post by aril »

Solved by disabling the iscsid and open-iscsi services at boot (rcconf can be used to do that)

Post Reply