suspend an user

You should probably check to see if you've got a cronjob somewhere that's doing something.

Jeff
 
ive checked many times... but nothing....

on /etc/crond.d/directadmin_cron i got:

* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 4 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue



is that normal and right?

If yes, what else i can check?

thanks
 
mmmh, maybe... that is enable... but ive last version of da... so ok.. disabled now and i try..


another error is that if i enable resend password the check is always on disable (maybe a skin error).

ive found another crontab with crontab -u diradmin -e

30 2 * * 0 echo -e "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da


is that normal?
 
Code:
30 2 * * 0  echo -e "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da
that appears to run a backup at 2:30 on Sunday mornings.

Jeff
 
now suspend user stay suspend and dont come back active automatically.

so the problem is auto recovery password system

thanks all for help
 
you're still able to reset the password with a suspended account using the latest DA?

As for this
another error is that if i enable resend password the check is always on disable (maybe a skin error).
I'm assuming you mean that your change doesn't "stick" right away. This is because DA is restarted by the crond/dataskq.. .thus it will take up to 1 minute for DA to be restarted to read in the new settings.

John
 
i know about da restart, but if i click on yes and save settings after 10 min the check is on "no", if i see on directadmin config file i see that is on yes, i think that error is just a skin error
 
My DA is up to date.

Dettagli DirectAdmin
Compilato per Debian 3.1
Versione Server 1.30.1
Versione Disponibile Attualmente 1.301000
Ultimo Aggiornamento Sun Jun 24 13:50:29 2007


Only difference from this is that ive upgrade debian to 4.0
 
Hello,

This might be tricky to resolve over the forum. If you'd like me to take a look at your server, send your IP, root pass, and admin password to us:
https://www.directadmin.com/clients/safesubmit.php
Include the problem you're having, and a sample User that we can suspend in order to test out what is going on when it's unsuspending. We'll check over all the logs to see what's doing it. Be sure to include any instructions so that we can duplicate the error consistently so as to find the problem, and fix whatever might be causing it.

If there is anyone else experiencing this issue, please let us know. If there are numerous people with the problem it might be a bug. If it's just one person, then often times it's something strange with the OS or a custom script installed to control things about the User..etc..

John
 
Back
Top