Re: I need to monitor a dead network

2025-04-05 Thread Tim via users
On Sat, 2025-04-05 at 17:03 -0700, ToddAndMargo via users wrote: > Problem: about once a week, its networking dies. I would be looking for a log entry for this. Seeing if you can correlate it to other activity on the machine, or external. Is a regular time? Is it during working hours? -- u

Re: I need to monitor a dead network

2025-04-05 Thread Samuel Sieb
On 2025-04-05 19:00, Sam Varshavchik wrote: ToddAndMargo via users writes: I have a customer I set up a Fedora 41 server. Problem: about once a week, its networking dies. All network services are dead,  xrdp, ssh, samba, etc.. All of them.  Console logins work fine. The solution is to call the

Re: I need to monitor a dead network

2025-04-05 Thread Marco Moock
Am Sat, 5 Apr 2025 17:03:57 -0700 schrieb ToddAndMargo via users : > Problem: about once a week, its networking dies. All > network services are dead, xrdp, ssh, samba, etc.. > All of them. Console logins work fine. Check journalctl --dmesg for any link changes or messages from the NIC's kernel

Re: I need to monitor a dead network

2025-04-05 Thread ToddAndMargo via users
On 4/5/25 9:11 PM, Tim via users wrote: I have a PC that if networking is externally interrupted (A LAN cable is unplugged, the network switch power is interrupted, etc) it does not self-recover. I have to restart that connection on the PC. Your cause could be external. Someone bumping a cable

Re: I need to monitor a dead network

2025-04-05 Thread Tim via users
On Sat, 2025-04-05 at 17:03 -0700, ToddAndMargo via users wrote: > Problem: about once a week, its networking dies. All > network services are dead, xrdp, ssh, samba, etc.. > All of them. Console logins work fine. > > The solution is to call the customer and have him > log in at the console and

Re: I need to monitor a dead network

2025-04-05 Thread Tim via users
On Sat, 2025-04-05 at 20:45 -0700, ToddAndMargo via users wrote: > Question: Are network cards actually powered off? I am > thinking at least part of them has to be on for "Wake > on LAN" to operate. That depend on the motherboard (and power supply). When it shuts down it may supply stand-by pow

Re: I need to monitor a dead network

2025-04-05 Thread ToddAndMargo via users
On 4/5/25 7:00 PM, Sam Varshavchik wrote: ToddAndMargo via users writes: Hi All, Fedora 41 I have a customer I set up a Fedora 41 server. Problem: about once a week, its networking dies. All network services are dead,  xrdp, ssh, samba, etc.. All of them.  Console logins work fine. The solu

Re: I need to monitor a dead network

2025-04-05 Thread Sam Varshavchik
ToddAndMargo via users writes: Hi All, Fedora 41 I have a customer I set up a Fedora 41 server. Problem: about once a week, its networking dies. All network services are dead, xrdp, ssh, samba, etc.. All of them. Console logins work fine. The solution is to call the customer and have him l

Re: I need to monitor a dead network

2025-04-05 Thread ToddAndMargo via users
On Sat, Apr 5, 2025 at 7:04 PM ToddAndMargo via users wrote: Hi All, Fedora 41 I have a customer I set up a Fedora 41 server. Problem: about once a week, its networking dies. All network services are dead, xrdp, ssh, samba, etc.. All of them. Console logins work fine. The solution is to c

Re: I need to monitor a dead network

2025-04-05 Thread Roger Heflin
Maybe, maybe not. Typically I have had to do a stop(instead of a restart) then a modprobe -r ; sleep 1 ; modprobe ; then restart. That works unless the NIC itself has a serious firmware issue and locks up and really needs a hardware reset that comes on a complete reboot. On Sat, Apr 5, 2025 at

Re: apache log monitoring?

2025-04-05 Thread Charles Dennett
On 4/5/25 7:37 PM, Alex wrote: Hi, I'm looking for a log monitoring tool that can alert on errors in the access log and error log. Something like what nagios can do to alert on serivce issues except for errors like 500 or 503. Something like fail2ban pattern checking that can take an action i

I need to monitor a dead network

2025-04-05 Thread ToddAndMargo via users
Hi All, Fedora 41 I have a customer I set up a Fedora 41 server. Problem: about once a week, its networking dies. All network services are dead, xrdp, ssh, samba, etc.. All of them. Console logins work fine. The solution is to call the customer and have him log in at the console and issue a

xrdp authentication problem

2025-04-05 Thread ToddAndMargo via users
Hi All, Fedora 41 xrdp-0.10.2-11.fc41.x86_64 I have a customer that I set up a FC41 server with xRDP. Problem: Only my account can log in to xRDP. (Everyone works from console login and Samba.) The other users (all of them) get this error message in /var/log/xrdp.log [INFO ] xrdp_wm_log_msg

apache log monitoring?

2025-04-05 Thread Alex
Hi, I'm looking for a log monitoring tool that can alert on errors in the access log and error log. Something like what nagios can do to alert on serivce issues except for errors like 500 or 503. Something like fail2ban pattern checking that can take an action in real-time, like send an email or a

Re: upstream for qemu-kvm?

2025-04-05 Thread ToddAndMargo via users
On 3/29/25 7:10 PM, Sam Varshavchik wrote: ToddAndMargo via users writes: Hi All, Anyone know where "upstream" is for qemu-kvm.  I'd like to post an RFE. rpm -q -i qemu-kvm comes back with a bunch of stuff, including: URL : http://www.qemu.org/ and that's where I would go to dig u

Re: Access the serial console on Fedora

2025-04-05 Thread George N. White III
On Wed, Apr 2, 2025 at 2:31 AM Dave Close wrote: > > I have a machine running Fedora 41 which has stopped providing video > for its console. Of course, the problem could be hardware, but there > is no clear evidence of that. I am able to access the machine with SSH > so I know it is working. I don

virt-manager wants password for a user's account

2025-04-05 Thread toddandmargo via users
Hi All, Fedora 41 virt-manager-5.0.0-1.fc41.noarch When I start virt-manager, it wants the password for the user's account that I initially created during the install of FC41. How do I get it to ask for the root's password instead? Many thanks, -T -- __

Re: qemu-kvm running machine at host shutdown/reboot?

2025-04-05 Thread Todd Zullinger
ToddAndMargo via users wrote: > On 3/28/25 4:49 PM, Samuel Sieb wrote: >> On 3/28/25 2:41 PM, ToddAndMargo via users wrote: >>> What happens to a running qemu-kvm virtual machine >>> when the host shuts down or reboots? >>> >>> Does the hypervisor issue a shutdown to the VM? >>> Or freeze and save

Re: Access the serial console on Fedora

2025-04-05 Thread Samuel Sieb
On 4/2/25 3:14 PM, Dave Close wrote: Roger Heflin wrote: And you are using ttyS0 for the serial port and that is the first real hardware serial port, not the first USB serial port and at boot the first usb serial port may not even actually exist yet... The serial-to-USB adapter is attached to

Re: Errors in DMESG After System Update

2025-04-05 Thread Tim via users
Tim: >> Supposedly, it could show an ordinary user something they shouldn't >> know, hence the increased security, now. Barry: > As I understand the risk it is the presences of addresses in dmesg > output of kernel internals that are required for attacking the > kernel. > I couldn't remember wha

Re: Lenovo crashes on resume on battery problem

2025-04-05 Thread Jeffrey Walton
On Tue, Apr 1, 2025 at 9:05 AM Robert Moskowitz wrote: > > I am at a meeting and resumed on battery. The system started up and > pretty much shut right off. > > On reboot I saw a message which I found be grepping /var/log/message > > Apr 1 08:45:51 LX140e-3 kernel: ACPI: \_SB_.PCI0.LPC0.EC__.HKE

Re: SOLVED - Re: follow-up: searching a directory sub-tree.

2025-04-05 Thread home user via users
On 3/29/25 10:35 PM, Tim wrote: On Sat, 2025-03-29 at 10:31 -0600, home user via users wrote: If anyone is curious, the search keys in my examples in this thread are for pipe organ performances that I like. Classical or another? I've occasionally been able to play real pipe organs (theatre Wu

Managing dual boot

2025-04-05 Thread Patrick Dupre via users
Hello, I have a machine with a dual fedora boot on 2 drives (with grub2) I daily maintain one (say A on /dev/sda4), and occasionally the other one (say B on /dev/sdc5). The problem is when I update B, grub is not update properly, i.e., I cannot boot on B with the new kernel. Hence, I run grub2-mk

Re: Evolution Functionality

2025-04-05 Thread Tim via users
Tim: > > I suspect it's merely a label and application-specific. The moment you > > email someone without the requisite software it's going to get ignored. Stephen Morris: > Organisations, if they so desire, can put processes in place to > handle mails with headers specifying sensitivity differen

RE: Tracer Messages

2025-04-05 Thread Stephen Morris
*From:* Patrick O'Callaghan *Sent:* Friday, 21 March 2025 at 01:50 UTC+11 *To:* users@lists.fedoraproject.org *Subject:* RE: Tracer Messages On Thu, 2025-03-20 at 08:55 +1100, Stephen Morris wrote: *From:* Patrick O'Callaghan *Sent:* Wednesday, 19 March 2025 at 10:20 UTC+11 *To:*users@li

Re: Errors in DMESG After System Update

2025-04-05 Thread Stephen Morris
On 17/3/25 17:42, Samuel Sieb wrote: On 2025-03-16 15:23, Stephen Morris wrote: Is the nvidia API mismatch because the Xorg nvidia drivers were updated with the update I did and I haven't rebooted yet? [ 3055.581655] NVRM: API mismatch: the client has the version 570.124.04, but

Re: Access the serial console on Fedora

2025-04-05 Thread Dave Close
Roger Heflin wrote: >And you are using ttyS0 for the serial port and that is the first real >hardware serial port, not the first USB serial port and at boot the >first usb serial port may not even actually exist yet... The serial-to-USB adapter is attached to ttyS0 on the problem machine. The USB

Re: command line smtp mailer

2025-04-05 Thread R. G. Newbury
From: ToddAndMargo Anyone have a favorite command line outbound (smtp) email program that is easy to use? I'd like to be able to put everything on the command line and not have configuration files to deal with. I have looked at mailx (snail) and msmtp, but am a bit overwhelmed by them I use

Re: Access the serial console on Fedora

2025-04-05 Thread Samuel Sieb
On 4/2/25 4:24 PM, Dave Close wrote: "George N. White III" wrote: Try booting a Live USB -- if that gives graphics you know the hardware is working. Tried that. It doesn't boot. I think the BIOS on this machine requires some keyboard entry to select the USB boot. Hard to do without video. I

Re: DNF Error Messages

2025-04-05 Thread Barry
> On 3 Apr 2025, at 22:33, Stephen Morris wrote: > > How do I find what it is talking about and how do I get them rectified? It is a known issue with some rpms that should eventually be fixed. The messages can be ignored. Barry -- ___ users mailing

Re: Evolution Functionality

2025-04-05 Thread Tim via users
On Thu, 2025-03-20 at 09:11 +1100, Stephen Morris wrote: > Does Evolution support the tagging of outgoing mails as > "organisation-sensitive" and hence generate the appropriate mail > headers, and conversely, when an email comes in with mail headers > specifying a sensitivity level does Evo

Re: Lenovo crashes on resume on battery problem

2025-04-05 Thread Robert Moskowitz
And I am having no apparent issue operating on battery. I AM going to have to find a plug soon.  And will suspend, then resume while being plugged in. On 4/1/25 9:04 AM, Robert Moskowitz wrote: I am at a meeting and resumed on battery.  The system started up and pretty much shut right off.

Re: RAT program for Fedora?

2025-04-05 Thread ToddAndMargo via users
On 3/27/25 6:58 PM, Jonathan Billings wrote: AnyDesk, HelpWire, Go To Assist, Team Viewer all have this feature with Windows clients. With many of the mentioned services, you’re connecting to an established windows login session and sharing that screen, correct? Is that what you want, only on

Re: kernel 6.13.x usb wifi problems

2025-04-05 Thread Marco Moock
Am 21.03.2025 um 12:21:37 Uhr schrieb Robert McBroom via users: > What does it mean that the RTL8812AU device is seen but not enabled? Check if the kernel module is being loaded. lsusb -t -- Gruß Marco Send unsolicited bulk mail to 1742556097mu...@cartoonies.org --

Re: RAT program for Fedora?

2025-04-05 Thread ToddAndMargo via users
On 3/27/25 8:21 PM, Samuel Sieb wrote: On 3/27/25 6:16 PM, ToddAndMargo via users wrote: On 3/27/25 2:35 PM, Samuel Sieb wrote: On 3/27/25 1:52 PM, ToddAndMargo via users wrote: A while back I asked about Remote Access Tools (RAT's) that were Fedora friendly.  Someone recommend an open source

Re: command line smtp mailer?

2025-04-05 Thread Patrick O'Callaghan
On Mon, 2025-03-24 at 00:13 -0700, ToddAndMargo via users wrote: > Hi All, > > Anyone have a favorite command line outbound (smtp) > email program that is easy to use? > > I'd like to be able to put everything on the command > line and not have configuration files to deal with. > > I have looked

RE: Tracer Messages

2025-04-05 Thread Stephen Morris
*From:* Patrick O'Callaghan *Sent:* Wednesday, 19 March 2025 at 10:20 UTC+11 *To:* users@lists.fedoraproject.org *Subject:* RE: Tracer Messages On Wed, 2025-03-19 at 09:36 +1100, Stephen Morris wrote: On 18/3/25 09:20, Will McDonald wrote: On Mon, 17 Mar 2025 at 21:54, Stephen Morris wro

Re: prep for upgrade: questions.

2025-04-05 Thread home user via users
On 4/5/25 6:41 AM, George N. White III wrote: On Fri, Apr 4, 2025 at 1:29 PM home user via users mailto:users@lists.fedoraproject.org>> wrote: Good morning, I'm planning and preparing to upgrade my workstation from Fedora Workstation 40 to Fedora Workstation 41.  The ipgrade is planned

Re: prep for upgrade: questions.

2025-04-05 Thread home user via users
On 4/5/25 1:22 AM, Barry wrote: On 4 Apr 2025, at 23:12, home user via users wrote: I don't recall customizing dnf in the past several years. The workstation is 12 years old; I don't recall if I did any dnf or yum customization that far back. I was not thinking of customising dnf, I wa

Re: Evolution Functionality

2025-04-05 Thread Tim via users
On Fri, 2025-03-21 at 16:28 +1030, Tim via users wrote: > On a whim, I picked "unclassified" for this reply, to see what it does, > and if it makes it through the list server. I see it does. It added a header "Security: Unclassified". But for you to know anything about this while reading your ma

Re: prep for upgrade: questions.

2025-04-05 Thread George N. White III
On Fri, Apr 4, 2025 at 1:29 PM home user via users < users@lists.fedoraproject.org> wrote: > Good morning, > > I'm planning and preparing to upgrade my workstation from Fedora > Workstation 40 to Fedora Workstation 41. The ipgrade is planned for next > Thursday. I have read the instructions in d

Re: prep for upgrade: questions.

2025-04-05 Thread Barry
> On 4 Apr 2025, at 23:12, home user via users > wrote: > > I don't recall customizing dnf in the past several years. The workstation is > 12 years old; I don't recall if I did any dnf or yum customization that far > back. I was not thinking of customising dnf, I was thinking of customisin