I've fixed the login problem by:
I ran commands to make new certificate:
replace "yourpassword" with your own password.
Code:
openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024
openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365
openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365
openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key
chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key
Then restarted server using:
/etc/init.d/ispconfig_server restart
Now I can login, but have another
problem1:
Firefox shows a pop-up window that sounds like:
You have attemted to establish connection with "192.168.1.11".
However, the security certificate presented belongs to "mydomain.com". It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.
Is it possible to make it work without this pop up ?
problem2
If I do not log in to console I get something like
set_rtc_mmss: can't update from 1 to 59
set_rtc_mmss: can't update from 2 to 59
set_rtc_mmss: can't update from 3 to 59
and so on
How to fix this?
problem3
When I shut down or restart system
Starting killall: Shutting down posfix [
FAILED]
problem4
When system boots I get these 2 errors:
error1
Starting proftpd: Warning: Handling possibly truncated configuration data at line 67
'/etc/proftpd.conf'
Line 67 is:
Code:
ServerIdent on "FTP Server ready."
error2
Starting monitoring for VG VolGroup00: /dev/hdc: open failed: Read only file system
2 logical volume(s) in volume group "VolGroup00" monitored
Recent comments
6 hours 17 min ago
11 hours 10 min ago
20 hours 2 min ago
21 hours 2 min ago
1 day 49 min ago
1 day 2 hours ago
1 day 5 hours ago
1 day 12 hours ago
1 day 21 hours ago
1 day 23 hours ago