WARNING: getfattr not found, certain checks will be skipped

WARNING: getfattr not found, certain checks will be skipped

While mounting the Gluster Volume into Ubuntu 14.04 client, recently met with warning that is “WARNING: getfattr not found, certain checks will be skipped..” . We are writing this quick solution for this warning. As the WARNING itself speaks about getfattr not found. So we will work on to get this command on our system….

How to create OpenSSH rpm package and its upgrade

How to create OpenSSH rpm package and its upgrade

In this tutorial we will create rpm package of OpenSSH version 6.7 stable version and will do OpenSSH upgrade. You may be wondering why it is required to create rpm package of OpenSSH version. The answer is because of CVE-2014-2532 . We recently notified with the CVE-2014-2532 , which is a openssh AcceptEnv environment restriction…

error: Could not get shadow information for root

error: Could not get shadow information for root

Recently created rpm package from OpenSSH 6.7 tar ball package. After successfully creating rpm and upgrading the OpenSSH server, met with issue – error: Could not get shadow information for root .Given below is some section of the error found in messages log (/var/log/messages)Jan 17 11:21:17 localhost systemd: Started SYSV: OpenSSH server daemon.Jan 17 11:21:26…

Install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server

Install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server

Introduction In this tutorial we will learn, how to install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server. Bugzilla famously known as bug tracking tool and it is a Mozilla project. Details of practical environment Server : AWS Ubuntu 14.04 LTS Server InstanceBugzilla Version : bugzilla-4.4.6Web Server : Apache 2.4Database Server : MySQL 5.6…

Change path of tmpdir in MySQL Server On Ubuntu

Change path of tmpdir in MySQL Server On Ubuntu

Introduction The post will explain , how to change the tmpdir in MySQL Server on Ubuntu. In the temporary directory for MySQL, generally temporary tables are stored. We generally change its path to make our mysql server performance better. Practical Tested On : It will works for other MySQL and Ubuntu version also.Our testing inventory…

How to install Varnish 4 version on CentOS 7 / RHEL 7

How to install Varnish 4 version on CentOS 7 / RHEL 7

In this tutorial we will learn, how to install Varnish 4 version on CentOS 7 / RHEL 7 . Varnish is populalry known for Frontend Web Cacheing software. Whereas it can also be used as loadbalancer. Recently , the Varnish version 4 is released, which comes up with new features and also new syntaxes/parameters. The…

Find Linux Operating System architecture installed on system

Find Linux Operating System architecture installed on system

In this post we will quickly share the commands, which will help to find linux operating system architecture installed on system. Most of the time system admin or linux user requires to know which Linux OS architecture is installed. Mostly , while installing or developing the package or software we need this information. Whereas it…