Центр управления системой (ЦУС) веб - ориентированный интерфейс, после перезагрузки перестал работать.
И неоткуда появилось вот что,
# systemctl | grep failed
bind.service loaded failed failed Berkeley Internet Name Domain (DNS)
dhcpd.service loaded failed failed DHCPv4 Server Daemon
dhcpd6.service loaded failed failed DHCPv6 Server Daemon
mdadm-activation.service loaded failed failed Activation of RAID devices
Хотя раньше этих ошибок не было.
# systemctl status bind.service
bind.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/lib/systemd/system/bind.service; enabled)
Active: failed (Result: exit-code) since Пт 2015-05-08 15:55:33 MSK; 2min 59s ago
Process: 9283 ExecStartPre=/usr/sbin/named-checkconf -z /etc/named.conf (code=exited, status=1/FAILURE)
май 08 15:55:33 viktarh-pc.localdomain systemd[1]: Starting Berkeley Internet Name Domain (DNS)...
май 08 15:55:33 viktarh-pc.localdomain named-checkconf[9283]: /etc/rndc.key:3: bad secret 'bad base64 encoding'
май 08 15:55:33 viktarh-pc.localdomain systemd[1]: bind.service: control process exited, code=exited status=1
май 08 15:55:33 viktarh-pc.localdomain systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
май 08 15:55:33 viktarh-pc.localdomain systemd[1]: Unit bind.service entered failed state
# systemctl status dhcpd.service
dhcpd.service - DHCPv4 Server Daemon
Loaded: loaded (/lib/systemd/system/dhcpd.service; enabled)
Active: failed (Result: exit-code) since Пт 2015-05-08 15:49:47 MSK; 19min ago
Docs: man:dhcpd(8)
man:dhcpd.conf(5)
Process: 3022 ExecStart=/usr/sbin/dhcpd -4 -f --no-pid $DHCPDARGS (code=exited, status=1/FAILURE)
Process: 2666 ExecStartPre=/etc/chroot.d/dhcpd.all (code=exited, status=0/SUCCESS)
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: All rights reserved.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: For info, please visit https://www.isc.org/software/dhcp/
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: Can't open /etc/dhcp/dhcpd.conf: No such file or directory
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: Please note the following before requesting help:
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: This software is a part of the Internet Software Consortium's DHCP suite
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: with modifications for ALT Linux.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: The ISC folks quite reasonably require that you do not bother them with
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3022]: questions on software that includes third-party modifications and might
май 08 15:49:47 viktarh-pc.localdomain systemd[1]: dhcpd.service: main process exited, code=exited, status=1/FAILURE
май 08 15:49:47 viktarh-pc.localdomain systemd[1]: Unit dhcpd.service entered failed state
# systemctl status dhcpd6.service
dhcpd6.service - DHCPv6 Server Daemon
Loaded: loaded (/lib/systemd/system/dhcpd6.service; enabled)
Active: failed (Result: exit-code) since Пт 2015-05-08 15:49:47 MSK; 20min ago
Docs: man:dhcpd(8)
man:dhcpd.conf(5)
Process: 3023 ExecStart=/usr/sbin/dhcpd -6 -f --no-pid $DHCPDARGS (code=exited, status=1/FAILURE)
Process: 2667 ExecStartPre=/etc/chroot.d/dhcpd6.all (code=exited, status=0/SUCCESS)
май 08 15:49:47 viktarh-pc.localdomain systemd[1]: Started DHCPv6 Server Daemon.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: Internet Systems Consortium DHCP Server 4.2.5-P1
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: Copyright 2004-2013 Internet Systems Consortium.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: All rights reserved.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: For info, please visit https://www.isc.org/software/dhcp/
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: Can't open /etc/dhcp/dhcpd6.conf: No such file or directory
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: Please note the following before requesting help:
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: This software is a part of the Internet Software Consortium's DHCP suite
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: with modifications for ALT Linux.
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: The ISC folks quite reasonably require that you do not bother them with
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: questions on software that includes third-party modifications and might
май 08 15:49:47 viktarh-pc.localdomain dhcpd[3023]: not be based off their latest code. Hence, please direct any questions
май 08 15:49:47 viktarh-pc.localdomain systemd[1]: dhcpd6.service: main process exited, code=exited, status=1/FAILURE
май 08 15:49:47 viktarh-pc.localdomain systemd[1]: Unit dhcpd6.service entered failed state
# systemctl status mdadm-activation.service
mdadm-activation.service - Activation of RAID devices
Loaded: loaded (/etc/mdadm.conf; enabled)
Active: failed (Result: exit-code) since Пт 2015-05-08 15:49:31 MSK; 21min ago
Docs: man:mdadm(8)
man:mdadm.conf(5)
Process: 402 ExecStart=/sbin/mdadm --assemble --scan (code=exited, status=1/FAILURE)
май 08 15:49:28 viktarh-pc.localdomain systemd[1]: Starting Activation of RAID devices...
май 08 15:49:31 viktarh-pc.localdomain mdadm[402]: mdadm: No arrays found in config file or automatically
май 08 15:49:31 viktarh-pc.localdomain systemd[1]: mdadm-activation.service: main process exited, code=exited, status=1/FAILURE
май 08 15:49:31 viktarh-pc.localdomain systemd[1]: Failed to start Activation of RAID devices.
май 08 15:49:31 viktarh-pc.localdomain systemd[1]: Unit mdadm-activation.service entered failed state
Захожу в acc далее сеть > Ethernet-интерфейс
и в строчке Имя компьютера стоит viktarh-pc на сколько я помню, должно viktarh-pc.localdomain
но когда дописываю .localdomain в ответ пишет.
Критическая ошибка
Имя компьютера:
допустимы только
латинские буквы, цифры,
символы '-' и '_'
И не чего не меняет.