Sendmail auth mechanisms missing after upgrade to Fedora 37

2022-11-17 Thread Scott van Looy via users

Hi,

Having upgraded to the new Fedora 37, I cannot now send mail via sendmail 
remotely using auth.


Looking at /var/log/maillog, when I try and connect to send an email I 
get:


"AUTH warning: no mechanisms”

Looking at the application log I can see:

250- Hello , pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-DELIVERBY
250 HELP

So it does indeed look like there are no auth mechanisms present

I haven’t changed my config, it was working before the upgrade and the 
only thing I’ve been able to find online that vaguely looks like it might 
be the same issue is this:


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263287

sendmail.mc has:

define(`confAUTH_OPTIONS', `A p y’)dnl
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN’)dnl

Which all looks correct to me. I’m at a bit of a loss. Does anyone have 
any suggestions as to what might be the issue/what I might be able to do?


Regards,

Scott

--
Scott van Looy___
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: It's a brick :-<(

2022-11-17 Thread Tom Horsley
I used the instructions at:

https://wiki.archlinux.org/index.php/Multiboot_USB_drive

To make a multi-boot USB stick that holds many different ISO images
and can boot from them off the USB stick. It is very handy and I
have several images like memtest86+ and systemrescuecd as
well as fedora and ubuntu images. It has often come in handy.
___
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: It's a brick :-<(

2022-11-17 Thread Geoffrey Leach
Thanks all for the feedback.

Tip of the hat to whoever created the Fedora Live troubleshooting. It has
(at least) gparted, fdisk, fsck, smartctl and badblocks. Seems like that
should be enough for my purposes. (Aside from a hammer :-)

Interestingly, the first three do not find any issues. badblocks froze the
system. smartctl is running, so we'll see

On Thu, Nov 17, 2022 at 2:04 PM Stephen Morris 
wrote:

> On 18/11/22 07:08, Geoffrey Leach wrote:
> > I find myself in need of a bootable rescue disk that provides (at
> > least) disk diagnostics and disk wipe programs. (I have a F36 thumb -
> > I assume that it has neither)
> > Referrals would be greatly appreciated.
> Depending on what level of diagnostics you want and what you are trying
> to do with disk wiping (are you only wanting to remove specific files or
> remove everything to start again, in which case would re-formatting the
> partition/disk or deleting/re-creating the partition suffice?), if you
> have another pc where you can download and burn a CD/DVD or get the
> program on a flash disk then Gparted may provide what you are looking
> for, which also is in the Fedora repositories. That application will
> expand/contract partitions, create partitions, format partitions, create
> disks as DOS/GPT, and do some rudimentary disk checks. If you have KDE
> there is also KDE Partition Manager in the Fedora repositories which
> does similar things to Gparted, but I prefer to use Gparted as you can
> also get a version that will run in a windows environment. It is also
> possible to get ISO images for Gparted where once burnt to a CD/DVD it
> will boot into Gparted.
>
> regards,
> Steve
>
> >
> > ___
> > 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
>
___
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: It's a brick :-<(

2022-11-17 Thread Roger Heflin
In the past I have been able to with a working network dnf install as
needed on any of the livecds.

I have been using one or another livecd as a rescue disk for a long
time and they generally have most tools, and dnf install's work until
you reboot it.

On Thu, Nov 17, 2022 at 2:09 PM Geoffrey Leach  wrote:
>
> I find myself in need of a bootable rescue disk that provides (at least) disk 
> diagnostics and disk wipe programs. (I have a F36 thumb - I assume that it 
> has neither)
> Referrals would be greatly appreciated.
> ___
> 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: unwanted notifications

2022-11-17 Thread Michael Hennebry

On Wed, 16 Nov 2022, Simon Colston wrote:


On 16/11/2022 19:56, Michael Hennebry wrote:

On Wed, 16 Nov 2022, stan via users wrote:


On Wed, 16 Nov 2022 10:01:00 -0600 (CST)
Michael Hennebry  wrote:


During a job search, I seem to have clicked on the wrong button.
Now I have rather frequent popup notifacations.
I'd like to get rid of them.



How do I selectively get rid of these notifications?



But the notifications are not coming from Gnome, right?  Anything can send 
notifications to Gnome and it will display then as you describe.


You can enable notifications for certain webpages in a browser and these will 
appear in your Gnome notifications.  So when you were doing your job search 
(I assume in a browser) you might have had an 'Enable notifications' dialogue 
that you accidentally enabled.  You can disable these notifications from the 
browser.


Found it: firefox, settings, privacy and security, notifications, settings

Thanks.

--
Michael   henne...@web.cs.ndsu.nodak.edu
Iluvatar is the better part of Valar.
___
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: It's a brick :-<(

2022-11-17 Thread Stephen Morris

On 18/11/22 07:08, Geoffrey Leach wrote:
I find myself in need of a bootable rescue disk that provides (at 
least) disk diagnostics and disk wipe programs. (I have a F36 thumb - 
I assume that it has neither)

Referrals would be greatly appreciated.
Depending on what level of diagnostics you want and what you are trying 
to do with disk wiping (are you only wanting to remove specific files or 
remove everything to start again, in which case would re-formatting the 
partition/disk or deleting/re-creating the partition suffice?), if you 
have another pc where you can download and burn a CD/DVD or get the 
program on a flash disk then Gparted may provide what you are looking 
for, which also is in the Fedora repositories. That application will 
expand/contract partitions, create partitions, format partitions, create 
disks as DOS/GPT, and do some rudimentary disk checks. If you have KDE 
there is also KDE Partition Manager in the Fedora repositories which 
does similar things to Gparted, but I prefer to use Gparted as you can 
also get a version that will run in a windows environment. It is also 
possible to get ISO images for Gparted where once burnt to a CD/DVD it 
will boot into Gparted.


regards,
Steve



___
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: It's a brick :-<(

2022-11-17 Thread Go Canes
On Thu, Nov 17, 2022 at 3:09 PM Geoffrey Leach  wrote:
> I find myself in need of a bootable rescue disk that provides (at least) disk 
> diagnostics and disk wipe programs. (I have a F36 thumb - I assume that it 
> has neither)

Sometimes I use the "rescue" option from Fedora install media - I
don't know if it has any automated diagnostic tools, but at the very
least it will give you a shell and from there you can use "dd"  to
wipe disks.
___
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: It's a brick :-<(

2022-11-17 Thread Joe Zeff

On 11/17/2022 01:08 PM, Geoffrey Leach wrote:
I find myself in need of a bootable rescue disk that provides (at least) 
disk diagnostics and disk wipe programs. (I have a F36 thumb - I assume 
that it has neither)

Referrals would be greatly appreciated.

If you have or can get the F36 .iso, try burning it onto a DVD and boot 
from that.

___
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: It's a brick :-<(

2022-11-17 Thread Jeffrey Walton
On Thu, Nov 17, 2022 at 3:09 PM Geoffrey Leach  wrote:
>
> I find myself in need of a bootable rescue disk that provides (at least) disk 
> diagnostics and disk wipe programs. (I have a F36 thumb - I assume that it 
> has neither)
> Referrals would be greatly appreciated.

I don't think Fedora provides a first class rescue or repair option to
boot to. I think the best you get is the grub command line, and you
have to rescue things manually. (Ubuntu is working on an automatic
rescue or repair option. They may have it by now).

For wiping, I use The Ultimate Boot CD. It does a good job at wiping
to several standards. It can even wipe disks in RAID volumes.
https://www.ultimatebootcd.com/ ,

Jeff
___
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


It's a brick :-<(

2022-11-17 Thread Geoffrey Leach
I find myself in need of a bootable rescue disk that provides (at least)
disk diagnostics and disk wipe programs. (I have a F36 thumb - I assume
that it has neither)
Referrals would be greatly appreciated.
___
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