Dachshund Digital
2021-Mar-23 18:19 UTC
[Samba] Samba Compiled From Source, Where Are The SystemD Unit Files?
And take all the fun out of it... cough.? Per the site you listed, ARMHF is only up to 4.11.? But seems to reference 4.12 and 4.13 for ARM HF. "This server contains packages for Samba on Debian <http://www.debian.org/> Jessie (8) and Debian <http://www.debian.org/> Stretch (9) amd64/i386 and Buster (10) amd64/i386 (samba 4.11 only, armhf) and Ubuntu <http://www.ubuntu.com/> Bionic Beaver (18.04) amd64/i386." "Raspbian Buster: (armhf/sources) Per 12-Nov 2019 in raspbian-buster-samba411 repo. armhf only, Only Security update untill 4.14. is release. Samba 4.11 <https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.11> is repo name : raspbian-buster-samba411, current package list : klik here <https://apt.van-belle.nl/current-packages-in-raspbian-buster-samba411-apt.txt> Security releases only Due to the time involved building Raspian packages, switch to Buster 412 or 4.13 and its armhf packages, these work fine on Raspbian." But I still need profiling, so may end up compiling anyway.? :) -DD On 03/23/2021 10:44, Rowland penny via samba wrote:> On 23/03/2021 17:16, Dachshund Digital via samba wrote: >> Figured that might be the case, I copied the Debian 10 unit files for >> smbd and nmbd, make the applicable changes, then discovered that smbd >> is is failing after compile, make, make test, make install all >> successful (on Pi 4 native, not a cross compile).? So am a bit >> surprised.? Environment is Raspberry Pi OS 32bit for ARMv7 HF.? Is >> there any thing special that needs to be done for Pi devices when >> compiling from source?? Beyond the obvious required packages before >> compile? Would have expected ./configure to throw a fit if there was >> something special needed specific for Pi? Unfortunately, the Debian >> 10 buster variant of Raspberry Pi OS only has a Samba 4.9 version >> level and even the yet to be released (as stable) Raspberry Pi OS >> based on Bullseye only has 4.12 included.? So I guess the package >> maintainers are a bit behind the curve given 4.14 is available as >> stable.? What started be down this path was the need for profiling >> support, which is not included by default in the Debian 10 packages. > > > Easiest way out of this, go here: https://apt.van-belle.nl/ > > Stop compiling Samba yourself ? > > Rowland > > >
Rowland penny
2021-Mar-23 18:51 UTC
[Samba] Samba Compiled From Source, Where Are The SystemD Unit Files?
On 23/03/2021 18:19, Dachshund Digital via samba wrote:> And take all the fun out of it... cough.? Per the site you listed, > ARMHF is only up to 4.11.? But seems to reference 4.12 and 4.13 for > ARM HF. > > "This server contains packages for Samba on Debian > <http://www.debian.org/> Jessie (8) and Debian > <http://www.debian.org/> Stretch (9) amd64/i386 and Buster (10) > amd64/i386 (samba 4.11 only, armhf) and Ubuntu > <http://www.ubuntu.com/> Bionic Beaver (18.04) amd64/i386." > > "Raspbian Buster: (armhf/sources) > Per 12-Nov 2019 in raspbian-buster-samba411 repo. armhf only, Only > Security update untill 4.14. is release. > Samba 4.11 > <https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.11> is > repo name : raspbian-buster-samba411, current package list : klik here > <https://apt.van-belle.nl/current-packages-in-raspbian-buster-samba411-apt.txt> > Security releases only > Due to the time involved building Raspian packages, switch to Buster > 412 or 4.13 and its armhf packages, these work fine on Raspbian." > > But I still need profiling, so may end up compiling anyway.? :)You do not use that one: pi at raspberrypi:~ $ samba -V Version 4.14.0-Debian From Louis's page: Debian (10) Buster: (amd64/i386/armhf/sources) Samba 4.14 is repo name : buster-samba414, current package list : klik here Current stable release Rowland