Re: [CentOS] use of MAILTO variable in crontab

2011-07-14 Thread Michael Best
On 07/13/2011 01:10 PM, James B. Byrne wrote: > > On Wed Jul 13 15:03:40 EDT 2011, Michael Best mbest at pendragon.org > wrote: >> Like this: >> >> MAILTO=testaddr at harte-lyne.ca >> 30 2 * * * echo "this should be mailed" > > That sets MAILTO f

Re: [CentOS] use of MAILTO variable in crontab

2011-07-13 Thread Michael Best
On 07/13/2011 12:37 PM, James B. Byrne wrote: > I want to do something like this: > > 30 2 * * * MAILTO=testa...@harte-lyne.ca; echo "this should be mailed" > > I have searched extensively and from what I have read I believe that > this should work. But evidently I misapprehend how cron and MAILTO

Re: [CentOS] Centos 6 Server has no GUI

2011-07-11 Thread Michael Best
On 07/11/2011 11:13 AM, m.r...@5-cent.us wrote: >> Have you done this with CentOS/RH/OLE 6? They've crippled it. In a > > When would I have tried it? I saw posts about mirrors being sync'd before > I left work Friday. I'm certainly not upgrading my home system for a > while RHEL6 has a trial

Re: [CentOS] python-sybase on Centos 5 x86_64

2008-10-15 Thread Michael Best
Solution turned out to involve building with at least -lct although the src.rpm from http://sisyphus.ru/srpm/Sisyphus/python-module-sybase/get uses: SYBASE=/usr python setup.py build_ext -D WANT_THREADS -D HAVE_FREETDS -U WANT_BULKCOPY -lct Diff to this python-sybase.spec included. http://g

[CentOS] python-sybase on Centos 5 x86_64

2008-10-05 Thread Michael Best
Installed the freetds rpms from centos-extras, also tried the ones in rpmforge http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm Compiled python-sybase-0.39 b