-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to download error messages
compatibility issue with wget2
#26
Comments
| warning: failed to download RINEX navigation file: BRDC00IGN_R_20200010000_01D_MN.rnx ^This type of error happened to me (and to my colleague) several times before when their server is down. So I'd usually wait a few days before running PRIDE again. |
Thanks @listwanites for replying to this! |
@elidana I'm sorry, my hunch is wrong. I just tried running PRIDE a while ago and it was successful. But yeah, I usually encounter that kind of problem when the server is down. So probably the problem is with the command that your OS is using to download those files. I've checked the PRIDE PPP-AR user manual and unfortunately, it doesn't list the exact script that it uses for PrepareRinexNav(). But your hunch may be correct (about wget2 breaking compatibility). For reference, I'm using Ubuntu 22.04 and I don't think I have ever downloaded other versions of wget. |
Thanks a lot @listwanites and no worries at all! FYI, the script is |
Following suggestion found in the Fedora40 forum posted above, I solved this by
with the steps above, the PRIDE-PPPAR's the @PrideLab team might want to have a look at this in the future as future versions of wget might not be compatible with FTP download (a potentially option could be to include |
test.sh
- issue with wget in Fedora OS?failed to download error messages
compatibility issue with wget2
Hi Both, the latest version has been modified to use curl when there is problem with wget. Thank you for your question. |
that is excellent, thanks a lot @PrideLab , really appreciate! looking forward to download the latest version :) |
Dear PRIDE-PPAR team,
I am having issues in using the most recent version of the PRID-PPP software on my Fedora40 (/RedHat) operating system.
I did a fresh installation by cloning this repository and can successfully run the installation step.
but then when I run the test examples (or try to run pride-ppr with some of the configurations I successfully used with previous version) it fails when trying to download any type of supplementary files.
If I download each manually and try to re-run the individual step will run successfullly but any download step will fail at the next file type download attempt.
I believe the issue is related to my operating system and new updates to
wget
(andwget2
) but I am opening this in case of interest for the team or other users.I can solve this with a patch on my OS (see last comment section in this ticket), but I wonder if you would you be able to recommend other options on how this can be solved?
Additional details are reported below, and I'll be happy to provide more details if useful.
Thank you so much for your amazing work!
Elisabetta
Additional details
successful installation
error message when running ./test.sh
side note: I can successfully download all the files that errored using
curl
system details
I am running the software on a Fedora40 OS
Linux hostname 6.10.9-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024 x86_64 GNU/Linux
wget is installed and
issue with using pdp3.sh
wget
commandIf i replicate the wget command stated in pdp3.sh (and change "-q" to verbose), I get this error message
I get the same error message when adding quotes to the brdc file URI
compatibility issue with Fedora40?
I found this post: https://forums.fedoraforum.org/showthread.php?332571-F40-wget2-breaks-wget-compatibility that looks similar to the problem I'm facing, so I can try to follow those instructions, but I wonder if there is any alternative option you might suggest that I can use?
Thanks in advance!
Elisabetta
The text was updated successfully, but these errors were encountered: