当前位置:网站首页>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 !
边栏推荐
- Getting started with web security - open source firewall pfsense installation configuration
- [don't bother with reinforcement learning] video notes (I) 2. Summary of reinforcement learning methods
- Write a simple memo using localstorage
- Use of jstack "JVM common commands"
- 配置系统环境变量的时候误删了Path怎么办?
- Nuggets manufacturing industry, digital commerce cloud supply chain collaborative management system to achieve full chain intelligent management and control
- Calculate CPU utilization [Prometheus]
- 【机器人学习】机构运动学分析与matlab仿真(三维模型+word报告+matlab程序)
- Learning transformer: overall architecture and Implementation
- MySQL status view qps/tps/ cache hit rate view
猜你喜欢
![[don't bother with reinforcement learning] video notes (I) 3. Why use reinforcement learning?](/img/57/0ebff0839d2a2898472d3270fd13df.png)
[don't bother with reinforcement learning] video notes (I) 3. Why use reinforcement learning?

Hucang integrated e-commerce project (I): introduction to the project background and structure
![[assembly language practice] (II). Write a program to calculate the value of expression w=v- (x+y+z-51) (including code and process screenshots)](/img/0d/c8042ce5019d7dc5414dde5ebf1e8d.jpg)
[assembly language practice] (II). Write a program to calculate the value of expression w=v- (x+y+z-51) (including code and process screenshots)

Will your NFT disappear? Dfinity provides the best solution for NFT storage

Open source summer interview | learn with problems, Apache dolphin scheduler, Wang Fuzheng

Cloud primordial (12) | introduction to kubernetes foundation of kubernetes chapter
![Cyclicbarrier and countdownlatch [concurrent programming]](/img/38/3305a0cdb6de40e1370cc93c8e5014.png)
Cyclicbarrier and countdownlatch [concurrent programming]

Es document CRUD

程序的编译与链接

Cess test online line! The first decentralized storage network to provide multiple application scenarios
随机推荐
[don't bother with intensive learning] video notes (III) 1. What is SARS?
IdentityServer4入门
JS string method
MySQL status view qps/tps/ cache hit rate view
Firewalld firewall related commands
Implementation principle of acid in MySQL
This article takes you to understand the dynamic memory allocation of C language
Vector control of permanent magnet synchronous motor (I) -- mathematical model
Calculate CPU utilization [Prometheus]
Makefile variables and dynamic library static library
缓冲区的概念真的理解么?带你揭开缓冲区的面纱~
Open source summer interview | learn with problems, Apache dolphin scheduler, Wang Fuzheng
Detailed explanation of the whole process of R & D demand splitting | agile practice
A null pointer exception is reported when the wrapper class inserts into the empty field of the database table
How to improve office efficiency through online collaborative documents
Development history of the first commercial humanoid biped robot in China
Learning transformer: overall architecture and Implementation
The difference between classification and regression
PHP Basics - session control - cookies
Spark Learning: Spark implementation of distcp