William Neves 1 Posted February 3, 2015 Share Posted February 3, 2015 I'm trying to use the on-access scan on ubuntu server 14.04, i've found a topic on ubuntu forum, but it didn't help me, i chenged the line who's the manual indicates: if ! start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/smbd LD_PRELOAD=/opt/eset/esets/libesets_pac.so daemon /usr/sbin/smbd -- -D; then What did i made wrong?? Tanks. Link to post Share on other sites
WilliamT 21 Posted February 18, 2015 Share Posted February 18, 2015 Hello William Neves, The idea for passing through an environment variable is with env. Please try this instead and let us know if it works in your environment. if ! start-staop-daemon --start --quiet --oknodo --exec /usr/bin/env LD_PRELOAD=/opt/eset/esets/libesets_pac.so daemon /usr/sbin/smbd -- -D; then Link to post Share on other sites
William Neves 1 Posted March 12, 2015 Author Share Posted March 12, 2015 Sory for the waiting, i've been testing the ERA 6, well, it didn't not work, and i used the line send by you... Link to post Share on other sites
Axoft 0 Posted June 23, 2016 Share Posted June 23, 2016 How can i test if this implementation of on-access-scanner is working? Link to post Share on other sites
deu02 0 Posted September 29, 2016 Share Posted September 29, 2016 Hello everyone, "How can i test if this implementation of on-access-scanner is working?" - just drop an EICAR- testfile into the SMB-share and see what happens.. Anyone who got the "on-access"- scanner working for Samba on a Suse Enterprise server (SUSE Linux Enterprise Server 11 SP4 (x86_64)) with the SMB- daemon and the "libesets_pac.so" ? ( I did not test the example above yet..) Link to post Share on other sites
Recommended Posts