LTSpice - cannot sync
- By bugbear
- Software Tools
- 13 Replies
I've updated my machine to Lubuntu 20.
Reinstalled wine, and LTspice XVii. All good.
Tried to use
Tools->Sync Release
To download and install any available updates, and got an error;
"Trouble Parsing http://ltspice.linear.com/fieldsyncXVii/release.log.gz"
The message claimed this was normally due to trouble accessing the internet, which (with Wine involved) I could have believed.
However, reverting to the Linux command line I ran:
wget http://ltspice.linear.com/fieldsyncXVii/release.log.gz
And got the following complex result:
So - is the update location offline? Is LTSpice now going for the wrong URL?
BugBear
Reinstalled wine, and LTspice XVii. All good.
Tried to use
Tools->Sync Release
To download and install any available updates, and got an error;
"Trouble Parsing http://ltspice.linear.com/fieldsyncXVii/release.log.gz"
The message claimed this was normally due to trouble accessing the internet, which (with Wine involved) I could have believed.
However, reverting to the Linux command line I ran:
wget http://ltspice.linear.com/fieldsyncXVii/release.log.gz
And got the following complex result:
Code:
wget [URL]http://ltspice.linear.com/fieldsyncXVii/release.log.gz[/URL]
--2020-10-06 12:46:50-- [URL]http://ltspice.linear.com/fieldsyncXVii/release.log.gz[/URL]
Resolving ltspice.linear.com (ltspice.linear.com)... 81.130.110.192, 81.130.110.152
Connecting to ltspice.linear.com (ltspice.linear.com)|81.130.110.192|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: [URL]https://ltspice.linear.com/fieldsyncXVii/release.log.gz[/URL] [following]
--2020-10-06 12:46:50-- [URL]https://ltspice.linear.com/fieldsyncXVii/release.log.gz[/URL]
Connecting to ltspice.linear.com (ltspice.linear.com)|81.130.110.192|:443... connected.
ERROR: no certificate subject alternative name matches
requested host name ‘ltspice.linear.com’.
To connect to ltspice.linear.com insecurely, use `--no-check-certificate'.
BugBear