码迷,mamicode.com
首页 > Web开发 > 详细

Gentoo rc-update service ‘net.eth0′ does not exist

时间:2015-07-20 12:28:29      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:

最近迷上了Gentoo,并相信以后也会把更多的精力放在Gentoo上,不过Gentoo的安装的过程的确让很多人却步。 本文只提到添加net.eth0到默认的运行级别时一个很小的报错解决。

# nano -w /etc/conf.d/net # rc-update add net.eth0 default rc-update service ‘net.eth0′ does not exist

解决方法:

# cd /etc/init.d # ln -s net.lo net.eth0 # rc-update add net.eth0 default

Gentoo rc-update service ‘net.eth0′ does not exist

标签:

原文地址:http://www.cnblogs.com/itcomputer/p/4660711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!