Search found 92 matches: samba

Searched query: samba

by xeno74
Fri Jun 06, 2025 1:53 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Samba public share:

Image

Creating a Samba account: smbpasswd -a amigaone
by xeno74
Tue Mar 19, 2024 11:43 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

xeno74 wrote: Sat Apr 09, 2022 5:01 pm File system replication of group policies (gpo) with rsync for Samba:

Image
Copying of my openSUSE Tumbleweed PPC64 from the X1000 to the X5000 with rsync/SSH:

Code: Select all

bash-5.1# pwd
/run/media/amigaone/openSUSE
bash-5.1# ls
bin  boot  dev	etc  home  lib	lib64  lost+found  mnt	opt  proc  root  run  sbin  srv  sys  tmp  usr	var
bash-5.1# rsync --stats --progress --numeric-ids -axAhHSP . [email protected]:/run/media/amigaone/openSUSE_XFS --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/mnt
On the X5000:

Code: Select all

bash-5.1# mkdir tmp sys proc dev
bash-5.1# chmod 1777 tmp
Important: PermitRootLogin yes in the /etc/ssh/sshd_config then restart of the sshd.
by xeno74
Wed Jun 21, 2023 11:47 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Samba AD DC 4.18.3 connected via the P.A. Semi PWRficient onboard Ethernet (1000 Mb/s) to a Windows 2022 Server:

Image
by xeno74
Tue Jun 20, 2023 12:07 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

samba-tool domain join with a Samba AD DC 4.18.3 (Debian Trixie/Sid PPC64 with kernel 6.4-rc7):

Image
by xeno74
Tue May 16, 2023 12:16 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Samba

Windows Services Discovery WSD (wsdd)

This daemon is used to announce Samba hosts to Windows 7+ computers for use in their file manager network browsing, by using the Windows Services Discovery Protocol.

Image
by xeno74
Tue Nov 22, 2022 6:26 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Kernel 6.1-rc5 with the new Samba 4.17.3:

Image
by xeno74
Sun Nov 13, 2022 6:41 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Kernel 6.1-rc4 with Samba 4.16.1 on Debian PPC64:

Image
by xeno74
Sun Sep 18, 2022 4:47 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

MacOS X 10.5.8 Leopard connects via SMB1(NT1) to a Samba Server (simple smb.conf) with username and password:

Image
by xeno74
Sat Sep 17, 2022 4:17 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

MacOS X 10.5.8 Leopard connects via SMB1(NT1) to a Samba Server (simple smb.conf):

Image

It works but this solution brings security issues because of SMB1. I was also able to connect Void PPC Linux via Telnet/Xinetd from MacOS X 10.5.8 Leopard but this connection brings also security issues because it isn't encrypted.
by xeno74
Sun Jul 24, 2022 6:54 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 370
Views: 2307168

Re: Linux PowerPC Server Software

Joining of a Samba client to an AD domain (net ads join):

Image