-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
(Resolved) Apt server is broken/down, gives 403 Forbidden (May 2021) #9105
Comments
Really quickly: Workaround may be to use That's via: https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md Would love to know if we should be using that source instead, generally, too! |
Hi @erelson this issue was reported earlier today - the links were updated from http to https in March 2021. |
Ahh shoot, thanks! That's what I get for not thinking to look at the closed issues. Also missed the http/s difference. |
Hi, I still don't seem to get access to the repo somehow. Any help? |
@rkim87 I should clarify, effectively I ended up doing this:
(this will print the updated contents; add aka: - deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo focal main
+ deb https://librealsense.intel.com/Debian/apt-repo focal main My understanding was incomplete earlier, and I thought I needed to just change http to https. It is instead a full domain name change as in the above command: |
When I try what you suggested, I keep running into the following:
Is this a firewall/server issue on my end? |
That error indicates you still have the incorrect source entry somewhere in |
I was able to get it to work by fixing the source entry in |
This might be a thing for a separate issue, but thought I'd mention it here. Another build of ours failed because we pull and build the source from a past release of librealsense (i.e. we pin an older version for stability). The older version in our case also does a wget from the old URLs of e.g. the firmware binary. Example URL hardcoded in an old release's branch: The build of librealsense itself succeeds, but it's missing the files that it can't find. We ended up adding to our build (so that we don't immediately need to upgrade and possibly break other things 🙏 ):
|
And one more detail: If building older source branches, you may also want this cmake flag so it doesn't try to import it in the first place (I guess): |
Thanks very much @erelson for sharing your detailed advice on this subject with the RealSense community! |
Okay so I understand from the later posts on this thread that Thanks for this thread, I'd never realize this on my own without losing half a day's worth of work. |
Hi @matanster I believe that the changes that you are referring to are the ones documented in the change history of the distribution_linux.md instruction page, with the previous amazonaws links highlighted in red and the current links highlighted in green (see the small link below). |
I think, based on a quick googling, and the reactions to several comments above indicating it's been seen a bunch, that this ticket is being found by those running across the issue. I'm going to go ahead and close it, since it has a clear solution, is in the release notes, and finding this ticket when googling it is probably the best that anyone can hope for :) (and I assume closing it won't suddenly cause google to stop showing this in results) |
Thanks very much @erelson for the update! |
Hi @MartyG-RealSense, could you help me please I'm trying to update my realsense SDK, and use sudo apt update and i'm facing a problem what should I do? |
Hi @GBT16 In March 2021 Intel switched from using http addresses to secure https addresses. These changes are reflected in the official instruction pages for building with packages. If you are using an Nvidia Jetson board, please refer to the second of the links below and go to section 5. Register the server's public key on that page. Nvidia Jetson |
Hi @MartyG-RealSense sorry for late reply, I tried in that link and I think I already register the right server's public key since it unchanged when I run your program. |
@GBT16 Your problem looks like a repeat of one that a RealSense user had earlier in this discussion at #9105 (comment) - the comment below it provided advice about a possible incorrect source entry somewhere in /etc/apt/ |
@MartyG-RealSense I already change in my source.list manually and it still back to |
@MartyG-RealSense I already resolved it thank you for your help :)) |
@GBT16 That's great to hear, I was just writing to you now so it's excellent that you found a solution. Thanks very much for the update! |
Hi! I seem to have a similar issue now in Ubuntu 18.04. Any help ? Thanks :)
|
Hi @alk15 I have not previously seen that handshaking error in relation to librealsense, though my research of the error in general indicates that it can be caused by a firewall or a network proxy (such as a proxy used on a Virtual Machine setup). |
So? Is it solve? Err:6 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial InRelease |
Err:5 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease |
Hi @JaeYoungLee79 I have replied at the new issue that you posted at #10251 |
Hello there |
Hi @swashy69 Does librealsense build for you if you use the simple installation method in the link below instead of packages? https://github.com/IntelRealSense/librealsense/blob/master/doc/libuvc_installation.md |
Issue Description
This may be a reoccurrence of #6611, but appears to have persisted for at least 4 hours so far. First had a build fail 4 hours ago (4am PST). An earlier build about 7 hours ago worked.
Steps to repro:
Example result:
The text was updated successfully, but these errors were encountered: