- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
<分区>
我正在尝试在我的 Raspberry Pi 上设置 DHCP 服务器。我尝试使用以下命令安装它:
sudo apt-get install isc-dhcp-server
并显示以下日志:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
icelib
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 302 not upgraded.
Need to get 0 B/887 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 61701 files and directories currently installed.)
Preparing to replace isc-dhcp-server 4.2.2.dfsg.1-5+deb70u6 (using .../isc-dhcp-server_4.2.2.dfsg.1-5+deb70u6_armhf.deb) ...
[FAIL] Stopping ISC DHCP server: dhcpd failed!
Unpacking replacement isc-dhcp-server ...
Processing triggers for man-db ...
Setting up isc-dhcp-server (4.2.2.dfsg.1-5+deb70u6) ...
[FAIL] Starting ISC DHCP server: dhcpd[....] check syslog for diagnostics. ... failed!
failed!
invoke-rc.d: initscript isc-dhcp-server, action "start" failed.
当我打开/var/log/syslog 文件时,它显示以下几行:
No subnet declaration for th0 (x.x.x.x)
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
In your dhcpd.conf file for the network segment
to which interface eth0 is attached. **
我是 linux 的新手,所以我不知道我的系统出了什么问题,也不知道从这里到哪里去。
感谢任何帮助。
我正在为 ISC dhcp 服务器开发一个补丁,以使其能够与 Solaris 11/Illumos NIC 个性名称和 Crossbow VNIC 一起正确运行。 默认情况下,定义了标记“__sun”
我在 Ubuntu 18.04 上安装了 isc-dhcp-server。我有两个子网配置为通过两个不同的 NIC 提供服务: enp7s0:10.100.0.0/22(工作站网络) enp8s0:1
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我有一个连接到 Firebird 数据库的 DBXpress 数据结构。我在 ClientDataSet、DataSetProvider 和 SQLQuery 组合上添加数据分页。它运行良好,但最近在
我已经安装了 Isc-dhcp-server 并相应地配置了文件,但它仍然显示未配置为监听任何接口(interface)的错误。我有 ubuntu 17.04 64 位 接口(interface)文件
我使用 isc-dhcp-server 设置了一个简单的 dhcp-server,但是当我启动该服务时,状态为失败并显示消息“失败,结果为‘退出代码’”。 是的,我确实配置了文件/etc/dhcp/d
我是 JavaScript 和 JSON 新手,我正在尝试上传我的 NPM 包。由于某种原因,当我尝试发布它时收到此错误: Unexpected token } in JSON at position
我在使用 ViteJS 和 NPM 为 Vue 3 构建自定义组件库时遇到问题。我在下面包含了我的问题的基本说明,有人可以告诉我我做错了什么或指出正确的方向吗,我已经坚持了 2 天:(。 我的文件夹结
我在使用 ViteJS 和 NPM 为 Vue 3 构建自定义组件库时遇到问题。我在下面包含了我的问题的基本说明,有人可以告诉我我做错了什么或指出正确的方向吗,我已经坚持了 2 天:(。 我的文件夹结
我有一个 Storyboard,它有 2 个 View Controller ,包括 UINavigationController 本身。我对应用程序进行了一些更改,但奇怪地出现了该错误。 *** T
我是一名优秀的程序员,十分优秀!