Re: [gentoo-user] Using binary packages

2024-01-23 Thread Peter Humphrey
On Tuesday, 23 January 2024 16:12:05 GMT I wrote: --->8 > At the moment, the only way I can see to change portage's behaviour like > that is to keep editing FEATURES in make.conf. It's obvious, really: just pass FEATURES="-getbinpkg -binpkg-request-signature" to the emerge command. Or

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outbound smtp on port 587?

2024-01-23 Thread Walter Dnes
I'm back after several minutes backing up to two USB drives. On Tue, Jan 23, 2024 at 09:41:16PM +, Michael wrote > For SMTP server use: > > set smtp_url = "smtp://your_user_n...@www.cotse.net:465" Just one change... change "smtp://" to "smtps://", otherwise mutt won't connect... set

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outbound smtp on port 587?

2024-01-23 Thread Michael
On Tuesday, 23 January 2024 19:09:19 GMT Walter Dnes wrote: > On Tue, Jan 23, 2024 at 04:12:05PM +, Michael wrote > > > You can also try to set deprecated TLS protocols in ~/.muttrc > > to see if this will allow for a successful connection: > > > > http://mutt.org/doc/manual/#ssl-use-tlsv1 >

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outbound smtp on port 587?

2024-01-23 Thread Walter Dnes
On Tue, Jan 23, 2024 at 04:12:05PM +, Michael wrote > You can also try to set deprecated TLS protocols in ~/.muttrc > to see if this will allow for a successful connection: > > http://mutt.org/doc/manual/#ssl-use-tlsv1 Thanks. I commented out the "no" lines. TLS 1.1 failed, but TLS 1.0

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outbound smtp on port 587?

2024-01-23 Thread Michael
On Tuesday, 23 January 2024 15:47:28 GMT Walter Dnes wrote: > On Tue, Jan 23, 2024 at 09:36:13AM +, Michael wrote > > > Since gnutls is playing up with mutt, you can try setting USE="-gnutls" > > and re-emerge mutt to see if it succeeds establishing a connection. > > If I emerge mutt with

[gentoo-user] Using binary packages

2024-01-23 Thread Peter Humphrey
Hello list, The new ability to pull packages from Gentoo servers is useful [1]. It does require something close to neutral USE flags, though, as well as -march and - mtune. My little Celeron box only took 19 minutes (!) to fetch and install gcc, not the 23 hours it took before. I'd like to be

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outbound smtp on port 587?

2024-01-23 Thread Walter Dnes
On Tue, Jan 23, 2024 at 09:36:13AM +, Michael wrote > Since gnutls is playing up with mutt, you can try setting USE="-gnutls" > and re-emerge mutt to see if it succeeds establishing a connection. If I emerge mutt with USE="-gnutls" and comment out "set ssl_starttls=no", email fails...

Re: [gentoo-user] Wine problems

2024-01-23 Thread stefan11111
Finally got it to work. I added the working xorg.conf for nvidia prime as an attachment. Maybe it will help someone else too. Please tell me if you see anything in it that shouldn't be there. Thanks to all who helped me with this. -- Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

Re: [gentoo-user] [SOLVED] [OT] Anyone running mutt outboung smtp on port 587?

2024-01-23 Thread Michael
On Tuesday, 23 January 2024 04:21:13 GMT Walter Dnes wrote: > The message from my ISP about port 587 said... > > >> It has to be set with SSL, without any authentication. Since gnutls is playing up with mutt, you can try setting USE="-gnutls" and re-emerge mutt to see if it succeeds