Re: Strange DNS behavior

2025-05-28 Thread George N. White III
areas for the copper. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of

Re: How to setup certs for https access for Fedora 42?

2025-05-28 Thread George N. White III
actors storing encrypted data until new methods (quantum?) allow them to decrypt the data. Changing keys more often multiplies the effort needed to get all the data, which is a good thing. -- George N. White III -- ___ users mailing list -- users@lists.fed

Re: how to boot from USB on an HP EliteBook

2025-05-16 Thread George N. White III
On Wed, May 14, 2025 at 10:18 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > On Wed, 14 May 2025, George N. White III wrote: > > [...]> One of my Dell systems was dual booting F41 with Windows 11, but > after 3 > > successive Windows updates messed

Re: how to boot from USB on an HP EliteBook

2025-05-14 Thread George N. White III
xes to restore Fedora boots, I wiped the disk. The Fedora 41 USB wouldn't boot, but the Server USB did boot so I used that and installed the Workstation packages I use. Others have installed an older Fedora and upgraded to the current version. -- George N. White III -- __

Re: F42 live hangs at boot

2025-05-13 Thread George N. White III
ther installing from it is a good idea. > > The last time I installed Fedora (40, I think) I had to use the install > for the headless server, the normal one (Mate spin) would not boot. > The server version had a different boot scheme. I had the same experience with F41 and t

Re: Audio not working after updates F42

2025-05-13 Thread George N. White III
configuration settings. Some updates do introduce bugs. Try creating another user login. If sound works there, your issue is probably some setting in ~/.config files. Using your own login, you may find helpful details using journalctl. .-- George N. White III -- __

Re: F42 live hangs at boot

2025-05-12 Thread George N. White III
here are only 5 LHDB probes < https://linux-hardware.org/?view=computers&type=Desktop&vendor=Hewlett-Packard&model=DC5800 > for that model, with the latest from 2020. One is Intel Core 2 Duo E4600, the others are E5200. See: <ht

Re: is xroach safe?

2025-05-10 Thread George N. White III
has an option to highlight the mouse when you press . Xeyes can't help in Wayland as it needs to break isolation, which is one of the security benefits of Wayland. -- George N. White III -- ___ users mailing list -- users@lists.f

Re: recovering back-up.

2025-05-08 Thread George N. White III
On Wed, May 7, 2025 at 7:59 PM home user via users < users@lists.fedoraproject.org> wrote: > On 5/7/25 6:35 AM, George N. White III wrote: > > On Tue, May 6, 2025 at 9:49 PM home user via users > > mailto:users@lists.fedoraproject.org>> > > wrote: > [...] &g

Re: recovering back-up.

2025-05-07 Thread George N. White III
e USB drives were rare 10 years ago. Most claim much higher capacity than 14 GB. Bad news: USB flash drives have a limited lifetime. I suspect your drive has failed. You might be able to recover some data with ddrescue. You should avoid writing on the drive as it may just do more d

Re: on dnf update, system hung in restorecon

2025-05-06 Thread George N. White III
using "restorecon -r" to verify that killing the process didn't leave some bad contexts. Robert ran it without providing the required pathname and Barry suggested reading the man page. There is a small example at < https://www.oreilly.com/library/view/centos-quick-start

Re: on dnf update, system hung in restorecon

2025-05-03 Thread George N. White III
Is there something I should do/check since I killed it? "restorecon" has a "-n" (passive check) option -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...

Re: Firefox/thunderbird problem

2025-05-03 Thread George N. White III
des some GUI tool. `top` should be available in a terminal. I have found bpytop useful. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code

Re: HP laserjet 3600n

2025-05-03 Thread George N. White III
On Fri, May 2, 2025 at 10:52 PM Terry Polzin wrote: > [...] > So 3.25.2-2 doesn't work, and 3.24.4-4 works in both 41 and 42 > > < https://developers.hp.com/hp-linux-imaging-and-printing/KnowledgeBase/package_installation> suggests using "su -c "rpm -ivh --no

Re: HP laserjet 3600n

2025-05-02 Thread George N. White III
Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report

Re: sagemath

2025-04-29 Thread George N. White III
On Tue, Apr 29, 2025 at 8:20 AM George N. White III wrote: > On Mon, Apr 28, 2025 at 2:03 PM Patrick Dupre via users < > users@lists.fedoraproject.org> wrote: > >> Hello, >> >> If I am correct, there was a sagemath package in the past, but it seems >> tha

Re: sagemath

2025-04-29 Thread George N. White III
older python when sagemath didn't support the current python version (probably Fedora 40), but have not used sagemath recently . -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to user

Re: Fedora 41->42 hangs at 31% done

2025-04-28 Thread George N. White III
fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to s

Re: securing this workstation.

2025-04-27 Thread George N. White III
tions/44065/with-ipv6-do-we-need-to-use-nat-anymore > is a helpful discussion. This includes a recommendation to configure IPv6 firewall: "The rules for forwarded traffic can be summed up in three ip6tables commands (default deny, allow from local, allow established/related)". -- George

Re: securing this workstation.

2025-04-26 Thread George N. White III
o originate with your system. Most home users don't need IPv6, but that may be changing as IPv4 addresses are getting scarce and expensive. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsu

Re: securing this workstation.

2025-04-25 Thread George N. White III
has been hacked and is serving malware or stealing personal information. Firefox on Fedora includes some measures to block or mitigate such attacks. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: Curse the login screen!

2025-04-25 Thread George N. White III
PC. We HATE it. How do we > get rid of it?? > I'm concerned about break ins. Some financial institutions I use need BlueTooth to check for the presence of my phone. A login method that skips prompts if the right phone is present could be a good compromise. -- George N. White III -- _

Re: Fedora 41->42 hangs at 31% done

2025-04-21 Thread George N. White III
iling_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue > -- George N. White III -- ___ users

Re: Fedora 42 upgrade issue with mail

2025-04-19 Thread George N. White III
ve /usr in a separate mount > point, any more, because we've put things in there that we need at boot > time. Well don't bloody do that! > I think we are headed towards having a minimal set of scripts and binaries installed in a system with most applications running in isolated contai

Re: wifi-bluetooth card recommendation

2025-04-18 Thread George N. White III
x27;t expect ongoing support or coverage for all common use-cases. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs

Re: mounting usb disks

2025-04-17 Thread George N. White III
On Wed, Apr 16, 2025 at 8:48 PM Paolo Galtieri wrote: > Folks, > under F40 when I login after booting my system all my externally attached > usb drives are mounted. Today I upgraded that system to F41 and now only a > subset of the drives are mounted. Here is what I see in the log for one of >

Re: ... VS Ubuntu

2025-04-12 Thread George N. White III
storage capacity and uses cases that require massive volumes of data. See: <https://www.redhat.com/en/blog/what-bit-rot-and-how-can-i-detect-it-rhel> -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubsc

Re: BIOS update, grub boots, Fedora doesn't

2025-04-12 Thread George N. White III
ra2 PciRoot(0x0)/Pci(0x1d,0x0)/Pci(0x0,0x0)/NVMe(0x1,00-25-38-5A-01-9E-5A-56)/HD(1,GPT,a9b8f5c8-95d9-4899-a355-e9fbeb547be8,0x800,0xfa000)/\EFI\fedora\shimx64.efi You should be able to view and edit the entries in the Dell UEFI screen. -- Geor

Re: I need to monitor a dead network

2025-04-07 Thread George N. White III
crash. We were given use of a server with a 750 watt PS that had been used in a number-crunching project. We connected it to 1400 KVA Ferrups UPS, but it would sometimes fail to boot. The numerical code was still installed, and at boot fired up at

Re: I need to monitor a dead network

2025-04-06 Thread George N. White III
mes of shutdowns. In one case, the outlet used for a PC was on a circuit used to power an exhaust fan with a timer -- when fan started, voltage dropped to 90V which caused connected gear to reset. -- George N. White III -- ___ users mailing list -- users@l

Re: Access the serial console on Fedora

2025-04-05 Thread George N. White III
f that gives graphics you know the hardware is working. You can also run journalctl on a Live USB to view the journal on the problem system. I'm not sure what a serial connection will provide that isn't available with ssh or using the Live USB. -- George N. White III -- _

Re: prep for upgrade: questions.

2025-04-05 Thread George N. White III
changes? > and so on? > Look at `journalctl --no-hostname -b -p 3`. As mentioned in the documentation, check for .rpm[new|old] files. These are usually configuration changes and you may need to choose whether to use the new version (maybe adding local changes). -- George N. White III --

Re: Access the serial console on Fedora

2025-04-02 Thread George N. White III
On Wed, Apr 2, 2025 at 8: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 k

Re: Compatibility of USB Wi-Fi Adapter with Fedora

2025-03-23 Thread George N. White III
r linux. 2) the LHDB <https://linux-hardware.org> allows you to search for devices. If others are using one the models you mention, they may appear in the LHDB. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To u

Re: kernel 6.13.x usb wifi problems

2025-03-22 Thread George N. White III
. What module does it use? % grep -E '8812|88.2BU' /lib/modules/6.13.6-200.fc41.x86_64/config CONFIG_RTW88_8812A=m CONFIG_RTW88_8822BU=m CONFIG_RTW88_8812AU=m -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org T

Re: rdp server with 2FA?

2025-03-19 Thread George N. White III
ication: <https://idroot.us/ssh-two-factor-authentication-fedora-41/> or (less verbose): <https://ubuntu.com/tutorials/configure-ssh-2fa#2-installing-and-configuring-required-packages> I haven't tried this myself. Fedora provides: google-authenticator.x86_64: One-time pass-code support usi

Re: Turning off current directory display in a terminal window

2025-03-13 Thread George N. White III
deep directory. > > > > I have a dozen terminal windows open right now in 5 workspaces; it is > > only 2 that are on this project (working on the scripts for > > draft-ietf-drip-dki-05). Years ago I had the same issue (using zsh), so added a newline after the d

Re: security: wted?

2025-02-14 Thread George N. White III
meeting the final report was shared via a USB key. My boss had a macbook, but the military had Windows laptops. At the time, Apple was using clamav with custom rules. The macbook detected malware in the form of a copy.exe on the USB key. -- G

Re: I need PDF editor recommendations

2025-02-11 Thread George N. White III
ve the same print output may be quite different internally, so choosing an editor really depends on how the PDF was created. In some cases I have used OCR to recover text from PDF's (scanned line printer output data from the punched-card era). -- George N. White III -- ___

Re: Wayland?

2025-02-09 Thread George N. White III
xample) rely on the lack of isolation in X11. Companies that don't make the effort to support Wayland may not be investing in future development -- just coasting on their established user base. -- George N. White III -- ___ users mail

Re: KDE and rumors

2025-02-09 Thread George N. White III
d for me. The current KDE in Fedora 41 has some glitches, so needs some time to mature. Here, the "primary" display setting doesn't stick. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe s

Re: Installing NVIDIA drivers killed wireless...

2025-02-06 Thread George N. White III
dated (including vendor firmware)? * hardware details ("inxi -fzxx" or a link to the same model at the LHDB <https://linux-hardware.org>. The LHDB may show you if others have conflicts between Nvidia and wifi. -- George N. White III --

Re: questions: file systems (was: /var/lib/flatpak/repo/objects...)

2025-01-20 Thread George N. White III
a corrupt file is also corrupt. Using btrfs on Fedora provides important real-world experience with btrfs which may improve btrfs or may inform future filesystems. The advantages of btrfs are not "free" -- btrfs requires maintenance and is not properly supported by legacy tools (df). I

Re: How do I fix my EUFI boot from USB stick?

2025-01-20 Thread George N. White III
dows 11 (I only have W11 it so I can report issues with PDF files in Adobe Reader to the authors) but had to use the Fedora 41 Server Installer (via ventory) as the F40 and F41 Workstation installers wouldn't boot. -- George N. White III -- __

Re: where does dnf5 stores it's history ?

2025-01-20 Thread George N. White III
On Mon, Jan 20, 2025 at 1:48 PM old sixpack13 wrote: > > with dnf4 the dnf history was stored somewhere under /var/cache or /var/lib > and was clearable by removing store files therein > > how does one nowerdays with dnf5 clear the dnf history ? /var/log/dnf5.log* -- Geor

Re: How to change root "/" partition?

2024-12-07 Thread George N. White III
On Fri, Dec 6, 2024 at 2:44 PM George N. White III wrote: > > On Fri, Dec 6, 2024 at 2:06 AM Robin Laing wrote: >> >> >> Just about all the sites have pointed to running scrub under a cron >> script on a regular basis to help minimize issues and ensure integrity

Re: How to change root "/" partition?

2024-12-06 Thread George N. White III
; Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > D

Re: Python 2 to 3 conversion

2024-11-30 Thread George N. White III
ons required, but they were used in batch pipelines where it was much easier to sort out an error due to a bad argument than to sort out the resulting mess when incorrect output was fed to the pipeline. -- George N. White III -- ___ users mailing list -- u

Re: DNF Selinux Upgrade Failure

2024-11-30 Thread George N. White III
t starting you can determine if there are specific logs. If multiple jobs are failing you could have a manually installed module that needs rebuilding or some resource constraint (no space on a mass storage device, out of memory, etc. -- George N. White III -- _

Re: [closed] Re: security issue?

2024-11-29 Thread George N. White III
inux problems. Some are correct but a growing fraction are AI clickbait nonsense. Use man pages and documents from distros and kernel.org to make sure you understand what suggested solutions actually do. Helping people help you may promote you from a user needing help to an expert, professio

Re: Curl Errors During DNF Repository Refresh

2024-11-26 Thread George N. White III
er time, it is not unusual to have dozens of external sites requested by a site I visit. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct

Re: QR code scanning

2024-11-26 Thread George N. White III
cmag.com/news/fbi-hackers-are-compromising-legit-qr-codes-to-send-you-to-phishing-sites > You want tools that allow you to see URL's as text (and ideally checking for known compromised sites) before opening them in a browser. -- George N. White III -- __

Re: Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-21 Thread George N. White III
e udev rules. Another report < https://superuser.com/questions/1206664/disable-mtp-udev-rules-for-specific-device-so-it-can-be-mount-as-a-usb-mass-stor > suggests creating a rule for your UPS device. -- George N. White III -- ___ users mai

Re: Nvidia oldish GPUs - will what is default do?

2024-11-20 Thread George N. White III
. There are usually delays after a new kernel is released before the Nvidia driver packages catch up. Some delays have been due to waiting for bug fixes rather than release a package that won;t work for some users. -- George N. White III -- ___ users

Re: Login not possible after upgrade fom Fedora Xfce version 40 to version 41

2024-11-20 Thread George N. White III
/etc/nologin file. The legacy nologin allowed users to see a message, looks like pam_nologin may not advertise that nologin is set. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe

Re: Fedora F41 Hard Disk Performance

2024-11-19 Thread George N. White III
> > At one time the standard issue laptops at my work would become very slow. Some tools showed the disks re-reading a sector multiple times. IT had boxes of new replacement drives and was filling the previous box with failing drives. -- George N. White III --

Re: Update from today blocks logins to WiFi with PEAP and MSCHAPv2

2024-11-19 Thread George N. White III
o-school-wifi-on-fedora-41/137194/6> along with some solutions. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https:/

Re: might be off topic

2024-11-18 Thread George N. White III
st. I'd say it's worth the effort if you > can get an internal one going. > There are some very small wifi adapters that work well if the laptop has line-of-sight to an AP. The one I use is 2.4 GHz only, as is the one shown in the plug-and-play list. -- George N. White III --

Re: might be off topic

2024-11-18 Thread George N. White III
s moved some network functions into the CPU chipset CNVi WiFi slot <https://en.wikipedia.org/wiki/CNVi> and the WiFI is a CRF (Companion RF) module. There are WiFi cards with 2 antenna connectors and others with only 1. See: https://www.thinkpenguin.com/gnu-linux/mini-pci-mini-pci-e-mini-pci-e-half-hei

Re: Strange loss of graphic display

2024-11-17 Thread George N. White III
ot some message that updates were suspended due to power settings. Both systems showed "Power Saver" mode. Both are on UPS and there was a recent outage, so I'm guessing that is why, but it is a new behaviour. I will have to add checking PowerSaving modes to my post-outage p

Re: Strange loss of graphic display

2024-11-16 Thread George N. White III
ell large quantities to cubicle farms. Since power management needs cooperation from BIOS, the changes to linux may need vendor BIOS updates. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: gcc/gsl

2024-11-14 Thread George N. White III
causes have ranged from bugs in the old library, new bugs in new library, and hardware failures. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedo

Re: gcc/gsl

2024-11-14 Thread George N. White III
Same here. You may be asked to provide a stripped down test case (which can be added to the existing list of tests). -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproje

Re: DNF Group Issue

2024-11-12 Thread Cătălin George Feștilă
$ dnf group list ... audio Audio Production no authoring-and-publishingAuthoring and Publishing no budgie-desktop Budgie no budgie-desktop-apps Budgie Desktop Applications no c-development C Development Tools and Libraries

Re: wireless network adapter not working

2024-11-06 Thread George N. White III
hours. In some cases vendor firmware updates are needed to avoid breaking linux, or you may be able to disable PXE. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@list

Re: USB-Problems on Fedora 40

2024-10-31 Thread George N. White III
sues with wake from sleep where devices don't get power back up. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://d

Re: Well, I am back on 39

2024-10-25 Thread George N. White III
s.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedorapro

Re: List manually installed packages for a machine migration

2024-10-25 Thread George N. White III
d be used to generate a list of stuff added after the initial install, but if you end up doing a fresh install on different hardware you might see some different packages (graphics and network). -- George N. White III -- ___ users mailing l

Re: version numbers - rpmfusion nvidia driver and kernel.

2024-10-19 Thread George N. White III
ernel that dnf > wants to upgrade my > workstation to. I cannot tell from the information in the rpmfusion web > site. > The only way to tell is for someone with similar hardware to try the install and, if it breaks, make a bug report with details from the logs. -- George N. White III

Re: Nvidia Drivers from Akmods not Working at KDE/Gnome Startup

2024-10-15 Thread George N. White III
On Tue, Oct 15, 2024 at 6:49 AM Stephen Morris via users < users@lists.fedoraproject.org> wrote: > How do I check if the nvidia driver is actually signed? > modinfo should show entries for: sig_id: signer: sig_key: sig_hashalgo: signature: -- George

Re: Sometimes need to Ctrl-Alt-F1 and log in again to resume GNOME session

2024-10-04 Thread George N. White III
On Thu, Oct 3, 2024 at 11:21 PM Andre Robatino wrote: > George N. White III wrote: > > > Is there any active device (KVM, wifi, bluetooth) between mouse and the > > system? > > I don't think so, I'm using a USB mouse plugged into a USB hub plugged > into t

Re: Sometimes need to Ctrl-Alt-F1 and log in again to resume GNOME session

2024-10-03 Thread George N. White III
ines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue > -- George N. White III -- __

Re: the kernel that is and is not there

2024-10-02 Thread George N. White III
her than chasing guesses about what went wrong, you should look for the relevant error so we don't have an endless guessing game. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: the kernel that is and is not there

2024-10-01 Thread George N. White III
; https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infr

Re: Move Fedora Server to new machine, RAID1 -> Single disk

2024-09-28 Thread George N. White III
configuration?Does it rely on older versions and/or lots of 3rd party packages making configuration a lengthy task? 3) Is the data mostly static or is there lots of churn? -- George N. White III -- ___ users mailing list -- use

Re: Gen 2x2 hub question

2024-09-15 Thread George N. White III
specifications. > "It works with Windows" seems to be the end goal for many manufacturers. I look for macOS user reports -- if something works with Windows and macOS it is more likely to have been built to the appropriate standards. -- George N. White III -- _

Re: f40 and nvidia suspend/resume

2024-09-07 Thread George N. White III
the application > developer. > In this case nvidia I assume. > I agree. My experience has been that Nvidia provides only the bare minimum information in error messages -- I assume they worry that error messages might reveal the special sauce they are so

Re: Calibre error

2024-09-06 Thread George N. White III
lso run afoul of rules about not hoarding domain names. > AI seems to have been a big boost to clickbait sites. They can take the top 100 Windows questions and use AI to generate pages that claim to have the best answers. -- George N. White III -- __

Re: cups messages in boot logs.

2024-09-05 Thread George N. White III
e IPP adapters for some USB or legacy printers -- see https://github.com/OpenPrinting/ipp-usb -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fe

Re: Calibre error

2024-09-05 Thread George N. White III
On Tue, Sep 3, 2024 at 3:57 PM Samuel Sieb wrote: > On 2024-09-03 04:37, George N. White III wrote: > > > > Calibre is available as flatpaks. > > The Fedora packaged Calibre works fine. The issue here is a pip > installed library overriding the system one. > Flatpak

Re: cups messages in boot logs.

2024-09-03 Thread George N. White III
ay this model supports Apple Air Print. That means it should be configured as an IPP printer for current CUPS (IPP on linux came about when Apple stopped supporting CUPS. Until Apple changes AirPrint, IPP should work with AirPrint printers). -- George N. White III -- ___

Re: Calibre error

2024-09-03 Thread George N. White III
ired by their employers to have Windows. Conda environments provide a cross-platform way to deal with the diverse application requirements and host OS's. Many application developers also adopted conda. Calibre is available as flatpaks. -- George N. White III -- __

Re: warning in log during boot.

2024-08-28 Thread George N. White III
systemd is firmly established, it would be a good time for a fresh install on a system that was first installed in sysv init days. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-l

Re: Fresh install Fedora 40.

2024-08-27 Thread George N. White III
ode-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue >

Re: Strange laptop behavior #2

2024-08-24 Thread George N. White III
aproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https:

Re: Waking from suspend

2024-08-24 Thread George N. White III
a suspended box in an outbuilding during sa storm. Wireless WOL (WWOL) is a recent innovation, so may not be supported on older hardware. Some Fedora systems have issues with WiFI when waking from suspend by keyboard, so I wouldn't expect WWOL to work for those. -- George N. White III --

Re: Strange laptop behavior #2

2024-08-23 Thread George N. White III
as died, it may continue to broadcast shutdown messages after power is restored. I think some UPS systems and software can stay in "shutdown now" mode until the battery can provide the configured run time, -- George N. White III -- ___ users

Re: Unexpected laptop behavior

2024-08-23 Thread George N. White III
d from the UPS management software. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/projec

Re: Reboot timeout

2024-08-23 Thread George N. White III
to "see things", remove the `rhgb quiet` from the kernel command-line. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: http

Re: boot stops before startx....

2024-08-23 Thread George N. White III
> for the testing repo. > I think the testing was succesful, so the fix is now provided in regular updates. > > I can't speak for Francois, but for me the issue is solved. > > And you have gained some insight into the measures Fedora uses to avoid breaking syste

Re: dracut + LUKS = no boot? (now fine, issues a month ago)

2024-08-22 Thread George N. White III
sume that means the initial Fedora 39 installation worked and continued to work when upgraded. Fedora 39 gets most fixes until 41 has been released. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: dracut + LUKS = no boot? (now fine, issues a month ago)

2024-08-22 Thread George N. White III
typically video card, network card, or mass storage device), so 3 smaller kernels and a relatively current rescue kernel is a reasonable use of resources. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe s

Re: Reboot timeout

2024-08-22 Thread George N. White III
On Thu, Aug 22, 2024 at 8:44 AM Patrick O'Callaghan wrote: > On Thu, 2024-08-22 at 07:57 -0300, George N. White III wrote: > > On Thu, Aug 22, 2024 at 7:36 AM Patrick O'Callaghan > > > > wrote: > > > > > When I reboot the system, there's a del

Re: Reboot timeout

2024-08-22 Thread George N. White III
tion from the system and service manager, and to verify the correctness of unit files. It is also used to access special functions useful for advanced system manager debugging. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproj

Re: Hibernation vs Secure Boot

2024-08-21 Thread George N. White III
n. "Secure boot" is mostly theater until we have unified kernels, so ranks high on the cost/benefit scale. -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorapr

Re: boot stops before startx....

2024-08-19 Thread George N. White III
it /etc/default/grub and then run grub2-mkconfig -o /boot/grub2/grub.cfg. PS: I avoid Nvidia as there are better ways to use my time, but the iMac was discarded by my wife when she moved to Apple silicon. -- George N. White III -- __

Re: Lost wifi elitebook 840 g1

2024-08-12 Thread George N. White III
On Mon, Aug 12, 2024 at 1:45 AM Jarmo wrote: > Answering to George > > To me this does not tell much > > journalctl --no-hostname -b -g wlo1 > elo 11 16:32:57 kernel: wl :02:00.0 wlo1: renamed from eth1 > elo 11 16:32:58 NetworkManager[998]: [1723383178.8200] de

Re: Lost wifi elitebook 840 g1

2024-08-11 Thread George N. White III
s like: "journalctl --no-hostname -b -g wifi" and "journalctl --no-hostname -b -g wl01" -- George N. White III -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le..

Re: compatible filesystems between Mac and Linux

2024-07-31 Thread George N. White III
> I've been retired for years, but worked in a group that replaced SGI IRIX4 with macOS. We used EXFAT on external drives. We had colleagues scattered around the globe, so there were often problems with filenames using unicode, including "look alike" characters (hyphen, lo

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread George N. White III
ersion, whether it is fully updated, and what has changed since the last time it worked. You may find useful details with "journalctl --no-hostname -b -g google-chrome". -- George N. White III -- ___ users mailing list -- users@lists.fedora

  1   2   3   4   5   6   7   8   9   10   >