小公司研发总监,既当司令也当兵!
分类: linux
2016-01-19 15:17:14
sudo pppoeconf
2、解决有线无法边接
dashhome/system setting/network。显示wired unmanaged
解决方法:或者 kill掉再启用:sudo networkmanager。再不行就重启:sudo reboot
3、如果network manager坏了,可以下掉sudo apt-get remove network-manager
如果下掉后无法上网,解决方法:
sudo vi /etc/network/interface 把手工改成dhcp连接上网4、booting system without full network configuration
一般是由于adsl配置引起的,当配置用adsl上网时
/etc/network/interfaces会加上配置
auto dsl-providerprovider dsl-provider
当用有线普通连接时启动系统过程中写interfaces会出问题,会出现booting system without full network configuration。
解决方法:
把这几行注释掉,sudo reboot
5、resolv.conf isn't a symlink
配置interfaces文件后用/etc/init.d/networking restart命令重启网络配置出现以下错误
* running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* reconfiguring network interfaces...
resolvconf: error: /etc/resolv.conf isn't a symlink, not doing anything.
rtnetlink answers: file exists
failed to bring up eth0.
resolvconf: error: /etc/resolv.conf isn't a symlink, not doing anything.
* setting up iscsi targets
...done.
ssh stop/waiting
ssh start/running, process 15220
...done.
解决: sudo dpkg-reconfigure resolvconf
6、ubuntu系统日志
问题排查辅助
/var/log/syslog