Page 14 of 35

Re: Linux PowerPC Server Software

Posted: Sat Nov 07, 2020 2:57 pm
by xeno74
SUSE with OpenSSL part2:

Image

Re: Linux PowerPC Server Software

Posted: Sun Nov 15, 2020 6:13 pm
by xeno74
OpenLDAP (ldapmodify):

Image

Re: Linux PowerPC Server Software

Posted: Tue Nov 17, 2020 5:39 pm
by xeno74
xeno74 wrote: Wed Feb 26, 2020 7:10 pm IP subnetting

Image
IP subnetting with ipcalc:

Image

BTW, I tested ipcalc in a virtual e5500 PPC64 QEMU machine connected via VNC today.

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 1024 -kernel uImage-5.10 -drive format=raw,file=MATE_PowerPC_Remix_2017_0.9.1.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net-pci,netdev=mynet0 -append "rw root=/dev/vda" -device virtio-vga -usb -device usb-ehci,id=ehci -device usb-tablet -device virtio-keyboard-pci -smp 4 -vnc :1

Re: Linux PowerPC Server Software

Posted: Sat Nov 21, 2020 5:38 pm
by xeno74
Apache with VirtualHost:

Image

<VirtualHost dl.dns-test.com> doesn't work because with this configuration it sends the default page to the browser.

Re: Linux PowerPC Server Software

Posted: Mon Nov 30, 2020 12:55 am
by xeno74
Samba Active Directory Domain Controller:

Image

Re: Linux PowerPC Server Software

Posted: Wed Dec 02, 2020 4:23 pm
by xeno74
Samba and Windows AD DC with MIT Kerberos KDC (krb5-user):

Image

Image

Re: Linux PowerPC Server Software

Posted: Thu Dec 03, 2020 2:11 pm
by xeno74
I compiled Samba 4.13.2 on SLES 15 SP2 and joined it as AD DC to my domain today.

Now I have 3 Active Directory Domain Controllers with replication in my domain.

1. Samba 4.13.2 AD DC on MintPPC (X5000)
2. Samba 4.13.2 AD DC on SLES 15 SP2 (VMware)
3. Windows Server 2008R2 AD DC (VMware)

Image

The X5000 works great as AD DC. :-)

Re: Linux PowerPC Server Software

Posted: Fri Dec 04, 2020 12:33 am
by xeno74
1. mintppc: samba-tool domain demote --remove-other-dead-server=sles15
2. SLES: New compiling with other options
3. SLES: samba-tool domain join mintppc.homelinux.net DC -U administrator

(First AD DC: samba-tool domain provision)

Image

Re: Linux PowerPC Server Software

Posted: Tue Dec 08, 2020 11:44 am
by xeno74
Samba - net ads join

Image

Re: Linux PowerPC Server Software

Posted: Tue Dec 08, 2020 2:14 pm
by xeno74
Samba with registry:

Image