Could not find make anywhere!!!  Please edit the config section to include the path to make. at ./install.pl line 2101

Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101

While installing the psad 2.2.1 I got this error : [*] Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101 . After checking the perl scipt means install.pl file I found the it was looking for make command. I try to search with command…

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework
|

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

While working on Django I got this error message “AttributeError: ‘WSGIRequest’ object has no attribute ‘session’” To solve this issue it is just 2 steps away. I hope you already know about how to start and stop the python based django. Step 1: Edit the settings.py file.And add the following line. Replace the FQDN with…

WordPress host IP changed not able to open wp-admin and site page looks scattered
|

WordPress host IP changed not able to open wp-admin and site page looks scattered

WordPress host IP changed not able to open wp-admin and site page looks scattered Today I was working on my Virtual Machine in my laptop and was trying to check some theme options.In Virtual Machine I have set ip address to be taken dynamically from DHCP server.Today my wifi change the ip address of Virtual…

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!
| |

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!

Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’! While working on Nagios Server in Ubuntu 12.04 LTS,I was setting external command and stuck with this error message. To solve the problem follow these commands sudo /etc/init.d/nagios3 stop sudo dpkg-statoverride –update –add nagios www-data 2710 /var/lib/nagios3/rw sudo dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3 sudo /etc/init.d/nagios3 start…