* wget fetch issue with ti-cgt-pru_2.1.5.bb @ 2018-04-23 16:50 Griffis, Brad 2018-04-23 17:11 ` Stiffler, Jacob 0 siblings, 1 reply; 3+ messages in thread From: Griffis, Brad @ 2018-04-23 16:50 UTC (permalink / raw) To: meta-ti@yoctoproject.org [-- Attachment #1.1: Type: text/plain, Size: 2602 bytes --] Recipe: meta-ti/recipes-ti/devtools/ti-cgt-pru_2.1.5.bb Issue summary: fetch of ti_cgt_pru_2.2.1_linux_installer_x86.bin results in 403 forbidden error In the rocko branch, I see we're building PRU source code from source. I wanted to report a fetch issue. This was reported to me by a customer and I have independently confirmed I see the same behavior. I can see the issue very easily just by doing a wget: brad@brad-XPS-15-9560:~$ wget http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving software-dl.ti.com (software-dl.ti.com)... 23.209.190.17 Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin [following] --2018-04-23 11:48:42-- https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving www.ti.com (www.ti.com)... 23.34.71.13, 2600:1407:21:281::b48, 2600:1407:21:285::b48 Connecting to www.ti.com (www.ti.com)|23.34.71.13|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 [following] --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-04-23 11:48:42 ERROR 403: Forbidden. The above console snippet comes from my home PC where there is no firewall/proxy to complicate things. There seems to be a fundamental issue being able to fetch this file. Interestingly, if I run the command from inside the TI firewall it works ok. Best regards, Brad --------------------------------------------------- Brad Griffis TI Digital Field Applications Member Group Technical Staff (MGTS) Schaumburg, IL Office: 847-517-4699 [cid:image001.jpg@01D3DAF9.498214D0]<https://store.ti.com/?HQS=sdm-mm-null-americascentral-besig-store-null-wwe> [-- Attachment #1.2: Type: text/html, Size: 6367 bytes --] [-- Attachment #2: image001.jpg --] [-- Type: image/jpeg, Size: 14689 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: wget fetch issue with ti-cgt-pru_2.1.5.bb 2018-04-23 16:50 wget fetch issue with ti-cgt-pru_2.1.5.bb Griffis, Brad @ 2018-04-23 17:11 ` Stiffler, Jacob [not found] ` <CAOx=Z6Gu83YvqcjhD_2g85PqCiSSqkev7RykAXYLy18fTGiBEg@mail.gmail.com> 0 siblings, 1 reply; 3+ messages in thread From: Stiffler, Jacob @ 2018-04-23 17:11 UTC (permalink / raw) To: Griffis, Brad, meta-ti@yoctoproject.org [-- Attachment #1.1: Type: text/plain, Size: 4064 bytes --] Brad, On my home machine. I was able to recreate this with wget, but I was able to download through other methods. I am not sure what may be happening. I was able to download through a browser (chrome), and I was able to download with "curl" using the following command: $ curl -L http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin > ti_cgt_pru_2.2.1_linux_installer_x86.bin % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 382 100 382 0 0 2239 0 --:--:-- --:--:-- --:--:-- 2247 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 318 100 318 0 0 848 0 --:--:-- --:--:-- --:--:-- 848 100 17.0M 100 17.0M 0 0 4040k 0 0:00:04 0:00:04 --:--:-- 4517k $ file ti_cgt_pru_2.2.1_linux_installer_x86.bin ti_cgt_pru_2.2.1_linux_installer_x86.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped - Jake From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Griffis, Brad Sent: Monday, April 23, 2018 12:51 PM To: meta-ti@yoctoproject.org Subject: [EXTERNAL] [meta-ti] wget fetch issue with ti-cgt-pru_2.1.5.bb Recipe: meta-ti/recipes-ti/devtools/ti-cgt-pru_2.1.5.bb Issue summary: fetch of ti_cgt_pru_2.2.1_linux_installer_x86.bin results in 403 forbidden error In the rocko branch, I see we're building PRU source code from source. I wanted to report a fetch issue. This was reported to me by a customer and I have independently confirmed I see the same behavior. I can see the issue very easily just by doing a wget: brad@brad-XPS-15-9560:~$ wget http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving software-dl.ti.com (software-dl.ti.com)... 23.209.190.17 Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin [following] --2018-04-23 11:48:42-- https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving www.ti.com<http://www.ti.com> (www.ti.com<http://www.ti.com>)... 23.34.71.13, 2600:1407:21:281::b48, 2600:1407:21:285::b48 Connecting to www.ti.com<http://www.ti.com> (www.ti.com)|23.34.71.13|:443<http://www.ti.com)|23.34.71.13|:443>... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 [following] --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-04-23 11:48:42 ERROR 403: Forbidden. The above console snippet comes from my home PC where there is no firewall/proxy to complicate things. There seems to be a fundamental issue being able to fetch this file. Interestingly, if I run the command from inside the TI firewall it works ok. Best regards, Brad --------------------------------------------------- Brad Griffis TI Digital Field Applications Member Group Technical Staff (MGTS) Schaumburg, IL Office: 847-517-4699 [cid:image001.jpg@01D3DB04.5E41A970]<https://store.ti.com/?HQS=sdm-mm-null-americascentral-besig-store-null-wwe> [-- Attachment #1.2: Type: text/html, Size: 12228 bytes --] [-- Attachment #2: image001.jpg --] [-- Type: image/jpeg, Size: 14689 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAOx=Z6Gu83YvqcjhD_2g85PqCiSSqkev7RykAXYLy18fTGiBEg@mail.gmail.com>]
* Re: [EXTERNAL] Re: wget fetch issue with ti-cgt-pru_2.1.5.bb [not found] ` <CAOx=Z6Gu83YvqcjhD_2g85PqCiSSqkev7RykAXYLy18fTGiBEg@mail.gmail.com> @ 2018-04-24 0:45 ` Griffis, Brad 0 siblings, 0 replies; 3+ messages in thread From: Griffis, Brad @ 2018-04-24 0:45 UTC (permalink / raw) To: Peter Smith, Stiffler, Jacob; +Cc: meta-ti@yoctoproject.org [-- Attachment #1.1: Type: text/plain, Size: 5632 bytes --] The issue has been resolved on the server side. I confirmed that wget works fine now. I expect the yocto build should be able to succeed now. Best regards, Brad --------------------------------------------------- Brad Griffis TI Digital Field Applications Member Group Technical Staff (MGTS) Schaumburg, IL Office: 847-517-4699 [MyTI_yourToolbox_120dpi]<https://my.ti.com/?DCMP=ABM-MYTI-EMAILSIGNATURE-LP-EN&HQS=ABM-MYTI-EMAILSIGNATURE-LP-EN%20http://my.ti.com/> From: Peter Smith [mailto:salerio@gmail.com] Sent: Monday, April 23, 2018 12:33 PM To: Stiffler, Jacob Cc: Griffis, Brad; meta-ti@yoctoproject.org Subject: [EXTERNAL] Re: [meta-ti] wget fetch issue with ti-cgt-pru_2.1.5.bb Both, behind our corporate proxy the error is seen and on my private Mac (with no proxy etc). I too can download the file with Chrome but wget always fails, unfortunately Yocto uses wget. Peter Best Regards Peter On 23 April 2018 at 18:11, Stiffler, Jacob <j-stiffler@ti.com<mailto:j-stiffler@ti.com>> wrote: Brad, On my home machine. I was able to recreate this with wget, but I was able to download through other methods. I am not sure what may be happening. I was able to download through a browser (chrome), and I was able to download with “curl” using the following command: $ curl -L http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin > ti_cgt_pru_2.2.1_linux_installer_x86.bin % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 382 100 382 0 0 2239 0 --:--:-- --:--:-- --:--:-- 2247 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 318 100 318 0 0 848 0 --:--:-- --:--:-- --:--:-- 848 100 17.0M 100 17.0M 0 0 4040k 0 0:00:04 0:00:04 --:--:-- 4517k $ file ti_cgt_pru_2.2.1_linux_installer_x86.bin ti_cgt_pru_2.2.1_linux_installer_x86.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped - Jake From: meta-ti-bounces@yoctoproject.org<mailto:meta-ti-bounces@yoctoproject.org> [mailto:meta-ti-bounces@yoctoproject.org<mailto:meta-ti-bounces@yoctoproject.org>] On Behalf Of Griffis, Brad Sent: Monday, April 23, 2018 12:51 PM To: meta-ti@yoctoproject.org<mailto:meta-ti@yoctoproject.org> Subject: [EXTERNAL] [meta-ti] wget fetch issue with ti-cgt-pru_2.1.5.bb<http://ti-cgt-pru_2.1.5.bb> Recipe: meta-ti/recipes-ti/devtools/ti-cgt-pru_2.1.5.bb<http://ti-cgt-pru_2.1.5.bb> Issue summary: fetch of ti_cgt_pru_2.2.1_linux_installer_x86.bin results in 403 forbidden error In the rocko branch, I see we’re building PRU source code from source. I wanted to report a fetch issue. This was reported to me by a customer and I have independently confirmed I see the same behavior. I can see the issue very easily just by doing a wget: brad@brad-XPS-15-9560:~$ wget http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving software-dl.ti.com<http://software-dl.ti.com> (software-dl.ti.com<http://software-dl.ti.com>)... 23.209.190.17 Connecting to software-dl.ti.com<http://software-dl.ti.com> (software-dl.ti.com<http://software-dl.ti.com>)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin [following] --2018-04-23 11:48:42-- https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin Resolving www.ti.com<http://www.ti.com> (www.ti.com<http://www.ti.com>)... 23.34.71.13, 2600:1407:21:281::b48, 2600:1407:21:285::b48 Connecting to www.ti.com<http://www.ti.com> (www.ti.com)|23.34.71.13|:443<http://www.ti.com)%7C23.34.71.13%7C:443>... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 [following] --2018-04-23 11:48:42-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1 Connecting to software-dl.ti.com<http://software-dl.ti.com> (software-dl.ti.com<http://software-dl.ti.com>)|23.209.190.17|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-04-23 11:48:42 ERROR 403: Forbidden. The above console snippet comes from my home PC where there is no firewall/proxy to complicate things. There seems to be a fundamental issue being able to fetch this file. Interestingly, if I run the command from inside the TI firewall it works ok. Best regards, Brad --------------------------------------------------- Brad Griffis TI Digital Field Applications Member Group Technical Staff (MGTS) Schaumburg, IL Office: 847-517-4699 [cid:image003.jpg@01D3DB3B.A6245A30]<https://store.ti.com/?HQS=sdm-mm-null-americascentral-besig-store-null-wwe> -- _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org<mailto:meta-ti@yoctoproject.org> https://lists.yoctoproject.org/listinfo/meta-ti [-- Attachment #1.2: Type: text/html, Size: 21633 bytes --] [-- Attachment #2: image002.jpg --] [-- Type: image/jpeg, Size: 9594 bytes --] [-- Attachment #3: image003.jpg --] [-- Type: image/jpeg, Size: 14689 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-24 0:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23 16:50 wget fetch issue with ti-cgt-pru_2.1.5.bb Griffis, Brad
2018-04-23 17:11 ` Stiffler, Jacob
[not found] ` <CAOx=Z6Gu83YvqcjhD_2g85PqCiSSqkev7RykAXYLy18fTGiBEg@mail.gmail.com>
2018-04-24 0:45 ` [EXTERNAL] " Griffis, Brad
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.