Search found 15 matches

by wedgeshot
2010/05/13 18:58:21
Forum: CentOS 5 - Server Support
Topic: Email Myself Output of Cronjob?
Replies: 7
Views: 2816

Re: Email Myself Output of Cronjob?

Never tried to use multiple MAILTO= lines in crontab. Thanks and will try that out sometime. For one single entry I'd just insert the address in that line but for multiple entries I'd use your method.
by wedgeshot
2010/05/13 18:46:16
Forum: CentOS 5 - Software Support
Topic: ProFTPD Server problem
Replies: 17
Views: 4769

Re: ProFTPD Server problem

Don't worry about mistakes as they happen all the time. So by skimming through your dmesg info .. are you are running this server within a xen virtual machine? I noticed the interace/link going up and down. You might want to try and run an strace on the process when it is a hung state to see what is...
by wedgeshot
2010/05/12 18:39:03
Forum: CentOS 5 - Server Support
Topic: Email Myself Output of Cronjob?
Replies: 7
Views: 2816

Re: Email Myself Output of Cronjob?

Yes, MAILTO works also but not if that e-mail is different than your MAILTO
by wedgeshot
2010/05/11 03:43:44
Forum: CentOS 5 - Security Support
Topic: [SOLVED] A total of x sites probed the server
Replies: 6
Views: 17937

Re: A total of x sites probed the server

Hmmm.. First look back at your server for changes as you could be an open proxy. Look in your httpd config for "Proxy" directive sections. Another way to tell is to configure your desktop browser proxy settings and put in your web servers IP/name and ports and then send a few good know request and a...
by wedgeshot
2010/05/11 03:35:10
Forum: CentOS 5 - Server Support
Topic: Email Myself Output of Cronjob?
Replies: 7
Views: 2816

Re: Email Myself Output of Cronjob?

You could try this for your cron entry 00 18 * * * /usr/bin/clamscan -r --remove /home/ > /var/log/clamscan.log 2>&1 ; grep -i "found" /var/log/clamscan.log && Mail -s "clamscan alert" email@dom.com </var/log/clamscan.log OR Create a script that runs the clamscan which also detects and reports if ne...
by wedgeshot
2010/05/11 02:49:04
Forum: CentOS 5 - Software Support
Topic: ProFTPD Server problem
Replies: 17
Views: 4769

Re: ProFTPD Server problem

Where did you get the RPM for proftp from or did you build from source? Does anything else on the machine stop working? Do you have httpd running also? run via sudo or as root in a terminal ---> service proftpd status Have you looked at the log files for errors? Start with /var/log/messages /var/log...
by wedgeshot
2010/01/31 17:35:15
Forum: CentOS 5 - Miscellaneous Questions
Topic: Fail to use Yum after installing epel
Replies: 16
Views: 7393

Re: Fail to use Yum after installing epel

It is very hard to tell just what might be wrong by your vague description. To get better help in forums in general is to paste errors along with your description of what you did prior to the error. - You can give yum extra flags using -d and -e EX: yum -e 5 -d 5 check-update - Check to see if you c...
by wedgeshot
2010/01/30 03:10:32
Forum: CentOS 5 - Software Support
Topic: LPRng installation on Centos 5
Replies: 3
Views: 1729

Re: LPRng installation on Centos 5

The link trick works sometimes but only if the RPM is looking at the files system versus the rpm database for Requires. Why don't you try and create a lprng.spec file and build an RPM?? Hmmm someone already has a spec that works for RH 5. A bit dated but might work. http://bugs.contribs.org/show_bug...
by wedgeshot
2010/01/30 01:57:26
Forum: CentOS 5 - Server Support
Topic: Help - Sendmail Server
Replies: 8
Views: 1478

Re: Help - Sendmail Server

Just from a quick look and the vague info provided... Looks like you have dns issues and/or inovuss.com is rewriting the headers because their servers is actually processing your mail?? Your reverse lookup does not match... webby ~ # nslookup agf.com.sg Server: 208.67.222.222 Address: 208.67.222.222...
by wedgeshot
2010/01/30 01:37:21
Forum: CentOS 5 - General Support
Topic: /etc/skel howto change owner of copied files to newly created users
Replies: 2
Views: 646

/etc/skel howto change owner of copied files to newly create

First If you are paying for Likewise support, just ask them how to add your own additional automation items to logins. Would a link to the license.txt file work? Without knowing anything about this ..... I would probably create my own script to do the necessary steps and then try to find the likewis...