Re: Fedora upgrade to F42

2025-06-10 Thread Michael Eager
On 6/9/25 2:52 PM, Michael Eager via users wrote: On 6/9/25 2:26 PM, Samuel Sieb wrote: On 6/9/25 2:11 PM, Michael Eager via users wrote: On 6/9/25 1:18 PM, Samuel Sieb wrote: On 6/9/25 12:24 PM, Michael Eager wrote: I followed the standard process to upgrade from F40 to F41:    # dnf system

Re: Fedora upgrade to F42

2025-06-10 Thread Michael Eager
On 6/10/25 11:54 AM, Jeffrey Walton wrote: On Mon, Jun 9, 2025 at 3:24 PM Michael Eager wrote: I followed the standard process to upgrade from F40 to F41: # dnf system-upgrade download --releasever=41 # dnf system-upgrade reboot System restarted and installed new RPMs as expected

Re: Fedora upgrade to F42

2025-06-10 Thread Michael Eager via users
On 6/10/25 11:54 AM, Jeffrey Walton wrote: On Mon, Jun 9, 2025 at 3:24 PM Michael Eager wrote: I followed the standard process to upgrade from F40 to F41: # dnf system-upgrade download --releasever=41 # dnf system-upgrade reboot System restarted and installed new RPMs as expected

Re: Fedora upgrade to F42

2025-06-09 Thread Michael Eager via users
On 6/9/25 2:26 PM, Samuel Sieb wrote: On 6/9/25 2:11 PM, Michael Eager via users wrote: On 6/9/25 1:18 PM, Samuel Sieb wrote: On 6/9/25 12:24 PM, Michael Eager wrote: I followed the standard process to upgrade from F40 to F41:    # dnf system-upgrade download --releasever=41    # dnf system

Re: Fedora upgrade to F42

2025-06-09 Thread Michael Eager via users
On 6/9/25 1:18 PM, Samuel Sieb wrote: On 6/9/25 12:24 PM, Michael Eager wrote: I followed the standard process to upgrade from F40 to F41:    # dnf system-upgrade download --releasever=41    # dnf system-upgrade reboot System restarted and installed new RPMs as expected, upgraded to F41. When

Fedora upgrade to F42

2025-06-09 Thread Michael Eager
be appreciated. -- Michael Eager -- ___ 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-conduct/ List Gu

Re: Login screen for F40

2024-08-06 Thread Michael Eager
On 8/6/24 7:22 AM, Felix Miata wrote: Michael Eager composed on 2024-08-05 18:23 (UTC-0700): I recently upgraded to F40 (KDE) and, for the most part, everything is working. Except the login screen. I've tried to install slick-greeter and lightdm-gtk-greeter, following wha

Login screen for F40

2024-08-05 Thread Michael Eager
eeter configuration and reboot. Can someone point me to a reasonable login screen and configuration? -- Michael Eager -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Black screen after login to F39

2023-11-30 Thread Michael Eager
tem logs and the Xorg log for any error or warning messages, but nothing looks incorrect or at all informative. Does anyone have any suggestions or insights into this problem? -- Michael Eager -- ___ users mailing list -- users@lists.fedoraproject.org To

Re: NFS Mount Point Write Failure

2023-11-30 Thread Michael Eager
nformation. It looks like you are mounting using NFS3. Try adding "vers=4" to the command or fstab entry. -- Michael Eager -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorap

Re: Problem Fedora 33 installing fonts

2021-10-21 Thread Michael Eager
On 10/20/21 11:36 AM, George N. White III wrote: On Wed, 20 Oct 2021 at 14:16, Michael Eager <mailto:ea...@eagercon.com>> wrote: On 10/20/21 1:34 AM, François Patte wrote: > Le 2021-10-19 21:51, Michael Eager a écrit : >> I'm trying to install the

Re: Problem Fedora 33 installing fonts

2021-10-20 Thread Michael Eager
On 10/20/21 1:34 AM, François Patte wrote: Le 2021-10-19 21:51, Michael Eager a écrit : I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. fc-list | grep -i liberation Yes, fc-list shows the Liberati

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
On 10/19/21 2:39 PM, Ed Greshko wrote: On 20/10/2021 03:51, Michael Eager wrote: I'm running Fedora 33 with KDE.  Any suggestions? Have you tried using the KDE tools? System Settings ---> Appearance ---> Font Management Unfortunately, this doesn't affect X11 fonts.

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
On 10/19/21 2:04 PM, Samuel Sieb wrote: On 10/19/21 12:51, Michael Eager wrote: I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. Why are you using xfontsel?  "fc-cache" is for fontconfig which is

Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
ded FontPath, but that seems to be ignored in xset. There are links under /etc/X11/fontpath.d to the liberation font directories. I'm running Fedora 33 with KDE. Any suggestions? -- Michael Eager ___ users mailing list -- users@lists.fed

Re: Configure static IP address in F32 container

2020-07-10 Thread Michael Eager
On 7/8/20 10:35 AM, Michael Eager wrote: I'm having a difficult time configuring the IP address of an interface in a Fedora 32 in a LXD container. The configuration for eth0 in /etc/sysconfig/network-scripts/: # cat ifcfg-eth0 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO

Configure static IP address in F32 container

2020-07-08 Thread Michael Eager
and configuring the interface using nmcli as described here: https://linuxconfig.org/how-to-configure-static-ip-address-on-fedora-31 That doesn't work. When the container restarts, a new eth0 is created with a different UUID. Any suggestions would be appreciate

Re: Tracking down SSH access

2020-02-01 Thread Michael Eager
On 1/30/20 1:12 PM, Michael Eager wrote: When I look at /var/log/secure or run journalctl on my workstation, I see failed SSH login attempts from a variety of IP addresses.  The attempts are every 3-12 minutes. /etc/ssh/sshd_config contains: PasswordAuthentication no The workstation is on a

Re: Tracking down SSH access

2020-01-31 Thread Michael Eager
elist anything on your own subnet you fully trust. On Thu, Jan 30, 2020 at 3:23 PM Samuel Sieb wrote: On 1/30/20 1:12 PM, Michael Eager wrote: When I look at /var/log/secure or run journalctl on my workstation, I see failed SSH login attempts from a variety of IP addresses. The attempts are every

Re: Tracking down SSH access

2020-01-30 Thread Michael Eager
Thanks. I'll give that a try. On 1/30/20 1:49 PM, Jack Craig wrote: wireshark -> tcpdump on dst=port# src = all ?? On Thu, Jan 30, 2020 at 1:13 PM Michael Eager <mailto:ea...@eagercon.com>> wrote: When I look at /var/log/secure or run journalctl on my workstation, I

Tracking down SSH access

2020-01-30 Thread Michael Eager
t something on the network has been compromised, allowing SSH login attempts on the LAN. Other than turning off each server/AP/laptop/etc, one at a time, to find when the accesses stop, is there any way to find out where the SSH attempt is coming from? -- Mike Eager ___

Re: kdeinit5 closed unexpectedly notification

2019-09-10 Thread Michael Eager
On 9/9/19 3:50 PM, Ed Greshko wrote: On 9/10/19 6:39 AM, Michael Eager wrote: I started seeing this after updating Fedora 29 (KDE) which installed kf5-*-5.59. There are several postings on StackOverflow (unix.stackexchange.com, superuser.com) about this issue and suggestions on how to

kdeinit5 closed unexpectedly notification

2019-09-09 Thread Michael Eager
repo so it isn't possible to use dnf to downgrade. Can someone update the repo with the old version? -- Michael Eagerea...@eagerm.com 1960 Park Blvd., Palo Alto, CA 94306 ___ users mailing list -- users@lists.fedoraproject.org To unsubscri

Re: No console login prompt

2019-05-20 Thread Michael Eager
On 5/20/19 7:44 AM, Gordon Messmer wrote: On 5/19/19 10:41 PM, Michael Eager wrote: Does anyone know why console-getty.service is masked by default? (Where did you get the container image?) It's a standard downloadable image using "lxc-create -t download". I assume tha

No console login prompt

2019-05-19 Thread Michael Eager
o start it, systemctl says it is masked. Unmasking and starting console-getty.service gives me the missing login prompt. Does anyone know why console-getty.service is masked by default? -- Michael Eagerea...@eagerm.com 1960 Park Blvd., Palo Alto

Re: F26 32-bit Live ISO stalls during boot

2017-11-14 Thread eager
Thanks. I'll give that a try. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: F26 32-bit Live ISO stalls during boot

2017-11-14 Thread eager
I'm trying to update an old Toshiba laptop (previously running Fedora 10!). It has a Pentium M processor. So, no 64-bit. I booted the netinst image and installed using that. But I'm left with this sddm_greeter issue. And F26 seems to run very slowly. I could look at using a different d

Re: F26 32-bit Live ISO stalls during boot

2017-11-13 Thread eager
Thanks. I can get a console and log in. I ran "dnf update" to update to current repo. Journalctl shows sddm_greeter crashed, with stack trace of 0 (maybe stack overwrite corrupting return address). The only hits I see for sddm_greeter involve Nvidia drivers. My laptop has integrated Intel

Re: F26 32-bit Live ISO stalls during boot

2017-11-12 Thread eager
Thanks for hijacking the thread. dnf upgrade not related to the Live ISO. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

F26 32-bit Live ISO stalls during boot

2017-11-12 Thread eager
I'm trying to install F26 on an older laptop using the Live DVD. When I boot the DVD, everything seems to work until the "Started User Manager for UID 1000" message. Then the boot seems to stall for a long time, over 10 minutes. The DVD is being accessed, but sometimes stops for a couple minu

Re: Repair/upgrade damaged Fedora 23 system

2017-01-04 Thread Michael Eager
On 01/03/2017 01:19 PM, Chris Murphy wrote: On Tue, Jan 3, 2017, 12:51 PM Michael Eager mailto:ea...@eagercon.com>> wrote: On 01/03/2017 09:09 AM, Chris Murphy wrote: > On Tue, Jan 3, 2017 at 8:06 AM, Michael Eager mailto:ea...@eagercon.com>> wrote: >> The F

Re: Repair/upgrade damaged Fedora 23 system

2017-01-03 Thread Michael Eager
On 01/03/2017 09:09 AM, Chris Murphy wrote: On Tue, Jan 3, 2017 at 8:06 AM, Michael Eager wrote: The Fedora 23 installation on my laptop will not boot. grub.cfg is missing, for some reason. That's unusual. How do you know it's missing, and where is it normally located? It shoul

Re: Repair/upgrade damaged Fedora 23 system

2017-01-03 Thread Michael Eager
On 01/03/2017 08:34 AM, Michael Schwendt wrote: On Tue, 3 Jan 2017 07:06:10 -0800, Michael Eager wrote: and when I try to do a new install, the installer will not let me install over the existing F23 root. (When I select the old root partition as /, it will not add it to the new install

Repair/upgrade damaged Fedora 23 system

2017-01-03 Thread Michael Eager
ing KDE? Q: Is there a way to tell the Live installer to upgrade/replace an existing installation? Q: Is there another path to upgrading a damaged installation? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 _

F21 user core files

2015-05-12 Thread Michael Eager
Has anyone else seen this problem? Does anyone have a fix? Is there an open bug report? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

Re: Using wodim - get error opening /dev/sr0

2014-08-01 Thread Michael Eager
mailto:jd1...@gmail.com>> wrote: Well, also try lsof | egrep -i 'sr0|cdrom|dvd' On Sun, Jul 27, 2014 at 3:07 PM, Ed Greshko mailto:ed.gres...@greshko.com>> wrote: On 07/28/14 02:40, Michael Eager wrote: > I'm trying to use wodim to

Using wodim - get error opening /dev/sr0

2014-07-27 Thread Michael Eager
ntrol over the device. I can't find any process which is using /dev/sr0. fuser returns nothing. Any idea how to find what is locking /dev/sr0, or how to allow wodim to write to the CD? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing

Re: File open/save dialog sort order

2013-07-01 Thread Michael Eager
On 06/30/13 10:49, Reindl Harald wrote: Am 30.06.2013 19:08, schrieb Michael Eager: I reinstalled Fedora 18 with KDE and I notice a change in the order in which directories and files are displayed. In some applications, the sort is now case sensitive, so that all the initial capitals are

File open/save dialog sort order

2013-06-30 Thread Michael Eager
s] section. This should be the default. It did not make any difference. Any suggestions on how to set the file name sort order? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

Re: F18 freeze

2013-02-27 Thread Michael Eager
On 02/26/2013 08:56 AM, Ed Greshko wrote: On 02/27/13 00:39, Michael Eager wrote: I'm having periodic freezes of F18. The freezes happen when I click on a link. Usually this is in a Thunderbird window, but I've seen one freeze when clicking on a desktop icon. The system will work

F18 freeze

2013-02-26 Thread Michael Eager
e and find some suggestion that there is a problem with X and the nouveau driver. Other suggestions about overheating or other hardware problems are unlikely. Any suggestions? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedor

Re: Switch to KDE on Fedora 18

2013-01-19 Thread Michael Eager
On 01/19/2013 01:16 PM, Andrei Amuraritei wrote: On , Michael Eager wrote: I just installed F18 from the live CD. I'm trying to install and switch to KDE. If I enter "switchdesk kde", I get a message saying to run "yum groupinstall "KDE (K Desktop Environment)"

Re: Switch to KDE on Fedora 18

2013-01-19 Thread Michael Eager
On 01/19/2013 04:04 PM, Joe Zeff wrote: On 01/19/2013 03:40 PM, Michael Eager wrote: On 01/19/2013 01:00 PM, Joe Zeff wrote: On 01/19/2013 12:44 PM, Michael Eager wrote: I just installed F18 from the live CD. I'm trying to install and switch to KDE. If I enter "switchdesk kde

Re: Switch to KDE on Fedora 18

2013-01-19 Thread Michael Eager
On 01/19/2013 01:00 PM, Joe Zeff wrote: On 01/19/2013 12:44 PM, Michael Eager wrote: I just installed F18 from the live CD. I'm trying to install and switch to KDE. If I enter "switchdesk kde", I get a message saying to run "yum groupinstall "KDE (K Desktop Environme

Switch to KDE on Fedora 18

2013-01-19 Thread Michael Eager
the F18-Live-KDE CD, how can I switch desktops? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

Flash problem in Fedora 15

2012-07-12 Thread Michael Eager
Hi -- I have the latest version of flash-plugin-11.2.202.236 installed. When I have a web page open in Firefox that has a flash window, this window shows up underneath other web pages and on different screens. Is anyone else seeing this problem? Anyone got a fix? -- Michael Eagerea

Sound input problem after F15 update

2012-02-10 Thread Michael Eager
n to this input, it does show up in the pulseaudio volume display, but there is no sound output. Playing audio from Rhythmbox works OK. (When this is running, the playback tab shows Rhythmbox.) Any help? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-

Re: hw csum failure

2011-10-17 Thread Michael Eager
Apparently, this failure shows up on 2.6.40.6-0.fc15.x86_64, but not on 2.6.40.4-5.fc15.x86_64. On 10/17/2011 10:21 AM, Michael Eager wrote: > I'm running F15, current update. p35p1 is eth0. > > I'm seeing a lot of the following in /var/log/messages. > > Can anyon

hw csum failure

2011-10-17 Thread Michael Eager
_interrupt+0x13/0x13 [ 694.180419][] ? mwait_idle+0x87/0xb4 [ 694.180427] [] ? mwait_idle+0x7a/0xb4 [ 694.180433] [] cpu_idle+0xa5/0xdf [ 694.180438] [] start_secondary+0x23f/0x241 -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing

Rhythmbox under KDE -- Preferences assertion

2011-10-05 Thread Michael Eager
When I run Rhythmbox under KDE4 (on F15) and click on Edit>Preferences, I get an assertion failure: GLib:ERROR:gvarianttypeinfo.c:186:g_variant_type_info_check: assertion failed: (0 <= index && index < 24) Does anyone know how to correct this? -- Michael Eagerea...@

Re: Sound from KVM guest

2011-09-01 Thread Michael Eager
On 09/01/2011 06:08 AM, panicloop wrote: > On 09/01/2011 08:32 AM, Michael Eager wrote: >> Hi -- >> >> I installed Windows 7 in a KVM virtual machine running on >> Fedora 15. The guest is configured with an es1370 sound card. >> Windows detected the sound de

Re: Sound from KVM guest

2011-08-31 Thread Michael Eager
On 08/31/2011 04:32 PM, Michael Eager wrote: > Hi -- > > I installed Windows 7 in a KVM virtual machine running on > Fedora 15. The guest is configured with an es1370 sound card. > Windows detected the sound device and installed drivers, but I > don't get any sound. >

Sound from KVM guest

2011-08-31 Thread Michael Eager
tions? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org

Re: Vmware Workstation on Fedora 15

2011-06-05 Thread Michael Eager
On 06/05/2011 05:42 AM, Mark C. Allman wrote: > >>> On Sat, 2011-06-04 at 09:19 -0700, Michael Eager wrote: >>>> Has anyone been able to install VM Workstation 6.5 on Fedora 15? >>> >>> FWIW,I have VMware 7.1.4 build-385536 running. No issues. >>

Re: Vmware Workstation on Fedora 15

2011-06-04 Thread Michael Eager
On 06/04/2011 12:33 PM, Mark C. Allman wrote: > > > On Sat, 2011-06-04 at 09:19 -0700, Michael Eager wrote: >> Has anyone been able to install VM Workstation 6.5 on Fedora 15? >> >> -- >> Michael Eager ea...@eagercon.com >> 1960 Park Blvd., Palo Al

Vmware Workstation on Fedora 15

2011-06-04 Thread Michael Eager
Has anyone been able to install VM Workstation 6.5 on Fedora 15? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: Fedora 15 -- Samba configuration

2011-06-03 Thread Michael Eager
On 06/03/2011 02:15 PM, Tim Evans wrote: > On 06/03/2011 04:49 PM, Michael Eager wrote: > >> The user name is "eager" and I have run "smbpasswd -a eager" and >> "smbpasswd -e eager". >> >> Any suggestions? Here's the configuration i

Re: Fedora 15 -- Samba configuration

2011-06-03 Thread Michael Eager
On 06/03/2011 01:56 PM, Gabriel VLASIU wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 3 Jun 2011, Michael Eager wrote: > >> Date: Fri, 03 Jun 2011 13:49:22 -0700 >> From: Michael Eager >> To: "Community assistance, encouragement, and advi

Re: Fedora 15 -- Samba configuration

2011-06-03 Thread Michael Eager
On 06/03/2011 01:56 PM, Gabriel VLASIU wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 3 Jun 2011, Michael Eager wrote: > >> Date: Fri, 03 Jun 2011 13:49:22 -0700 >> From: Michael Eager >> To: "Community assistance, encouragement, and advi

Fedora 15 -- Samba configuration

2011-06-03 Thread Michael Eager
other information. I've also tried to access the share from the Linux server and I get an NT_STATUS_ACCESS_DENIED error. The user name is "eager" and I have run "smbpasswd -a eager" and "smbpasswd -e eager". Any suggestions? Here's the configuration

Re: Sound input on Fedora 15

2011-06-01 Thread Michael Eager
On 06/01/2011 03:34 PM, Michael Wiktowy wrote: > On Wed, Jun 1, 2011 at 7:17 PM, Michael Eager wrote: >> Sound output through my motherboard's Intel HDA ACL888 works OK. >> Sound input does not work. >> >> Alsa lists the ACL888 as well as a video capture card. &

Sound input on Fedora 15

2011-06-01 Thread Michael Eager
device.product.name = "82801I (ICH9 Family) HD Audio Controller" device.form_factor = "internal" device.string = "0" module-udev-detect.discovered = "1" device.icon_name =

Re: F14 problem mounting NFS file system

2011-02-09 Thread Michael Eager
Michael Eager wrote: > Hi -- > > I have recently installed F14 (2.6.35.10-74.fc14.x86_64) under > VMware 6.5. (The host is F10.) I have a couple mounts from > NFS servers, all of which seem pretty unremarkable and which > work without problem on other VMs. > > Mount

F14 problem mounting NFS file system

2011-02-09 Thread Michael Eager
errors. When I try to "cd" into the mount point, or run "ls " the command freezes until killed. There's nothing in /var/log/messages to give any clue about what is happening. Anyone have any ideas? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 9430

VNC on Fedora 13 x86_64

2010-10-16 Thread Michael Eager
nome. Anyone have a resolution for this problem? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/us

Re: Fedora 12 guest VMWare -- guest daemon failure

2010-03-19 Thread Michael Eager
Michael Eager wrote: > I've created a Fedora 12 VMWare guest on a Fedora 10 system. > VMWare tools appear to build and install correctly, and when > I start/stop them manually, they appear to work. After starting > them I can resize the VM window to match my screen. > >

Fedora 12 guest VMWare -- guest daemon failure

2010-03-19 Thread Michael Eager
quot;guest daemon failed" and VMware tools shuts down. There's nothing in boot.log or messages which gives a clue. In the vmware-tools script, all I can see is that guestd returns non-zero. Anyone run into this? -- Michael Eagerea...@eagercon.com 1960 Park Blvd., Palo Alto, CA