OS/Ubuntu

sandbox error when running AppImage file

강서버 2026. 9. 3. 19:20
반응형

[ Error message ]

gangserver@TCM73-U260816:~/app/AppImage$ ./rhwp-desktop-1.2.2.AppImage 
[20789:0903/163344.320014:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:166] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_rhwp-dfnMwi1/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap      (core dumped) ./rhwp-desktop-1.2.2.AppImage

 

 

[ Solution ]

- Run after adding the "--no-sandbox" option
gangserver@TCM73-U260816:~/app/AppImage$ ./rhwp-desktop-1.2.2.AppImage --no-sandbox

 

 

728x90
반응형