public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] SSL Error when trying to update net-fs/samba.
@ 2025-08-15 19:49 matthew dyer
  2025-08-15 20:05 ` Michael
  0 siblings, 1 reply; 5+ messages in thread
From: matthew dyer @ 2025-08-15 19:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 892 bytes --]

Hi all,

I have 2 gentoo machines 1 of which updated packages with no problems.  The
other updates all but the samba package.  The issue is that it is
complaining about ssl with the following error when trying to download the
package.

OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
Unable to establish SSL connection. Any ideas on how to work around this.
Again this machine I am composing this message from is the only machine I
am having problems with.  I am using the testing branch if that matters.
Because of this, I am wondering if this is a bug or something I am doing
wrong.

Thanks all.

Matthew

P.S, I am unable to remove obsolete packages till I get the bdeps command
and all the packages updated.  Thanks again.



-- 
You can lead a heart to love, but you can't make it fall.

MSN/e-mail:  ilovecountrymusic483@gmail.com
AIM:  mattdy1
skype: graduater2004.

[-- Attachment #2: Type: text/html, Size: 1340 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] SSL Error when trying to update net-fs/samba.
  2025-08-15 19:49 [gentoo-user] SSL Error when trying to update net-fs/samba matthew dyer
@ 2025-08-15 20:05 ` Michael
  2025-08-15 23:13   ` matthew dyer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael @ 2025-08-15 20:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

On Friday, 15 August 2025 20:49:48 British Summer Time matthew dyer wrote:
> Hi all,
> 
> I have 2 gentoo machines 1 of which updated packages with no problems.  The
> other updates all but the samba package.  The issue is that it is
> complaining about ssl with the following error when trying to download the
> package.
> 
> OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
> Unable to establish SSL connection. Any ideas on how to work around this.
> Again this machine I am composing this message from is the only machine I
> am having problems with.

Are the distfiles URIs the same on all PCs?  Check your GENTOO_MIRRORS="..." 
entries in /etc/portage/make.conf


> I am using the testing branch if that matters.
> Because of this, I am wondering if this is a bug or something I am doing
> wrong.
> 
> Thanks all.
> 
> Matthew
> 
> P.S, I am unable to remove obsolete packages till I get the bdeps command
> and all the packages updated.  Thanks again.


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] SSL Error when trying to update net-fs/samba.
  2025-08-15 20:05 ` Michael
@ 2025-08-15 23:13   ` matthew dyer
  2025-08-16  7:45     ` Michael
  0 siblings, 1 reply; 5+ messages in thread
From: matthew dyer @ 2025-08-15 23:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

I am using git on one machine The other is using rsync

Matthew



On Fri, Aug 15, 2025 at 4:06 PM Michael <confabulate@kintzios.com> wrote:

> On Friday, 15 August 2025 20:49:48 British Summer Time matthew dyer wrote:
> > Hi all,
> >
> > I have 2 gentoo machines 1 of which updated packages with no problems.
> The
> > other updates all but the samba package.  The issue is that it is
> > complaining about ssl with the following error when trying to download
> the
> > package.
> >
> > OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
> > Unable to establish SSL connection. Any ideas on how to work around this.
> > Again this machine I am composing this message from is the only machine I
> > am having problems with.
>
> Are the distfiles URIs the same on all PCs?  Check your
> GENTOO_MIRRORS="..."
> entries in /etc/portage/make.conf
>
>
> > I am using the testing branch if that matters.
> > Because of this, I am wondering if this is a bug or something I am doing
> > wrong.
> >
> > Thanks all.
> >
> > Matthew
> >
> > P.S, I am unable to remove obsolete packages till I get the bdeps command
> > and all the packages updated.  Thanks again.
>
>

-- 
You can lead a heart to love, but you can't make it fall.

MSN/e-mail:  ilovecountrymusic483@gmail.com
AIM:  mattdy1
skype: graduater2004.

[-- Attachment #2: Type: text/html, Size: 2121 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] SSL Error when trying to update net-fs/samba.
  2025-08-15 23:13   ` matthew dyer
@ 2025-08-16  7:45     ` Michael
  2025-08-16 18:58       ` matthew dyer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael @ 2025-08-16  7:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

On Saturday, 16 August 2025 00:13:37 British Summer Time matthew dyer wrote:
> I am using git on one machine The other is using rsync
> 
> Matthew

The message "OpenSSL: error:0A000126:SSL routines::unexpected eof" shows this 
to be a problem with the server and how it terminates the connection.  There's 
an older thread about it here:

https://github.com/openssl/openssl/discussions/22690

If you change the server URI the error will hopefully go away.  You may also 
want to let the server sysadmin know about this.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] SSL Error when trying to update net-fs/samba.
  2025-08-16  7:45     ` Michael
@ 2025-08-16 18:58       ` matthew dyer
  0 siblings, 0 replies; 5+ messages in thread
From: matthew dyer @ 2025-08-16 18:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 921 bytes --]

Hi,

Thanks.  I switched back to rsync and uncommented some of the uris and all
is well.  hanks again.

Matthew



On Sat, Aug 16, 2025 at 3:46 AM Michael <confabulate@kintzios.com> wrote:

> On Saturday, 16 August 2025 00:13:37 British Summer Time matthew dyer
> wrote:
> > I am using git on one machine The other is using rsync
> >
> > Matthew
>
> The message "OpenSSL: error:0A000126:SSL routines::unexpected eof" shows
> this
> to be a problem with the server and how it terminates the connection.
> There's
> an older thread about it here:
>
> https://github.com/openssl/openssl/discussions/22690
>
> If you change the server URI the error will hopefully go away.  You may
> also
> want to let the server sysadmin know about this.



-- 
You can lead a heart to love, but you can't make it fall.

MSN/e-mail:  ilovecountrymusic483@gmail.com
AIM:  mattdy1
skype: graduater2004.

[-- Attachment #2: Type: text/html, Size: 1704 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-16 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 19:49 [gentoo-user] SSL Error when trying to update net-fs/samba matthew dyer
2025-08-15 20:05 ` Michael
2025-08-15 23:13   ` matthew dyer
2025-08-16  7:45     ` Michael
2025-08-16 18:58       ` matthew dyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox