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

最近迷上了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

时间: 2024-08-28 19:11:19

Gentoo rc-update service ‘net.eth0′ does not exist的相关文章

LFS: Interface eth0 doesn't exist

环境 宿主主机:Ubuntu 14.04.4 LTS 32位 LFS内核:Linux 4.2.0 好不用容易将LFS引导起来了,但系统启动后,无法配置网口.系统启动时提示:Interface eth0 doesn't exist. /etc/udev/rules.d/70-persistent-net.rules配置了也不起作用. ip link显示内容:(无网卡信息) 原因: 编译内核linux-4.2时,没有把虚拟网卡编译进内核. 结果: 重新编译内核,将pcnet32模块作为内核选项,选中

Android: 启动init.rc 中service的权限问题【转】

转自:http://www.linuxidc.com/Linux/2011-04/35014.htm 通过property_set("ctl.start", service_xx); 来启动init.rc中的service是一个很方便方法来调用某个可执行程序或某个脚本程序 service service_xx  /system/bin/xx disabled oneshot 但在非AID_ROOT.AID_SYSTEM 用户的进程中调用ctl.start ctl.stop会碰到权限问题

[WSUS] Windows Server Update Service 更新后,出现错误不能连接

执行以下命令:C:\Program Files\Update Services\Tools\wsusutil postinstall /servicing 参考:http://www.urtech.ca/2016/08/solved-wsus-server-will-not-launch-after-august-patch-cycle-including-kb3159706/ To allow WSUS (and presumably SCCM) to support Windows 10 A

Android启动流程分析(九) 解析init.rc的service

############################################# 本文为极度寒冰原创,转载请注明出处 ############################################# 在分析完解析init.rc的action之后,剩下的一部分就是解析service了. 而解析service还是需要回到parse_config里面来.根据前面的知识,我们也可以很容易的知道在关键字为section的时候,会进入到parse_new_section. 这里会先执行p

Mediawiki update to 1.24

Mediawiki update to 1.24 #yum update #service iptables stop #chkconfig iptables off #disable selinux #yum install wget gcc gcc-c++ openssl openssl-devel autoconf freetype freetype-devel gd harfbuzz libpng libpng-devel libxml2 libxml2-devel bzip2-deve

Gentoo 无线网络配置 wpa_supplicant

安装 安装net-wireless/wpa_supplicant包 emerge --ask wpa_supplicant 配置 Set for Gentoo net.* scrips,tell the network script to use wpa_supplicant. File/etc/conf.d/net modules_wlan0="wpa_supplicant" # 因为wpa_supplicant还不能很好的自动侦测驱动,所以需要我们为其指定正在使用的驱动. wpa_

System Center 2012 R2 CM系列之部署Windows Server Update Services(WSUS)服务器

1. Windows更新服务器(Windows Server Update Service (WSUS))介绍 1) 技术概述: Windows Server Update Services (WSUS) 启用信息技术管理员部署最新的 Microsoft 产品更新.在 Windows Server 2012 中,WSUS 是可安装以管理和分配更新的服务器角色.WSUS 服务器可以作为组织内其他 WSUS 服务器的更新源.充当更新源的 WSUS 服务器被称为上游服务器.在 WSUS 实现过程中,网

android service被系统回收的解决方法

自己的app的service总是容易被系统回收,搜罗了一下,基本上的解决思路有以下几种: 1.把service写成系统服务,将永远不会被回收(未实践): 在Manifest.xml文件中设置persistent属性为true,则可使该服务免受out-of-memory killer的影响.但是这种做法一定要谨慎,系统服务太多将严重影响系统的整体运行效率. 2.提高service的优先级(未实践): 设置android:priority="1000" <!-- 为了消去加上andr

Team Foundation Server 2013 with Update 3 Install LOG

[Info   @10:14:58.155] ====================================================================[Info   @10:14:58.163] Team Foundation Server Administration Log[Info   @10:14:58.175] Version  : 12.0.30723.0[Info   @10:14:58.175] DateTime : 10/03/2014 18:1