glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

OS detection broken for Debian 11 #313

Closed brianhlin closed 1 year ago

brianhlin commented 1 year ago

The block that checks for /etc/os-release never gets checked for Debian 11 hosts, which are missing both /etc/redhat-release and /etc/lsb-release

https://github.com/glideinWMS/glideinWMS/blob/branch_v3_11/creation/web_base/condor_platform_select.sh#L127-L152

mambelli commented 1 year ago

This is fixed by PR #320 The linked PR in the other repo breaks RHEL platform detection

mambelli commented 1 year ago

@jdost321 @mmascher To patch an existing Factory you can replace /var/lib/gwms-factory/web-base/condor_platform_select.sh with https://raw.githubusercontent.com/mambelli/glideinwms/v310/add_debian11/creation/web_base/condor_platform_select.sh and run an upgrade command.

mambelli commented 1 year ago

Resolved, in v3_10_3