How to solve the problem of an error occurred while reading the RCS File

Source: Internet
Author: User

Start the embedded Linux system and display

Bummer, cocould not run '/etc/init. d/Rs': no such file or directory

 

This problem has plagued me for a long time. Many people on the Internet also have this problem, but it seems that most people have not been able to solve it.

Finally, I decided to find the answer in the English forum, and solved the problem of failure in reading the RCS file when busybo was started.

Because the RFM file is edited in windows and shared to the Linux system, the file format is Windows (open the file in Linux Vi, you can see the "dos" in the lower left corner, it is in Windows format). This is why loading fails. Now the format is converted to Unix format.

 

The method is as follows:

VI RCS

: Set fileformat = Unix (convert Windows file format to Unix format)

: WQ (save and quit)

 

Then restart the embedded system and load it normally.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.