Questions tagged [rhel6]

Red Hat Enterprise Linux version 6 is a Linux distribution sold by Red Hat, Inc. for the enterprise market. It is used for both servers and desktops. Although the binaries are not freely available, the sources are, and so there are numerous projects which provide compatible rebuilds of RHEL, such as CentOS and Scientific Linux.

515 questions
0
votes
3 answers

Cannot track down the large size file/direcotry under /root

OS: RHEL 6.9 Problem My file system /dev/mapper/vg_rayruhsso-lv_root that is mounted on / has no available size. # df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_rayruhsso-lv_root 148G 145G 0…
Mussa
  • 133
  • 1
  • 6
0
votes
1 answer

df reporting incorrect disk utilization

Why df reporting incorrect disk utilization report $ df -h /shareddata Filesystem Size Used Avail Use% Mounted on /dev/mapper/share_vg-lv_shareddata 886G 830G 11G 99% /shareddata $ lsblk…
Zama Ques
  • 523
  • 1
  • 9
  • 24
0
votes
1 answer

Check if HTTP Methods have been Allowed and Enabled on Localhost

I’m running Apache/2.2.15 (Unix) on a RHEL system. My LAMP is running on localhost. I want to check if the HTTP methods: POST GET PUT DELETE are allowed and enabled. I’ve read that they can be checked with netcat or telnet…
Joe
  • 109
  • 1
  • 2
0
votes
0 answers

SELinux prevents NRPE to run properly in RHEL 6.8: Could not complete SSL handshake with

I downloaded nrpe-3.2.0.tar.gz and nagios-plugins-2.2.1.tar.gz, extracted, compiled and installed in a RHEL 6.8 64-bit box. It runs fine when SELinux status is Permissive, but it does not work in Enforcing mode. I have run a lot of times grep -e…
Jdamian
  • 285
  • 3
  • 19
0
votes
1 answer

circular dependency for php-json on RHEL 6

I am trying to install php7 on RHEL6. Can not add alternate channel to RHN , so tried downloading all packages from remi repository and then ran following command: [root@MYSERVER php-packages]# yum --nogpgcheck localinstall…
Satya
  • 116
  • 2
0
votes
1 answer

syslog-ng 3.2.5 server stops receiving data, possibly related to logrotate

I asked this question in Unix & Linux but I think it actually fits better here. Currently, I use the following logrotate.d configuration /var/log/messages { daily compress rotate 7 postrotate /bin/kill -HUP `cat…
Jbart
  • 1
  • 1
0
votes
1 answer

Multiple site.pp for the same nodes

I need to write multiple site.pp file for the same hosts. It gives me the following error Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Node 'default' is already defined at line 2; cannot redefine at line 2 on node…
Zama Ques
  • 523
  • 1
  • 9
  • 24
0
votes
0 answers

Red Hat Enterprise Linux 6 lvremove succeeds but causes system to not boot

I started with a fresh install of RHEL 6, and it created a default swap as a logical volume (/dev/vg_hostname/lv_swap), along with the root (/dev/vg_hostname/lv_root) mounted as / I then created a separate swap partition on it's own disk (/dev/sdb),…
ray_voelker
  • 113
  • 1
  • 5
0
votes
0 answers

Can't install phpmyadmin with yum RHEL 6

I'm having difficulty getting phpmyadmin installed on a RHEL 6 server. I have tried to use on specific repo and have even tried installing the missing packages from another repo. I have still not been able to get this working. Here is an output from…
weggie
  • 101
  • 1
  • 1
0
votes
1 answer

Manifests apply failing: using same hostnames in two different manifests file

have written the following manifests using tidy resource to delete old war files $ cat /home/kar/cleanwars.pp node 'node-010.example.com' { tidy { '/home/kar/temp/': path=> '/home/kar/temp/', age => '1w', recurse…
Zama Ques
  • 523
  • 1
  • 9
  • 24
0
votes
0 answers

Squid configuration on RHEL 6 for HTTPS

We have many client servers and a master server. In between them, there is a server (say server A) where squid is installed to act as proxy and firewall. Clients and Server A are in one network, the master server is in a different network (internal,…
Asha
  • 3
  • 1
  • 3
0
votes
1 answer

Uncaught Zend_Db_Adapter_Exception: The mysql driver is not currently installed

I have RHEL 6.8 and I am installing PHP 7.1.3 from a repository remi-php71. I have installed PHP, but I also needed some extra modules, one of these is php_mysql. The repository remi-php71 provided a package: php-mysqlnd. But no php_mysql. Reading…
Ashish Ranjan
  • 121
  • 1
  • 3
0
votes
1 answer

Does openvpn Access Server use RPC bind or other port mapping services ?

We are running an access server which has a port mapping service running on 111. Does OpenVPN require port mapping services. We currently use two way connectivity (i.e) Machines on the server side subnet should be able to connect to the VPN users.
nwarriorch
  • 13
  • 3
0
votes
0 answers

Multi SSL certificate on Apache

I am trying to install two certificates generated from Letsencrypt using gethttpsforfree.com. I have followed the steps as mentioned for each domain and was able to generate the certificates too. After copying the crt and pem file for each domain…
0
votes
1 answer

RHEL patch => phpMyadmin errors 5.5+ required

A recent RHEL patch has broken our server's config and various other issues. One specifically is phpMyAdmin throws the following error: PHP 5.5+ is required How would an upgrade of RHEL downgrade PHP or would it alter PHP at all?…
Cjust689
  • 1
  • 2