fatal: read error: Connection reset by peer

169 views
Skip to first unread message

shridutt kothari

unread,
Sep 8, 2016, 4:35:23 AM9/8/16
to Android-x86
I am trying to download Android-x86 code for Android 4.4,

I followed steps mentioned on this link:http://www.android-x86.org/getsourcecode

as below
$ repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b kitkat-x86
$ repo sync --no-tags --no-clone-bundle


And i get below error :
fatal: read error: Connection reset by peer


What i tried to resolve the issue:

i tried using multiple thread using -j option with command, that is -j1 to -j100 but it downloads some part of code and for some files it always give the error.

Kindly help.
Message has been deleted

shridutt kothari

unread,
Sep 12, 2016, 8:22:26 AM9/12/16
to Android-x86
Hi All,

I have proceeded with below command, it helped to initialized the repo sucessfully:

$ repo init -u http://git.code.sf.net/p/android-x86/manifest -b android-x86-4.4-r5
  
   repo has been initialized in /home/Android_x86/android-x86-4.4-r5

But when i try to sync the code i get following error:

$ repo sync --no-tags --no-clone-bundle

Fetching project platform/frameworks/webview
Fetching project platform/external/jack
....
..........
fatal: http://git.code.sf.net/p/android-x86/platform/external/e2fsprogs/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/dalvik/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/libtruezip/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/koush/Widgets/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/device/generic/common/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/build/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/ntfs-3g/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/mesa/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/device/generic/x86/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/parted/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/v86d/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/bionic/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/ppp/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/kernel/common/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/ffmpeg/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/e2fsprogs/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/device/generic/x86/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/external/alsa-utils/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
fatal: http://git.code.sf.net/p/android-x86/platform/bionic/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
error: Cannot fetch platform/external/exfat
Fetching project platform/packages/inputmethods/PinyinIME
error: Cannot fetch platform/external/ffmpeg
error: Cannot fetch platform/external/mesa
error: Cannot fetch platform/external/v86d
error: Cannot fetch platform/vendor/intel/houdini
error: Cannot fetch platform/external/alsa-utils
error: Cannot fetch platform/external/eject
error: Cannot fetch device/generic/common
error: Cannot fetch platform/packages/apps/Trebuchet
error: Cannot fetch platform/external/bluetooth/glib
error: Cannot fetch device/generic/x86
error: Cannot fetch platform/build
error: Cannot fetch platform/external/bluetooth/bluez
error: Cannot fetch platform/hardware/libsensors
error: Cannot fetch platform/external/koush/Widgets
error: Cannot fetch platform/bionic
error: Cannot fetch platform/packages/apps/Bluetooth
error: Cannot fetch platform/system/extras
error: Cannot fetch platform/dalvik
error: Cannot fetch platform/external/ntfs-3g
error: Cannot fetch platform/packages/apps/Settings
error: Cannot fetch platform/hardware/intel/libsensors
error: Cannot fetch platform/packages/apps/TSCalibration2
error: Cannot fetch platform/external/busybox
error: Cannot fetch platform/external/libtruezip
error: Cannot fetch platform/frameworks/base
error: Cannot fetch platform/external/parted
error: Cannot fetch platform/external/ppp
error: Cannot fetch platform/hardware/intel/hwcomposer
error: Cannot fetch platform/packages/apps/CMFileManager
error: Cannot fetch platform/external/e2fsprogs
error: Cannot fetch kernel/common

error: Exited sync due to fetch errors



Please help me on this issue.

Thanks,
Shridutt Kothari

Povilas Staniulis

unread,
Sep 12, 2016, 9:15:40 AM9/12/16
to andro...@googlegroups.com
On 2016.09.12 12:51, shridutt kothari wrote:
> Hi All,
>
> I have proceeded with below command, it helped to initialized the repo
> sucessfully:
>
> $ repo init -u http://git.code.sf.net/p/android-x86/manifest -b
> android-x86-4.4-r5
> repo has been initialized in /home/Android_x86/android-x86-4.4-r5
>
> *But when i try to sync the code i get following error:*
> *
> *
> <http://gitscm.sf.net/gitroot/android-x86/manifest> -b kitkat-x86
> $ repo sync --no-tags --no-clone-bundle
>
>
> And i get below error :
> fatal: read error: Connection reset by peer
>
>
> What i tried to resolve the issue:
>
> i tried using multiple thread using -j option with command, that
> is -j1 to -j100 but it downloads some part of code and for some
> files it always give the error.
>
> Kindly help.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android-x86" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to android-x86...@googlegroups.com
> <mailto:android-x86...@googlegroups.com>.
> To post to this group, send email to andro...@googlegroups.com
> <mailto:andro...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/android-x86.
> For more options, visit https://groups.google.com/d/optout.


Try using the OSDN mirror.

shridutt kothari

unread,
Sep 17, 2016, 10:01:46 PM9/17/16
to Android-x86
kitkat-x86 is still not uploaded on osdn server.



On Thursday, September 8, 2016 at 2:05:23 PM UTC+5:30, shridutt kothari wrote:

Chih-Wei Huang

unread,
Sep 18, 2016, 11:03:00 AM9/18/16
to Android-x86
2016-09-14 21:36 GMT+08:00 shridutt kothari <shridut...@gmail.com>:
> kitkat-x86 is still not uploaded on osdn server.

It's uploaded.
What error did you encounter exactly?
Reply all
Reply to author
Forward
0 new messages