conor1 Posted December 7, 2012 Posted December 7, 2012 Hello,My heliohost account orb was suspended,why was this? Is it possible for my to me unsuspended? My account is on the stevie serverMain domain is orb43ds.heliohost.orgAccount name:orb Thank you EDIT:SORRY For my topic posting many times.
cl58 Posted December 7, 2012 Posted December 7, 2012 You were suspended for running 3 cron jobs in one day. All accounts are limited to 2. I have unsuspended you, but please refrain from running more than 2 cron jobs in a day.
conor1 Posted December 8, 2012 Author Posted December 8, 2012 What? I didn't have any cron jobs running?
Shinryuu Posted December 8, 2012 Posted December 8, 2012 http://stevie.heliohost.org:2082/frontend/x3/cron/index.html or: http://johnny.heliohost.org:2082/frontend/x3/cron/index.html Check that page for any jobs, sometimes scripts you install require you to set cron jobs as part of the install as well.
Krydos Posted December 8, 2012 Posted December 8, 2012 Dec 2 13:32:38 stevie crond[9202]: (orb) CMD (#!/bin/sh EMAILID="tehorb13@gmail.com" MAIL=/tmp/mail.$$ echo "Line 1">$MAIL echo "Line 2" >>$MAIL echo "Line 3" >>$MAIL ... mail -s "Subject" "$EMAILID" <$MAIL rm -f $MAIL ) Dec 2 13:33:37 stevie crond[10365]: (orb) CMD (#!/bin/sh EMAILID="tehorb13@gmail.com" MAIL=/tmp/mail.$$ echo "Line 1">$MAIL echo "Line 2" >>$MAIL echo "Line 3" >>$MAIL ... mail -s "Subject" "$EMAILID" <$MAIL rm -f $MAIL ) Dec 2 13:34:37 stevie crond[11784]: (orb) CMD (#!/bin/sh EMAILID="tehorb13@gmail.com" MAIL=/tmp/mail.$$ echo "Line 1">$MAIL echo "Line 2" >>$MAIL echo "Line 3" >>$MAIL ... mail -s "Subject" "$EMAILID" <$MAIL rm -f $MAIL )
conor1 Posted December 8, 2012 Author Posted December 8, 2012 I deleted them cron jobs 5 minutes after creation?
Recommended Posts