TheJudge
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by TheJudge-
Can you paste the entire resolv.conf file here? I'm interested in search or domain entries.
-
Hi, Check /etc/resolv.conf file. Most probably you have set there domain or search as "hostname". This string is then concatenated to whatever you ping in case that the "string" that you're pingin...
-
Hi Michael, Thanks for the explanation. There are still others scripts which does not have an explanation/documentation. I really appreciate the fact that you explained those scripts for me but ma...
-
If you can afford 16GB of swap I would go with that option. Everything beyond 16GB of swap on normal disks(even 15k disks) is a waste in my opinion(at least for this type of services). Why? Becaus...
-
Hi, Usually I would say you should look how much of the swap space is currently used and if you have enough free memory to move that swap space to RAM but since you are already doing swapoff and s...
-
Hi, ...and to make it persistent across reboot edit /etc/sysconfig/network file by adding HOSTNAME=server.domain.com entry or edit the existing one if there is one.. Regards, Raul
-
Hi, Deleting the error_log or any other log file or "normal" file which is currently used by a process is not the right way to do it. This is because removing that file will leave the file descrip...