Foxit Corrupt
Published: Dec 19, 2019 - 09:39
Hello, when I try to import Foxit version 9 PROD, I get a file corruption error and an MD5 mismatch.
Thank you for your help.
Regards.
Thank you for your help.
Regards.
Quotes aren't necessary (on a standard CentOS 7 installation); in fact, I've never needed them. Do you provide any additional information about your installation to help determine when the problem occurs?yohannbrossard wrote: ↑Dec 19, 2019 - 2:06 PM There's a problem in your documentation,
cat > /etc/yum.repos.d/wapt.repo <
[wapt]
name=WAPT Server Repo
baseurl=https://wapt.tranquil.it/centos7/wapt-1.7/
enabled=1
gpgcheck=0
EOF
The quotation marks are missing from the baseurl address; it doesn't work without them.
Regards.
This means the local cache didn't update automatically. A `yum cache clean` would have done the trick. Adding quotes must have forced the metadata to be redownloaded... I'll need to check the timestamps on the different files, or the cache retention times provided by the web server.yohannbrossard wrote: ↑Dec 19, 2019 - 4:12 PM I have a CentOS installation. I just upgraded from 1.6 to 1.7, without the quotes, by running `yum Update`, the sources weren't looking for the new 1.7 packages. It was telling me `tis-waptserver` and `tis-waptsetup`... 1.6 was already installed.
Could you run the same command with a -l debug to get a little more information?.I have one last question: following my migration,
when I run `wapt-get enable-check-certificate`,
I get the following
FATAL ERROR: typeError: argument of type 'NoneType' is not iterable.
However, my certificates are valid, and I followed all the documentation.
Thank you for your help.