ifupdown2
package via apt install ifupdown2
and post the output.You may want to add a physical interface (your eth0) to that bridge...So there is a vmbr0
It seems to me that theSo what do I need to do
ifupdown2
configuration fails because there is no vmbr0
(therefore I asked for brctl show
). So either you create the bridge and try the configure again, or you adapt you /etc/network/interfaces
I make the bridge and I did again apt install proxmox-ve postfix open-iscsi and at the end it put me thatIt seems to me that theifupdown2
configuration fails because there is novmbr0
(therefore I asked forbrctl show
). So either you create the bridge and try the configure again, or you adapt you/etc/network/interfaces
open-iscsi
post-install script is unhappy...systemctl stop iscsid.service
followed by a ps aux | grep iscsid
. If there are processes other than grep iscsid
, try to kill them with killall -9 iscsid
and then try to reinstall the package.Not working same errorOkay, so it seems to make progress, as now only theopen-iscsi
post-install script is unhappy...
Can you perform asystemctl stop iscsid.service
followed by aps aux | grep iscsid
. If there are processes other thangrep iscsid
, try to kill them withkillall -9 iscsid
and then try to reinstall the package.
failed to mlockall, exiting...
iscsid fails during locking memory pages from being swapped out https://github.com/open-iscsi/open-iscsi/blob/master/usr/iscsid.c#L622CapabilityBoundingSet=
in the service given by systemctl show iscsid.service
, especially for the presence of cap_ipc_lock
and also check your current memory usage free -m
./sbin/iscsid -f -d 10
dpkg -s open-iscsi
We use essential cookies to make this site work, and optional cookies to enhance your experience.