Sorry. testskychart.key was put into my user folder and looks good. Here is the result of WGET:
bill ~ wget -SO testskychart.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x$key"
--2023-08-30 20:40:11--
http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x
Resolving keyserver.ubuntu.com (keyserver.ubuntu.com)... 185.125.188.26, 185.125.188.27, 2620:2d:4000:1007::70c, ...
Connecting to keyserver.ubuntu.com (keyserver.ubuntu.com)|185.125.188.26|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Thu, 31 Aug 2023 00:40:12 GMT
Server: Hockeypuck/2.1.0-222-g25248d4
Content-Type: text/plain
Connection: close
Content-Encoding: gzip
Transfer-Encoding: chunked
Length: unspecified [text/plain]
Saving to: ‘testskychart.key’
testskychart.key [ <=> ] 69.84K 323KB/s in 0.2s
2023-08-30 20:40:13 (323 KB/s) - ‘testskychart.key’ saved [71512]
bill ~
Quote:testskychart.key was put into my user folder and looks good
Does this mean that testskychart.key contains a properly formated text block with the header and footer a bit like this...
Code:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Hostname:
Version: Hockeypuck 2.1.0-222-g25248d4
xo0EX5NHUgEEAML3/A8gdIurI4lp24s4SFbzxs2q70T6Idmpr/IkqAVghx5M35w/
l5DUOr7A0DDb84LUV5qwTHc/YEI9riz1foIZZxnyryoqE8I5Ou/DlSVvJScL9YiW
several 100s lines of text cut from here
xwCggrBlKycw9gfSRtDVSLyu0mggBgoAn1K8Kjxihh+3W58umLj/uL7Wn/sewkkE
GBECAAkFAkL6aBcCGwwACgkQlZxmk1cKRo5exwCgrYQge8zOEFZMvJPhDGJ2nwrQ
vDYAn0Q80JkvCW6T+KM2GCNc8TDJ0rE0
=g5ta
-----END PGP PUBLIC KEY BLOCK-----
Instead of the random code reported previously ?
If yes, then that is better, but one thing that still looks a bit odd is the file size.
Your output reports 69.84K (71,512 bytes), but whenever I've tried, it has consistently been 94.43K (96,696 bytes).
I'd suggest re-trying this command several times to check the resulting file size. The downloaded file in your home directory will just get overwritten each time.
Code:
wget -SO testskychart.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x$key"
You need to look at the number in the square brackets on the final line of the report, I'd expect you to see [96696] rather than [71512]
If you do get a keyfile size of [96696] try following the Sky Chart installation script again.
Code:
https://www.ap-i.net/skychart/en/documentation/installation_on_linux_ubuntu
If you consistently get [71512] then there's still something odd, but it might be worth trying the installation script.
Yes. It looks like this:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Hostname:
Version: Hockeypuck 2.1.0-222-g25248d4
xo0EX5NHUgEEAML3/A8gdIurI4lp24s4SFbzxs2q70T6Idmpr/IkqAVghx5M35w/
l5DUOr7A0DDb84LUV5qwTHc/YEI9riz1foIZZxnyryoqE8I5Ou/DlSVvJScL9YiW
xtdoMevWsjEzNDjwDdaR0I0F0a5CJl4IWzVojnsMAyR70UmHxlIsOch7ABEBAAHN
.
. 26 pages
.
xwCggrBlKycw9gfSRtDVSLyu0mggBgoAn1K8Kjxihh+3W58umLj/uL7Wn/sewkkE
GBECAAkFAkL6aBcCGwwACgkQlZxmk1cKRo5exwCgrYQge8zOEFZMvJPhDGJ2nwrQ
vDYAn0Q80JkvCW6T+KM2GCNc8TDJ0rE0
=g5ta
-----END PGP PUBLIC KEY BLOCK-----
I'll try your other suggestions regarding the file size issue and let you know what happens.
Sorry if I've confused you.
Code:
https://www.ap-i.net/skychart/en/documentation/installation_on_linux_ubuntu
is the link to the web page of the instructions which documents downloading and running the script.
It looks like you attempted to 'run' the web page itself resulting in the 'no such file or directory error'
You need to open the instructions web page in your browser, then read and follow them carefully.
The first line of the instructions that you actually run is
Code:
bash <(wget -qO- https://raw.githubusercontent.com/pchev/skychart/master/setup_skychart_deb.sh)
You've just learned how much I know about Linux. Thanks very much for your help. Hopefully, I can get through the install now by myself.
Well, no such luck. Here's what I get after the first copy and paste:
bash <(wget -qO-
https://raw.githubusercontent.com/pchev/...art_deb.sh)
This script add the Skychart repository to simplify the installation and update of the software.
It is possible to get the STABLE version that is updated every few year,
or the more frequently updated BETA version with the last features and corrections.
1) Stable
2) Beta
3) Quit
Please select the version you want: 1
You may now give your password for the sudo apt command.
[sudo] password for bill:
OK
OK
2023-09-01 22:51:16 URL:http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2 [1357/1357] -> "8B8B57C1AA716FC2.key" [1]
gpg: WARNING: unsafe permissions on homedir '/home/bill/.gnupg'
gpg: keybox './skychart-temp-keyring.gpg' created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: WARNING: unsafe permissions on homedir '/home/bill/.gnupg'
gpg: WARNING: nothing exported
mv: cannot stat 'skychart.gpg': No such file or directory
The repository is defined to use the stable packages.
You can now use your prefered package manager to install Skychart.
If you want to continue from the command line do not forget to run: sudo apt update
bill ~
It is related. The sky chart installation script has added itself as a repository but because of the problem with the authentication set up it is preventing the update process completing.
Has the update been a problem since August 22 ?
To complete updates, run the command below. It removes the file that the sky chart script added to your repository list in the attempt to install itself.
Code:
sudo rm /etc/apt/sources.list.d/skychart.list
You will need to enter your password.
Updates should then run normally. Please let us know.
If you wish to continue tackling your problem with the installation, please run the following command.
This will try to download the author's public key to your home directory as a file called skychartpublic.key and provide some debugging information.
Code:
wget -SO skychartpublic.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2"
Please post back with the screen output showing the command and resulting output.
If a file gets downloaded, please run
Code:
md5sum skychartpublic.key
and post back showing the command and result.
I don't know when the problem started because it is a new install of Linux Lite (8/15) and I'm still installing what I want. I haven't been concerned about doing updates yet.
This is the result of the WGET:
wget -SO skychartpublic.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2"
--2023-09-03 15:58:46--
http://keyserver.ubuntu.com/pks/lookup?o...C1AA716FC2
Resolving keyserver.ubuntu.com (keyserver.ubuntu.com)... 185.125.188.27, 185.125.188.26, 2620:2d:4000:1007::d43, ...
Connecting to keyserver.ubuntu.com (keyserver.ubuntu.com)|185.125.188.27|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Sun, 03 Sep 2023 19:58:47 GMT
Server: Hockeypuck/2.1.0-222-g25248d4
Content-Type: text/plain
Content-Length: 1357
Content-Encoding: gzip
Length: 1357 (1.3K) [text/plain]
Saving to: ‘skychartpublic.key’
skychartpublic.key 100%[===========================================================>] 1.33K --.-KB/s in 0.05s
2023-09-03 15:58:47 (26.8 KB/s) - ‘skychartpublic.key’ saved [1357/1357]
bill ~
I don't see where any files were downloaded. I do see the skychartpublic.key file in my user folder.
I will now continue with the install and hope for no more issues. Thanks much.