!!! RDKM Confluence(wiki) Now Migrated from LDAP to SSO Authentication !!!
For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
4 Comments
Unknown User (michel.cosmao)
Since more one day , we have build issues due to access problem to the server code.rdkcentral.com.
From Laurenceville in USA , from Chennai in India , and from Rennes in France, we have the same issue
Problem is completely random ….
WARNING: halinterface-rdkb-2018q2+gitAUTOINC+f8aa4c5971-r0 do_fetch: Failed to fetch URL git://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/halinterface;protocol=https;branch=rdkb-2018q2;name=halinterface, attempting MIRRORS if available
And after
Cloning into bare repository '/local/work/xxxxx/docsis/git/xxxxx/build/../downloads/git2/code.rdkcentral.com.r.rdkb.components.opensource.ccsp.halinterface'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
ERROR: halinterface-rdkb-2018q2+gitAUTOINC+f8aa4c5971-r0 do_fetch: Fetcher failure for URL: 'git://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/halinterface;protocol=https;branch=rdkb-2018q2;name=halinterface'. Unable to fetch URL from any source.
ERROR: halinterface-rdkb-2018q2+gitAUTOINC+f8aa4c5971-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /local/work/xxxxx/docsis/git/xxxxx/build/tmp/work/cortexa15hf-neon-vfpv4-rdk-linux-gnueabi/halinterface/rdkb-2018q2+gitAUTOINC+f8aa4c5971-r0/temp/log.do_fetch.19992
ERROR: Task (/local/work/xxxxxx/docsis/git/xxxx/meta-rdk-broadband/recipes-ccsp/hal/halinterface.bb:do_fetch) failed with exit code '1'
Sometime it is for
Fatal: unable to access 'https://code.rdkcentral.com/r/rdk/components/generic/syslog_helper/': gnutls_handshake() failed: A TLS packet with unexpected length was received.
Or
fatal: unable to access 'https://code.rdkcentral.com/r/rdk/components/generic/rdk_logger/': gnutls_handshake() failed: A TLS packet with unexpected length was received.
Regards
Michel
Unknown User (narayanaswamy)
Hi Unknown User (michel.cosmao)
Not sure if it was a temporary error, but we see all the components are accessible now. Could you please cross check?
Unknown User (michel.cosmao)
yes , now it is ok ,(the fetch is done from Yocto during the compilation)
We need to add in .gitconfig these lines :
[http]
lowSpeedLimit =1000
lowSpeedTime = 20
sslVerify = false
proxyAuthMethod = basic
[ssh]
variant = ssh
[credential]
helper = cache --timeout=3600
I don't know , why no need before ...
Perhaps a secure update on code.rdkcentral.com server ?
Thanks you
Regards
Michel
Unknown User (narayanaswamy)
Hi Unknown User (michel.cosmao)
The git builds are working fine for us without changes. Let us check with admin team on this