a start job is running for Raise network interface (5min 3s)

Maybe it is a workaround but I could reduce the boot up time following the answer athttps://ubuntuforums.org/showthread.php?t=2323253, i.e. by editing the file:

sudo vim /etc/systemd/system/network-online.targets.wants/networking.service

And changing the following line at the end of the file:

TimeoutStartSec=5min

to:

TimeoutStartSec=30sec

I have then rebooted the system and it works fine.

时间: 2024-08-06 14:41:24

a start job is running for Raise network interface (5min 3s)的相关文章

PatentTips - Method for network interface sharing among multiple virtual machines

BACKGROUND Many computing systems include a network interface card (NIC) to provide for communications with other systems and devices over a network. In a computing system running multiple operating systems (OSs) on multiple virtual machines, each OS

CENTOS 7 udev:renamed network interface eth0 to eth1 eno16777736

将这个/etc/udev/rules.d/70-persistent-net.rules删除,重启,网卡eth0成功启动,并重新生成/etc/udev/rules.d/70-persistent-net.rules文件. [[email protected] rules.d]# cat 70-persistent-ipoib.rules # This is a sample udev rules file that demonstrates how to get udev to # set th

openwrt network interface(openwrt中的网络接口)

这篇算是对openwrt网络接口的一个翻译吧,源地址:http://wiki.openwrt.org/doc/networking/network.interfaces network的接口类型:物理网络接口和虚拟网络接口 物理网络接口就是我们经常看到的eth0,radio0,wlan9等等,这些就代表一个实际的网络硬件设备,如Network interface controller,Wireless network interface controller和各种Modem设备.只要当这些设备的

LWIP network interface 网卡 初始化 以 STM32 为例子 后面会有 用 2G 或者4G 模块 用 PPP拨号的 形式 虚拟出网卡 所以先以 这个为 前提

LWIP   network interface   网卡 初始化    以  STM32  为例子  后面会有 用  2G 或者4G 模块 用 PPP拨号的 形式  虚拟出网卡  所以先以 这个为  前提 LWIP   有 一个 结构体 是 描述 物理 接口 的  即  netif Struct, 大神朱工 对这个 有个 详细的 解释 :http://blog.csdn.net/zhzht19861011/article/details/6690534 LWIP  官网  对 这个  结构体

[INS-41112] Specified network interface doesnt maintain connectivi

OS: Oracle Linux Server release 6.3 DB: Oracle 11.2.0.3 安装11.2.0.3.0的RAC,在安装GRID时报错: [INS-41112] Specified network interface doesnt maintain connectivity across cluster 1.首先检查各节点/etc/hosts,发现没问题 2.setup安装成功,但是ssh验证,需要确认 3.检查发现是没有关闭防火墙 (配置RAC一定要仔细)

更换oracle 集群网卡(Changing a Network Interface)

 更换oracle 集群网卡(Changing a Network Interface) 如果换网卡前后 网卡名,ip,网关,子网掩码都不变的话,集群层面不许要做额外的操作! 一下操作为更换网卡后使用新的网卡名 1.确保所有集群节点都是active 的 olsnodes -s [[email protected] ~]$ olsnodes -s vmrac1  Active vmrac2  Active 2.确保新的替换网卡已经配置在服务器上 $ /sbin/ifconfig.. 3.将新网

Oracle Grid 11.2.0.4 安装是出现“[INS-41112] Specified network interface doesnt maintain connectivity across cluster”错误

安装Oracle 11.2.0.4 的RAC,在Grid 安装时报错: [INS-41112]Specified network interface doesnt maintain connectivity across cluster nodes 首先尝试在节点间ping 各个IP 地址没有问题. 因为使用安装程序做的SSH 验证,所以尝试测试ssh远程连接是否还需要确认: [[email protected] ~]$ ssh vdb1 date # 验证vdb1 ssh Thu Aug 7

Linux-debian系统 /etc/network/interface 文件解读

原文 http://wiki.slimdevices.com/index.php/SqueezeOS_networking 话说Debian系的网卡配置跟Redhat系很不一样,Redhat是放在/etc/sysconfig/network-scripts目录下面的一大堆文件里面,要修改?你一个一个文件来过吧.Debian系的则是存在/etc/network/interfaces文件里面,无论有多少块网卡,统统扔在这个文件里.下面就来看一下这个文件的内容. 首先,一个基本的配置大概是下面这个样子

Configuring Network Interface Bonding

1. Abount bonding The Linux bonding driver provides a method for aggregating multiple network interfaces into a single logical "bonded" interface. The behavior of the bonded interfaces depends upon the mode; generally speaking, modes provide eit