Linux PowerPC Server Software

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

legacy-ssh-enabler

Allow your newer OpenSSH client and server to talk with older SSH clients and servers, system-wide.

legacy-ssh-enabler
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

IP Virtual Server IPVS (Load Balancer for a cluster of two or more real servers)

Download kernel: github.com

Image
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

IPVS part2 with modules-load/ip_vs.conf and sysctl.conf:

Image
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

IPVS part3 with runit service:

Image
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

bash-5. 1# cat /etc/sv/ipvs/run

Code: Select all

#!/bin/sh
exec /bin/bash -c  "/sbin/ipvsadm-restore < /root/ipvsadm.conf && /sbin/iptables-restore < /root/iptables.conf"
User avatar
xeno74
Posts: 10187
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

Runit and Systemd service file:

Image
Post Reply