excatly -----Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland Penny via samba Gesendet: Montag, 7. August 2023 10:13 An: samba at lists.samba.org Cc: Rowland Penny <rpenny at samba.org> Betreff: Re: [Samba] Raspberry as AD Server On 07/08/2023 08:52, Michael Tokarev via samba wrote:> 06.08.2023 15:25, Dirk Laurenz via samba wrote: > ... >> So time to upgrade my production from 32 bit Debian 10 to 64 Bit >> Debian 11 > > Out of curiosity, why not to Debian 12? > > /mjt >Probably because Raspberry pi OS is still on Bullseye, they haven't upgraded yet. Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Samba AD-DC works almost perfeclty on 64Bit Debian on Raspberry Pi, based on the images offered on https://raspi.debian.net/tested-images/ , either Bullseye with packages from bullseye-backports, or Bookworm. The "almost" is only related to messages in the logfile, see thread "[Samba] Could not convert SID S-0-0, error is NT_STATUS_NONE_MAPPED", but that that's only about messages. Otherwise everything works. On 07.08.2023 11:45, Dirk Laurenz via samba wrote:> excatly > > -----Urspr?ngliche Nachricht----- > Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland Penny via samba > Gesendet: Montag, 7. August 2023 10:13 > An: samba at lists.samba.org > Cc: Rowland Penny <rpenny at samba.org> > Betreff: Re: [Samba] Raspberry as AD Server > > > > On 07/08/2023 08:52, Michael Tokarev via samba wrote: >> 06.08.2023 15:25, Dirk Laurenz via samba wrote: >> ... >>> So time to upgrade my production from 32 bit Debian 10 to 64 Bit >>> Debian 11 >> Out of curiosity, why not to Debian 12? >> >> /mjt >> > Probably because Raspberry pi OS is still on Bullseye, they haven't upgraded yet. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Am 07.08.2023 um 11:45 schrieb samba at laurenz.ws:> excatly > > -----Urspr?ngliche Nachricht----- > Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland Penny via samba > Gesendet: Montag, 7. August 2023 10:13 > An: samba at lists.samba.org > Cc: Rowland Penny <rpenny at samba.org> > Betreff: Re: [Samba] Raspberry as AD Server > > > > On 07/08/2023 08:52, Michael Tokarev via samba wrote: >> 06.08.2023 15:25, Dirk Laurenz via samba wrote: >> ... >>> So time to upgrade my production from 32 bit Debian 10 to 64 Bit >>> Debian 11 >> >> Out of curiosity, why not to Debian 12? >> >> /mjt >> > > Probably because Raspberry pi OS is still on Bullseye, they haven't upgraded yet. > > Rowland >Just to point out the available options how to get newer Samba packages on a Raspberry Pi (apologies if all that is common knowledge): It is possible to install plain Debian, not Raspbian, on a Raspbery Pi. I have it running on a RPi4B, and the installation process following https://forums.raspberrypi.com/viewtopic.php?t=282839 was not really complicated. I am not sure if the same is possible for earlier RPi versions, as there seems to be a difference in the boot sequence (something with the bootloader in the GPU or so). I have a Samba AD-DC running on Debian 12 on a Raspberry Pi 4B right now. (To be very precise, Samba is currently running in a Debian 12 VM on Xen on the Raspberry Pi. But that shouldn't make any difference, as the first step when installing Xen was installing Debian 12 on the Raspberry Pi, as described above. I didn't try to install Samba on the bare metal Debian system, but I wouldn't expect any issues doing that, once Debian is running.) Paul