Displaying 4 results from an estimated 4 matches for "sytemctl".
Did you mean:
systemctl
2020 Apr 30
0
bind9 refuses to start -> zone has no NS records
Try this.
systemctl edit bind9
#/etc/systemd/system/bind9.service.d/override.conf
[Service]
ExecReload=
sytemctl edit samba-ad-dc.service
#/etc/systemd/system/samba-ad-dc.service.d/override.conf
[Unit]
After=network.target network-online.target bind9.service
systemctl daemon-reload
systemctl restart bind9 samba-ad-dc
If that does not work, then, can you run this script:
https://github.com/thctlo/samba4/ra...
2020 Apr 30
7
bind9 refuses to start -> zone has no NS records
Hi,
I have to add a second DC to a Zone.
I use the sernet packages Version 4.11 on a debian 10 host.
The bind refuses to start:
root at addc-zone02:~# systemctl status bind9
? bind9.service - BIND Domain Name Server
Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-04-30 14:51:58 EEST; 5s ago
Docs:
2023 Apr 03
13
[Bug 3558] New: Spelling "yes" as "Yes" in sshd_config has a fatal result
...Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: Ulrich.Windl at rz.uni-regensburg.de
Being logged in via SSH I changed an option in sshd_config from "no" to
"Yes". Then I used "sytemctl reload sshd.service", and it ws the last
command I could execute; specifically I was no longer able to connect
via SSH.
As it turned out, sshd died on reload because of the misspelled option
like this:
/etc/ssh/sshd_config line 77: Bad yes/no argument: Yes
And as a consequence sshd died. Any...
2020 Apr 30
3
bind9 refuses to start -> zone has no NS records
...???? 99:4.11.8-7????????????????
amd64??????? Samba nameservice integration server
-----------
Am 30.04.20 um 14:17 schrieb L.P.H. van Belle via samba:
> Try this.
>
> systemctl edit bind9
> #/etc/systemd/system/bind9.service.d/override.conf
> [Service]
> ExecReload=
>
> sytemctl edit samba-ad-dc.service
> #/etc/systemd/system/samba-ad-dc.service.d/override.conf
> [Unit]
> After=network.target network-online.target bind9.service
>
> systemctl daemon-reload
>
> systemctl restart bind9 samba-ad-dc
>
> If that does not work, then, can you run this sc...