Re: [SOLVED?] Re: NFS Problems in Fedora 33

2020-11-30 Thread Tom H
On Sat, Nov 28, 2020 at 4:20 AM Richard Kimberly Heck wrote: > On 11/26/20 3:26 PM, Tom H wrote: >> >> You have to be careful when using "fsid=0". >> >> 1) If you don't set it for any of the shares: >> >> a) "/" is the "

Re: [SOLVED?] Re: NFS Problems in Fedora 33

2020-11-26 Thread Tom H
On Wed, Nov 25, 2020 at 11:41 PM Richard Kimberly Heck wrote: > > This problem seems to have been solved. I believe that the issue > was a misconfiguration of the NFS server. I had: > > /home/rikiheck/files 192.168.1.0/24(rw,sync,no_subtree_check,fsid=0) > /home/nancy/files192.168.1.0/24(rw,sy

Re: systemd-resolved breakage

2020-11-15 Thread Tom H
On Sun, Nov 15, 2020 at 10:15 AM Anthony F McInerney wrote: > Can someone explain why systemd-resolved needs to symlink > /etc/resolv.conf to 4(or more) different places, instead of just > having those 'detected things' as options in > /etc/systemd/resolved.conf ? The different symlinks/files p

Re: systemd-resolved breakage

2020-11-14 Thread Tom H
On Sat, Nov 14, 2020 at 12:42 AM Sam Varshavchik wrote: > Petr Menšík writes: >> >> Am I missing something? > > Yes, system is being shoved down your gullet, whether you like it > or not. Whichever distribution you use, you're at the mercy of its developers. In this particular case, the developer

Re: systemd-resolved breakage

2020-11-13 Thread Tom H
On Fri, Nov 13, 2020 at 3:17 PM Petr Menšík wrote: > > Sad thing is, I want Network Manager to write my resolv.conf as it > did before. I just want systemd-resolved disabled and keep simple > text file in /etc/resolv.conf. > > I haven't found automatic way to recover my system, after I do: > syste

Re: systemd-resolved breakage

2020-11-13 Thread Tom H
On Fri, Nov 13, 2020 at 2:22 PM Tom Horsley wrote: > systemctl stop systemd-resolvd > systemctl disable systemd-resolvd resolved > Edit /etc/NetworkManager/NetworkManager.conf And in the [main] > section stick this: > > [main] > dns=none Since "/etc/NetworkManager/NetworkManager.conf" is "%c

Re: Oh God! More helpful software :-).

2020-11-10 Thread Tom H
On Mon, Nov 9, 2020 at 10:50 PM Cameron Simpson wrote: > On 09Nov2020 22:47, Tom H wrote: >> >> "w" and "who" look at "/var/run/utmp". >> >> "last" looks at "/var/log/wtmp". > > Thank you for this correction, br

Re: Oh God! More helpful software :-).

2020-11-09 Thread Tom H
On Sat, Nov 7, 2020 at 10:22 PM Cameron Simpson wrote: > On 06Nov2020 21:50, Tom Horsley wrote: >> >> For as long as I can remember I've run dnf update in a root >> xterm and when all the akmod activity and wot-not is finished, >> I've run reboot from another terminal. >> >> Now, it won't reboot

Re: What happened to 'env'?

2020-10-08 Thread Tom H
On Thu, Oct 8, 2020 at 12:01 PM Patrick O'Callaghan wrote: > On Thu, 2020-10-08 at 08:14 +1100, Cameron Simpson wrote: >> On 07Oct2020 11:07, Patrick O'Callaghan >> wrote: >>> On Tue, 2020-10-06 at 15:45 -0700, ToddAndMargo via users wrote: I start all my Raku programs with 1: #!/u

Re: What happened to 'env'?

2020-10-08 Thread Tom H
On Wed, Oct 7, 2020 at 3:39 PM Patrick O'Callaghan wrote: > On Wed, 2020-10-07 at 14:57 +0200, Tom H wrote: >> >> It's loaded by "/etc/profile.d/bash_completion.sh", which is sourced >> by "/etc/profile" and "/etc/bashrc". > > Nei

Re: What happened to 'env'?

2020-10-07 Thread Tom H
On Wed, Oct 7, 2020 at 2:00 PM Patrick O'Callaghan wrote: > On Wed, 2020-10-07 at 12:56 +0200, Tom H wrote: >> On Tue, Oct 6, 2020 at 11:35 PM Patrick O'Callaghan >> wrote: >>> For as long as I can remember, the shell builtin 'env' has been >&g

Re: What happened to 'env'?

2020-10-07 Thread Tom H
On Tue, Oct 6, 2020 at 11:35 PM Patrick O'Callaghan wrote: > > For as long as I can remember, the shell builtin 'env' has been > useful for listing all the current environment variables. > > Not any more. There's another command called env which does something > different, and the builtin no longe

Re: Reload kernel?

2020-09-28 Thread Tom H
On Sun, Sep 27, 2020 at 12:56 AM Ed Greshko wrote: > On 2020-09-27 04:47, Patrick O'Callaghan wrote: > > On Sat, 2020-09-26 at 18:31 +, J.Witvliet--- via users wrote: >>> >>> This is exactly a selling item for SLES. >>> Reloading the kernel without rebooting. >> >> A reference would be useful.

Re: What is wrong with my `nmcli device status`?

2020-08-24 Thread Tom H
On Mon, Aug 24, 2020 at 1:22 PM ToddAndMargo via users wrote: > On 2020-08-24 04:04, Tom H wrote: >> >> Why do you need "beesu" for "ip" and not for "nmcli"? > > I have not found a way with nmcli to up the "link". > "connect&q

Re: What is wrong with my `nmcli device status`?

2020-08-24 Thread Tom H
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users wrote: > On 2020-08-23 02:19, Tom H wrote: >> If you're worried about not finding a command, set "PATH=..." after >> the shebang. > > I could use that with /usr/sbin. Sweet. Thank you! You're w

Re: What is wrong with my `nmcli device status`?

2020-08-24 Thread Tom H
On Sun, Aug 23, 2020 at 3:30 AM ToddAndMargo via users wrote: > On 2020-08-22 15:07, ToddAndMargo via users wrote: >> >> I use absolute paths when I will sometimes be operating >> outside the shell. > > Okay, before someone tells me that bash programs ALWAYS > run inside the shell and I do not pat

Re: What is wrong with my `nmcli device status`?

2020-08-24 Thread Tom H
On Sun, Aug 23, 2020 at 3:23 AM ToddAndMargo via users wrote: > On 2020-08-22 02:53, Tom H wrote: >> 1) Why do you use "$InetDev" in GetIP and "eno2 in GetGW and >> UpDownedEthernetDevices? > > Because I screwed up. Good catch. If $INetDev had changed, > I

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Tom H
On Sun, Aug 23, 2020 at 12:07 AM ToddAndMargo via users wrote: > On 2020-08-22 05:25, Tom H wrote: >> >> 5) Why do you use "/usr/bin/nmcli" 6 times and "nmcli" twice? >> There's no need for absolute paths. > > Missed that. Now they are al

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread Tom H
On Sat, Aug 22, 2020 at 11:53 AM Tom H wrote: > > On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users > wrote: > > > > Followup: I create a number of bash functions to > > handle the task(s). Thank you all for the help! > > > > > > function

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread Tom H
On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users wrote: > > Followup: I create a number of bash functions to > handle the task(s). Thank you all for the help! > > > function GetIP () { > echo "$(ip -f inet route | grep -i $InetDev | grep -i src | awk > '{print $9}')" > } > > > functio

Re: What is wrong with my `nmcli device status`?

2020-08-20 Thread Tom H
On Wed, Aug 19, 2020 at 11:09 PM ToddAndMargo via users wrote: > > $ ifconfig | grep eno2 > eno2: flags=4163 mtu 1500 > > $ /usr/bin/nmcli connection down eno2 > Connection 'eno2' successfully deactivated (D-Bus active path: > /org/freedesktop/NetworkManager/ActiveConnection/6) > > $ nmcli device

Re: What is wrong with my `nmcli device status`?

2020-08-18 Thread Tom H
On Mon, Aug 17, 2020 at 9:50 PM ToddAndMargo via users wrote: > On 2020-08-17 07:25, Tom H wrote: >> On Mon, Aug 17, 2020 at 11:38 AM ToddAndMargo via users >> wrote: >>> >>> What am I doing wrong here? nmcli says eno2 is >>> disconnected but is working

Re: What is wrong with my `nmcli device status`?

2020-08-17 Thread Tom H
On Mon, Aug 17, 2020 at 11:38 AM ToddAndMargo via users wrote: > > What am I doing wrong here? nmcli says eno2 is > disconnected but is working as if it was connected. > > eno2 is my (only) Internet connection. > > $ nmcli device status | grep -i eno2 > eno2ethernet disconnected -- > > $

Re: nmcli and gateway question

2020-08-11 Thread Tom H
On Mon, Aug 10, 2020 at 11:47 PM Mike Wright wrote: > For me, Tom H has the right idea. :) although there are many "right" answers. > If Todd wants simple what's wrong with something like this: > > alias gateways="ip route list | awk '/^default/ {print}&#

Re: nmcli and gateway question

2020-08-10 Thread Tom H
On Fri, Aug 7, 2020 at 1:34 PM Ed Greshko wrote: > On 2020-08-07 18:44, Tom H wrote: >> On Wed, Aug 5, 2020 at 3:49 PM Ed Greshko >> wrote: >>> On 2020-08-05 21:02, Tom H wrote: >>>> Hopefully Todd, the OP, realized that you were implying that he >>&g

Re: nmcli and gateway question

2020-08-07 Thread Tom H
On Fri, Aug 7, 2020 at 5:19 AM ToddAndMargo via users wrote: > On 2020-08-06 16:54, Ed Greshko wrote: >> >> I suppose you missed the discussion about resolvectl needing to work >> with systemd-resolved.service. >> >> So, to use resolvectl you need to have systemd-resolved.service >> running. It is

Re: nmcli and gateway question

2020-08-07 Thread Tom H
On Fri, Aug 7, 2020 at 1:05 AM ToddAndMargo via users wrote: > On 2020-08-05 02:09, Tom H wrote: >> On Tue, Aug 4, 2020 at 1:32 AM ToddAndMargo via users >> wrote: >>> On 2020-08-03 03:40, Tom H wrote: >>>> >>>> "resolvectl query _gatew

Re: nmcli and gateway question

2020-08-07 Thread Tom H
On Wed, Aug 5, 2020 at 3:49 PM Ed Greshko wrote: > On 2020-08-05 21:02, Tom H wrote: >> >> Hopefully Todd, the OP, realized that you were implying that he >> might not have "systemd-resolved" running... > > Hopefully > > I may be dense, but it seems

Re: nmcli and gateway question

2020-08-05 Thread Tom H
On Wed, Aug 5, 2020 at 1:12 PM Tom H wrote: > On Wed, Aug 5, 2020 at 11:48 AM Ed Greshko > wrote: >> On 2020-08-05 17:39, Tom H wrote: >>> On Wed, Aug 5, 2020 at 11:28 AM Ed Greshko >>> wrote: >>>> On 2020-08-05 17:09, Tom H wrote: >>>>&

Re: nmcli and gateway question

2020-08-05 Thread Tom H
On Wed, Aug 5, 2020 at 11:48 AM Ed Greshko wrote: > On 2020-08-05 17:39, Tom H wrote: >> On Wed, Aug 5, 2020 at 11:28 AM Ed Greshko >> wrote: >>> On 2020-08-05 17:09, Tom H wrote: >>>> On Tue, Aug 4, 2020 at 1:32 AM ToddAndMargo via users >>>>

Re: nmcli and gateway question

2020-08-05 Thread Tom H
On Wed, Aug 5, 2020 at 11:28 AM Ed Greshko wrote: > On 2020-08-05 17:09, Tom H wrote: >> On Tue, Aug 4, 2020 at 1:32 AM ToddAndMargo via users >> wrote: >>> On 2020-08-03 03:40, Tom H wrote: >>>> >>>> "resolvectl query _gateway" will tell

Re: nmcli and gateway question

2020-08-05 Thread Tom H
On Tue, Aug 4, 2020 at 1:32 AM ToddAndMargo via users wrote: > On 2020-08-03 03:40, Tom H wrote: >> >> "resolvectl query _gateway" will tell you that the gateway's set to >> X ip address, but only if you have "myhostname" in "nsswitch.conf&qu

Re: I need help with "nmcli device status"

2020-08-03 Thread Tom H
On Mon, Aug 3, 2020 at 4:09 AM ToddAndMargo via users wrote: > On 2020-08-01 19:41, Tom H wrote: >> On Sun, Aug 2, 2020 at 3:24 AM ToddAndMargo via users >> wrote: >>> >>> "disconnected" contains "connected"! >> >> grep -

Re: nmcli and gateway question

2020-08-03 Thread Tom H
On Mon, Aug 3, 2020 at 3:53 AM ToddAndMargo via users wrote: > On 2020-08-02 16:30, Ed Greshko wrote: >> On 2020-08-03 07:10, ToddAndMargo via users wrote: >>> On 2020-08-01 19:42, Samuel Sieb wrote: On 8/1/20 7:20 PM, ToddAndMargo via users wrote: > > Is there a way to get nmcli to t

Re: I need help with "nmcli device status"

2020-08-01 Thread Tom H
On Sun, Aug 2, 2020 at 3:24 AM ToddAndMargo via users wrote: > > "disconnected" contains "connected"! grep -w connected ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Co

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-27 Thread Tom H
On Mon, Jul 27, 2020 at 4:04 PM Braden McDaniel wrote: > > As for my configuration, in /etc/nfs.conf, I have set: > >[nfsd] >vers2=n >vers3=n > > Apart from that, it has the Fedora 32 installation defaults. > > /etc/exports looks like: > > /my-export-root/foo *(rw) With the above, you

Re: rsync question

2020-07-14 Thread Tom H
On Mon, Jul 13, 2020 at 7:51 PM Tim via users wrote: > On Mon, 2020-07-13 at 16:37 +0200, Tom H wrote: >> >> The trailing slash only matters for the source directory. >> >> I think of the trailing slash for "cp" on *BSD (and macOS) and >> "rsync

Re: rsync question

2020-07-13 Thread Tom H
On Mon, Jul 13, 2020 at 12:26 PM Patrick O'Callaghan wrote: > On Mon, 2020-07-13 at 19:20 +1000, Cameron Simpson wrote: >> >> Make two directories the same: >> >> rsync path/to/A/ other/path/to/B/ >> >> (no bare names after the final '/'). > > I don't think the trailing slash matters on the destin

Re: Configure static IP address in F32 container

2020-07-09 Thread Tom H
On Wed, Jul 8, 2020 at 7:35 PM 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_ON

Re: I need current network interface documentation

2020-07-08 Thread Tom H
On Tue, Jul 7, 2020 at 10:05 PM ToddAndMargo via users wrote: > On 2020-07-07 12:25, Tom H wrote: >> On Tue, Jul 7, 2020 at 7:38 PM Samuel Sieb wrote: >>> >>> One thing to remember is that if you change the group or passwd >>> file, you need to start a ne

Re: I need current network interface documentation

2020-07-07 Thread Tom H
On Tue, Jul 7, 2020 at 7:38 PM Samuel Sieb wrote: > On 7/7/20 6:07 AM, Tom H wrote: >> On Tue, Jul 7, 2020 at 12:53 AM ToddAndMargo via users >>> Try it with vi and a colon. >> >> I used "vi" in the form of "vigr" (the group equivalent of "

Re: I need current network interface documentation

2020-07-07 Thread Tom H
On Tue, Jul 7, 2020 at 12:53 AM ToddAndMargo via users wrote: > On 2020-07-06 06:00, Tom H wrote: >> On Mon, Jul 6, 2020 at 7:48 AM ToddAndMargo via users >> wrote: >>> On 2020-07-05 21:59, Tom H wrote: >>>> On Mon, Jul 6, 2020 at 1:22 AM ToddAndMargo via user

Re: I need current network interface documentation

2020-07-06 Thread Tom H
On Mon, Jul 6, 2020 at 7:48 AM ToddAndMargo via users wrote: > On 2020-07-05 21:59, Tom H wrote: >> On Mon, Jul 6, 2020 at 1:22 AM ToddAndMargo via users >> wrote: >>> >>> libvirt:x:977:root:@users >> >> Are you sure >> >> 1) That y

Re: I need current network interface documentation

2020-07-05 Thread Tom H
On Mon, Jul 6, 2020 at 1:22 AM ToddAndMargo via users wrote: > > libvirt:x:977:root:@users Are you sure 1) That you can use netgroup notation when you're (presumably) not using nis/nisplus/ldap? 2) That you can nest a netgroup in a group? I've only seen/used netgroups used in "/etc/group" on a

Re: I need current network interface documentation

2020-07-05 Thread Tom H
On Mon, Jul 6, 2020 at 12:59 AM ToddAndMargo via users wrote: > > $ grep -i users group > users:x:100:todd > libvirt:x:977:root:users Are you sure that you can nest a group within another in "/etc/group"? ___ users mailing list -- users@lists.fedoraproj

Re: I need current network interface documentation

2020-07-05 Thread Tom H
On Sun, Jul 5, 2020 at 3:50 AM ToddAndMargo via users wrote: > On 2020-07-03 13:56, Tom H wrote: >> On Fri, Jul 3, 2020 at 10:09 PM Samuel Sieb wrote: >>> On 7/3/20 12:53 PM, ToddAndMargo via users wrote: >>>> >>>> Oh of interest, Xfce Pol kit has a

Re: I need current network interface documentation

2020-07-03 Thread Tom H
On Sat, Jul 4, 2020 at 12:59 AM Ed Greshko wrote: > On 2020-07-04 04:56, Tom H wrote: >> >> There's a hard-coded 5-minute timeout in polkit. > > It would seem dependent on the actions files if the timeout is/isn't > used. > > Example > > auth_admin

Re: I need current network interface documentation

2020-07-03 Thread Tom H
On Sat, Jul 4, 2020 at 12:53 AM Ed Greshko wrote: > On 2020-07-01 21:13, Tom H wrote: >> >> I've just read the "polkit" man page and didn't see anything >> relevant. > > How about here? > > https://www.freedesktop.org/software/polkit/d

Re: I need current network interface documentation

2020-07-03 Thread Tom H
On Fri, Jul 3, 2020 at 10:09 PM Samuel Sieb wrote: > On 7/3/20 12:53 PM, ToddAndMargo via users wrote: >> Oh of interest, Xfce Pol kit has a YUGE security hole that I >> reported a while back that has yet to be addressed: >> >> xfce pol kit lets others sneak in >> https://github.com/ncopa/xfce-p

Re: /usr/lib/grub/x86_64-efi/modinfo.sh

2020-07-03 Thread Tom H
On Fri, Jul 3, 2020 at 2:11 PM Patrick Dupre wrote: > > When I run grub2-install /dev/sda > I get > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't < exist. Please specify --target or --directory > > In /usr/lib/grub/ > total 24 > drwxr-xr-x. 2 root root 12288 Jul 3 13:56 arm64

Re: I need current network interface documentation

2020-07-01 Thread Tom H
On Wed, Jul 1, 2020 at 2:17 PM Ed Greshko wrote: > On 2020-07-01 19:40, Tom H wrote: >> OK. Thanks. Let's hope that this is the right rule: > > But I think the one you want is > > [egreshko@meimei ~]$ pkaction --verbose --action-id > org.freedesktop.N

Re: I need current network interface documentation

2020-07-01 Thread Tom H
On Wed, Jul 1, 2020 at 2:04 PM Ed Greshko wrote: > On 2020-07-01 19:40, Tom H wrote: >> >> $ pkaction --verbose --action-id >> org.freedesktop.NetworkManager.enable-disable-network >> org.freedesktop.NetworkManager.enable-disable-network: >> descriptio

Re: I need current network interface documentation

2020-07-01 Thread Tom H
On Wed, Jul 1, 2020 at 1:13 PM Ed Greshko wrote: > On 2020-07-01 18:48, Ed Greshko wrote: >> >> I think the key word is "modification" > > But, don't ask me why user maria can't modify a connection from the > command line using nmcli but can modify the connection via KDE > Networks applet in t

Re: I need current network interface documentation

2020-07-01 Thread Tom H
On Wed, Jul 1, 2020 at 12:49 PM Ed Greshko wrote: > On 2020-07-01 18:34, Tom H wrote: >> On Wed, Jul 1, 2020 at 7:40 AM Ed Greshko >> wrote: >>> On 2020-07-01 13:32, Tom H wrote: >>>> On my laptop, the value's "--", which is the default and wh

Re: I need current network interface documentation

2020-07-01 Thread Tom H
On Wed, Jul 1, 2020 at 7:40 AM Ed Greshko wrote: > On 2020-07-01 13:32, Tom H wrote: >> >> On my laptop, the value's "--", which is the default and which means >> that root and the polkit admin group (wheel) can control the >> connection. > > Are

Re: I need current network interface documentation

2020-06-30 Thread Tom H
On Tue, Jun 30, 2020 at 11:54 PM ToddAndMargo via users wrote: > On 2020-06-30 12:08, Tom H wrote: >> >> The info used to be in "sysconfig.txt" (provided by initscripts), >> but, AFAIK, it doesn't ship in Fedora any longer, only in RHEL. > > RHEL makes a

Re: I need current network interface documentation

2020-06-30 Thread Tom H
On Tue, Jun 30, 2020 at 11:51 PM ToddAndMargo via users wrote: > On 2020-06-30 11:48, Tom H wrote: >> On Tue, Jun 30, 2020 at 3:16 AM ToddAndMargo via users >> wrote: >>> >>> Anyone have a link to this >>> >>> https://docs.fedorapr

Re: I need current network interface documentation

2020-06-30 Thread Tom H
On Tue, Jun 30, 2020 at 3:26 AM Samuel Sieb wrote: > On 6/29/20 6:15 PM, ToddAndMargo via users wrote: >> >> Anyone have a link to this >> >> https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/System_Administrators_Reference_Guide/sect-networkscripts-interfaces.html > > As fa

Re: I need current network interface documentation

2020-06-30 Thread Tom H
On Tue, Jun 30, 2020 at 3:16 AM ToddAndMargo via users wrote: > > Anyone have a link to this > > https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/System_Administrators_Reference_Guide/sect-networkscripts-interfaces.html > > only the current version, not a draft? man nm-set

Re: I need help with sudo.conf

2020-06-29 Thread Tom H
On Mon, Jun 29, 2020 at 3:17 AM ToddAndMargo via users wrote: > On 2020-06-28 17:58, Ed Greshko wrote: >> >> I've used plain old vi to edit the /etc/sudoers file and the change >> take effect immediately. > > This must have changed in the last few releases. I always > had to use sudovi or reboot.

Re: I need help with sudo.conf

2020-06-29 Thread Tom H
On Mon, Jun 29, 2020 at 12:30 AM ToddAndMargo via users wrote: > On 2020-06-28 13:15, Tom H wrote: >> On Sun, Jun 28, 2020 at 10:01 PM ToddAndMargo via users >> wrote: >>> On 2020-06-28 12:16, ToddAndMargo via users wrote: >>>> I am trying to use sudo to

Re: I need help with sudo.conf

2020-06-28 Thread Tom H
On Sun, Jun 28, 2020 at 10:01 PM ToddAndMargo via users wrote: > On 2020-06-28 12:16, ToddAndMargo via users wrote: >> >> I am trying to use sudo to work around the following bug >> I posted: >> >> ifdown access denied with USERCTL=yes >> https://bugzilla.redhat.com/show_bug.cgi?id=18281

Re: nfs mount problem -

2020-06-25 Thread Tom H
On Thu, Jun 25, 2020 George N. White III wrote: > > Glad you are making progress. NFS configuration is pretty much the > same across linux distros, so the NFS section in Debian Handbook > should apply to Fedora (and contains links to Ubuntu docs). Arch > Linux docs for NFS are also helpful. Caref

Re: nfs mount problem -

2020-06-24 Thread Tom H
On Wed, Jun 24, 2020 Bob Goodwin wrote: > On 2020-06-24 15:45, Tom Horsley wrote: >> >> systemctl restart nfs > > No that doesn't work - > > [root@localhost bobg]# systemctl restart nfs > Failed to restart nfs.service: Unit nfs.service not found. > > [root@localhost bobg]# systemctl restart nfsd >

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-22 Thread Tom H
On Fri, Jun 19, 2020 Stephen Morris wrote: > On 17/6/20 1:52 am, Tom H wrote: >> On Tue, Jun 16, 2020 Stephen Morris wrote: >>> >>> If GRUB_ENABLE_BLSCFG=false is not going to be supported anymore, >>> how does one disable BLS if we don't want it? >&

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-17 Thread Tom H
On Wed, Jun 17, 2020 at 12:10 PM George N. White III wrote: > On Tue, 16 Jun 2020 at 13:38, Tom H wrote: >> On Tue, Jun 16, 2020 at 1:50 PM Ed Greshko wrote: >>> On 2020-06-16 19:42, Stephen Morris wrote: >>>> If GRUB_ENABLE_BLSCFG=false is not going to be suppor

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-16 Thread Tom H
On Tue, Jun 16, 2020 at 1:50 PM Ed Greshko wrote: > On 2020-06-16 19:42, Stephen Morris wrote: >> >> If GRUB_ENABLE_BLSCFG=false is not going to be supported anymore, >> how does one disable BLS if we don't want it? > > If that should happen then one needs to learn how to work with BLS. > Legacy m

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-16 Thread Tom H
On Tue, Jun 16, 2020 Stephen Morris wrote: > On 16/6/20 9:06 am, Ed Greshko wrote: >> On 2020-06-16 07:01, Tom H wrote: >>> >>> The kernel options are in the BLS entries, so it doesn't matter >>> what you have in grubenv. >>> >>> From th

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-15 Thread Tom H
On Tue, Jun 16, 2020 Ed Greshko wrote: > On 2020-06-16 07:01, Tom H wrote: >> >> The kernel options are in the BLS entries, so it doesn't matter what >> you have in grubenv. >> >> From the grub2 changelog on may 13th: >> >> Store cmdline i

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-15 Thread Tom H
On Tue, Jun 16, 2020 at 12:08 AM Ed Greshko wrote: > On 2020-06-15 21:15, Tom H wrote: >> Hope you'll be well soon! > > Thanks. I know I'll be happier after the stitches come out. Hope so :) >> Heads-up: On Rawhide, and therefore on F33 when it's relea

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-15 Thread Tom H
On Mon, Jun 15, 2020 Philip Rhoades wrote: > On 2020-06-15 19:05, Ed Greshko wrote: >> On 2020-06-11 05:41, R. G. Newbury wrote: >>> On 2020-06-09 Stephen Morris wrote: if in /etc/default/grub you have the entry GRUB_ENABLE_BLSCFG=true that inserts a line into the grub processes to

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-15 Thread Tom H
On Mon, Jun 15, 2020 at 11:05 AM Ed Greshko wrote: > On 2020-06-11 05:41, R. G. Newbury wrote: >> On 2020-06-09 8:11 p.m.Stephen Morris wrote: >>> if in /etc/default/grub you have the entry GRUB_ENABLE_BLSCFG=true >>> that inserts a line into the grub processes to use the new BLS >>> standard, i

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-15 Thread Tom H
On Mon, Jun 15, 2020 at 6:29 AM Tim via users wrote: > On Sun, 2020-06-14 at 19:15 +0200, Tom H wrote: >> >> These regular more or less long threads on "grub.cfg" should be the >> signal that Fedora's setting up grub incorrectly on EFI and should >> ad

Re: NFS Mount Point Failed

2020-06-14 Thread Tom H
On Sat, Jun 13, 2020 at 6:22 AM Stephen Morris wrote: > On 11/6/20 4:21 am, Tom H wrote: >> On Wed, Jun 10, 2020 at 1:40 AM Stephen Morris >> wrote: >>> On 10/6/20 7:12 am, Tom H wrote: >>>> On Tue, Jun 9, 2020 at 1:55 PM Stephen Morris >>>> w

Re: How do I change the grub kernel boot parameters in F32 ?

2020-06-14 Thread Tom H
On Sat, Jun 13, 2020 Stephen Morris wrote: > On 11/6/20 7:41 am, R. G. Newbury wrote: >> On 2020-06-09 Stephen Morris wrote: >>> >>> if in /etc/default/grub you have the entry GRUB_ENABLE_BLSCFG=true >>> that inserts a line into the grub processes to use the new BLS >>> standard, in which case gru

Re: NFS Mount Point Failed

2020-06-10 Thread Tom H
On Wed, Jun 10, 2020 at 1:40 AM Stephen Morris wrote: > On 10/6/20 7:12 am, Tom H wrote: >> On Tue, Jun 9, 2020 at 1:55 PM Stephen Morris >> wrote: >>> I have the following statement in fstab: >>> >>> 192.168.1.12:/mnt/HD/HD_a2 /mnt/nfs nfs >

Re: NFS Mount Point Failed

2020-06-09 Thread Tom H
On Tue, Jun 9, 2020 at 2:14 PM Tom Horsley wrote: > On Tue, 9 Jun 2020 21:54:30 +1000 > Stephen Morris wrote: > >> nfsvers=1 > > I seriously doubt there is any support for nfs 1 left > in the code (could be wrong). > > Depending on random variations every time the nfs > utilities get updates, I've

Re: NFS Mount Point Failed

2020-06-09 Thread Tom H
On Tue, Jun 9, 2020 at 1:55 PM Stephen Morris wrote: > > I have the following statement in fstab: > > 192.168.1.12:/mnt/HD/HD_a2 /mnt/nfs nfs > nfsvers=1,x-systemd.automount,defaults 0 0 > > When I issue the command 'mount /mnt/nfs' it fails with the > following messages shown in dmesg, which indi

Re: network manager is killing me!

2020-05-10 Thread Tom H
On Sat, May 9, 2020 at 4:02 PM Tom Horsley wrote: > > Thought I had everything working. I had created a 2nd > bridge for use with virtual machines I want to keep > off my local lan (one of the VMs operating as a > firewall with two ethernets). > > Then I rebooted after installing updates, and I co

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-08 Thread Tom H
On Thu, May 7, 2020 at 8:52 PM Samuel Sieb wrote: > On 5/7/20 9:08 AM, Tom H wrote: >> On Thu, May 7, 2020 Tom Horsley wrote: >>> On Wed, 06 May 2020 John M. Harris Jr wrote: >>>> This solved it, thank you! >>> >>> If that solved it, you may not

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Thu, May 7, 2020 at 1:14 AM Samuel Sieb wrote: > On 5/6/20 3:55 PM, Tom Horsley wrote: >> On Wed, 6 May 2020 15:34:09 -0700 Samuel Sieb wrote: >>> >>> I have no network-scripts package, but everything still goes into >>> /etc/sysconfig/network-scripts. >> >> Weird. I thought there was nothing t

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Thu, May 7, 2020 Tom Horsley wrote: > On Wed, 06 May 2020 John M. Harris Jr wrote: > >> This solved it, thank you! > > If that solved it, you may not actually be using NetworkManager. > I have no files at all in /etc/sysconfig/network-scripts after > configuring my network with just NetworkMana

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Thu, May 7, 2020 at 12:21 AM Samuel Sieb wrote: > On 5/6/20 3:10 PM, John M. Harris Jr wrote: >> On Wednesday, May 6, 2020 2:50:27 PM MST Samuel Sieb wrote: >>> >>> Are you using NetworkManager or something else? >>> What do you mean they aren't being read? What is happening or not >>> happenin

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Thu, May 7, 2020 at 12:12 AM John M. Harris Jr wrote: > On Wednesday, May 6, 2020 2:50:27 PM MST Samuel Sieb wrote: >> On 5/6/20 2:46 PM, John M. Harris Jr wrote: >> >>> Anyone know if this is just broken now, and what the workaround is >>> if so? I'm fine manually setting it on boot for now, b

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Thu, May 7, 2020 Tom Horsley wrote: > On Wed, 06 May 2020 John M. Harris Jr wrote: > > > Anyone know if this is just broken now, and what the workaround is if so? > > I'm > > fine manually setting it on boot for now, but this is causing a lot of > > issues.. > > > > Probably don't have network

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-07 Thread Tom H
On Wed, May 6, 2020 John M. Harris Jr wrote: > > Anyone know if this is just broken now, and what the workaround is > if so? I'm fine manually setting it on boot for now, but this is > causing a lot of issues.. 1) Did you NIC name change? Compare ip l and ls /etc/sysconfig/network-scripts 2) Wa

Re: NetworkManager stymies me again

2020-05-04 Thread Tom H
On Mon, May 4, 2020 at 2:20 AM Tom Horsley wrote: > On Sun, 3 May 2020 14:45:49 -0700 > Samuel Sieb wrote: > >> I highly recommend using "nm-connection-editor". It's the official >> connection editor for NetworkManager. It's quite nice and gives you >> access to all the settings and connection typ

Re: AAUGH! More "helpful" software!

2020-04-28 Thread Tom H
On Tue, Apr 28, 2020 at 4:55 PM Tom Horsley wrote: > > I try to shutdown my new fedora 32 virtual machine. > It immediately says: > > "Installing updates, do not turn off" > > AAUGH! I don't want to install frigging updates (yet). > > How do I reinstall fedora and turn this crap off > before I

Re: device names

2020-04-14 Thread Tom H
On Tue, Apr 14, 2020 at 12:44 AM Tom Horsley wrote: > On Tue, 14 Apr 2020 00:26:28 +0200 Tom H wrote: > >> The improvement's when you have a multiple NICs > > Right, but they should have special cased a single NIC system > and just left the name eth0, would have avoided

Re: device names

2020-04-13 Thread Tom H
On Sun, Apr 12, 2020 Tom Horsley wrote: > On Sun, 12 Apr 2020 Jack Craig wrote: >> further reading of some RH portal docs, i decided my notion was an >> unacceptable step backward in techs stream of forward progress. > > I consider the "improvement" a step backwards. Certainly for > a desktop sy

Re: device names

2020-04-13 Thread Tom H
On Sun, Apr 12, 2020 Roberto Ragusa wrote: > On 2020-04-10 20:53, Jack Craig wrote: >> on F30, i would like to swap enp4s0 to eth0. >> >> outside the network ifcfg* files, any other place(file) to update? > > Having a proper ifcfg*, including the HWADDR MAC address used to be > enough (but be su

Re: device names

2020-04-10 Thread Tom H
On Fri, Apr 10, 2020 at 9:03 PM Tom Horsley wrote: > On Fri, 10 Apr 2020 11:53:11 -0700 Jack Craig wrote: > >> on F30, i would like to swap enp4s0 to eth0. > > You have to get the system to stop inventing "immutable" names > first, which means adding net.ifnames=0 biosdevname=0 to the > kernel boo

Re: device names

2020-04-10 Thread Tom H
On Fri, Apr 10, 2020 at 8:54 PM Jack Craig wrote: > > on F30, i would like to swap enp4s0 to eth0. > > outside the network ifcfg* files, any other place(file) to update? > > i scanned /etc/ find no additional references. The simplest is to add "net.ifnames=0" to "GRUB_CMDLINE_LINUX" in "/etc/defa

Re: Anyone successful build a homebrewed kernel on F32

2020-03-31 Thread Tom H
On Sat, Mar 28, 2020 at 10:31 PM sixpack13 wrote: > > if someone needs the fix/info too: > > https://lkml.org/lkml/2020/3/14/186 Thanks. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproj

Re: /usr/ permissions ??

2020-03-23 Thread Tom H
On Mon, Mar 23, 2020 at 8:35 AM Łukasz Posadowski wrote: > Mon, 23 Mar 2020 02:26:39 -0400 David : > >> But now, I get a sudo error message when logged in >> the normal way as admin or sole user. >> >> * sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid >> bit set* >> >> What do I ne

Re: systemd-tty-ask-password-agent?

2020-02-20 Thread Tom H
On Tue, Feb 18, 2020 at 8:29 PM stan via users wrote: > On Mon, 17 Feb 2020 11:39:25 +0100 > Tom H wrote: >> On Sun, Feb 16, 2020 at 10:25 PM stan via users >> wrote: >>> >>> defaults to 1 minute 30 seconds. I'm sure it is in the documentation >>&g

Re: systemd-tty-ask-password-agent?

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 10:25 PM stan via users wrote: > On Sun, 16 Feb 2020 13:41:06 -0500 > Tom Horsley wrote: >> >> An infection seems to be spreading in systemd. First >> I saw dhcpd taking forever to shut down: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1768604 >> >> Now I just saw th

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 8:37 PM Tom Horsley wrote: > > I keep seeing signs that "network" will someday disappear > entirely and I'll be forced to use NetworkManager, so the > first question I haven't been able to find an answer > for: > > What is the "proper" way to setup a network connection > us

Re: how to set default route on multihome

2020-01-24 Thread Tom H
On Fri, Jan 24, 2020 at 7:19 PM Mike Wright wrote: > On 1/24/20 9:54 AM, sean darcy wrote: >> >> I'm trying to set up a dmz between my internal network and the router. >> Interface A for internal, interface B for the router. How do I make sure >> the default route is set to interface B ? > > I can

Re: NFS-mounting from a QEMU/KVM guest

2019-11-18 Thread Tom H
On Mon, Nov 18, 2019 at 1:09 AM Ed Greshko wrote: > On 11/18/19 6:27 AM, Patrick O'Callaghan wrote: >> >> I've never heard of nftables. I assumed that iptables was the backend. > > Yes, firewalld uses iptables. > > nftables is a different animal. nftables.service is disabled by default. See > /etc

  1   2   3   4   5   6   7   8   >