Page 14 of 36

Re: Linux PowerPC Server Software

Posted: Sat Nov 21, 2020 5:37 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:56 am
by xeno74
Samba Active Directory Domain Controller:

Image

Re: Linux PowerPC Server Software

Posted: Wed Dec 02, 2020 4:24 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:12 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: Fri Dec 04, 2020 11:30 am
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...

Re: Linux PowerPC Server Software

Posted: Fri Dec 04, 2020 3:02 pm
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

Re: Linux PowerPC Server Software

Posted: Fri Dec 04, 2020 7:39 pm
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,,,

Re: Linux PowerPC Server Software

Posted: Mon Dec 07, 2020 10:57 am
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

Re: Linux PowerPC Server Software

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

Image