发表于 : 2005-08-02 22:51
有什么办法让机子默认启动到控制台,需要gonme是才 startx ?
现在主要问题是我没有实验环境,所以不能很确实的回答你的问题!我估计还是问题还是出在eth1上
/etc/network/interfaces 这个配置文件的到底如何写?man interfaces 发现和
ubuntu 默认的写法有区别?e文好的解释一下吧!
在家里的机器上有了新的发现:以下是ubuntu自动生成的 interfaces(/etc/network的文件)
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface ppp0 inet ppp
provider ppp0
iface eth0 inet static
address 10.0.0.3
netmask 255.0.0.0
auto eth0
auto ppp0
其中发现了ppp0的界面说明,但在单位的服务期上没有,难道问题出在这里?(家里的ubuntu用的是纯网络安装,单位的服务器用的是光盘安装)
明天就试试(哎,两天搞的同事没上网,估计他们背后烦着呢)
不要GDM。song8159 写了:有什么办法让机子默认启动到控制台,需要gonme是才 startx ?