Jump to content

Help with "On-access scanner using preload LIBC library".


Recommended Posts

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.

post-6354-0-55445700-1422982242_thumb.png

Link to comment
Share on other sites

  • 3 weeks later...

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 comment
Share on other sites

  • 3 weeks later...
  • 1 year later...
  • 3 months later...

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 comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...