proot icon indicating copy to clipboard operation
proot copied to clipboard

proot v5.4.0 can not work on centos7

Open xizonghu opened this issue 2 months ago • 0 comments

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. proot -S ubuntu-base-22.04.4-base-amd64
  2. it will happen error: proot error: execve("/usr/bin/sh"): No such file or directory proot info: possible causes:
  • the program is a script but its interpreter (eg. /bin/sh) was not found;
  • the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
  • the program is a foreign binary but qemu was not specified;
  • qemu does not work correctly (if specified);
  • the loader was not found or doesn't work. fatal error: see proot --help.

I run it on manjaro, It works well. the ubuntu rootfs comes from offical.

Specifications

  • Proot/Care version: v5.4.0
  • Kernel version: 3.10.0-1160.el7.x86_64
  • Host distribution: 3.10.0-1160.el7.x86_64
  • Guest distribution: ubuntu 22.04

Command Output

image

Inline log

-OR-

Attached log

xizonghu avatar Apr 08 '24 17:04 xizonghu