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

Install MongoDB without YUM on Linux RHEL 6.7

I have have a Linux machine that I am trying to install MongoDB on. Unfortunately for me my work limits external access from where this machine is located at. I have tried to follow MongoDb's documentation on how to install via setting up YUM repo,…
Max Powers
  • 1,119
  • 4
  • 23
  • 54
0
votes
0 answers

Qt Application not working correctly in RHEL 6

I built an application in Qt in RHEL 6. The application is a front end GUI to invoke other applications. I made the application such that when user clicks QPushButton, it emits signal and connects to its respective slot. In the slot I'm using…
Pramod
  • 121
  • 2
  • 16
0
votes
1 answer

How are RPMs in RHEL Package named?

I see that the RPM packages are named as below , but then I am confused about how a RPM released with new patch named ? For e.g RPM packages typically have file names like foo-1.0-1.i386.rpm. The file name includes the package name (foo),…
Invictus
  • 4,028
  • 10
  • 50
  • 80
0
votes
1 answer

mount: wrong fs type, bad option, bad superblock on

I'm facing issues while mounting the XFS file system on LINUX - RHEL 6.7. Error I see is- [root@XXXXXXXfgd1000 ~]# mount /dev/vg00_hana/lv00_hana /hana mount: wrong fs type, bad option, bad superblock on /dev/mapper/vg00_hana-lv00_hana, …
Shankar
  • 571
  • 14
  • 26
0
votes
1 answer

Is yum confused or is it me?

I am building and installing custom RPMs on Centos/RHEL 6. When deploying on containers and VMs everything works as expected, however, on the production box we have extra, internal repositories. yum install my.rpm leads to a conflict with…
urban
  • 5,392
  • 3
  • 19
  • 45
0
votes
1 answer

Installing R 3.3.2 in RHEL 6.8 without yum

My goal is to install R 3.3.2 in RHEL 6.8 without yum inside an isolated system with no Internet access. I can only move source code to this sytem compile, build and run. So when I: .configure the R source I get an error: configure: error: No F77…
Hahnemann
  • 4,378
  • 6
  • 40
  • 64
0
votes
1 answer

How to read file containing a string and finding it in a directory

I have a file with a list of file names. I want to find each of those files and copy it to some directory, is this possible in linux? ListOfFileNames.txt xyz.txt ags.txt shd.txt ... Directory_to_be…
Moonie Asemani
  • 375
  • 1
  • 4
  • 13
0
votes
1 answer

Linux equivalent of fork1 of solaris

Is there any Linux equivalent of fork1 of Solaris? The Solaris man pages say: A call to fork() is identical to a call to fork1(); only the calling thread is replicated in the child process. This is the POSIX-specified behavior for fork().
Dr. Debasish Jana
  • 6,980
  • 4
  • 30
  • 69
0
votes
1 answer

mprotect() Permission Denied error on RHEL 6.8

I am running the C program below and getting different results when executing it on RHEL 5.11 versus RHEL 6.8. On 5.11, the output is: Page size is 4096 Memory allocated by memalign() at 0x12791000 mprotect success While on 6.8, the output is: Page…
0
votes
0 answers

start-yarn.sh is throwing error in hadoop

Trying to start yarn deamons with start-yarn.sh while doing getting below error starting yarn daemons starting resourcemanager, logging to /home/hadoop/hadoop/logs/yarn-root-resourcemanager-blr-nano-52.out Java HotSpot(TM) 64-Bit Server VM warning:…
Soham
  • 13
  • 7
0
votes
0 answers

Red Hat Registration(rhn_register)

I tried rhn_register command to register for Red Hat(RHEL5). Later I got the screen saying... But after few minutes I got the screen saying can't connect the Red hat. When I checked the /var/log/up2date file , below is the tail output [root@mdw…
van neilsen
  • 547
  • 8
  • 21
0
votes
1 answer

openam/opends LDAP connection error

I am running a opends server (2.2.0) on linux redhat 6 machine, below the current status of the server while propmting the command 'status' while trying to check the port listening on this machine using the command 'netstat', the ldap dedicated…
jamel
  • 303
  • 2
  • 7
  • 16
0
votes
2 answers

fatal error: call to undefined excuteQuery() processmaker at class.pmScript.php(208)

Error Appear Hi, Can someone help/guide me on error appear. The error is undefined excuteQuery() function however i didn't found any script call undefined excuteQuery(). p/s : error appear when i did the next process. class.pmScript.php Fatal…
0
votes
2 answers

Running binaries compiled in RHEL 7 gcc 4.7 in RHEL 6

I have a bunch of libraries built in RHEL 7 using gcc 4.7. Is the following possible 1) Can the binary be executed in RHEL 6 host without re-compiling ? 2) The shared objects produced in RHEL 7 hosts with gcc 4.7 be used on a RHEL 6 with gcc 4.4…
KodeWarrior
  • 3,538
  • 3
  • 26
  • 40
0
votes
1 answer

Install Kafka with sbt in an isolated environment

I'm trying to install Kafka, on RHEL 6.6, with the following instructions: > tar xzf kafka-.tgz > cd kafka- > ./sbt update > ./sbt package When installing sbt with yum install sbt-0.13.9.rpm from the bintray rpm repository…
CMPSoares
  • 4,175
  • 3
  • 24
  • 42