I'm currently using the standard Samba 4.5.8 on Debian 9.1, but would like to have spotlight support for Mac users. As far as I can tell, the standard package isn't compiled with spotlight support, so I will need to compile it myself. Is there an easy way to know what the configure string was that was used to compile the packaged version? I simply want to add the --enable-spotlight flag and don't have to worry about missing things that are used now (like ADS support). Thanks, Tom -- Met vriendelijke groeten, Tom Cannaerts *Service and MaintenanceIntracto - digital agency* Zavelheide 15 - 2200 Herentals Tel: +32 14 28 29 29 www.intracto.com Ben je tevreden over deze e-mail? <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=5> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=4> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=3> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=2> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=1>
"smbd -b" will show all of the included build options, but you'll have to construct the actual configure string from there. If you ask nicely, Louis might add the string to his Debian builds. Kris Lou klou at themusiclink.net On Sat, Sep 9, 2017 at 3:04 AM, Tom Cannaerts - INTRACTO via samba < samba at lists.samba.org> wrote:> I'm currently using the standard Samba 4.5.8 on Debian 9.1, but would like > to have spotlight support for Mac users. As far as I can tell, the standard > package isn't compiled with spotlight support, so I will need to compile it > myself. > > Is there an easy way to know what the configure string was that was used to > compile the packaged version? I simply want to add the --enable-spotlight > flag and don't have to worry about missing things that are used now (like > ADS support). > > > Thanks, > > Tom > > > -- > Met vriendelijke groeten, > Tom Cannaerts > > > *Service and MaintenanceIntracto - digital agency* > > Zavelheide 15 - 2200 Herentals > Tel: +32 14 28 29 29 > www.intracto.com > > > Ben je tevreden over deze e-mail? > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=5> > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=4> > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=3> > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=2> > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=1> > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Hai, I have/can recreate a build with this enable, but these would not make it into my repo. (yet) This is because i can not test the spotlight/tracker ( and/or TimeMachine ) settings. So.. There is the link with samba 4.6.7 builded for debian Jessie with spotlight enabled. Not signed, only amd64 arch. https://downloads.van-belle.nl/samba4/samba-spotlight-enabled.tar.gz Included : samba_4.6.7+dfsg.orig.tar.gz source debian buster. debian.tar.gz the debian folder with the needed changes ( debian/rules debian/control ) Changes: samba (2:4.6.7+dfsg-1spotlight1~deb8+1) jessie; urgency=medium . [ Louis van Belle ] * Non-maintainer build. (4.6.7+dfsg-1 used as base) * Build for Jessie from debian buster. * d/rules, enabled spotlight in the build (--enable-spotlight) * d/control, added builddeps: libtracker-sparql-dev and tracker Please do Read : https://wiki.samba.org/index.php/Spotlight I only enabled the --spotlight in this build, so then needed changes from the wiki in files are not encounted. But i say give it a go and report how its working. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Kris > Lou via samba > Verzonden: maandag 11 september 2017 18:54 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba + spotlight/tracker > > "smbd -b" will show all of the included build options, but > you'll have to construct the actual configure string from there. > > > If you ask nicely, Louis might add the string to his Debian builds. > > > Kris Lou > klou at themusiclink.net > > On Sat, Sep 9, 2017 at 3:04 AM, Tom Cannaerts - INTRACTO via > samba < samba at lists.samba.org> wrote: > > > I'm currently using the standard Samba 4.5.8 on Debian 9.1, > but would > > like to have spotlight support for Mac users. As far as I can tell, > > the standard package isn't compiled with spotlight support, > so I will > > need to compile it myself. > > > > Is there an easy way to know what the configure string was that was > > used to compile the packaged version? I simply want to add the > > --enable-spotlight flag and don't have to worry about > missing things > > that are used now (like ADS support). > > > > > > Thanks, > > > > Tom > > > > > > -- > > Met vriendelijke groeten, > > Tom Cannaerts > > > > > > *Service and MaintenanceIntracto - digital agency* > > > > Zavelheide 15 - 2200 Herentals > > Tel: +32 14 28 29 29 > > www.intracto.com > > > > > > Ben je tevreden over deze e-mail? > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=5> > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=4> > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=3> > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=2> > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=1> > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Thanks! I'll check those out in a few days and keep you informed. Tom Op di 12 sep. 2017 om 12:19 schreef L.P.H. van Belle via samba < samba at lists.samba.org>:> Hai, > > I have/can recreate a build with this enable, but these would not make it > into my repo. (yet) > > This is because i can not test the spotlight/tracker ( and/or TimeMachine > ) settings. > So.. There is the link with samba 4.6.7 builded for debian Jessie with > spotlight enabled. > Not signed, only amd64 arch. > > https://downloads.van-belle.nl/samba4/samba-spotlight-enabled.tar.gz > Included : samba_4.6.7+dfsg.orig.tar.gz source debian buster. > debian.tar.gz the debian folder with the needed changes ( debian/rules > debian/control ) > Changes: > samba (2:4.6.7+dfsg-1spotlight1~deb8+1) jessie; urgency=medium > . > [ Louis van Belle ] > * Non-maintainer build. (4.6.7+dfsg-1 used as base) > * Build for Jessie from debian buster. > * d/rules, enabled spotlight in the build (--enable-spotlight) > * d/control, added builddeps: libtracker-sparql-dev and tracker > > > Please do Read : https://wiki.samba.org/index.php/Spotlight > I only enabled the --spotlight in this build, so then needed changes from > the wiki in files are not encounted. > > But i say give it a go and report how its working. > > > Greetz, > > Louis > > > > > > > -----Oorspronkelijk bericht----- > > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Kris > > Lou via samba > > Verzonden: maandag 11 september 2017 18:54 > > Aan: samba at lists.samba.org > > Onderwerp: Re: [Samba] Samba + spotlight/tracker > > > > "smbd -b" will show all of the included build options, but > > you'll have to construct the actual configure string from there. > > > > > > If you ask nicely, Louis might add the string to his Debian builds. > > > > > > Kris Lou > > klou at themusiclink.net > > > > On Sat, Sep 9, 2017 at 3:04 AM, Tom Cannaerts - INTRACTO via > > samba < samba at lists.samba.org> wrote: > > > > > I'm currently using the standard Samba 4.5.8 on Debian 9.1, > > but would > > > like to have spotlight support for Mac users. As far as I can tell, > > > the standard package isn't compiled with spotlight support, > > so I will > > > need to compile it myself. > > > > > > Is there an easy way to know what the configure string was that was > > > used to compile the packaged version? I simply want to add the > > > --enable-spotlight flag and don't have to worry about > > missing things > > > that are used now (like ADS support). > > > > > > > > > Thanks, > > > > > > Tom > > > > > > > > > -- > > > Met vriendelijke groeten, > > > Tom Cannaerts > > > > > > > > > *Service and MaintenanceIntracto - digital agency* > > > > > > Zavelheide 15 - 2200 Herentals > > > Tel: +32 14 28 29 29 <+32%2014%2028%2029%2029> > > > www.intracto.com > > > > > > > > > Ben je tevreden over deze e-mail? > > > > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=5> > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=4> > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=3> > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=2> > > > > > <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=1> > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: https://lists.samba.org/mailman/options/samba > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba-- Met vriendelijke groeten, Tom Cannaerts *Service and MaintenanceIntracto - digital agency* Zavelheide 15 - 2200 Herentals Tel: +32 14 28 29 29 www.intracto.com Ben je tevreden over deze e-mail? <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=5> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=4> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=3> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=2> <http://www.intracto.com/feedback?user=tom.cannaerts&response_code=1>