cPanel or Lxadmin – Roundcube issues – SERVICE CURRENTLY NOT AVAILABLE! Error No. [0x01F4]

SERVICE CURRENTLY NOT AVAILABLE!

Error No. [0x01F4]

That is what you will see on logging to the Roundcube. How to fix it ?

on cPanel, just update roundcube :)

/usr/local/cpanel/bin/update-roundcube --force

On Lxadmin, just re-install

rm /var/cache/lxadmin/lxwebmail*
lphp.exe ../bin/misc/installRoundCube.php
/script/upcp

Continue Reading

lxadmin aka Kloxo not listening in a centos after a default installation. Please help!

Klaxo was installed without any errors. But still inside the server Klaxo and the stuffs were working, but from a browser in the WWW, it isn’t and hows cannot be found or page cannot be displayed errors

telnet ip.ip.ip.ip 7777 was working from inside the server, but not from outside network. It was showing,

telnet ip.ip.ip.ip 7777
Trying ip.ip.ip.ip...
telnet: Unable to connect to remote host: No route to host

It was returning the same for every port, except 22. In a normal situation, if the port 22 also was not working, the issue could have been network related, but in this case port 22 was working fine. So the issue was not related to networking, but …… ? Guess what ?

Yes. Any seasoned administrator should have guessed the answer to be the firewall and yes that was right. The iptables ruleset had a line which says,

REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited

Deleted that line and things went smooth after that.

Don’t forget to run save the iptables rules, by executing the commands below,

[root@server ~]# iptables -D RH-Firewall-1-INPUT 10
[root@server ~]# /etc/init.d/iptables save
Saving firewall rules to /etc/sysconfig/iptables: [ OK ]
[root@server ~]# iptables-save

Continue Reading

Howto reset lxadmin password ?

Alert: Login Unsuccessful

cd /usr/local/lxlabs/lxadmin/httpdocs

Since lxadmin has been renamed as kloxo

cd /usr/local/lxlabs/kloxo/httpdocs
/usr/bin/lphp.exe ../bin/common/resetpassword.php master your_new_password_here

After that login to lxadmin at https://xx.xx.xx.xx:7777/ (xx.xx.xx.xx is your IP address) using admin and password as your-new-password.

Continue Reading

How to fix blank lxadmin page

There could be lots of reasons why this could happen. But for this client when I checked the lxadmin logs at /usr/local/lxlabs/lxadmin/log/lighttpd_error.log , it showed me,

2009-05-01 05:27:39: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted
2009-05-01 05:27:51: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted

To fix this, please run

/script/fixweb

Continue Reading

How do I reset the root mysql pass, lxadmin created ?

Oh, do it from the GUI lxadmin gives you OR else, do it console based way.

# cd /usr/local/lxlabs/lxadmin/httpdocs/
# lphp.exe ../bin/common/misc/reset-mysql-root-password.phps

Continue Reading

About this blog

This blog, acts as a knowledge repository for the world and is unofficial! Anything we find interesting in the cyber world will go here. Most cases, this blog will reflect the happiness of our staff in reaching successful solution to an issue (s)he worked on. A reference for other fellow SAGEs who come across similar issues later