Linux PowerPC Server Software

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

Re: Linux PowerPC Server Software

Post 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.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba Active Directory Domain Controller:

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba and Windows AD DC with MIT Kerberos KDC (krb5-user):

Image

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post 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. :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post 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
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Roland
Posts: 825
Joined: Tue May 02, 2017 7:23 am

Re: Linux PowerPC Server Software

Post by Roland »

Speaking of servers... What program should I install to Ubuntu, in order to be able to connect to it with 'RDesktop' from AmigaOS?
(https://www.dfstudios.co.uk/articles/am ... ops-amiga/)

Preferably something simple, not needing complicated configuration process...
- Roland -
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post by xeno74 »

Roland wrote: Fri Dec 04, 2020 11:30 am Speaking of servers... What program should I install to Ubuntu, in order to be able to connect to it with 'RDesktop' from AmigaOS?
(https://www.dfstudios.co.uk/articles/am ... ops-amiga/)

Preferably something simple, not needing complicated configuration process...
Please try XRDP:

Code: Select all

sudo apt-get install xrdp

Code: Select all

sudo vi /etc/xrdp/startwm.sh
/etc/xrdp/startwm.sh:

Code: Select all

#!/bin/sh

if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi
#xrdp multiple users configuration 
 xfce4-session


. /etc/X11/Xsession
Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Roland
Posts: 825
Joined: Tue May 02, 2017 7:23 am

Re: Linux PowerPC Server Software

Post by Roland »

xeno74 wrote: Fri Dec 04, 2020 3:02 pm
Please try XRDP:
Thank you for your advice! I installed it and modified the "startwm.sh" as you wrote, but when I try to connect from Amiga RDesktop, I get just this error message:

ERROR: modulus len 0x108

If I close RDesktop and restart it, and try again to connect, I then get these errors:

ERROR: modulus len 0x108
ERROR: send: Broken pipe

Is the AmigaOS version of RDesktop (1.3) compatible with XRDP, have you tested it? In the picture you showed you were using some other program,,,
- Roland -
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post by xeno74 »

Roland wrote: Fri Dec 04, 2020 7:39 pm Thank you for your advice! I installed it and modified the "startwm.sh" as you wrote, but when I try to connect from Amiga RDesktop, I get just this error message:

ERROR: modulus len 0x108

If I close RDesktop and restart it, and try again to connect, I then get these errors:

ERROR: modulus len 0x108
ERROR: send: Broken pipe

Is the AmigaOS version of RDesktop (1.3) compatible with XRDP, have you tested it? In the picture you showed you were using some other program,,,
I used the Windows 7 version of the Remote Desktop Connection app for testing.

Today, I was able to connect my Lubuntu 16.04 desktop with the MorphOS version of RDesktop 1.8.3 (RDesktop GUI 1.1).

Image

I am sorry, I don't know the error of your OS4 version of RDesktop.

Lubuntu desktop configuration for the startwm.sh:

Code: Select all

#!/bin/sh

if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi
#xrdp multiple users configuration 
 lxsession -e LXDE -s Lubuntu 


. /etc/X11/Xsession
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9379
Joined: Fri Mar 23, 2012 7:58 am

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba - net ads join

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply