"Git clone damaged!" [resolved, network issue]

edited November 2022 in Problems Now Fixed

My kiwisdrs are running v1.562. With automatic check and automatic updates disabled.

I clicked "check for software updates" and I get the message "Git clone damaged!" on all 3 kiwis.

Do I have to do anything?

Thanks



Update: I found in another post that I should try to use the re-clone button from the admin console tab, which I did.

It turned out that it was a network connection issue (DNS resolution failed).

It appears to be updating now.

Comments

  • One of my three kiwi crashes with the 1.566 update


    For about 2 hours he did not respond to his address 192.168.1.123:8073, now he has surprised and has it like this:

    Installed version: v1.566, built Oct 17 2022 19:13:12

    Git clone damaged!


    connected on the console, pressed re-clone sources

    and the result is:

    nroot@kiwisdr:~/Beagle_SDR_GPS# cd /root; rm -rf Beagle_SDR_GPS; git clone https://github.com/jks-prv/Beagle_SDR_GPS.git
    rm: cannot remove ‘Beagle_SDR_GPS/kiwi’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/rx/kiwi/lms.h’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/rx/kiwi/lms.cpp’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/rx/kiwi/pll.h’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/rx/rx_cmd.cpp’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/rx/csdr/ima_adpcm.cpp’: Read-only file system
    
    
    

    I skipped the whole log and it ends like this:

    rm: cannot remove ‘Beagle_SDR_GPS/extensions/colormap/colormap.cpp’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/extensions/IQ_display/iq_display.cpp’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/extensions/example/example.h’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/extensions/example/example.cpp’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/_LICENSE’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/kiwi.h’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/CROSS_COMPILE’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/options.h’: Read-only file system
    rm: cannot remove ‘Beagle_SDR_GPS/CHANGE_LOG’: Read-only file system
    fatal: destination path 'Beagle_SDR_GPS' already exists and is not an empty directory.
    root@kiwisdr:~#  
    


    the ping command for DNS and kiwisdr shows this:

    root@kiwisdr:~# ping -c3 1.1.1.1
    PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
    64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=20.3 ms
    64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=15.4 ms
    64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=12.8 ms
     
    --- 1.1.1.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 12.875/16.233/20.340/3.093 ms
    root@kiwisdr:~# ping -c3 kiwisdr.com
    ping: unknown host kiwisdr.com
    

    check github:

    root@kiwisdr:~# cdp; git show origin:Makefile | head -n 2
    VERSION_MAJ = 1
    VERSION_MIN = 566
    root@kiwisdr:~/Beagle_SDR_GPS#  
    


    how to fix it?

  • edited November 2022

    Hi @ArturPL !

    Usually Linux file system mount like read-only if it has errors. You can try to check and fix it with fsck utilite or full re-install this BBG from microSD card.

    If you ask Google about "linux fsck read-only file system" you will get a lot of information about this problem.

    73! Yuri

Sign In or Register to comment.