当前位置:网站首页>Raspberry Pie: [failed] failed to start /etc/rc local Compatibility.
Raspberry Pie: [failed] failed to start /etc/rc local Compatibility.
2022-07-24 09:45:00 【Jiang tengxia】
Raspberry pie startup error
1、 Problem description :
After updating the kernel for raspberry pie , This problem occurred during startup .
2、 resolvent
sudo vi /etc/rc.local # Open the failed startup rc.local file
#!/bin/sh -e # Change this line to No 2 That's all right
#!/bin/bash # Pickled purple ...
# rc.local
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
# In order to enable or disable this script just change the execution
# bits.
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
config wlan0 192.168.1.117 # Fix IP Address
exit 0
3、 Test after completion
sudo reboot # Restart raspberry pie

success !
边栏推荐
- Common evaluation indexes of medical image segmentation
- JS bind simulation
- Map processing background management menu data
- [don't bother to strengthen learning] video notes (III) 3. SARS (lambda)
- What if path is deleted by mistake when configuring system environment variables?
- Yarn: unable to load file
- Problem: filesystemversionexception: you have version null and I want version 8
- JS locate Daquan to get the brother, parent and child elements of the node, including robot instances
- At the moment of the epidemic, we need to work harder, aoligui
- SQL 优化原则
猜你喜欢

Es document CRUD

Code random notes_ Linked list_ Turn over the linked list in groups of 25K

Data center: started in Alibaba and started in Daas

Opencv learning Day5

Compilation and linking of programs

Li Kou 300 longest increasing subsequence dynamic programming

Where is the bitbucket clone address

配置系统环境变量的时候误删了Path怎么办?
![[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)](/img/3b/981bd564a5855a317ccdd4800871ce.png)
[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)

缓冲区的概念真的理解么?带你揭开缓冲区的面纱~
随机推荐
JS bind simulation
MySQL status view qps/tps/ cache hit rate view
SQL server2012 installation method details [easy to understand]
Embedded development: Tools - optimizing firmware using DRT
Spark Learning: compile spark source code in win10
[200 opencv routines] 236. Principal component analysis of feature extraction (openCV)
Re6:读论文 LeSICiN: A Heterogeneous Graph-based Approach for Automatic Legal Statute Identification fro
We were tossed all night by a Kong performance bug
[don't bother with reinforcement learning] video notes (I) 1. What is reinforcement learning?
Vscode failed to use SSH Remote Connection (and a collection of other problems)
It is reported that the prices of some Intel FPGA chip products have increased by up to 20%
力扣300-最长递增子序列——动态规划
A null pointer exception is reported when the wrapper class inserts into the empty field of the database table
Getting started with web security - open source firewall pfsense installation configuration
唐宇迪opencv-背景建模
华为无线设备安全策略配置命令
[don't bother to strengthen learning] video notes (IV) 2. Dqn realizes maze walking
Basic knowledge of PHP - complete collection of PHP functions
Write a simple memo using localstorage
Scheme and software analysis of dual computer hot standby system "suggestions collection"