大家好: 最近总是出现上面的错误提示:启动 GNOME 设置守护进程时出错,google了下大都说是 /etc/network/interfaces的问题,我的/etc/network/interfaces如下
auto lo iface lo inet loopback # The primary network interface auto eth0 #allow-hotplug eth0 #iface eth0 inet dhcp iface eth0 inet static address 192.168.1.3 netmask 255.255.255.0 gateway 192.168.1.1 好像没有问题,不知道还有什么原因会导致以上问题? -- Best Regards

