check the content of the file /etc/sysconfig/network Make sure you have in here what the external dns name is. HOSTNAME=mail.johnson.com This line SHOULD be in accordance of the /etc/hosts file. If your server has an ip address like 192.168.4.1 then your /etc/hosts file should look like 127.0.0.1 localhost.localdomain localhost 192.168.0.19 mail.johnson.com mail Install DNSMASQ yum …
Category: Computers
Howto and other interesting information on computers systems and programming.
Mar 03
Oracle Database 11gR2 install on OEL 6.5
73 yum install libaio 75 yum install libaio.i686 77 yum install glibc.i686 79 yum install compat-libstdc++-33.i686 81 yum install elfutils-libelf-devel 83 yum install libaio-devel.i686 85 yum install libgcc.i686 87 yum install compat-libstdc++-33.i686 89 yum install unixODBC.i686 unixODBC.x86_64 91 yum install unixODBC-devel.i686 unixODBC-devel.x86_64 93 yum install mksh.x86_64
Feb 24
Oracle Database 11g install on Centos 7
Problem encountered when installing Oracle 11g on Centos 7 Google suggested this was a fairly common problem with machines with a newer GLIBC. Most of the suggested solutions didn’t work for me (writing a glib memcpy shim etc). Instead I was able to statically link this executable against the glibc archive which didn’t have the …
Jan 02
Install VMWare Horizon View Client on Fedora 21 64bit
This article shows how to get VMWare VDI / Horizon View client working on the latest Fedora 21 64bit UPDATE: just download the bundleVMware-Horizon-Client-3.5.0-2999900.x64.bundle and install yum install libpng12-devel.x86_64 yum install libXScrnSaver.x86_64 for CENTOS7 yum install libgudev1 OBSOLETE https://download3.vmware.com/software/view/viewclients/CART14Q4/VMware-Horizon-Client-3.2.0-2331566.x86.bundle Install the dependencies yum install glibc.i686 yum install libgcc.i686 yum install gtk2-engines.i686 yum …

