E: Sub-process /usr/bin/dpkg returned an error code (1)
Bug #1081495 reported by
Martin Pitt
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tgt (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
The maas autopkgtests fail right now, as installing the dependencies fails.
https:/
This is due to
$ sudo apt-get install tgt
[...]
Setting up tgt (1:1.0.17-1ubuntu3) ...
start: Job failed to start
invoke-rc.d: initscript tgt, action "start" failed.
dpkg: error processing tgt (--configure):
subprocess installed post-installation script returned error exit status 1
which reproduces well in a standard cloud image VM.
Changed in tgt (Ubuntu): | |
importance: | Undecided → High |
To post a comment you must log in.
$ sudo tgtd; echo "exit code: $?" interface( 171) no interface specified.
librdmacm: couldn't read ABI version.
librdmacm: assuming: 4
CMA: unable to get RDMA device list
(null): iser_ib_init(3263) Failed to initialize RDMA; load kernel modules?
(null): fcoe_init(214) (null)
(null): fcoe_create_
exit code: 0
This might not work in a VM without some kernel modules?