Re: VM Setup

2022-03-02 Thread Samuel Sieb
On 3/2/22 20:29, Robert McBroom via users wrote: ~]# ip route default via 192.168.122.1 dev enp1s0 proto dhcp metric 100 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown 192.168.122.0/24 dev enp1s0 proto kernel scope link src 192.168.122.91 metric 100 Assuming th

Re: VM Setup

2022-03-02 Thread Robert McBroom via users
On 3/2/22 07:10, Patrick O'Callaghan wrote: On Wed, 2022-03-02 at 01:17 -0500, Robert McBroom via users wrote: Installed from iso with virt-manager. The install used virtio. Not using samba or nfs but added firewall commands anyway. I can ping devices on the local network but can't get to the i

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 16:46, Chris Murphy wrote: On Wed, Mar 2, 2022 at 4:02 PM Samuel Sieb wrote: The fix is to run "dracut -a resume -f". This will update the initramfs to include the bits that let resume work. In order for this to continue working with kernel updates, you need to add a dracut config f

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Chris Murphy
On Wed, Mar 2, 2022 at 4:02 PM Samuel Sieb wrote: > > On 3/2/22 13:56, Ranjan Maitra wrote: > > My approach to enabling hibernate on Fedora since F20 has been to create a > > swap partition and then do the following: > > > > sudo vi /etc/default/grub > > > > add --> resume=UUID="" <-- to the

Re: Evolution: Starting Over

2022-03-02 Thread Tim via users
On Thu, 2022-03-03 at 08:22 +1100, Cameron Simpson wrote: > I suspect part of the OP's intent with the reset is in case he, or > some earlier install process, had differing defaults in the global > area. Aplenty of things install a global config, if only to make the > available configs apparent. T

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
Thanks for this! On Wed Mar02'22 03:01:44PM, Samuel Sieb wrote: > I just tried this out in a VM. I did an install of F35 with a swap > partition and it setup everything for hibernating including the kernel > command line parameter. "systemctl hibernate" does the full hibernating > process, but

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 13:56, Ranjan Maitra wrote: My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
On Wed Mar02'22 02:08:13PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Wed, 2 Mar 2022 14:08:13 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/2/22 13:56, Ranjan Maitra wrote: > > My

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 13:56, Ranjan Maitra wrote: My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then

enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then for efi-based systems do: sudo bash -x

Re: Evolution: Starting Over

2022-03-02 Thread Cameron Simpson
On 26Feb2022 20:35, Tim wrote: >On Sat, 2022-02-26 at 00:07 +0100, greg wrote: >> I am not sure if there are readers on this list for these obvious >> things. >> Regardless, "you" above should not refer to me, if it does. > >It's the global "you," or "not me." So, "you" configured for the whole c

dnfdragora issue Fedora-MATE_Compiz-Live-x86_64-36-20220302.n.0.iso

2022-03-02 Thread Steven Usdansky via users
I know this belongs in bugzilla, but I don't really understand which component is the problem. I'm running from the live iso. When attempting to run dnfdragora from System->Administration->dnfdragora on the panel , nothing appears to happen. When run from a terminal, I get the following: [liveu

Re: VM Setup

2022-03-02 Thread Patrick O'Callaghan
On Wed, 2022-03-02 at 01:17 -0500, Robert McBroom via users wrote: > Installed from iso with virt-manager. The install used virtio. Not > using > samba or nfs but added firewall commands anyway. > > I can ping devices on the local network but can't get to the > internet.  > 50 to 60% drops on th