Re: Virtualbox vs VMware for Fedora?

2023-11-30 Thread Thomas Dineen
"osx unlocker so I can run mac VM's" Help me out here in that I have very little experience with MAC OS: Are you running MAC OS in a VM? if yes how do you purchase MAC OS License? Thomas Dineen On 11/30/2023 11:04 PM, Jeffrey Walton wrote: On Thu, Nov 30, 2023 at 5:03 PM Sbob wrote: I am r

Re: Virtualbox vs VMware for Fedora?

2023-11-30 Thread Jeffrey Walton
On Thu, Nov 30, 2023 at 5:03 PM Sbob wrote: > > I am running Fedora39, I have run VMware workstation for years, and I > have on and off had issues since VMware does not officially support > Fedora, normally I run a patch after each kernel update and it mostly > just works. > > I am also running th

Re: NVIDIA RPM DNF Update Issue?

2023-11-30 Thread Michael D. Setzer II via users
On 1 Dec 2023 at 15:52, Michael D. Setzer II via user wrote: To: users@lists.fedoraproject.org Date sent: Fri, 01 Dec 2023 15:52:13 +1000 Subject:NVIDIA RPM DNF Update Issue? Priority: normal Send reply to: mi...@guam.net, Com

NVIDIA RPM DNF Update Issue?

2023-11-30 Thread Michael D. Setzer II via users
Recently replaced an ATI video card with a NVIDIA GTX 1070 card on one of my Fedora 38 machine. Seemed to have it working, but today got an error with dnf update. Went to a number of sites, and with some instructions it shows a message about module filtering?? Use BOINC and was trying to get it

Re: Python code error in F39, but not in F38

2023-11-30 Thread Ranjan Maitra via users
Hi, Sorry to bring this back up, but I can not find any error yet in the legacy C code. gdb with python 3.11 gives no error (on F38, program exited normally) but gdb with python 3.12 segfaults. On Thu Nov23'23 08:18:05AM, Community Support for Fedora Users wrote: > From: Ranjan Maitra via user

Re: Black screen after login to F39

2023-11-30 Thread Felix Miata
Michael Eager composed on 2023-11-30 09:36 (UTC-0800): > I upgraded from Fedora 38 to Fedora 39 on an AMD Ryzen 5 5600 > with Nvidia Geforce RTX 3050 graphics card. I'm running KDE > Plasma-X11, not Wayland. > I tried to install the GPU drivers several ways using repos/RPMs, > but was not succes

Upgrade KDE Wayland Spin 38->39 KDE Background Screen Issue

2023-11-30 Thread richard emberson
Upgrade KDE Wayland Spin 38->39 KDE Background Screen Issue KDE Screen Issue (or Plasma issue, or...) 1) Login screen comes up and can login. 2) KDE screen mix of colors and black... moving mouse and screen continues to redraw random colors (but, mostly black). 3) Bottom panel (in hide mode)

Re: Black screen after login to F39

2023-11-30 Thread Patrick O'Callaghan
On Thu, 2023-11-30 at 09:36 -0800, Michael Eager wrote: > I upgraded from Fedora 38 to Fedora 39 on an AMD Ryzen 5 5600 > with Nvidia Geforce RTX 3050 graphics card.  I'm running KDE > Plasma-X11, not Wayland. > > I tried to install the GPU drivers several ways using repos/RPMs, > but was not succ

Virtualbox vs VMware for Fedora?

2023-11-30 Thread Sbob
All; I am running Fedora39, I have run VMware workstation for years, and I have on and off had issues since VMware does not officially support Fedora, normally I run a patch after each kernel update and it mostly just works. I am also running the osx unlocker so I can run mac VM's I recen

Re: vlc alternative?

2023-11-30 Thread Tim via users
Tim: >> If you open VLC's media information window (in the tools menu), >> when it is connected, does it give you any useful info about the >> stream it's currently playing? Alex: > It just displays "udp://127.0.0.1:5000" in the Title. You'd need to look in the *location* box, that'd show the URL

Re: vlc alternative?

2023-11-30 Thread Alex
Hi, On Wed, Nov 29, 2023 at 2:48 PM Tim via users wrote: > On Wed, 2023-11-29 at 11:02 -0500, Alex wrote: > > I contacted silicondust support, and they said any application that > > supports DNLA will work, but apparently weren't able to tell me how > > vlc specifically is being spawned. It's de

Re: NFS Mount Point Write Failure

2023-11-30 Thread Tim via users
On Thu, 2023-11-30 at 07:01 -0600, Roger Heflin wrote: > That being said, I don't know that users and/or owner options *WORK* > for network disks.   Those options likely do not also work as any disk > that has actual owners info stored on them.  They are usually used > with dos/fat/fat32 type fses

Black screen after login to F39

2023-11-30 Thread Michael Eager
I upgraded from Fedora 38 to Fedora 39 on an AMD Ryzen 5 5600 with Nvidia Geforce RTX 3050 graphics card. I'm running KDE Plasma-X11, not Wayland. I tried to install the GPU drivers several ways using repos/RPMs, but was not successful. I am using the Nvidia proprietary drivers. They support d

Re: NFS Mount Point Write Failure

2023-11-30 Thread Michael Eager
On 11/30/23 03:42, Stephen Morris wrote: I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This results in the following definition in /etc/m

Re: NFS Mount Point Write Failure

2023-11-30 Thread Javier Perez
The user used to connect on the network drive has to have write capability. Log in as that user and try to write at the directory of the mount point. On Thu, Nov 30, 2023 at 8:02 AM Roger Heflin wrote: > you specified "nfs" as the mount. And that should mount nfs4 with > tcp, but mounted with n

Re: NFS Mount Point Write Failure

2023-11-30 Thread Roger Heflin
you specified "nfs" as the mount. And that should mount nfs4 with tcp, but mounted with nfs and udp so whatever is on the other end is old and/or has tcp/nfsv4 disabled. That being said, I don't know that users and/or owner options *WORK* for network disks. Those options likely do not also work

NFS Mount Point Write Failure

2023-11-30 Thread Stephen Morris
I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This results in the following definition in /etc/mtab: 192.168.1.12:/mnt/HD/HD_a2 /mnt/nfs n

Re: DNF Upgrade from F38 to F39 Issues

2023-11-30 Thread Stephen Morris
On 19/11/23 18:29, Tim via users wrote: Jeffrey Walton wrote: * SecureBoot should be turned off if using tainted kernel drivers. Or, you can cutover to driver signing. I usually turn off SecureBoot because I don't like messing around with driver signing. In my case, it usually is due to VirtualB