Re: [CentOS] Sound/missing sof firmware in CentOS since 8.4

2020-12-22 Thread Frank Cox
On Tue, 22 Dec 2020 15:56:49 -0800 Kay Schenk wrote: > Now on to other issues -- playing .wav files without benefit of GUI. sox-14.4.2.0-29.el8.x86_64 -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list Cen

Re: [CentOS] Sound/missing sof firmware in CentOS since 8.4

2020-12-22 Thread Kay Schenk
Hell again -- I finally fixed my no sound with no firmware issue for my built-in Intel controlled speakers. I'm running on Stream 8 now. DNF was NOT picking up the two alsa packs I needed from -- http://mirror.datto.com/CentOS/8-stream/BaseOS/x86_64/os/Packages/ (just a random mirror) But t

Re: [CentOS] question centos stream 8 applying updates

2020-12-22 Thread Sergio Belkin
El mar, 22 dic 2020 a las 19:46, Sergio Belkin () escribió: > > > El mar, 22 dic 2020 a las 18:54, Matthew Miller () > escribió: > >> On Tue, Dec 22, 2020 at 05:39:57PM -0300, Sergio Belkin wrote: >> > Edward, thanks for the reply, the tone has changed "if you don't like >> > CentOS Stream well, y

Re: [CentOS] question centos stream 8 applying updates

2020-12-22 Thread Sergio Belkin
El mar, 22 dic 2020 a las 18:54, Matthew Miller () escribió: > On Tue, Dec 22, 2020 at 05:39:57PM -0300, Sergio Belkin wrote: > > Edward, thanks for the reply, the tone has changed "if you don't like > > CentOS Stream well, you know pay Red Hat". > > "If you are using CentOS Linux 8 in a productio

Re: [CentOS] question centos stream 8 applying updates

2020-12-22 Thread Matthew Miller
On Tue, Dec 22, 2020 at 05:39:57PM -0300, Sergio Belkin wrote: > Edward, thanks for the reply, the tone has changed "if you don't like > CentOS Stream well, you know pay Red Hat". > "If you are using CentOS Linux 8 in a production environment, and are > concerned that CentOS Stream will not meet yo

Re: [CentOS] question centos stream 8 applying updates

2020-12-22 Thread Sergio Belkin
El dom, 20 dic 2020 a las 16:13, Matthew Miller () escribió: > On Sun, Dec 20, 2020 at 10:43:25AM -0300, Sergio Belkin wrote: > > I feel up to now the predominant tone of communications both fron CentOS > > and RH is as if CentOS **professional** users were stealing something to > > RH... > > Can

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread centos2
On Tue, Dec 22, 2020, at 10:50, Carlos Lopez wrote: > Thanks centos2 but regarding your example, I cannot see where you > configure that this services needs to be stopped before anyone else I conveniently overlooked that requirement. I'll have to get back to you on that... > On 22/

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread centos2
On Tue, Dec 22, 2020, at 08:12, cent...@foxengines.net wrote: > > > On Tue, Dec 22, 2020, at 07:56, J Martin Rushton via CentOS wrote: > > This could be the same issue that people run into when designing cron > > jobs. You may only have a limited set of directories on you $PATH > > Is this

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread Carlos Lopez
Thanks centos2 but regarding your example, I cannot see where you configure that this services needs to be stopped before anyone else On 22/12/20, 15:22, "CentOS on behalf of cent...@foxengines.net" wrote: Hi, On Tue, Dec 22, 2020, at 06:51, Carlos Lopez wrote: > I am t

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread centos2
Hi, On Tue, Dec 22, 2020, at 06:51, Carlos Lopez wrote: > I am trying to configure a script as a systemd service to run first when a > shutdown or reboot is called. This script execute some scp commands to copy > some files to other machines. My actual defined systemd’s file is: > > [Unit] > De

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread centos2
On Tue, Dec 22, 2020, at 07:56, J Martin Rushton via CentOS wrote: > This could be the same issue that people run into when designing cron > jobs. You may only have a limited set of directories on you $PATH Is this a systemd limit? On one of my systems I've got 233 directories (5445 non-col

Re: [CentOS] Running script before reboot or shutdown

2020-12-22 Thread J Martin Rushton via CentOS
This could be the same issue that people run into when designing cron jobs. You may only have a limited set of directories on you $PATH and other environment variables may be missing. If this is the case, ensure that you define the full path to utilies: MYPROG="/home/carlos/myprog"

[CentOS] CentOS-announce Digest, Vol 189, Issue 5

2020-12-22 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] Running script before reboot or shutdown

2020-12-22 Thread Carlos Lopez
Hi all, I am trying to configure a script as a systemd service to run first when a shutdown or reboot is called. This script execute some scp commands to copy some files to other machines. My actual defined systemd’s file is: [Unit] Description=Remote copy some files before reboot/shutdown Befo