Re: [CentOS] How to install XFCE on CentOS 8?

2021-02-27 Thread Lamar Owen
On 2/26/21 11:38 AM, Leon Fauster via CentOS wrote: https://pagure.io/fm-orchestrator What an obvious package name. :-) Thanks for the pointer! ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to install XFCE on CentOS 8?

2021-02-27 Thread James Szinger
On Fri, 26 Feb 2021 09:40:06 -0600 Johnny Hughes wrote: > > https://docs.fedoraproject.org/en-US/modularity/using-modules/ I find the modularity end-user documentation to be woefully inadequate, especially for developers. Here are several basic to advanced question that I can’t see answers for

[CentOS] bash: return status of an assignment

2021-02-27 Thread Kenneth Porter
In the sqm-scripts package for managing network traffic shaping is this line for finding a program suitable for loading the kernel shaping modules: [ -z "$INSMOD" ] && INSMOD=$(which modprobe) || INSMOD=$(which insmod) It seems to set INSMOD to /usr/sbin/insmod, even though /usr/sbin/modprobe

Re: [CentOS] bash: return status of an assignment

2021-02-27 Thread Gordon Messmer
On 2/27/21 1:32 PM, Kenneth Porter wrote: [ -z "$INSMOD" ] && INSMOD=$(which modprobe) || INSMOD=$(which insmod) It seems to set INSMOD to /usr/sbin/insmod, even though /usr/sbin/modprobe is available. (Both are symlinks to ../bin/kmod.)     [ -z "$INSMOD" ] && INSMOD=$(which modprobe) ||

Re: [CentOS] bash: return status of an assignment

2021-02-27 Thread Skylar Thompson
I think this is a problem with the precedence of && vs ||. If INSMOD is not set, it will work as you intend, but once it's set, only the || branch will execute. You can fix it if you group the assignments together: [ -z "$INSMOD" ] && (INSMOD=$(which modprobe) || INSMOD="$(which insmod)") On

Re: [CentOS] bash: return status of an assignment

2021-02-27 Thread Gordon Messmer
On 2/27/21 4:39 PM, Skylar Thompson wrote: You can fix it if you group the assignments together: [ -z "$INSMOD" ] && (INSMOD=$(which modprobe) || INSMOD="$(which insmod)") They do need to be grouped, but if you group them with parentheses, they execute in a subshell, and the assignment is

Re: [CentOS] How to install XFCE on CentOS 8?

2021-02-27 Thread Leon Fauster via CentOS
Am 27.02.21 um 16:28 schrieb James Szinger: On Fri, 26 Feb 2021 09:40:06 -0600 Johnny Hughes wrote: https://docs.fedoraproject.org/en-US/modularity/using-modules/ I find the modularity end-user documentation to be woefully inadequate, especially for developers. Yep! Here are several

[CentOS-announce] CEBA-2020:4046 CentOS 7 grub2 BugFix Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2020:4046 Upstream details at : https://access.redhat.com/errata/RHBA-2020:4046 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CESA-2021:0661 Important CentOS 7 thunderbird Security Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Security Advisory 2021:0661 Important Upstream details at : https://access.redhat.com/errata/RHSA-2021:0661 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CESA-2020:5408 Important CentOS 7 xorg-x11-server Security Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Security Advisory 2020:5408 Important Upstream details at : https://access.redhat.com/errata/RHSA-2020:5408 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CEBA-2021:0623 CentOS 7 microcode_ctl BugFix Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2021:0623 Upstream details at : https://access.redhat.com/errata/RHBA-2021:0623 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CESA-2021:0024 Important CentOS 7 ImageMagick Security Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Security Advisory 2021:0024 Important Upstream details at : https://access.redhat.com/errata/RHSA-2021:0024 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CESA-2021:0656 Critical CentOS 7 firefox Security Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Security Advisory 2021:0656 Critical Upstream details at : https://access.redhat.com/errata/RHSA-2021:0656 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CESA-2020:5402 Important CentOS 7 libexif Security Update

2021-02-27 Thread Johnny Hughes
CentOS Errata and Security Advisory 2020:5402 Important Upstream details at : https://access.redhat.com/errata/RHSA-2020:5402 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: