Docker is not working

Hii MicBis,

I am bulid yocto linux using BSP-3.0.5 and 3.0.4 both But docker is getting segmentation fault.

but in prebuild image it working.

  • Hii iam facing issue in doker in RZFIVE I am using BSP-3.0.5
    root@smarc-rzfive:~# dockerd
    [ 1885.906390] dockerd[283]: unhandled signal 11 code 0x2 at 0x000000000003c298 in dockerd[10000+2fe0000]
    [ 1885.918618] CPU: 0 PID: 283 Comm: dockerd Not tainted 5.10.175-cip29-yocto-standard #1
    [ 1885.927684] Hardware name: Renesas SMARC EVK based on r9a07g043f01 (DT)
    [ 1885.935369] epc: 000000000003c298 ra : 000000000001eec0 sp : 0000003fffd0b9e0
    [ 1885.943456] gp : 00000000030b5a60 tp : 0000003fed747370 t0 : 0000000000400000
    [ 1885.951621] t1 : 0000000000000018 t2 : 00000000030d1480 s0 : 0000000000000001
    [ 1885.959764] s1 : 0000000000008000 a0 : 000000000302f4e0 a1 : 00000000000003f8
    [ 1885.967919] a2 : 0000000000000003 a3 : 0000000000000081 a4 : 000000000302e360
    [ 1885.976080] a5 : 0000000000000044 a6 : 0000000000000001 a7 : 0000000000000002
    [ 1885.984319] s2 : 000000000302f4e0 s3 : 0000000000000000 s4 : 0000003fffd0b9cc
    [ 1885.992504] s5 : 0000000000000090 s6 : 0000000000000090 s7 : 0000000000000000
    [ 1886.000675] s8 : 0000003fc50eb810 s9 : 0000000000000000 s10: 0000002b147a6a30
    [ 1886.008818] s11: 000000000309ff00 t3 : 0000003fed7d780e t4 : 0000003fed93d048
    [ 1886.016937] t5 : 0000000000000008 t6 : 000000000003beb8
    [ 1886.023198] status: 0000000200004020 badaddr: 000000000003c298 cause: 0000000000000001
    [ 1886.032198] audit: type=1701 audit(1699327864.680:8): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=283 comm="dockerd" exe="/usr/bin/dockerd" sig=11 res=1
    Segmentation fault
    please help me

Parents
  • As far as I know the prebuilt image is created using the steps documented in the Linux Startup Guide chapter 2.

    Have you followed that guide precisely step by step? 

    It should not matter but anyway: are you using also the exact same boot loaders?

  • Hi Renesas Team,


    Hi MIcBis,

    umesh@ubuntu:~/rzfive_vlp_3.0.5/build$ MACHINE=smarc-rzfive bitbake core-image-minimal
    WARNING: Layer qt5-layer should set LAYERSERIES_COMPAT_qt5-layer in its conf/layer.conf file to list the core layer names it is compatible with.
    WARNING: Layer qt5-layer should set LAYERSERIES_COMPAT_qt5-layer in its conf/layer.conf file to list the core layer names it is compatible with.
    Loading cache: 100% |############################################################################################| Time: 0:00:00
    Loaded 3656 entries from dependency cache.
    Removing 21 recipes from the riscv64 sysroot: 100% |#############################################################| Time: 0:00:00
    NOTE: Resolving any missing task queue dependencies
    ERROR: Nothing RPROVIDES 'gcc' (but /home/umesh/rzfive_vlp_3.0.5/build/../poky/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
    gcc was skipped: it has incompatible license(s): GPL-3.0
    gcc was skipped: it has incompatible license(s): GPL-3.0
    NOTE: Runtime target 'gcc' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['gcc']
    ERROR: Required build target 'core-image-minimal' has no buildable providers.
    Missing or unbuildable dependency chain was: ['core-image-minimal', 'gcc']

    Summary: There were 2 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


    i try to install GCC and nano  but it giving error  How  to resolve this 

Reply
  • Hi Renesas Team,


    Hi MIcBis,

    umesh@ubuntu:~/rzfive_vlp_3.0.5/build$ MACHINE=smarc-rzfive bitbake core-image-minimal
    WARNING: Layer qt5-layer should set LAYERSERIES_COMPAT_qt5-layer in its conf/layer.conf file to list the core layer names it is compatible with.
    WARNING: Layer qt5-layer should set LAYERSERIES_COMPAT_qt5-layer in its conf/layer.conf file to list the core layer names it is compatible with.
    Loading cache: 100% |############################################################################################| Time: 0:00:00
    Loaded 3656 entries from dependency cache.
    Removing 21 recipes from the riscv64 sysroot: 100% |#############################################################| Time: 0:00:00
    NOTE: Resolving any missing task queue dependencies
    ERROR: Nothing RPROVIDES 'gcc' (but /home/umesh/rzfive_vlp_3.0.5/build/../poky/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
    gcc was skipped: it has incompatible license(s): GPL-3.0
    gcc was skipped: it has incompatible license(s): GPL-3.0
    NOTE: Runtime target 'gcc' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['gcc']
    ERROR: Required build target 'core-image-minimal' has no buildable providers.
    Missing or unbuildable dependency chain was: ['core-image-minimal', 'gcc']

    Summary: There were 2 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


    i try to install GCC and nano  but it giving error  How  to resolve this 

Children
No Data