FRIGGIN Plesk ....

Can someone tell me how to shut off these damned annoying cron emails from my server? It's like fishing for Perch!, Everytime I open my email, there's another 50 of these little buggers plugging everything up.

ERROR: Dr.Web (R) Updater: Unable to connect to update.us.drweb.com: Connection timed out !
Dr.Web (R) update details:
Update server: http://update.us1.drweb.com/unix/500
Update has begun at Wed Mar 20 21:00:02 2013
Update has finished at Wed Mar 20 21:01:10 2013

Following files has been updated:
/var/drweb/bases/drwtoday.vdb
/var/drweb/bases/dwntoday.vdb
/var/drweb/bases/dwrtoday.vdb
/var/drweb/updates/timestamp

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 21 Mar 2013

Are they cron errors or are they completed cron jobs without error ?  Are they all coming from the same cron job or many ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 21 Mar 2013

Guess your not the only one annoyed by it. Google says others hate it too.

http://forums.eukhost.com/f29/avoid-dr-web-update-notifications-10870/#.UUp9UVeRcmg

Basically you edit the cron job and pipe the output to dev null

https://www.deanbassett.com
Quote · 21 Mar 2013

Would need to know the exact contents of those emails to know if they're an error or update cron.  Either way, I recommend having system emails sent to a dedicated email address to avoid a filled inbox.

 

Dr. Web always seems to be the most annoying thing about Plesk.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Mar 2013

in ssh you can try and edit this file to stop notifacation from drweb:

/etc/drweb/drweb32.ini

CronSummary = yes    

Change it to no and save the file.  

Wait 30 minutes or so and check your email again. 

Not sure what OS you are running so file name and location may be different.     find -name drweb32.ini  may help if not found in /etc

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 21 Mar 2013

I had PLESK for two days before I had the server pulled and the OS reloaded.

Geeks, making the world a better place
Quote · 21 Mar 2013

Just curious... why do you have drweb installed in the first place?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Mar 2013

 To give pills for virus infections lmao

Just curious... why do you have drweb installed in the first place?

 

so much to do....
Quote · 21 Mar 2013

 RE:

 To give pills for virus infections lmao

Just curious... why do you have drweb installed in the first place?

 

 I was asking SF

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Mar 2013

I am betting he did not install it or even know it was installed.

https://www.deanbassett.com
Quote · 21 Mar 2013

 Sorry sir, i didn't noticed that.

 I was asking SF

 

so much to do....
Quote · 21 Mar 2013

LOL, all of you. I have Plesk because I'm a cheap old bastard. Would rather bitch and complain than purchase something that actually works....

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

in ssh you can try and edit this file to stop notifacation from drweb:

/etc/drweb/drweb32.ini

CronSummary = yes    

Change it to no and save the file.  

Wait 30 minutes or so and check your email again. 

Not sure what OS you are running so file name and location may be different.     find -name drweb32.ini  may help if not found in /etc

 Using VI, here's the output from that file. Do not see cronsummary

[Daemon]
# ============================
# = Daemon general settings. =
# ============================

# EnginePath = {FilePath}
# drweb32.dll (Engine) location.
EnginePath = /opt/drweb/lib/drweb32.dll

# VirusBase = {Lookups}
# Masks for downloaded virus bases.
VirusBase = /var/drweb/bases/*.vdb

# UpdatePath = {FilePath}
# Path to directory, where files dowloaded by updating module are stored.
UpdatePath = /var/drweb/updates

# TempPath = {FilePath}
# Path to directory used by antivirus module (Engine) for creating of temporary
"drweb32.ini" [readonly] 327L, 8405C

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

What amazes me is the files you listed above are hidden from my view. In SSH, I cannot browse them in the file structure but I can navigate to them and open them using the editor. I cannot change them however....

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

and you ssh'ed in as the root user ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Mar 2013

I'm an idiot. I need to learn how to scroll in this stupid SSH java terminal... THEN I needed to learn a few commands in vi (never used it before). I found CronSummary and made the change. Now it's just wait and see time...

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

FARCKIN GEEKY CRAP! It didn't save. I was NOT logged in as root. Doing it all over again, LOLOL!

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

lol  at least i got a smile today... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Mar 2013

Ok, friikin sumbiotch. finally found the file again. Have made the necessary change. Gonna go to lunch now, no longer care if fix works.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

 

I'm an idiot. I need to learn how to scroll in this stupid SSH java terminal... THEN I needed to learn a few commands in vi (never used it before). I found CronSummary and made the change. Now it's just wait and see time...

I hate vi. I usually always install the joe editor. But as of CentOS 6 it's no longer in the yum repository. Sucks because now i have to manually hunt for the rpm.

And i don't use plesk. Minimal server install is the way to go. No extra garbage installed that you are not aware of. But you have to do things by hand tho.




https://www.deanbassett.com
Quote · 23 Mar 2013

Still getting one from the /opt/drweb/update

Went into /etc/cron.d/ and edited the drweb-update file

*/30 * * * * drweb /opt/drweb/update.pl

and changed it to:

*/30 * * * * drweb /opt/drweb/update.pl > /dev/null 2>&1

 

Now we'll see if that stops them once and for all....

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

One is better then 50 i guess...  not bad seems you are on to it now.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Mar 2013

 

 

I'm an idiot. I need to learn how to scroll in this stupid SSH java terminal... THEN I needed to learn a few commands in vi (never used it before). I found CronSummary and made the change. Now it's just wait and see time...

I hate vi. I usually always install the joe editor. But as of CentOS 6 it's no longer in the yum repository. Sucks because now i have to manually hunt for the rpm.

And i don't use plesk. Minimal server install is the way to go. No extra garbage installed that you are not aware of. But you have to do things by hand tho.




 Learning to do it might be the way to go. I don;t have those skills right now but I think I could pick them up pretty easily. After all, I did start way back in the early DOS era and was pretty proficient at it. Should be like riding a bike, kinda. lol

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

 

One is better then 50 i guess...  not bad seems you are on to it now.

 Yeah, your post got me goin in the right direction, thanks....

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

LOL. Now I get an email that's titled

Cron <drweb@dragon356> /opt/drweb/update.pl > /drweb/null 2>&1

Me thinks there's a space where there shouldn't be -- eb/update.pl right here >

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 23 Mar 2013

sort of my fault...  i forgot to mention you need to restart the drweb service or restart the server altogether after editing drweb.ini file.  Also the cron can store up to 7 days worth of email in the que so it may take a while.... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 24 Mar 2013

All the other ones have stopped. This one is being a bugger though...

Subject Title: Cron <drweb@dragon356> /opt/drweb/update.pl> /drweb/null 2>&1

Content: /bin/sh: /drweb/null: No such file or directory


http://towtalk.net ... Hosted by Zarconia.net!
Quote · 24 Mar 2013

 

All the other ones have stopped. This one is being a bugger though...

Subject Title: Cron <drweb@dragon356> /opt/drweb/update.pl> /drweb/null 2>&1

Content: /bin/sh: /drweb/null: No such file or directory


If you're trying to shut the cron up, use /dev/null.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 24 Mar 2013

I'm looking at it and I finally see it...

Cron <drweb@dragon356> /opt/drweb/update.pl> /drweb/null 2>&1

drweb should be dev, lol.

changed the line to read

<drweb@dragon356> /opt/drweb/update.pl 2>&1> /dev/null


http://towtalk.net ... Hosted by Zarconia.net!
Quote · 24 Mar 2013

 

 

All the other ones have stopped. This one is being a bugger though...

Subject Title: Cron <drweb@dragon356> /opt/drweb/update.pl> /drweb/null 2>&1

Content: /bin/sh: /drweb/null: No such file or directory


If you're trying to shut the cron up, use /dev/null.

 Dang it! I found it before you said anything, I swear!

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 24 Mar 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.