PDA

View Full Version : i can't login anymore! :(



tihp
10-24-2003, 12:45 AM
i tried all of the accounts on ftp with given passwords and it worked...but using it on directadmin wouldn't work anymore

even the top administrator user/pass didn't work

i still have root, and everything seem to be ok..email, ftp, web...with the exception that no one can't login to directadmin anymore


thanks,
Hieu Pham

ProWebUK
10-24-2003, 06:35 AM
whats it doing? any errors?

tihp
10-24-2003, 08:43 AM
it said wrong username/password

DirectAdmin Support
10-24-2003, 08:56 AM
Hello,

Check /usr/local/directadmin/data/users to make sure that the user's directories exist. Failing that you'll have to send us your ip, root password, a login account and password that your testing with to support@directadmin.com.

John

tihp
10-24-2003, 09:21 AM
the users' directories are still there... :( Anyways, I have dispatched an email to support@directadmin.com. Hope to hear from them soon. :)

DirectAdmin Support
10-24-2003, 09:36 AM
Hello,

I check the log, the session files were unable to be written, the /home/tmp directory permissions got changed.

Fixed with:


chown root:root /home/tmp
chmod 1777 /home/tmpJohn

tihp
10-24-2003, 09:38 AM
thank you very much! :) btw, which log did you look at and where is it located? So that that i can fix these kinda problems myself.

DirectAdmin Support
10-24-2003, 12:30 PM
/var/log/directadmin/error.log

John