我通常使用/etc/ eth0 /接口中的信息静态地运行dhcp配置,但有时需要使用dhcp获取的配置。运行dhclient只是告诉我,它现在是一个新启动的任务,建议运行重新加载,但重新加载dhclient响应“未知的作业:dhclient”。
我怎么才能让它跑?
发布于 2013-01-26 09:56:54
虽然gertvdijk说的一切都是真的,但警告信息也是真实的:
# dhclient eth0
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
#但是,它并不能阻止命令的工作。
https://askubuntu.com/questions/217293
复制相似问题