redirect remote rsyslog messages to journal

2025-02-21 Thread fedora
I have a server (e7) and a remote machine (xilinx). Remote log messages are sent to port 514 and accepted by the server. I can see them in the relevant log files (messages, cron etc.) in /etc/rsyslog.conf I have module(load="imudp") input(type="imudp" port="514") module(load="imtcp") input(type

Re: [SOLVED][OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
    '(?<= )\w+' <--- actual expression For completeness and for anybody else who wondered what that does: it is looking for words preceded by a space -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to use

OT: Re: In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Robert Moskowitz
On 2/21/25 13:54, Bob Marčan wrote: On Fri, 21 Feb 2025 13:35:32 -0500 "Robert Moskowitz" wrote: Oh, I know of that URL and have tried the compare to see how it is against the x120e and get: Here's another search that I would recommend. http://www.idallen.com/topposting.html Yes.  I te

Re: In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Bob Marčan via users
On Fri, 21 Feb 2025 13:35:32 -0500 "Robert Moskowitz" wrote: > Oh, I know of that URL and have tried the compare to see how it is > against the x120e and get: > Here's another search that I would recommend. http://www.idallen.com/topposting.html -- __

Re: In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Jeffrey Walton
On Fri, Feb 21, 2025 at 1:36 PM Robert Moskowitz wrote: > > Oh, I know of that URL and have tried the compare to see how it is > against the x120e and get: > > "Products not found: lenovo thinkpad x120e. Check if the product name is > complete and spelled correctly. " > > hmm. maybe the search is

Re: In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Robert Moskowitz
Oh, I know of that URL and have tried the compare to see how it is against the x120e and get: "Products not found: lenovo thinkpad x120e. Check if the product name is complete and spelled correctly. " hmm.  maybe the search is case sensitive? I want to know where it is with the 120 and 140 a

[SOLVED][OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
On 2/21/25 09:39, Markus Schönhaber wrote: 21.02.25, 18:12 +0100, Mike Wright: Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' <--- mistake '(?<= )\w+' <--- actual expression I got the "one or more words" part but what is t

Re: In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Bob Marčan via users
On Fri, 21 Feb 2025 11:51:43 -0500 "Robert Moskowitz" wrote: > I have 2 Lenovo x140e with 16Gb mem for my main Fedora systems (and one > more for Win10). > > The 11" screen is VERY important to be able to work comfortably on an > airplane. > > I HAD 3 Lenovo x120e with 4Gb for testing and speci

In the market for a low cost, small Lenovo Thinkpad

2025-02-21 Thread Robert Moskowitz
I have 2 Lenovo x140e with 16Gb mem for my main Fedora systems (and one more for Win10). The 11" screen is VERY important to be able to work comfortably on an airplane. I HAD 3 Lenovo x120e with 4Gb for testing and special purposes.  2 died recently (fan failures after only some 10+ years ru

[OT] help understanding a PCRE expression

2025-02-21 Thread Mike Wright
Hey everybody, Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' I got the "one or more words" part but what is the meaning of the part inside the parens? Thanks -- ___ users mailing lis

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Will McDonald
On Fri, 21 Feb 2025 at 17:13, Mike Wright wrote: > > Reading an article about a fedora kernel vulnerability regression and > found this PCRE expression >'(?<= )\w+' <--- actual expression > > I got the "one or more words" part but what is the meaning of the part > inside the parens? Adding

Re: off-topic (maybe) Firefox: stop trying HTTPS without asking me

2025-02-21 Thread Robert Moskowitz
also if you have to activate a NAT using http://neverssl.com There is also IETF's http://example.com that works for this. neverssl states that they will always be there.  example.com will always be there as long as there is the IETF and RFCs. On 2/21/25 09:31, Tim via users wrote: Hi, Just

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Markus Schönhaber
21.02.25, 18:12 +0100, Mike Wright: > Reading an article about a fedora kernel vulnerability regression and > found this PCRE expression > >'(<= )\w+' <--- mistake > >'(?<= )\w+' <--- actual expression > > I got the "one or more words" part but what is the meaning of the part > insid

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Barry
> On 21 Feb 2025, at 17:13, Mike Wright wrote: > > I got the "one or more words" part but what is the meaning of the part inside > the parens? Do a web search for “ pcre re format” and it will take you here https://www.pcre.org/original/doc/html/pcresyntax.html that explains all the syntax.

[OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
Hey everybody, Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' <--- mistake '(?<= )\w+' <--- actual expression I got the "one or more words" part but what is the meaning of the part inside the parens? Thanks -- _

off-topic (maybe) Firefox: stop trying HTTPS without asking me

2025-02-21 Thread Tim via users
Hi, Just thought I'd try asking here, because I'm not having much luck with Google... Many times, way too many damn times, if I try to access some address with Firefox it will go into HTTPS mode when I don't want it to. For instance, I've actually typed http://192.168.1.254 to get into my router

Re: off-topic (maybe) Firefox: stop trying HTTPS without asking me

2025-02-21 Thread Will McDonald
On Fri, 21 Feb 2025 at 14:32, Tim via users wrote: > Hi, > > Just thought I'd try asking here, because I'm not having much luck with > Google... > > Many times, way too many damn times, if I try to access some address > with Firefox it will go into HTTPS mode when I don't want it to. Untested b

Re: off-topic (maybe) Firefox: stop trying HTTPS without asking me

2025-02-21 Thread Fulko Hew
On Fri, Feb 21, 2025 at 9:32 AM Tim via users wrote: > Hi, > > Just thought I'd try asking here, because I'm not having much luck with > Google... > > Many times, way too many damn times, if I try to access some address > with Firefox it will go into HTTPS mode when I don't want it to. > > For in

Re: F40 KDE hangs after 25 minutes when idle

2025-02-21 Thread Tim via users
On Thu, 2025-02-20 at 17:45 -0500, Go Canes wrote: > I have a laptop running F40 Server with KDE, fully updated, that I > have been using without issue. I am in the process of moving to a new > laptop and plan to repurpose the old one. But I am running into an > issue with the old laptop. > > If