alyways get email with this content:

/bin/sh: /etc/usermin/schedule/atmode.pl: No such file or directory

what does this mean, how useful is it and how can i stop this emails.

CentOs 5.5 / i386 / 32 bit / Virtualmin

thy in advance
opaque

Howdy,

The atmode.pl script makes it so that user can send a one-time email at a specific time.

In your case, it doesn’t look like the actual script exists. How often do you receive those emails? Is it at a regular interval, or just every now and then?

-Eric

lg opaque

is there a way to config the server that it will restart services it goes down. At the moment a typo3 website could not connect to the mysql database, but there was no error in the /var/log/mysql.log file.

There was an email which i received (“alredy running”)

greetings opaque

Hmm, every 5 minutes is quite a bit :slight_smile:

If you run “crontab -l | grep atmode”, do you get any output?

-Eric

just a blank bash.

lg opaque

Hi

now i´v reinstalled usermin and restartet the server but I always get this email every 5 minutes.

any ideas what i can do?

thx in advance
opaque

just a blank page:

[root@server1 /]# crontab -l | grep atmode
[root@server1 /]#

I deactivated the “Geplante Aufträge (AT), Geplante Aufträge (CRON), Zeitversetzter E-Mail-Versand” under Available Usermin-Module.

Now I activated it and there is no more email.

:wink:

lg opaque

hi opaque,

i think the email you have been gettin’ is for a certain user, not for root.
so the right crontab command for this is:

to list cronjobs of other users than logged in:
crontab -u “username” -l

if you want to edit them:
crontab -u “username” -e

to remove all cronjobs of a user:
crontab -u “username” -r

this would be way faster, than to reinstall Usermin or something else ;o)

greets,
DF

hi opaque,

i think the email you have been gettin’ is for a certain user, not for root.
so the right crontab command for this is:

to list cronjobs of other users than logged in:
crontab -u “username” -l

if you want to edit them:
crontab -u “username” -e

to remove all cronjobs of a user:
crontab -u “username” -r

this would be way faster, than to reinstall Usermin or something else ;o)

greets,
df