Re: Touch Screen and WiFi cards

2024-06-21 Thread Sbob


On 6/21/24 2:55 PM, ToddAndMargo via users wrote:

Hi All,

I customer gave me a laptop he inherited to see what
could be done with it.  It works really nicely, so I need
to send him over recommendations.

1) does these really thin laptops have their wifi
cards soldered in or can they be replace?  (I can
usually replace regular laptop WiFi cards.)

I presume Intel's WiFi cards have good Fedora support?

2) does Fedora support touch screens?

Many thanks,
-T

Most wifi cards are soldered, but not all of them, I have had several 
Thinkpads that had replace-able wifi cards. I am running Fedora 40 as we 
speak on a Dell XPS 17 with a touch screen, the touch screen works 
flawlessly out of the box


--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to replicate my windows GlobalProtect VPN on Fedora 40

2024-06-21 Thread Sbob


On 6/21/24 11:53 AM, Tom Horsley wrote:

On Fri, 21 Jun 2024 17:27:51 +
Bob Marčan via users wrote:


Option #1: OpenConnect client

If that works, it is probably best, but I remember when we had some
kind of weird proprietary VPN we needed to use at work and I
set up a Windows virtual machine, installed the VPN software
on windows and routed through the VM :-).


Thanks, if I do get it installed, do you know where the config is stored 
on windows? I assume there are profile or other config data that I would 
need so the vpn server would allow the connection




--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


How to replicate my windows GlobalProtect VPN on Fedora 40

2024-06-21 Thread Sbob

All;

I am working with a client that has me working on a (ugh) windows 
laptop. I have slowly gotten everything I might need to access working 
from my linux laptop running Fedora 40, with one exception, the 
GlobalProtect VPN.


Is there a way that I can grab whatever config info I might need from 
the windows laptop and setup a local VPN that will connect from my 
Fedora 40 laptop?



Thanks in advance

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: qemu guest converted via v2v has no network

2024-05-14 Thread Sbob

Where do I find the logs?


On 5/14/24 2:46 PM, Samuel Sieb wrote:

On 5/14/24 10:48 AM, Sbob wrote:
However, I have several ALMA 8 VMWare vm's and I am able to convert 
them like this:


# virt-v2v -i vmx /data/vmware/Alma-HA-DR-Data3/Alma-HA-DR-Data3.vmx 
-o libvirt -of qcow2 -os default -n default


where the original VMware folder is at /data/vmware/Alma-HA-DR-Data3

It converts and I can start the guest but it has no network, I see 
the standard network device but it has no ip address, trying to bring 
it up with the following command has no effect:


# ifconfig enp1s0 up


What do the logs show?


The guest NIC details xml tab shows this:


   
   portid="35431ccd-cdd2-4cde-b2ec-8310b912e188" bridge="virbr0"/>

   
   
   
   function="0x0"/>




That looks ok.  Does the guest support virtio networking?
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


qemu guest converted via v2v has no network

2024-05-14 Thread Sbob

Hi;


I have just installed Fedora 40 and all the kvm/qemu/libvirt bits

I can run virt-manager and install a new guest and when I start the 
guest it comes up automatically with a valid network / ip address


I also converted a fedora 38 vm that has a gui interface and it also 
works fine



However, I have several ALMA 8 VMWare vm's and I am able to convert them 
like this:


# virt-v2v -i vmx /data/vmware/Alma-HA-DR-Data3/Alma-HA-DR-Data3.vmx -o 
libvirt -of qcow2 -os default -n default


where the original VMware folder is at /data/vmware/Alma-HA-DR-Data3

It converts and I can start the guest but it has no network, I see the 
standard network device but it has no ip address, trying to bring it up 
with the following command has no effect:


# ifconfig enp1s0 up


The guest NIC details (in the guest details ) show this:

Network source:  Virtual network 'default' :NAT

Device model:   virtio

Mac address:  00:0c:29:4f:14:c3

IP Address:  Unknown

Link State:  active


The guest NIC details xml tab shows this:


  
  portid="35431ccd-cdd2-4cde-b2ec-8310b912e188" bridge="virbr0"/>

  
  
  
  function="0x0"/>





Thanks in advance for any advice

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


libvirt / kvm bridged network question

2024-05-06 Thread Sbob

All;


I am moving from VMWare to KVM / libvirt / vitr machine manager


In VMWare I could tell a VM to use a bridged network and then the IP of 
that VM was accessible from other servers


I have seen setup guides on the web and they all seem to suggest that I 
need one additional IP interface on my KVM server for each bridged ip I 
want.


Is this true? Is there some way to easily replicate the way VMWare does 
it so I can just tell a VM to use an IP that is accessible from another 
server?



Thanks in advance
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Sbob

All


I have 2 laptops I need to connect for testing / coding via ssh, if I 
connect each to the hotel wifi I cannot connect across laptops with ssh, 
If I grab a wifi router and connect it to the hotel wifi and use the 
router's wifi will this work?



would it also work with a simple wifi extender?


Thanks for any advice
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


File Locking to prevent "race condition" question

2024-03-20 Thread Sbob

All;


We have a database failover process in place that leverages a component 
that will also do load balancing. For reasons due to the client's 
environment we want n+ (many) of these load balancing components, 
however this means we will have many failover scripts on different 
servers that will all want to force a failover at the same time if a 
failure occurs.



Question: will flock() properly lock a file in a way that incoming 
commands over ssh from multiple other servers will respect the lock?



Thanks in advance
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: VMware woes

2024-01-12 Thread Sbob

I am running Fedora 39 (Kernel 6.6.9-200) and VMWare workstation Pro 17.5.0


Here is what I do every time there is a new kernel:

1) run the dnf update and get the new kernel installed


2) reboot


3) open a terminal as root and run this script:

#!/bin/bash

VMWARE_VERSION=workstation-17.5.0
TMP_FOLDER=/tmp/patch-vmware
rm -fdr $TMP_FOLDER
mkdir -p $TMP_FOLDER
cd $TMP_FOLDER
git clone https://github.com/mkubecek/vmware-host-modules.git
cd $TMP_FOLDER/vmware-host-modules
git checkout $VMWARE_VERSION
git fetch
make
sudo make install
sudo rm /usr/lib/vmware/lib/libz.so.1/libz.so.1
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
/usr/lib/vmware/lib/libz.so.1/libz.so.1
sudo /etc/init.d/vmware restart


There are always a couple of not found errors but the compile succeeds


4) I start VMWare as root by running this script:


#!/bin/bash

/etc/init.d/vmware restart

vmware&



At this point VMWare should start but it will not actually start a VM 
throwing an error about vmmon if I remember correctly



5) Stop VMWare


6) reboot once again


7) log in again and as root start VMWare with the start script again 
(step 4) and presto, everything works as expected



Note: as you upgrade VMWare versions make sure you set the 
"VMWARE_VERSION=workstation-17.5.0" in the patch script (step3) to match 
your version





On 1/11/24 16:39, Barry wrote:



On 11 Jan 2024, at 02:43, Frank Bures  wrote:

You would not have to reinstall.  Once you convert your VMWare disks to QEMU 
disk and configure the QEMU virtual machine, it just boots the same way as it 
used to in VMWare.  That's the beauty of it.

Yes this works well. I converted a windows 10 successfully.
Just remember that you also need to copy the Ethernet address from the vmware 
xml config file into the qemu config. Easy to do with libvirt manager.

Last few days I managed to upgrade the windows 10 image to windows 11.
A little tricky to convert from MBR to GPT then boot under UEFI and secure 
boot, but doable.

Barry


--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


libvirt / qemu / kvm bridged network

2023-12-12 Thread Sbob

Hi;


I'm running Fedora 39, I have installed qemu / libvirt / kvm


I have found many guides on setting up bridged networking but none have 
worked. Can someone point me to a proper guide?



Thanks in advance
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Help converting VMWare Workstation VM to Qemu/KVM

2023-12-12 Thread Sbob

All;


I have installed Quemu/KVM/libvirt and I have it working, I was able to 
install a new Fedora VM using the ISO as the disk image.


Now I want to convert an existing VMWare workstation VM, here is the 
file listing in the Directory for the VM I want to convert:



$ ls /data/vmware/Dev-Fedora
Dev-Fedora-0.scoreboard  Dev-Fedora-s002.vmdk Dev-Fedora.vmsd 
mksSandbox-2.log
Dev-Fedora-1.scoreboard  Dev-Fedora-s003.vmdk Dev-Fedora.vmx  
mksSandbox.log
Dev-Fedora-7.scoreboard  Dev-Fedora-s004.vmdk Dev-Fedora.vmxf 
vmware-0.log
Dev-Fedora-8.scoreboard  Dev-Fedora-s005.vmdk Dev-Fedora.vmx.lck  
vmware-1.log
Dev-Fedora-9.scoreboard  Dev-Fedora-s006.vmdk mksSandbox  
vmware-2.log
Dev-Fedora.nvram Dev-Fedora.scoreboard mksSandbox-0.log    
vmware.log

Dev-Fedora-s001.vmdk Dev-Fedora.vmdk    mksSandbox-1.log

I tried this:


1) use qemu-img convert to convert the Dev-Fedora.vmdk file:

# qemu-img convert -f vmdk -O qcow2 Dev-Fedora.vmdk Dev-Fedora.qcow2

this created the Dev-Fedora.qcow2 file


2) create a new VM with virt-manager and use the Dev-Fedora.qcow2 file 
as the disk image via the 'Import existing disk image' option



3) I start the new VM and I get 'No bootable devices found'


Thanks in advance

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Virtualbox vs VMware for Fedora?

2023-12-02 Thread Sbob

can I run OSX in QEMU/KVM/libvirt? Does the same mac unlocker work?


On 12/1/23 19:11, ToddAndMargo via users wrote:

On 12/1/23 15:32, Sbob wrote:
How is the virtual networking in QEMU/KVM/libvirt? can I just click 
into settings and 'add' a network interface?


Yes.  Lots of options

https://imgur.com/sOgQTvW.png
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Virtualbox vs VMware for Fedora?

2023-12-01 Thread Sbob
How is the virtual networking in QEMU/KVM/libvirt? can I just click into 
settings and 'add' a network interface?



On 12/1/23 01:17, ToddAndMargo via users wrote:

On 11/30/23 23:04, Jeffrey Walton wrote:

I don't know how well QEMU/KVM/libvirt handle other disk images, like
from VMware.


I have done it.


My Keeper:

References:
http://serverfault.com/questions/273982/virt-convert-ovf-to-kvm
    http://edoceo.com/notabene/ova-to-vmdk-to-qcow2
    http://wiki.hackzine.org/sysadmin/kvm-import-ova.html



Converting OVA for use with KVM / QCOW2

The OVA file is nothing more than a TAR archive, containing the .OVF 
and .VMDK files. Easy!


Using Evergreen ILS for example:

~ $ file Evergreen_trunk_Squeeze.ova
Evergreen_trunk_Squeeze.ova:    POSIX tar archive (GNU)

I'ts possible to use the tar command to list the contents

~ $ tar -tf Evergreen_trunk_Squeeze.ova
Evergreen_trunk_Squeeze.ovf
Evergreen_trunk_Squeeze-disk1.vmdk

Simply extract those things...

~ $ tar -xvf Evergreen_trunk_Squeeze.ova
Evergreen_trunk_Squeeze.ovf
Evergreen_trunk_Squeeze-disk1.vmdk

Now take a look at the created files The OVF XML file describes the 
image, it makes for some interesting reading about the expectations of 
the running environment.


~ $ file Evergreen_trunk_Squeeze*
Evergreen_trunk_Squeeze-disk1.vmdk: VMware4 disk image
Evergreen_trunk_Squeeze.ova:    POSIX tar archive (GNU)
Evergreen_trunk_Squeeze.ovf:    XML document text

Recent versions of qemu are able to run directly from the VMDK file, 
buy why do that? Use QCOW2, it's better. Execute: qemu-img -h and the 
last line of output shows the supported formats.


~ $ qemu-img -h |tail -n1
Supported formats: raw cow qcow vdi vmdk cloop dmg bochs vpc vvfat 
qcow2 parallels nbd blkdebug sheepdog host_cdrom host_floppy 
host_device file


Now actually convert it, this may take some time.

~ $ qemu-img convert -O qcow2 Evergreen_trunk_Squeeze-disk1.vmdk 
Evergreen_trunk_Squeeze.qcow2

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 recently tried virtualbox on a spare laptop, havent looked at 
virtualbox in years, and I was impressed, a few questions for the community:


  -  can I run the osx unlocker with virtualbox?


  - does virtualbox have the same issues where it needs a patch after 
each kernel and sometimes

   just breaks with a new kernel , even with the patch?


Thanks in advance
--
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: screen not waking from sleep - Fedora 38

2023-06-04 Thread Sbob

Yes I installed the rpmfusion repos and did a dnf -y update

(and rebooted)


On 6/4/23 18:42, George N. White III wrote:

On Sun, Jun 4, 2023 at 8:26 PM Sbob  wrote:

Hi all;


I just installed Fedora 38 and when the laptop puts the screen to
sleep
it never wakes up.


Have you also installed the recent updates?


Running Fedora 38 on a Dell XPS 17


There were reports like this when F38 first appeared on 
<https://discussion.fedoraproject.org>, but
that seems to have died down -- either people notice previous reports 
and don't generate new

ones or updates have fixed the issues.


Thoughts?
___
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 Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue



--
George N. White III


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report 
it:https://pagure.io/fedora-infrastructure/new_issue___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


screen not waking from sleep - Fedora 38

2023-06-04 Thread Sbob

Hi all;


I just installed Fedora 38 and when the laptop puts the screen to sleep 
it never wakes up.


Running Fedora 38 on a Dell XPS 17

Thoughts?
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


firewalld blocking bugzilla

2023-03-13 Thread Sbob

All;


I just installed Bugzilla on a Fedora 37 server


If I stop the firewall with the below command then I can connect to 
bugzilla via pointing a browser from another machine to 
http://IPADDR/bugzilla


# systemctl stop firewalld


However once I start firewalld then bugzilla is blocked

I have run these commands:


# firewall-cmd --permanent --zone=public --add-port=80/udp

# firewall-cmd --permanent --zone=public --add-service=http

# firewall-cmd --reload



But I still cannot connect via http unless I stop firewalld


Thanks in advance


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: vim question - how to stop auto comments (SOLVED)

2023-01-31 Thread Sbob

Just a heads up, I solved this by adding this line to my .vimrc file:

autocmd BufNewFile,BufRead * setlocal formatoptions-=ro




On 1/31/23 11:25, Sbob wrote:

Hi all;


Anyone know how to disable the vim feature where it auto comments all 
lines after a comment, meaning if I add a comment line and then hit 
enter for a new line I do not want the new line to automatically hace 
a comment (#) char... it's driving me nuts!



Thanks in advance




___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


vim question - how to stop auto comments

2023-01-31 Thread Sbob

Hi all;


Anyone know how to disable the vim feature where it auto comments all 
lines after a comment, meaning if I add a comment line and then hit 
enter for a new line I do not want the new line to automatically hace a 
comment (#) char... it's driving me nuts!



Thanks in advance


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Postfix help

2023-01-05 Thread Sbob
I found the maillog, per an entry I found I changed a couple of the 
settings in  /etc/postfix/main.cf, it said these were required:


smtp_tls_wrappermode = yes

smtp_tls_security_level = encrypt



Then I ran:
# systemctl enable --now postfix.service

and another test:

# echo 'Test 5' | mail -s "Test: $(date)" my_user@my_fastmail_domain.com


and now I see this in /var/log/maillog :

Jan  5 17:03:37 F37-Server postfix/pickup[916]: 1AA22104C394: uid=0 
from=
Jan  5 17:03:37 F37-Server postfix/cleanup[1217]: 1AA22104C394: 
message-id=<20230106000337.1AA22104C394@F37-Server.localdomain>
Jan  5 17:03:37 F37-Server postfix/qmgr[917]: 1AA22104C394: 
from=, size=485, nrcpt=1 (queue active)
Jan  5 17:03:38 F37-Server postfix/smtp[1212]: 1AA22104C394: 
to=, relay=smtp.fastmail.com[66.111.4.139]:465, 
delay=0.92, delays=0/0/0.61/0.31, dsn=5.7.1, status=bounced (host 
smtp.fastmail.com[66.111.4.139] said: 551 5.7.1 Not authorised to send 
from this header address (in reply to end of DATA command))
Jan  5 17:03:38 F37-Server postfix/cleanup[1216]: 06D58104C396: 
message-id=<20230106000338.06D58104C396@F37-Server.localdomain>
Jan  5 17:03:38 F37-Server postfix/qmgr[917]: 06D58104C396: from=<>, 
size=2646, nrcpt=1 (queue active)
Jan  5 17:03:38 F37-Server postfix/bounce[1215]: 1AA22104C394: sender 
non-delivery notification: 06D58104C396

Jan  5 17:03:38 F37-Server postfix/qmgr[917]: 1AA22104C394: removed
Jan  5 17:03:38 F37-Server postfix/local[1219]: 06D58104C396: 
to=, relay=local, delay=0.01, 
delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)

Jan  5 17:03:38 F37-Server postfix/qmgr[917]: 06D58104C396: removed




Not sure what this means:

Not authorised to send from this header address


Maybe Fastmail simply does not allow this?
Is there another email service that I should use? something that is (a) 
NOT google mail and (b) secure?



Thoughts?



On 1/5/23 16:53, Sbob wrote:


I see this for mailx:

# mailx
No mail for root


Is there another log to look at?



On 1/5/23 16:44, Richard wrote:

Date: Thursday, January 05, 2023 16:31:49 -0700
From: Sbob


when I run a test like this:

# echo 'It worked! 4' | mail -s "Test: $(date)"u...@somedomain.com

No mail ever shows up,

Before trying to debug this in more detail, what's in the mail log on
your sending server?

___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report 
it:https://pagure.io/fedora-infrastructure/new_issue___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Postfix help

2023-01-05 Thread Sbob

I see this for mailx:

# mailx
No mail for root


Is there another log to look at?



On 1/5/23 16:44, Richard wrote:

Date: Thursday, January 05, 2023 16:31:49 -0700
From: Sbob


when I run a test like this:

# echo 'It worked! 4' | mail -s "Test: $(date)"u...@somedomain.com

No mail ever shows up,


Before trying to debug this in more detail, what's in the mail log on
your sending server?

___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report 
it:https://pagure.io/fedora-infrastructure/new_issue___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Postfix help

2023-01-05 Thread Sbob

All;


I started setting up a sendmail server, but have now switched to a 
sendmail server.



I setup a new Fedora 37 server VM and have taken these steps per 
https://fedoramagazine.org/use-postfix-to-get-email-from-your-fedora-system/



1)

# dnf install postfix mailx


2)

# MY_EMAIL_ADDRESS=my_user@my_fastmail_domain.com
# MY_EMAIL_PASSWORD=abcdefghijklm #( I entered the actual 'app password' 
here

# MY_SMTP_SERVER=smtp.fastmail.com
# MY_SMTP_SERVER_PORT=465
# echo "[$MY_SMTP_SERVER]:$MY_SMTP_SERVER_PORT 
$MY_EMAIL_ADDRESS:$MY_EMAIL_PASSWORD" >> /etc/postfix/password_maps

# chmod 600 /etc/postfix/password_maps
# unset MY_EMAIL_PASSWORD
# history -c



3)

updated the main.cf file:

relayhost = [smtp.gmail.com]:587
smtp_tls_security_level = verify
smtp_tls_mandatory_ciphers = high
smtp_tls_verify_cert_match = hostname
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/password_maps


My  /etc/postfix/main.cf now looks like this:

# cat /etc/postfix/main.cf

compatibility_level = 3.7
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, localhost
unknown_local_recipient_reject_code = 550
relayhost = [smtp.fastmail.com]:465
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
 ddd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix/samples
readme_directory = /usr/share/doc/postfix/README_FILES
smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
smtpd_tls_key_file = /etc/pki/tls/private/postfix.key
smtpd_tls_security_level = may
smtp_tls_CApath = /etc/pki/tls/certs
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_security_level = verify
meta_directory = /etc/postfix
shlib_directory = /usr/lib64/postfix
smtp_tls_verify_cert_match = hostname
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/password_maps


and my /etc/postfix/password_maps file:

# cat /etc/postfix/password_maps
[smtp.fastmail.com]:465 my_username@my_fastmail_domain.com:abcdefghijkl



when I run a test like this:

# echo 'It worked! 4' | mail -s "Test: $(date)" u...@somedomain.com

No mail ever shows up,

thanks in advance for any help



___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Help with Sendmail setup

2023-01-05 Thread Sbob

Update:

If I run the test command as root, the command completes but the mail 
has not arrived in my inbox, it has been 10min


# echo "test" | sendmail -s "test subject" my_user@my_domain.com
#



On 1/5/23 14:37, Sbob wrote:

All;

I have setup a Fedora 37 Server in a VMWare Workstation VM (Fedora 36 
host)


I cannot seem to get sendmail working, here are the steps I have 
taken, following this guide:

https://tecadmin.net/install-sendmail-on-fedora/
1)
# dnf install sendmail sendmail-cf

2)
Comment out below line in /etc/mail/sendmail.mc to allow receiving 
email from anywhere.

To comment a line in sendmail.mc, just put dnl at start of line.

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

3)
 Add this line also in sendmail.mc above ‘MAILER’ option

FEATURE(`relay_hosts_only')dnl


As of step 3 this is what my sendmail.mc file looks like:
$ cat sendmail.mc
divert(-1)dnl
dnl #
dnl # This is the sendmail macro config file for m4. If you make 
changes to

dnl # /etc/mail/sendmail.mc, you will need to regenerate the
dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf 
package is

dnl # installed and then performing a
dnl #
dnl # /etc/mail/make
dnl #
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`setup for linux')dnl
OSTYPE(`linux')dnl
dnl #
dnl # Do not advertize sendmail version.
dnl #
dnl define(`confSMTP_LOGIN_MSG', `$j Sendmail; $b')dnl
dnl #
dnl # default logging level is 9, you might want to set it higher to
dnl # debug the configuration
dnl #
dnl define(`confLOG_LEVEL', `9')dnl
dnl #
dnl # Uncomment and edit the following line if your outgoing mail 
needs to

dnl # be sent out through an external mail server:
dnl #
dnl define(`SMART_HOST', `smtp.your.provider')dnl
dnl #
define(`confDEF_USER_ID', ``8:12'')dnl
dnl define(`confAUTO_REBUILD')dnl
define(`confTO_CONNECT', `1m')dnl
define(`confTRY_NULL_MX_LIST', `True')dnl
define(`confDONT_PROBE_INTERFACES', `True')dnl
define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
define(`UUCP_MAILER_MAX', `200')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl
dnl #
dnl # The following allows relaying if the user authenticates, and 
disallows

dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links
dnl #
dnl define(`confAUTH_OPTIONS', `A p')dnl
dnl #
dnl # which realm to use in SASL database (sasldb2)
dnl #
define(`confAUTH_REALM', `mail')dnl
dnl #
dnl # PLAIN is the preferred plaintext authentication method and used by
dnl # Mozilla Mail and Evolution, though Outlook Express and other 
MUAs do

dnl # use LOGIN. Other mechanisms should be used if the connection is not
dnl # guaranteed secure.
dnl # Please remember that saslauthd needs to be running for AUTH.
dnl #
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 
LOGIN PLAIN')dnl

dnl #
dnl # Basic sendmail TLS configuration with self-signed certificate for
dnl # inbound SMTP (and also opportunistic TLS for outbound SMTP).
dnl #
define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
define(`confSERVER_KEY', `/etc/pki/tls/private/sendmail.key')dnl
define(`confTLS_SRV_OPTIONS', `V')dnl
dnl #
dnl # This allows sendmail to use a keyfile that is shared with 
OpenLDAP's

dnl # slapd, which requires the file to be readble by group ldap
dnl #
dnl define(`confDONT_BLAME_SENDMAIL', `groupreadablekeyfile')dnl
dnl #
dnl define(`confTO_QUEUEWARN', `4h')dnl
dnl define(`confTO_QUEUERETURN', `5d')dnl
dnl define(`confQUEUE_LA', `12')dnl
dnl define(`confREFUSE_LA', `18')dnl
define(`confTO_IDENT', `0')dnl
dnl # If you're operating in a DSCP/RFC-4594 environment with QoS
dnl define(`confINET_QOS', `AF11')dnl
dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa', `dnl')dnl
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
dnl #
dnl # The following limits the number of processes sendmail can fork 
to accept
dnl # incoming messages or process its message queues to 20.) sendmail 
refuses
dnl # to accept connections once it has reached its quota of child 
processes.

dnl #
dnl define(`confMAX_DAEMON_CHILDREN', `20')dnl
dnl #
dnl # Limits the number of new connections per second. This caps the 
overhead
dnl # incurred due to forking new sendmail processes. May be useful 
against
dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP 
address
dnl # limit would be useful but is not available as an option at this 
writing

Help with Sendmail setup

2023-01-05 Thread Sbob

All;

I have setup a Fedora 37 Server in a VMWare Workstation VM (Fedora 36 host)

I cannot seem to get sendmail working, here are the steps I have taken, 
following this guide:

https://tecadmin.net/install-sendmail-on-fedora/
1)
# dnf install sendmail sendmail-cf

2)
Comment out below line in /etc/mail/sendmail.mc to allow receiving email 
from anywhere.

To comment a line in sendmail.mc, just put dnl at start of line.

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

3)
 Add this line also in sendmail.mc above ‘MAILER’ option

FEATURE(`relay_hosts_only')dnl


As of step 3 this is what my sendmail.mc file looks like:
$ cat sendmail.mc
divert(-1)dnl
dnl #
dnl # This is the sendmail macro config file for m4. If you make changes to
dnl # /etc/mail/sendmail.mc, you will need to regenerate the
dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf 
package is

dnl # installed and then performing a
dnl #
dnl # /etc/mail/make
dnl #
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`setup for linux')dnl
OSTYPE(`linux')dnl
dnl #
dnl # Do not advertize sendmail version.
dnl #
dnl define(`confSMTP_LOGIN_MSG', `$j Sendmail; $b')dnl
dnl #
dnl # default logging level is 9, you might want to set it higher to
dnl # debug the configuration
dnl #
dnl define(`confLOG_LEVEL', `9')dnl
dnl #
dnl # Uncomment and edit the following line if your outgoing mail needs to
dnl # be sent out through an external mail server:
dnl #
dnl define(`SMART_HOST', `smtp.your.provider')dnl
dnl #
define(`confDEF_USER_ID', ``8:12'')dnl
dnl define(`confAUTO_REBUILD')dnl
define(`confTO_CONNECT', `1m')dnl
define(`confTRY_NULL_MX_LIST', `True')dnl
define(`confDONT_PROBE_INTERFACES', `True')dnl
define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
define(`UUCP_MAILER_MAX', `200')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl
dnl #
dnl # The following allows relaying if the user authenticates, and disallows
dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links
dnl #
dnl define(`confAUTH_OPTIONS', `A p')dnl
dnl #
dnl # which realm to use in SASL database (sasldb2)
dnl #
define(`confAUTH_REALM', `mail')dnl
dnl #
dnl # PLAIN is the preferred plaintext authentication method and used by
dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs do
dnl # use LOGIN. Other mechanisms should be used if the connection is not
dnl # guaranteed secure.
dnl # Please remember that saslauthd needs to be running for AUTH.
dnl #
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 
LOGIN PLAIN')dnl

dnl #
dnl # Basic sendmail TLS configuration with self-signed certificate for
dnl # inbound SMTP (and also opportunistic TLS for outbound SMTP).
dnl #
define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
define(`confSERVER_KEY', `/etc/pki/tls/private/sendmail.key')dnl
define(`confTLS_SRV_OPTIONS', `V')dnl
dnl #
dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's
dnl # slapd, which requires the file to be readble by group ldap
dnl #
dnl define(`confDONT_BLAME_SENDMAIL', `groupreadablekeyfile')dnl
dnl #
dnl define(`confTO_QUEUEWARN', `4h')dnl
dnl define(`confTO_QUEUERETURN', `5d')dnl
dnl define(`confQUEUE_LA', `12')dnl
dnl define(`confREFUSE_LA', `18')dnl
define(`confTO_IDENT', `0')dnl
dnl # If you're operating in a DSCP/RFC-4594 environment with QoS
dnl define(`confINET_QOS', `AF11')dnl
dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa', `dnl')dnl
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
dnl #
dnl # The following limits the number of processes sendmail can fork to 
accept
dnl # incoming messages or process its message queues to 20.) sendmail 
refuses
dnl # to accept connections once it has reached its quota of child 
processes.

dnl #
dnl define(`confMAX_DAEMON_CHILDREN', `20')dnl
dnl #
dnl # Limits the number of new connections per second. This caps the 
overhead

dnl # incurred due to forking new sendmail processes. May be useful against
dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP 
address
dnl # limit would be useful but is not available as an option at this 
writing.)

dnl #
dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl
dnl #
dnl # The -t option will retry delivery if e.g. the user runs over his 
quota.

dnl #
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T -o /etc/mail/access.db')dnl

Perl Help (Possibly OT)

2023-01-05 Thread Sbob

All;


I have dusted off my perl books, I need a simple mail script to send an 
email with a local attachment, I have tried various NET:SMTP examples 
but cannot get it to work. Anyone have a working example you can share 
of a simple email script that will se my email service credentials and 
allow me to attach a zip file to the outgoing email?



Thanks in advance

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Touchscreen not working on Surface Pro 8 - Fedora 36

2022-11-14 Thread Sbob

a clean install


On 11/14/22 15:44, Slade Watkins wrote:

On Mon, Nov 14, 2022 at 4:45 PM Sbob  wrote:

CAUTION: This email originated from outside your organization. Exercise caution 
when opening attachments or clicking links, especially from unknown senders.

All;


I just installed Fedora 36 on a Microsoft Surface Pro 8, and did an
update but the touchscreen does not work.

Was this a clean install or upgrade from Fedora 35 or earlier?

-srw

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Touchscreen not working on Surface Pro 8 - Fedora 36

2022-11-14 Thread Sbob

All;


I just installed Fedora 36 on a Microsoft Surface Pro 8, and did an 
update but the touchscreen does not work.


Thanks in advance for any help
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora 36 on a MS Surface GO (2 or 3)?

2022-11-14 Thread Sbob

Hi All;


Anyone have any good guides for installing Fedora on a Surface Go 2 or a 
Surface Go 3?


Is there a reason I should pick the 2 vs the 3?


Thanks in advance


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latest kernel for Fedora 35?

2022-10-06 Thread Sbob

One more related question - is it possible to run a mac/osx VM with KVM?

I do this today with VMWare and the osx unlocker



On 10/6/22 08:27, Sbob wrote:

Thanks I'll have another look


On 10/5/22 17:20, Sam Varshavchik wrote:

Sbob writes:

I think I tried this awhile back and found that KVM VM's only work 
with wired network connections on the host and not wifi, is this 
still true?


News to me, and the VM running Windows 10, on this laptop.


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latest kernel for Fedora 35?

2022-10-06 Thread Sbob

Thanks I'll have another look


On 10/5/22 17:20, Sam Varshavchik wrote:

Sbob writes:

I think I tried this awhile back and found that KVM VM's only work 
with wired network connections on the host and not wifi, is this 
still true?


News to me, and the VM running Windows 10, on this laptop.


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latest kernel for Fedora 35?

2022-10-05 Thread Sbob

Thanks!



On 10/5/22 13:31, José María Terry Jiménez wrote:

El 5/10/22 a las 18:53, Sbob escribió:

All;


I cannot get VMWare workstation to work with Fedora 36 - Kernel 
5.19.13-200.fc36.x86_64



What is the latest kernel available for Fedora 35? Maybe it is worth 
it to revert to Fedora 35? 



See this:


https://github.com/mkubecek/vmware-host-modules


Works for me

# cat /etc/redhat-release
Fedora release 36 (Thirty Six)

# uname -r
5.19.12-200.fc36.x86_64

Best.
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: latest kernel for Fedora 35?

2022-10-05 Thread Sbob
I think I tried this awhile back and found that KVM VM's only work with 
wired network connections on the host and not wifi, is this still true?




On 10/5/22 11:36, Samuel Sieb wrote:

On 10/5/22 09:53, Sbob wrote:
I cannot get VMWare workstation to work with Fedora 36 - Kernel 
5.19.13-200.fc36.x86_64


What is the latest kernel available for Fedora 35? Maybe it is worth 
it to revert to Fedora 35?


Maybe it is worth switching to KVM so you don't have to deal with this 
again?

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


latest kernel for Fedora 35?

2022-10-05 Thread Sbob

All;


I cannot get VMWare workstation to work with Fedora 36 - Kernel 
5.19.13-200.fc36.x86_64



What is the latest kernel available for Fedora 35? Maybe it is worth it 
to revert to Fedora 35?


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


how to setup a bridge interface bridged to wireless?

2022-07-15 Thread Sbob

All;


I need to setup a bridge interface, bridged to my wireless interface. 
Can someone point me to how to do this?



Thanks in advance
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


virt-manager vm cannot resize to window and VPN issue

2022-07-13 Thread Sbob

Hi all;


I installed the following today :

qemu-kvm libvirt virt-install bridge-utils  virt-manager libvirt-devel 
virt-top libguestfs-tools guestfs-tools



I followed this guide to install virt-manager and a bridged network.


I used virt-v2v to convert a VMware image :

# virt-v2v -i vmx /data/vmware/Fedora35-Wynnbet/Fedora35-Wynnbet.vmx  -o 
local -of qcow2 -os /data/kvm/Imported/Fedora35-Wynnbet



Then I edited the resulting xml file 
(/data/kvm/Imported/Fedora35-Wynnbet/Fedora35-Wynnbet.xml)


and I commented out the network interface (the VMware one):

    
  
  
  
    



Next I added the new vm to virt-manager:

# virsh define /data/kvm/Imported/Fedora35-Wynnbet/Fedora35-Wynnbet.xml


It worked, I started the vm from virt-manager, logged in and used 
virt-manager to create a new interface.



Now I have 2 issues:


1) I cannot get it to resize the VM with the window, the *View -> Scale 
Display -> Auto Resize VM with Window *option is greyed out



2) the VMware vm was setup with a PPTP based VPN, but in the converted 
kvm / virt-mananger vm the vpn will not connect, it simply says an error 
occurred.



Thanks in advance




___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Sbob

Thanks!


On 7/12/22 10:05, Mark C. Allman wrote:

On 7/12/22 11:38, Sbob wrote:

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not 
get removed.



Are there any other virtualization tools that would continue to work, 
or at least continue to work with more recent kernels? Is Xen an 
option? Are there others?



Thanks in advance

I completely share your frustration. I run Windows 11 in a VM. I've 
looked into switching in the past but ran into all kinds of license 
issues for Windows and other tools. All the tools think I'm running 
everything on a different system. I tried to explain to Microsoft what 
I was doing -- no luck. Like talking to a brick wall.


I wrote up the patches for kernel 5.18. Check out 
https://medium.com/@allmanpc/vmware-workstation-player-16-2-and-linux-kernels-5-18-5cdc10a4d32a. 
It doesn't fix the larger problem but it would help to get around the 
immediate issue.



*Mark C. Allman, PMP, CSM, SSM*
Sr. Project Manager/Scrum Master, Allman Professional Consulting, 
Inc., www.allmanpc.com <http://www.allmanpc.com>
Founder, See How You Ski, www.seehowyouski.com 
<http://www.seehowyouski.com>

Ultra Runner, www.bostonorbust.run <http://www.bostonorbust.run>
617-947-4263, Twitter: @allmanpc, LinkedIn: 
www.linkedin.com/in/allmanpc <http://www.linkedin.com/in/allmanpc>




___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Virtualization Recommendations?

2022-07-12 Thread Sbob

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not get 
removed.



Are there any other virtualization tools that would continue to work, or 
at least continue to work with more recent kernels? Is Xen an option? 
Are there others?



Thanks in advance

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Cannot mount Sony XQD memory card

2022-05-05 Thread Sbob

Hi all;


I just did a new install of Fedora 34 on my laptop. I put my XQD card in 
a usb card reader and nothing happens (mo popup in the system tray).


A dmesg command shows me this:


[41307.726478] usb 4-2: new SuperSpeed Plus Gen 2x1 USB device number 69 
using xhci_hcd
[41307.742352] usb 4-2: New USB device found, idVendor=054c, 
idProduct=0cf0, bcdDevice=71.91
[41307.742361] usb 4-2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[41307.742365] usb 4-2: Product: MRW-G1
[41307.742367] usb 4-2: Manufacturer: Sony
[41307.742369] usb 4-2: SerialNumber: 30010247001540
[41307.744670] hub 4-2:1.0: USB hub found
[41307.745040] hub 4-2:1.0: 2 ports detected
[41308.020208] usb 4-2.2: new SuperSpeed USB device number 70 using 
xhci_hcd
[41308.033094] usb 4-2.2: New USB device found, idVendor=054c, 
idProduct=087c, bcdDevice= 1.10
[41308.033107] usb 4-2.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[41308.033112] usb 4-2.2: Product: XQD   32GB
[41308.033116] usb 4-2.2: Manufacturer: Sony
[41308.033120] usb 4-2.2: SerialNumber: 
324245424E4B4D300118E30701100F123700

[41308.042286] usb 4-2.2: Enable of device-initiated U1 failed.
[41308.049387] usb 4-2.2: Failed to set U1 timeout to 0x0,error code -71
[41308.049449] usb 4-2.2: Set SEL for device-initiated U2 failed.
[41308.049569] usb-storage 4-2.2:1.0: USB Mass Storage device detected
[41308.049891] scsi host0: usb-storage 4-2.2:1.0


Thanks in advance for any help...


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora Laptop?

2022-03-16 Thread Sbob

These guys have a Fedora option as well:

https://linuxcertified.com/


On 3/16/22 09:13, Sbob wrote:

This site allows you to select Fedora as the OS:

https://thelinuxlaptop.com/




On 3/15/22 21:10, ToddAndMargo via users wrote:

On 3/10/22 21:10, Todd Chester via users wrote:

Hi All,

Anyone know of someone selling laptops with
Fedora preinstalled?

Many thanks,
-T


How about system76?
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora Laptop?

2022-03-16 Thread Sbob

This site allows you to select Fedora as the OS:

https://thelinuxlaptop.com/




On 3/15/22 21:10, ToddAndMargo via users wrote:

On 3/10/22 21:10, Todd Chester via users wrote:

Hi All,

Anyone know of someone selling laptops with
Fedora preinstalled?

Many thanks,
-T


How about system76?
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


KDE and Gnome - best install to start with?

2022-01-18 Thread Sbob

All;


I have a new touchscreen laptop. I want to install both KDE and Gnome, I 
started with the Fedora 35 KDE spin and I will now add Gnome with:


# dnf groupinstall gnome


Is this the best method? Should I start with the default Fedora 35 
install dvd and then install KDE?


Does it matter / is there any difference in the results?
___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Thunderbird only shows 24 hour time OT

2022-01-12 Thread Sbob

All;


Sorry for the Off Topic post, as of Thunderbird 91 on Fedora 34 I only 
see 24 hour time in the email / inbox list. Anyone know how to change it?



___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora 35 and Intel Iris XE Graphics

2022-01-12 Thread Sbob

All;


Does anyone know if Fedora 35 works well with the Intel Iris XE Graphics?


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


OT: Cannot cut/past from Fedore 35 host to VMware Fedora guest

2021-11-10 Thread Sbob

Hi all;


I know this is off topic. I have installed Fedore 35 on a Levovo P73, 
it's running great!


I installed VMware Workstation Pro 16, and it worked with no 
adjustments, but I cannot copy / paste between the Fedora 35 host and a 
Fedora 35 guest



Thanks in advance for any suggestions


___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


dnf error in /etc/yum.repos.d/pgdg-fedora-all.repo

2021-05-05 Thread sbob

All;


I get this when I run dnf (search, update, etc):


Invalid configuration value: failovermethod=priority in 
/etc/yum.repos.d/pgdg-fedora-all.repo; Configuration: OptionBinding with 
id "failovermethod" does not exist



Thoughts?

___
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 Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure