DocDrydenn / omsa_install

Simple automated script I use to install Dell OMSA on my Dell PowerEdge R720xd and R510 servers. (might work for other series, too)
GNU General Public License v2.0
38 stars 7 forks source link

R410 - Debian 11 #5

Open BenLaKnet opened 1 year ago

BenLaKnet commented 1 year ago

Hi,

I try to use your script to install OMSA, but I have an error on compression zst.

DocDrydenn commented 1 year ago

Sorry, you're running into a problem, but you're going to have to provide a lot more information if you are expecting me to be able to help.

BenLaKnet commented 1 year ago

Hi Doc,

I have an error with decompression of debian package with extension .zst for a debian 11. It is a problem of debian/ubuntu ? Is there a version without zst extension for OMSA packages ?

DocDrydenn commented 1 year ago

Okay, I've looked this over and have found that this isn't an issue with my script.

One of the deb packages in the Dell repository for v11.0 Jammy is using zst compression.

This shouldn't be a problem on an Ubuntu install, however, on Debian, the current official version of dpkg does not support zst compression.

This lack of zst compression support has been addressed with the Debian team: #892664 but there isn't any word as to when this might be fixed and pushed out.

In the mean time, you are able to install v10.3 from my script and it will work just fine. I'll research if there is a valid work-around for this zst compression issue when I get the time.

BenLaKnet commented 1 year ago

Many thanks for your script ! It is running with v10.3.

DocDrydenn commented 1 year ago

Great to hear.

BTW, I'm just going to leave this issue open until I've figured out a fix/workaround for the v11.0 zst issue.