Questions tagged [rhel]

Red Hat Enterprise Linux (RHEL) is a distribution of the Linux operating system targeted at enterprise customers with emphasis on long-term stability and support.

Other support resources

Questions related to installing and running Red Hat Enterprise Linux are usually more on-topic on these sister sites:

Customers can file support cases in the customer portal.

1780 questions
4
votes
2 answers

Running Gulp in background always

I have to maintain a AngularJS/Node.js application which uses Gulp with browserify. I cannot install npm on server so I unzipped node x64 and added it to the path. The code is compiled locally with node_modules in the code folder. We are unzipping…
tx fun
  • 569
  • 5
  • 19
4
votes
2 answers

Restrict kill commands when running jar file using a shell script

I have a jar file which is a program which accept user input and processes it. I am running this jar file using the below shell script: PR=`basename $0` cdt=`date +'%H:%M:%S %d/%m/%Y'` cd $HOME/myprogram java -cp…
lang_android
  • 171
  • 1
  • 1
  • 10
4
votes
2 answers

RPM spec %post doesn't execute in rpmbuild

Given the minimal RPM spec file, that should only execute a %post stanza: $ cat ~/RPMBUILD/SPECS/test.spec Name: None Version: 1.0 Release: 1 Summary: Bla License: …
boardrider
  • 5,882
  • 7
  • 49
  • 86
4
votes
0 answers

webrtc2sip compilation error

When compiling webrtc2sip in Red Hat Enterprise Linux Server release 6.4 (Santiago) following errors coming. /usr/local/lib/libtinyNET.so: undefined reference to `EC_KEY_free' /usr/local/lib/libtinyNET.so: undefined reference to…
abhisek
  • 337
  • 1
  • 3
  • 11
4
votes
2 answers

Running Zend Framework on PHP 5.1.6 - patch or fix for ksort()?

I've built a ZF app using 1.10 for deployment on RHEL server in a corporate client, which has PHP 5.1.6. It won't run. I googled and now realise it's the version of PHP. I didn't realise ZF had a minimum requirement for PHP 5.2.4, and calls to…
Polsonby
  • 22,825
  • 19
  • 59
  • 74
4
votes
2 answers

Does the mysql client package version on webserver affect PHP queries?

I have two RHEL servers, one to host the PHP application, one to host the MySQL server. Database server has MySQL Enterprise version 5.6.21 installed. While getting the application server built, I asked that the rpm…
maafk
  • 6,176
  • 5
  • 35
  • 58
4
votes
1 answer

AWS EC2 RHEL 7.1 console output doesn't show cloud-init's output

It seems that the instances started from RHEL 7.1 AMIs does not write the SSH fingerprint into the system log (exactly nothing from cloud-init's output), therefore I can't use the 'Get System Log' menu on AWS UI or the command line tool to figure…
4
votes
0 answers

Error: no display specified

I am trying to open firefox browser on redhat server using firefox command but i get following error message. firefox Error: no display specified How to fix this error?
Manish
  • 3,341
  • 15
  • 52
  • 87
4
votes
2 answers

How to install PostGIS on Oracle Linux 6.4 x64?

I am reading the following guide http://www.postgresonline.com/journal/archives/329-An-almost-idiots-guide-to-install-PostgreSQL-9.3,-PostGIS-2.1-and-pgRouting-with-Yum.html (this link is from http://postgis.net/install). The command yum install…
user2717575
  • 369
  • 7
  • 16
4
votes
3 answers

Trouble with OpenSSL on RHEL 6.3 and all Ruby installers

OpenSSL does not appear to be compiling correctly when installing any version of Ruby on our RHEL 6.3 system. I have been trying to leave user installs of RVM behind and replace them with root installs via ruby-install and chruby. OpenSSL works…
juanitogan
  • 1,698
  • 1
  • 22
  • 37
4
votes
1 answer

Convert video to OGV, on fedora platform

I need to develop a rest API for publishing and converting videos. A major hurdle that I am facing, I need a free converter to convert video in any format to OGV. Even though ffmpeg is the best candidate, but I cannot use it because it is not in…
Hammad Haleem
  • 1,374
  • 1
  • 16
  • 26
4
votes
2 answers

Getting a single digit integer for RHEL version using SED or AWK

I can get the 5.8 or 6.4 number from looking at /etc/redhat-release, but I don't know how to get it converted from 5.8 to just 5. The command I'm using so far is: cat /etc/redhat-release | awk {'print $7'} Which produces the 5.8. How would I go…
FilBot3
  • 3,460
  • 6
  • 33
  • 55
4
votes
1 answer

Before filters not running

The problem is the client told us we could go live with any OS we wanted, so we developed on CentOS as usual, and when we went to go live, they said "oh, new policy is RHEL only, sorry". Our application works perfectly on CentOS, but not on…
lo_fye
  • 6,790
  • 4
  • 33
  • 49
4
votes
1 answer

How to disable CPACK_PACKAGE_VERSION_PATCH in CMakeLists.txt?

I am still a CMake newbie (started learning 3 days ago). In my current CMakeLists.txt, I have the following set directives: [...] SET(CPACK_GENERATOR "RPM") SET(CPACK_PACKAGE_VERSION_MAJOR "3") SET(CPACK_PACKAGE_VERSION_MINOR…
user183394
  • 1,033
  • 1
  • 11
  • 20
4
votes
2 answers

Yum install through other server

I have two servers (CentOS 6.2) on the same network. One of them (server1) has access to internet and the other one (server2) doesn't. I need to configure my servers so that server2 could install packages! Please help !
Onbayev Kanat
  • 303
  • 3
  • 9