LarkXR Troubleshooting Reference
Deployment
Troubleshooting Backend Intranet Access Failure
Troubleshooting Backend External Access Failure
Troubleshooting Database Startup Failure
Troubleshooting Black Screen on Server Startup
Troubleshooting Service Startup Failure
Cluster Edition (Linux)
Troubleshooting “not found” Errors in sh Startup Scripts
Public Cloud
Tesla GPU GRID Driver and License Requirements
Configuring a Virtual Display for the Second vGPU
Troubleshooting Resolution Below 1080p on Tesla GPUs
Error Code Explanation
Web Client
Troubleshooting “No available render server, Please try again later.”
Code 102
Code 103
Code 202
Code 203
Code 401
Code 402
Code 403
Code 404
Code 500
Code 501
Code 502
Code 504
Code 601
Stuck on 5/5 Loading Page
Cloud Application Exit Detected
Point-to-Point Connection Disconnected
Frontend & Backend Inaccessible
VR Client
Code 11
Code 900
Code 1001
Continuous Loading
UDP Connection Failure
Other Issues
Code 1002
AR Client
UDP Connection Failure
Secondary Development
Data Channel
Unable to Communicate — Troubleshooting Guide
Failed to Pass the Message Body
Incorrect Message Delivery
Delay in Receiving Messages
UE5 Plugin Packaging: Possible Reasons for "Unknown Cook Failure"
WebSDK
1-5 Cards Loading
SDK License Does Not Exist
vue2-react Running Error (Node v18.12.1)
H.265 WebCodec Not Supported by Browser
Interface call
No Access Permissions
Signature and Timestamp Cannot Be Empty
Invalid Key Pair
Others
Apps Can't Sync
LarkXR Launcher: Check Environment Error
User Experiences
Live Streaming Screen is Black
Picture Quality is Not Clear
SN
Local SN
Invalid Authorization Code
Cloud SN
Authorization Code Is Disabled
Authorization Code Does Not Exist
-
+
首页
Troubleshooting “not found” Errors in sh Startup Scripts
## Supported Ubuntu Versions LarkXR management program deployment is supported on Ubuntu with the following version requirements: - Server versions `3271` and earlier: Ubuntu `20.04` - Server versions `3272` and later: Ubuntu `20.04` and `22.04` ## Symptom After deployment, running the startup script with `sh` returns a `not found` error.  ## Cause On Ubuntu, the `sh` command usually points to `dash` by default. Some LarkXR startup scripts rely on Bash-specific behavior, so running them with `dash` may cause commands in the script to fail or be reported as not found. [page:6] ## Solution Change the system default for `sh` from `dash` to `bash`. ### 1. Reconfigure the Default Shell Open a terminal and run: ```bash sudo dpkg-reconfigure dash ``` When prompted, select **No**. This changes `/bin/sh` to use Bash instead of Dash. [page:6] ### 2. Verify the Change Run the following command: ```bash ls -l /bin/sh ``` If the output shows that `/bin/sh` points to `/bin/bash`, the change was applied successfully. [page:6] ### 3. Run the Startup Script Again After the shell mapping is updated, run the startup script again and confirm that the `not found` error no longer appears. ## Notes - Use `ls -l /bin/sh` instead of `ll /bin/sh`, because `ll` may be an alias and is not guaranteed to be available in every environment. [page:6] - If the script still fails after changing `/bin/sh` to Bash, review the script file format and execution permissions as additional troubleshooting steps. [page:6]
admin
2026年5月8日 15:18
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
Word文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码
有效期