Works perfectly but by adding ubuntu repo to the system (I don't recommend doing this in production system, test it first!).
Dell R750 with OMSA 10.3, using Proxmox 7.4 system.
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list.d/linux.dell.com.sources.list
deb
http://linux.dell.com/repo/community/openmanage/10300/focal focal main
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list.d/ubuntu.list
deb
http://archive.ubuntu.com/ubuntu focal main universe multiverse
---------------------------------------------------------------------------
$ cat /etc/apt/sources.list
deb
http://ftp.debian.org/debian bullseye main contrib
deb
http://ftp.debian.org/debian bullseye-updates main contrib
# security updates
deb
http://security.debian.org bullseye-security main contrib
deb
http://deb.debian.org/debian bullseye main contrib
deb-src
http://deb.debian.org/debian bullseye main contrib
deb
http://deb.debian.org/debian bullseye-updates main contrib
deb-src
http://deb.debian.org/debian bullseye-updates main contrib
deb
http://deb.debian.org/debian bullseye-backports main contrib
========================================================================================
Download it so you can copy it to another system without internet
apt-get download $(apt-rdepends openwsman |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libcimcclient0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends cim-schema |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libsfcutil0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends sfcb |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libcmpicppimpl0 |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends srvadmin-all |grep -v "^ " | grep -v "^debconf-2.0$")
apt-get download $(apt-rdepends libncurses5 libxslt1-dev linux-libc-dev |grep -v "^ " | grep -v "^debconf-2.0$" | grep -v "^libc-dev$")
=========================================================================================
Remove srvadmin
apt purge srvadmin-*
Install the packages that was downloaded
dpkg -i *.deb
If you encounter a lot of errors in installing srvadmin packages, execute it again
dpkg -i *.deb
(Same as OP) If you have NVME disk, dataeng will segfault. To correct that problem :
Bash:
nano /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini
And comment the line
Code:
vil7=dsm_sm_psrvil
like that :
Code:
; vil7=dsm_sm_psrvil
relogin then execute:
srvadmin-services.sh restart