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

After installing RHEL in Parallels on my Mac how do I log in?

I installed RHEL 6.4 server under Parallels 7 on my Mac OS 10.8 just now from an iso file I just downloaded from RedHat. The installation seemed to proceed ok, but at the end I'm left with a screen with a gray bar followed by the text "RedHat…
Doug Lerner
  • 1,383
  • 2
  • 17
  • 36
0
votes
1 answer

Moved AD domain controller on RHEL 6, ssh not working

I use samba on RHEL6 to control and active directory single sign-on to a windows 2003 server. Kerberos is used behind the scenes to control access to samba share and to handle ssh logins. Everything was working just fine. Windows admins then…
0
votes
1 answer

How to Create a C++ application for RHEL 6 in Windows7-64bit

I was working on Java and Python before. There was no confusion on selecting the compilers between Windows and Linux. I am new to C++. Now, I must create a C++ application for RHEL 6. My development environment is Eclipse 4.2 with CDT on Windows 7…
Rk..
  • 753
  • 1
  • 10
  • 27
0
votes
2 answers

Getting started with Openshift and RHEL 6

The OpenShift Getting Started page says to run sudo rhn-channel --add --channel=rhel-x86_64-server-optional-6 in order to install rubygems in RHEL 6. But when I run that command, I get the output An error has occurred:
Phyxx
  • 15,730
  • 13
  • 73
  • 112
-1
votes
1 answer

RHEL 6 - installed 'GLIBC_2.14' But still Yum error

Followed the how to guides all compiled sweet :) LD_LIBRARY_PATH=/opt/glibc-2.14/lib Set strings libc.so.6 | grep…
-1
votes
1 answer

.NET Core on RHEL 5 and RHEL 6

I developed a USB driver (CDC class) DLL for windows in .NET Looks like I need to develop the same driver in Linux as well. The target system is running RHEL 5 and above. From the Microsoft documentation it is clear that on RHEL 7 and 8 I can…
R George
  • 53
  • 1
  • 5
-1
votes
3 answers

Python print function is returning a syntax error

I'm trying to use print function to print results of a re.match but it is coming back as invalid syntax for print The python version is 2.6.6 import re def word_replace(text, replace_dict): rc = re.compile(r"[a-zA-Z]\w*") def…
OscarT
  • 19
  • 5
-1
votes
2 answers

Edit remote file with variables

I've write this script but it does not works: E_OPT=" some_host(ro,insecure) some_host2(ro,insecure)" echo -n "Insert path to export [ ex: /path/test ]" read PATH FINAL=$PATH$E_OPT ssh SERVER echo "$FINAL" >> file or ssh SERVER echo '$FINAL >>…
Luca
  • 41
  • 4
-1
votes
1 answer

Unable to extract python 2.7.x tar file

I'm new to linux and python. I wanted to install the latest version of python but after I downloaded the tar file from: www.python.org/ftp/python/2.7.x(I've tried 3 different versions), I'm unable to extract the files. I'm using RHEL server…
Vishal Sharma
  • 1,670
  • 20
  • 55
-1
votes
1 answer

remote command on windows from linux

I want to run windows command on windows 2003 server from RHEL machine. I tried one way to do it using winexe and it is working as expected. However to do this one I have to keep 139 port open and apparently this is a very vulnerable port and is…
-1
votes
1 answer

How to fix ld-linux.so.2 error manually

I was trying to use cmake 3.0.0 to install the GROMACS in one of our servers and it yielded an error: -bash: /root/cmake-3.0.0-Linux-i386/bin/cmake: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory As I found over the internet, it…
-1
votes
1 answer

Openvswitch / KVM Guest unable to ping external GW

I've got a host with RHEL6.4 OS. Under the host I have a KVM VM also running RHEL6.4. The host is connected to tagged switch interface that has vlan tag 1. I've configured the host network interfaces as…
-1
votes
1 answer

Proxy server client detection in Linux

Is there any way to find out the clients connected to the proxy server in redhat linux ? squid is configured in the server and i need the host name of the machines connected to the proxy server ?
-1
votes
2 answers

Maximum virtual memory allocation for a thread in RHEL6

As RHEL6 introduced a new arena allocator design because of the same number of arena’s are increased for a single thread which is resulting into more virtual memory usage. RHEL6 is allocating separate chunks of memory for each thread. Number of…
Ajay yadav
  • 4,141
  • 4
  • 31
  • 40
-1
votes
1 answer

snmp traps are getting missed even generating in the same machine

Why snmp traps that are generating from the same machines are getting missed in RHEL6.5 ? What could be the problem ? Same code is ran on RHEL5.5 traps are not getting missed.
1 2 3
19
20