Questions tagged [rhel6]

For development issues encountered while using Red Hat Enterprise Linux 6

This tag is for questions specific to version 6 of Red Hat Enterprise Linux. For general questions regarding Red Hat Enterprise Linux (RHEL), use the tag.

295 questions
0
votes
1 answer

Use RHEL KVM virt-v2v to convert vm from "vmware server 2.0.2"

I need to migrate about 8/10 "vmware server" vms (not esx/i) to rhel6.6 kvm but, from rhel documentation seems not possible because virt-v2v has to connect to "old" hypervisor for import vms... Old hypervisor is the same host of new rhel kvm: old…
ilRobby
  • 69
  • 2
  • 10
0
votes
2 answers

Ruby short Socket.gethostname in RHEL6

in RHEL5, the default Ruby's Socket::gethostname returns short hostname without domain name. In RHEL6 it returns the hostname including the domain name. This is caused by different system hostname functionality in RHEL6 which can be fixed in SH…
Jan Kohout
  • 93
  • 1
  • 7
0
votes
1 answer

pwdAccountLockedTime on Openldap2.4

I configured Openldap2.4 on RHEL6.5. i applied default password policy on my ldap tree. But, Account lock has been effectively applying only when i do su - username with wrong password . But when i tried to check with login with putty session or…
0
votes
1 answer

rhel docker usage - start process at container start

so i have the following scenario to create my docker image and container. the question is: how can I have my process up at container start up ? 1. create image cat /var/tmp/mod_sm.tar | docker import - mod_sm_39 2. see images [root@sl1cdi151 etc]#…
Dumitru Gutu
  • 579
  • 1
  • 7
  • 19
0
votes
2 answers

Dependency Issue Installing php-mbstring on RHEL (6)

I am trying to install php-mbstring on Red Hat Enterprise Linux Server release 6.6 (Santiago). This is my yum command/response: -bash-4.1$ yum install php-mbstring --enablerepo=optional Loaded plugins: product-id, security,…
sdoca
  • 7,832
  • 23
  • 70
  • 127
0
votes
1 answer

Yum sees no packages

All, I fear I have royally screwed my linux install and I'm hoping you lovely internet denizens can spare me from my bungling attempts to unscrew myself. For starters, I'm trying to get wget installed to get me back on my feet. # cat…
Will Lovett
  • 1,241
  • 3
  • 18
  • 35
0
votes
0 answers

RHEL 6.5 - dependencies

I have problem with dependecies. Please, could you give me any advice how to solve it? Error: Package: 1:perl-Package-Constants-0.02-136.el6.x86_64 (local) Error: Package: perl-IO-Compress-Zlib-2.021-136.el6.x86_64 (local) Error: Package:…
Vasek
  • 11
  • 5
0
votes
1 answer

Table.getItem returns wrong item only in RHEL6

I've a weird issue, I've a table with 2 columns and 3 rows each cell text can be edited at run time, when I edit the cell in the 3rd row second column I get the upper cell modified too with the same text this only occurs on redhat6 . works fine…
becks
  • 2,656
  • 8
  • 35
  • 64
0
votes
0 answers

ifconfig segfault - RHEL6

[root@obiee01 log]# ifconfig Segmentation fault (core dumped) Excerpt from /var/log/messages Server is Red Hat Enterprise Linux Server release 6.6 Feb 10 15:11:24 obiee01 kernel: ifconfig[3000]: segfault at 8 ip 00007f983a0a3453 sp…
Edwin Mwangi
  • 1
  • 1
  • 1
0
votes
1 answer

Install rpm and put file into symbolic link directory

I have made an rpm package that install a program and one of the folders it needs to copy a file to is a symbolic link since the program the symbolic link is pointing to may change over time so it is easier to maintain the building of the rpm…
jgr208
  • 2,896
  • 9
  • 36
  • 64
0
votes
1 answer

Checking kernel update timestamp

I have to check when was the last time my red-hat based linux server kernel was updated can anyone please help me with this.
pkm
  • 2,683
  • 2
  • 29
  • 44
0
votes
0 answers

Hooks not getting called in yum plugin

I have written a custom plugin which has different hooks of yum viz. config_hook, postreposetup_hook, exclude_hook, preresolve_hook etc... The problem is that sometimes the postreposetup and exclude hooks are not getting called on a new machine when…
Arif
  • 196
  • 2
  • 3
  • 9
0
votes
1 answer

gcc-4.7.2 installation fails on Rhel 6

I tried to install gcc 4.7.2 on RHEL 6. I have downloaded tar.gz archive from here, and performed following steps. tar zxvf gcc-4.7.2.tar.gz cd gcc-4.7.2 ./configure --prefix=/usr/local/gcc-4.7.2/ --mandir=/usr/share/man --infodir=/usr/share/info…
Alvin
  • 940
  • 2
  • 13
  • 27
0
votes
1 answer

How do I get the system-serial-number for Xen Server?

I would like to find out how could I be able to retrieve the system-serial-number of virtual machines installed on Citrix XenServer. I had referred to How to get unique ID of a Citrix XenServer VM from the guest OS? but still could not get with the…
Win.T
  • 109
  • 1
  • 3
0
votes
0 answers

setting an argument in the Makefile

All the other variables used are defined OPT='_topdir ${TOPDIR}' rpmbuild --buildroot ${TOPDIR}/BUILDROOT/${RPM_NAME}-${VER}-${RELEASE}.${ARCH} --define=$(OPT) -vv -ba ${RPM_NAME}.spec ERROR : make: *** [depend-recursive] Error 1 error: Bad exit…
Jnana
  • 61
  • 5