Re: Just for fun

2020-09-12 Thread David
On the 3rd try with a new iso, and on the media test on my new Ryzen computer, plymouth started for a little while, and then aborted, but with all the same errors as before. So I decided to reboot and just click install and see what would happen. ( I used the latest Everything Boot Rawhide iso )

Re: Fedora 32 + nVidia graphic artifacts on resume

2020-09-12 Thread Francis . Montagnac
Hi On Wed, 09 Sep 2020 09:26:12 +0100 Sanne Grinovero wrote: > Would anyone have a suggestion as to how to debug this further, or a > possible workaround? I can only suggest workarounds: - after resuming, switch to a textual console (ex: Ctrl-Alt-F2) then switch back to the graphic one:

Just for fun

2020-09-12 Thread David
I am trying to create a bootable USB drive for Fedora 33 or Rawhide, but the only computer I have access to tonight is a Chromebook. My first attempt ( on my new Ryzen computer ), booted to the screen where it ask if I want to start Fedora or test the media, and the test immediately failed. I

Re: NFS configuration problem -

2020-09-12 Thread Roger Heflin
If bob did the exportfs -r prior to mounting /home/whatever that is to be exported then it would have exported the directory on / and not what was later mounted. He needs to umount the nfs clients, and run exportfs -r on the server and remount on the clients. And make sure that if the directory

Re: NFS configuration problem -

2020-09-12 Thread Ed Greshko
On 2020-09-13 07:21, Jonathan Billings wrote: > On Sep 12, 2020, at 14:57, Bob Goodwin wrote: >> /I am the onlly client and my fstab is: >> 192.168.50.32:/nfs4exports/home /media/nfsnfs4 >> rw,soft,intr,fg,comment=systemd.automout 0 0 > I see a typo in the “comment=systemd.automout”. > > A

Re: NFS configuration problem -

2020-09-12 Thread Jonathan Billings
On Sep 12, 2020, at 14:57, Bob Goodwin wrote: > /I am the onlly client and my fstab is: > 192.168.50.32:/nfs4exports/home /media/nfsnfs4 > rw,soft,intr,fg,comment=systemd.automout 0 0 I see a typo in the “comment=systemd.automout”. Also, earlier mail makes me think it’s not actually moun

Re: NFS configuration problem -

2020-09-12 Thread Doug H.
On Sat, 2020-09-12 at 14:56 -0400, Bob Goodwin wrote: > > On 2020-09-12 11:59, George N. White III wrote: > > On Sat, 12 Sep 2020 at 11:56, Bob Goodwin > > wrote: > > > > > wrong? > > 'df -h" shows the following: > > > > /dev/mapper/fedora_local

Re: NFS configuration problem -

2020-09-12 Thread George N. White III
On Sat, 12 Sep 2020 at 15:57, Bob Goodwin wrote: > > > On 2020-09-12 11:59, George N. White III wrote: > > On Sat, 12 Sep 2020 at 11:56, Bob Goodwin > > wrote: > > > > > wrong? > > 'df -h" shows the following: > > > > /dev/mapper/fedora_localhost

Re: NFS configuration problem -

2020-09-12 Thread Bob Goodwin
On 2020-09-12 11:59, George N. White III wrote: On Sat, 12 Sep 2020 at 11:56, Bob Goodwin > wrote: /dev/mapper/fedora_localhost--live-home  3.6T  4.8G  3.4T 1% /home I need to fix it. I don't know where to look for my mistake, Obviously I

Re: NFS configuration problem -

2020-09-12 Thread George N. White III
On Sat, 12 Sep 2020 at 11:56, Bob Goodwin wrote: > 'df -h" shows the following: > > /dev/mapper/fedora_localhost--live-root 69G 67G 0 100% / > tmpfs1.8G 8.0K 1.8G 1% /tmp > /dev/sda2976M 254M 655M 28% /boot > /d

NFS configuration problem -

2020-09-12 Thread Bob Goodwin
'df -h" shows the following:  /dev/mapper/fedora_localhost--live-root   69G   67G 0 100% / tmpfs    1.8G  8.0K  1.8G   1% /tmp /dev/sda2    976M  254M  655M  28% /boot /dev/mapper/fedora_localhost--live-home  3.6T  4.8G  3.4T   1% /h

Re: GDAL Code Dump

2020-09-12 Thread George N. White III
On Fri, 11 Sep 2020 at 21:05, Clifford Snow wrote: > I have two libgdal > /usr/gdal30/lib/libgdal.so.26 -> libgdal.so.26.0.4 > /usr/lib64/libgdal.so.26.0.4 > > Removing the gdal30 version solved the problem. Interesting - I grep gdal > from dnf list installed and gdal30 never showed up. > Maybe