Pierre Labastie wrote:
On 04/03/2016 22:41, Fernando de Oliveira wrote:
Em 04-03-2016 17:23, Bruce Dubbs escreveu:
Pierre Labastie wrote:
Hi,

It seems that ftp.kernel.org does not work for downloading pciutils. I
succeeded with
https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.4.1.tar.xz,
and was unable to use ftp.

Should I change the download link on the pciutils page?

I don't think so.  Both links in the book work for me.  Perhaps it was a
transient error.

Yes, it works for me, now.


This morning, I still get:
---------------
$ LANG=C wget
https://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.4.1.tar.xz
--2016-03-05 11:07:53--
https://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.4.1.tar.xz
Resolving ftp.kernel.org (ftp.kernel.org)... 198.145.20.140, 149.20.4.69,
199.204.44.194
Connecting to ftp.kernel.org (ftp.kernel.org)|198.145.20.140|:443... connected.
The certificate's owner does not match hostname 'ftp.kernel.org'
--------------
I get similar messages from firefox:
--------------
Your connection is not secure

The owner of ftp.kernel.org has configured their website improperly. To
protect your information from being stolen, Firefox has not connected to this
website.
----------------
and the "advanced" button returns:
-----------------
ftp.kernel.org uses an invalid security certificate. The certificate is only
valid for the following names: www.kernel.org, kernel.org, git.kernel.org
(Error code: ssl_error_bad_cert_domain)

For ftp, I just get timeouts...
--------------------
$ ftp ftp.kernel.org
ftp: connect to address 198.145.20.140: Connection timed out
Trying 149.20.4.69...
ftp: connect to address 149.20.4.69: Connection timed out
Trying 199.204.44.194...
ftp: connect: Connection timed out
-------------------


This is with version 44.0.2 of firefox, wget 1.17.1 compiled against gnutls,
and ftp from ineutils 1.9.4

A couple of things.  First, I have:

$ host ftp.kernel.org
ftp.kernel.org is an alias for ftp.all.kernel.org.
ftp.all.kernel.org has address 199.204.44.194
ftp.all.kernel.org has address 198.145.20.140
ftp.all.kernel.org has address 149.20.4.69

$ ftp 198.145.20.140
Connected to 198.145.20.140.
220 Welcome to kernel.org
Name (198.145.20.140:bdubbs): ^C

$ ftp 149.20.4.69
Connected to 149.20.4.69.
220 Welcome to kernel.org
Name (149.20.4.69:bdubbs): ^C

Second, if you used the most current grep and fetched certificates with a slightly older version of /usr/bin/make-ca.sh, then update make-ca.sh and reload the certificates.

I also had a problem with kernel certs and traced it to utf8 data in the certificate file. I inserted the line 'export LANG=en_US.utf8' in make-ca.sh to fix the problem.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to