View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sat May 02, 2009 3:30 pm Post subject: virtualmin config errors |
|
|
I installed virtualmin. Here is the order of steps and error msgs.
1. clicked on virtualmin server and clicked on 're-check configuration' tab
2.here is output:
MySQL is installed and running, but does not have any root password set! This should be changed immediately in the MySQL Database module.
Current logrotate configuration is not valid :
error: stat of /var/log/dansguardian/access.log failed: No such file or directory
. This must be fixed, or log file rotation will not be done.
3. clicked on mysql server and module config.
4. set root password to new value and saved.
5. new screen appears with uername:root password: (I put in new value)
6. Says - Login failed : Incorrect administration username or password
7. How do I fix this?
8. On logrotate error - do I just enable module in virtualmin?
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sat May 02, 2009 4:19 pm Post subject: |
|
|
I just do a virtualmin install in SMS-1.4.2, all I had to do was
touch /var/log/dansguardian/access.log
I had no problem with mysql password.
Just test your mysql password through bash.
mysql -u root -p
enter your password.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sat May 02, 2009 4:32 pm Post subject: |
|
|
I figured out what I was doing wrong in webmin.
thanks for the 'touch' command.
everything is now working.
thanks again |
|
Back to top |
|
|