The operating system I use: Debian 3.1
When I do a check manually on the version it shows the correct version, how is it possible that it still shows an older version in DirectAdmin (even after 5 restarts off DirectAdmin)?
I only use the enhanced skin and that skin shouldn't be any problem for so far I know.
EDIT:
I solved this problem using the options below:
- Login to ssh as root (if needed use su root)
- Find in the Service Monitor page off DirectAdmin the PID numbers used by DirectAdmin (for example: directadmin (pid 4794 4800 4816 4820 5002 5007 ))
- Remember this numbers (you normally only need the first number, in this case 4794)
- Go back to ssh
- Give the following commands in ssh (don't copy the comments between ( and ) to let it work):
-- cd /usr/local/directadmin
-- ./directadmin v (looks if DirectAdmin has the correct version number, if not -> manually update DirectAdmin using the howto for manually updating DirectAdmin)
-- kill [pid] (where [pid] is the number found in DirectAdmin, in this case 4794)
-- ./directadmin (looks if the version number is changed)
-- /etc/init.d/directadmin restart (DirectAdmin should be started with the correct version number)
Login to DirectAdmin (normally port 2222) to check if the problem is fixed.
Only used 1 time on a Debian 3.1 server with DirectAdmin version 1.28.6 (current version).
Onno if you have still questions after this short howto for updating the version number you can also contact me by e-mail of phone (you should be able to find this on
www.streamservice.nl/?page=contact, because I think you are from resolve-it.nl)