Hi Guys,If you get such type of problems, please refer the following steps to resolve the issue. The reason is that I have followed it and fixed it.====1. Execute following scripts on the server. root@venice [/]# /scripts/initquotas; /scripts/resetquotas; /scripts/fixquotas2. If the issue is still there then check whether "usrquota" option has enabled or not for home directory(/etc/fstab). Please enable it. Also check the rw option of the home directory where user's home directory is there. I did following things.====root@venice [/]# cat /etc/fstab...
Wednesday, 23 June 2010
Friday, 11 June 2010
How to scan the ports on the machine?
Posted on 02:55 by Unknown
1. Verifying Which Ports are Listening :nmap -sT -O localhost/remote host/subnet2. Check the port http of your local network :nmap -v -p 80 192.168.1.*3. ping scan :-nmap -v -sP 192.168.2.0/24 or nmap -sP 192.168.2.*4. UDP scan :-nmap -v -sU 192.168.2.0/245. O.S Detection scan :-nmap -O --vv 192.168.2.0/246. To check which protocol is supported by the remote machine :-nmap –sO hostn...
Sunday, 6 June 2010
Why is horde or webmail showing blank page ?
Posted on 18:16 by Unknown
Issue : Horde is showing blank page while someone is accessing the webmail interface.Solution : I got this issue when one customer had notified it. It usually happens if path of the horde libray is not defined in the /etc/httpd/conf.d/zz010_psa_httpd.conf file. So,a)edit the /etc/httpd/conf.d/zz010_psa_httpd.conf fileb) Find the directive "Include".Example : Before : ---------------php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:." ---------------After (Correct) :----------php_admin_value include_path "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."----------c)Then...
Subscribe to:
Posts (Atom)