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
0
votes
1 answer

Trying to read from file within existing for loop

Hello I am having a hard time figuring out how to complete the existing script I have written. In a nutsheel I am trying to set disk quotas based on an existing user for any user that doesn't have a quota set to 100MB or 102400 as below in the…
RHEL
  • 1
  • 2
0
votes
1 answer

RHEL Java application - specific name instead of generic java process

I have a custom Java application running on my RHEL machine. I am running this Java application from a bash exec script with all the parameters and options appended. As a result, my Java application gets a generic name "java" in the system processes…
croussou
  • 77
  • 1
  • 6
0
votes
1 answer

Creating rhel iso with custom rpm

I have added my package under Packages folder in iso . Then i have updated repodata. Later i have created a group my-packages and added it in %package section in kickstart file at the end . But when i install the iso, and see the…
Niraj Nandane
  • 1,318
  • 1
  • 13
  • 24
0
votes
2 answers

RHEL - can't sudo from script

I have a script where I'm trying to change user (from root) on boot. In /etc/rc.d/rc.local, I've changed it to cd into the script dir and execute it. It all works except for when it tries to execute: sudo -u newuser ./myscript.sh I get an error…
ALOIVIA
  • 41
  • 1
  • 9
0
votes
1 answer

vmware-toolbox-cmd Command not found

I'm working with a Redhat VM that indicates VMware Tools OSPs is installed and running, since its VMware Tools status in vSphere is "Running (3rd-party/Independent)". I have also verified that the VMware Tools daemon, vmtoolsd, is running by…
user2150250
  • 4,797
  • 11
  • 36
  • 44
0
votes
1 answer

How to use mock with epel-7

I have been trying to create a chroot for epel-7 using mock. Following this link: http://miroslav.suchy.cz/blog/archives/2015/05/20/why_mock_does_not_work_on_el_6_and_el7_and_how_to_fix_it/index.html I changed my .cfg file. Now when I tr to create…
Pensu
  • 3,263
  • 10
  • 46
  • 71
0
votes
1 answer

Installing multiple java files to be used simultaneously

After installing two versions of java in rhel how do I point my program to one of those specific java file? The java files that were installed were:…
Xavier
  • 313
  • 2
  • 5
  • 18
0
votes
1 answer

Docker Permission Denied Only on RHEL 6.6

So I have a challenge and need a nudge in the right direction. We stood up docker in a new environment with RedHat 6.6 and while it seems to be functioning normally things that are read from inside the container seem to have permission issues. As…
0
votes
2 answers

redirect stdout and stderr to different file under sandboxing in linux

I have an Test.cpp which is run under sandbox(RHEL7): Test.cpp content: #include int main(void) { int a = 1/0; return 0; } compile it using gcc(4.8) Test.cpp which produces the a.out Now running a.out prints floating pointing exception…
Bhuvan
  • 4,028
  • 6
  • 42
  • 84
0
votes
2 answers

How to block Particular Commands in Linux for Specific user?

Suppose i create a new user TEST in ubuntu and i need to block all commands except cp,ssh,exit.Please help me.i am new to linux.
0
votes
0 answers

Unable to uninstall SVN on fedora 21

$svn --version svn, version 1.8.13 (r1667537) compiled May 20 2015, 15:27:45 on x86_64-unknown-linux-gnu Copyright (C) 2014 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for…
Coder
  • 3,090
  • 8
  • 49
  • 85
0
votes
0 answers

Java 8 on RHEL 6 - what to do?

The Oracle page that specifies Java 8 system requirements on Linux is ambiguous (at least to me) http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html It states that Red Hat Enterprise Linux x86 (32-bit) 6.x 1.8.0 Red Hat…
Fortyrunner
  • 12,702
  • 4
  • 31
  • 54
0
votes
2 answers

LVM , Causes server to not boot any more :(

So i have a linux 64 Bit RHEL 6.5 with one hard disk running in raid "Mirror" it is sliced into a few partitions, One of them being : /dev/sda8 750GB I have done the following : So i un-mount this partition and pvcreate , vgcreate etc ... create…
Shawn ricshawnawic
  • 147
  • 2
  • 5
  • 13
0
votes
1 answer

Issue regarding Perl @INC path upgrade at build time

I am trying to migrate from Perl 5.8.8 to Perl 5.10.1. (Basically RHEL 5 to RHEL 6.6 ) As per the install documentation provided by perl, at the time of configuring perl we can use "-Dotherlibdirs" to add additional directories in INC path…
0
votes
1 answer

RHEL + Codeception: invalid mit-magic-cookie-1 keyerror cannot open display :2.0

So I'm trying to run Codeception acceptance tests on a Linux server (with Selenium). I enter the command: ./codecept run acceptance (with flags such as --env firefox-linux) Codeception starts, pauses for a bit and then Firefox throws this…
ALOIVIA
  • 41
  • 1
  • 9
1 2 3
99
100