Re: [CentOS] possible issue with CS8 kernel-4.18.0-358.el8.x86_64

2022-01-30 Thread Orion Poplawski
On 1/28/22 10:27, Turing Eret wrote: I'd like to echo this. `kscreenlocker_greet` doesn't show a password prompt and can't be unlocked, `loginctl unlock-session` just doesn't work, sddm just stops at a black screen and never displays the login prompt. Backed up to 348 and everything works fine.

Re: [CentOS] Assitance with perl

2022-01-30 Thread Orion Poplawski
On 1/30/22 18:12, H wrote: I am writing a long bash script under CentOS 7 where perl is used for manipulating some external files. So far I am using perl one-liners to do so but ran into a problem when I need to append text to an external file. Here is a simplified example in the bash script w

Re: [CentOS] Assitance with perl

2022-01-30 Thread H
On January 30, 2022 8:25:46 PM EST, mailist wrote: >On 2022-01-30 20:12, H wrote: >> I am writing a long bash script under CentOS 7 where perl is used for >> manipulating some external files. So far I am using perl one-liners >to >> do so but ran into a problem when I need to append text to an >ex

Re: [CentOS] Assitance with perl

2022-01-30 Thread mailist
On 2022-01-30 20:12, H wrote: I am writing a long bash script under CentOS 7 where perl is used for manipulating some external files. So far I am using perl one-liners to do so but ran into a problem when I need to append text to an external file. Rewrite the whole thing in Perl. Over the year

[CentOS] Assitance with perl

2022-01-30 Thread H
I am writing a long bash script under CentOS 7 where perl is used for manipulating some external files. So far I am using perl one-liners to do so but ran into a problem when I need to append text to an external file. Here is a simplified example in the bash script where txt is a bash variable