Page 30 of 38

Re: Linux PowerPC Server Software

Posted: Sun Dec 26, 2021 4:35 pm
by xeno74
Ansible playbook for configuring the network with the NetworkManager:

Image

Unfortunately dns4 doesn't work with Ubuntu. I have to copy the resolv.conf manually.

Re: Linux PowerPC Server Software

Posted: Mon Jan 31, 2022 4:38 pm
by xeno74
Backup of an XFS volume:

Image

Re: Linux PowerPC Server Software

Posted: Sun Feb 27, 2022 5:03 pm
by xeno74
Joining an AD with realmd:

Image

Re: Linux PowerPC Server Software

Posted: Mon Feb 28, 2022 6:49 pm
by xeno74
Joining an AD with realmd part2:

Image

Re: Linux PowerPC Server Software

Posted: Thu Mar 10, 2022 9:32 pm
by xeno74
Joining an AD with the samba-tool:

Image

Image

If Samba's DNS server doesn't start because of Ubuntu's internal DNS service (systemd-resolved) then stop and disable the internal DNS service.

Re: Linux PowerPC Server Software

Posted: Fri Mar 11, 2022 4:56 pm
by xeno74
Joining an AD as DC with the samba-tool (complete with the new Ubuntu 22.04 Server):

Image

Image

Image

To disable cloud-init's network configuration capabilities, write a file
/etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
network: {config: disabled}

Re: Linux PowerPC Server Software

Posted: Sun Mar 13, 2022 1:22 am
by xeno74
net ads join with the new Debian PPC Bookworm/Sid:

Image

Re: Linux PowerPC Server Software

Posted: Sun Mar 13, 2022 7:28 pm
by xeno74
Pubkey Authentication with PuTTY

Image

Re: Linux PowerPC Server Software

Posted: Tue Mar 15, 2022 2:20 pm
by xeno74
Leaving a Samba domain as a member and then joining as a DC with Bind9:

Image

Re: Linux PowerPC Server Software

Posted: Wed Mar 16, 2022 5:15 pm
by xeno74
Samba AD-DC with NTP server:

Image