Questions tagged [redhat]

For issues relating to Red Hat platforms, products, and/or services.

Red Hat, Inc. is a company in the free and open source software sector, and a major Linux distribution vendor. Red Hat has become associated to a large extent with its enterprise operating system Red Hat Enterprise Linux () and with the acquisition of open-source enterprise middleware vendor . Red Hat provides operating-system platforms along with middleware, applications, and management products, as well as support, training, and consulting services.

For questions on a specific Red Hat products, consider using the tag for that product.

Community

Red Hat was acquired by IBM in July 2019.

3924 questions
1
vote
2 answers

Issues with using yum

We have a problem with yum on our server (Red Hat 5.7, Apache 2.2.3). If i try for example yum update the following error occurs: Loaded plugins: downloadonly, replace, rhnplugin, security Traceback (most recent call last): File…
Arthur Blixem
  • 11
  • 1
  • 2
1
vote
3 answers

Installing (and deploying) Mono ASP.Net to Redhat

I have an Asp.Net app (built in mono) that I am trying to deploy to a Linux Redhat 6 environment. I tried following the instructions on the mono…
Shane McGarry
  • 513
  • 1
  • 6
  • 19
1
vote
1 answer

foreman: application doesn't start on RedHat 6.4

I use foreman to run Rails application on RedHat 6.4, but for some reason it just doesn't start it using the command sudo start myproject on a server. Actually, I use capistrano and the process is fully automated, but even a manual execution doesn't…
Dmytro
  • 5,443
  • 2
  • 52
  • 50
1
vote
1 answer

unixODBC connection with Teradata

Has anyone ever got this to work on RHEL? I have successfully installed Teradata 14.10 on my box. BTEQ works fine and I've tested the Teradata odbc connection using tdxodbc, which also successfully works. My problem is I want to connect via Python…
1
vote
1 answer

TI's Red Hat mspgcc-430 compilation error

So, i'm trying to compile code, written in C for a msp430fx in a linux SO. I recently recompiled a new version of mspgcc, cause the previously used was 4.3 and it was not compatible/stable with extended mode (20 bits -mlarge). I followed this…
Diogo Guerra
  • 128
  • 2
  • 3
  • 12
1
vote
1 answer

RHEL6 installed wrong version of rpmforge

I installed the wrong version of rpmforge for el7. Then I ran an update which installed this package on my system python-crypto-2.6.1-1.el7.rf.x86_64 Notice the el7 but I am on rhel6. I then realized and removed the wrong repository and installed…
SUB
  • 287
  • 3
  • 14
1
vote
1 answer

Can't start MySQL keeps saying "Server quit without updating PID file"

Can't start MYSQL server it keeps saying "server quit without updating PID file". I tried re-creating the PID file, I added the path to PID file in my.cmf file, but nothing seems to help. I tried renaming the PID file and then starting up and it…
zen
  • 1,115
  • 3
  • 28
  • 54
1
vote
0 answers

Installing Grunt on RedHat

I'm trying to create a red hat build server and need to install grunt globally. Running: Red Hat Enterprise Linux Server release 6.6 (Santiago) I tried: sudo npm install -g grunt-cli However, this gived the error: Error: user admin not allowed to…
Tim
  • 3,576
  • 6
  • 44
  • 58
1
vote
0 answers

'Address family not supported by protocol' errors when using grequests

When I invoke the following function to process a long list of URLs (accessing the same site (i.e. http://foo.bar.com/url1, http://foo.bar.com/url2 etc): import time import grequests def processUrls(block=2500, write=100000, timeout=0.5): urls…
I Z
  • 5,719
  • 19
  • 53
  • 100
1
vote
1 answer

Mvn Connection Timeout Error because of proxy Setting in Redhat 7 while connecting via Bamboo

My Bamboo agent is trying to get a Mvn pom file from the repo on a virtual machine and I am getting Connection Timeout. The OS I am using is RedHat7. I have my proxy settings as follows ~/.bashrc - both for user and root export…
anon
  • 367
  • 1
  • 4
  • 18
1
vote
1 answer

Install PhantomJS 2.0.0 on Red-Hat

Description Operating System: RedHAT 6 x64 Phantomjs version: 2.0.0 (phantomjs) Steps to build: document yum -y install gcc gcc-c++ make flex bison gperf ruby \ openssl-devel freetype-devel fontconfig-devel libicu-devel sqlite-devel \ …
Luan Huynh
  • 358
  • 4
  • 20
1
vote
0 answers

RPM create a trigger that will use version information from the new (triggering) RPM

A little background - Since Redhat stopped updating gcc versions for RHEL6, we had to implement our own gcc5 deployment. We can't upgrade to RHEL7 at this time, nor will it solve this problem as Redhat hadn't deployed gcc5 for rhel7 yet. Our current…
Dani_l
  • 613
  • 5
  • 14
1
vote
1 answer

why drastic performance degradation when running a command as different user

i have a hello world C example ./a.out Now i measured execution time using time for below commands time ./a.out Hello World real 0m0.001s user 0m0.000s sys 0m0.002s time runuser -l root -c './a.out' real 0m0.017s user 0m0.004s sys …
Bhuvan
  • 4,028
  • 6
  • 42
  • 84
1
vote
1 answer

R package management on Linux

I have two accounts on a linux server, one with sudo power, one without. When I install packages using the account with sudo power, it all works fine. Then I logged in using another account without sudo power, it shows me the library not found.…
1EnemyLeft
  • 929
  • 1
  • 8
  • 18
1
vote
1 answer

rpm build for different os.version

I would like for a RHEL6 build machine to construct a RHEL5 compatible rpm using the maven rpm build plugin. I see how to modify the arch (amd64 vs i386) and os.name (linux vs. ...) but not RHEL5 vs. RHEL5.
Foo Bar
  • 11
  • 4