Questions tagged [rhel6]

Red Hat Enterprise Linux version 6 is a Linux distribution sold by Red Hat, Inc. for the enterprise market. It is used for both servers and desktops. Although the binaries are not freely available, the sources are, and so there are numerous projects which provide compatible rebuilds of RHEL, such as CentOS and Scientific Linux.

515 questions
0
votes
1 answer

rcp files from windows 2008 server to linux box? (Running rcp on linux)

I am trying to run rcp command on rhel6 server to copy over files from a windows 2008 server but see this error message. /usr/bin/rcp administrator@10.225.185.112:"C:\nfsqa-rhel62-vm01.root.keytab" /etc/ rshd: unable to create process: The system…
0
votes
2 answers

Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so'

When I try to run any php script with my user within shell, I get the following warning: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No…
eisaacson
  • 525
  • 3
  • 8
  • 20
0
votes
1 answer

Disk usage spiked, now normal, how to track files?

On a Linux server (RHEL 6.2) with a 50GB drive, disk usage which is normally around 57% spiked for about an hour to 100%. It has returned to normal again. Is there some way to find out what files were created or deleted around that time?
Liam
  • 1,401
  • 3
  • 19
  • 28
0
votes
1 answer

Puppet master receiving a YAML error after upgrade to 2.7.25-2

Our puppetmaster server was upgraded to the latest available on RHEL6 (puppet-2.7.25-2.el6.noarch). We are now receiving errors such as this on the master: Aug 26 11:36:59 master1 puppet-master[5555]: Could not intern from yaml: instance of IO…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
0
votes
0 answers

RHEL6: bonding NICs with DHCP reservation problems

I am using a 4 NIC bond with Bonding Mode: transmit load balancing and a port channel is configured on the switch. I have a DHCP reservation for the IP address being used for the bond. I configured this and restarted network services today, but…
usedTobeaMember
  • 616
  • 15
  • 25
0
votes
1 answer

How can I start X server ons boot?

In most case I login to the server as a root and start the X server manually by calling the startx function. After the I can use X11 forwarding. However I would like to know how can I start X11 as a service on boot time?
Mokus
  • 412
  • 1
  • 11
  • 20
0
votes
3 answers

How to install SVN client version 1.8 on CentOS/RHEL 6?

I'm trying to install the SVN client version 1.8 on CentOS 6. I'm using the description on http://tecadmin.net/install-subversion-1-8-on-centos-rhel/ All activities are running successful without any problems. But after that I get /> svn…
Steffen
  • 989
  • 3
  • 13
  • 31
0
votes
1 answer

squid authentication error kerberos - windows active directory

I use squid on RHEL6 and I want that authentication is via AD windows 2008, I already joined the server to the windows domain and all users is already seen by wbinfo -u wbinfo -g but wbmin -t show error below : $ wbinfo -t checking the trust secret…
user3863795
  • 51
  • 3
  • 7
0
votes
0 answers

What is the relationship between iproute2 and distro config files?

For various ip manipulation activities, what is the difference/relationship between iproute2 and modifying the distro's config files? For instance, some sources recommend ip address del for deleting an address on a network interface, and some…
ChaimKut
  • 191
  • 4
  • 9
0
votes
0 answers

NFS clients seeing stale state

I have a server exporting partition as: /data/foo *.example.com(rw,sync,all_squash,anonuid=502,anongid=502,subtree_check) ... and client mounting it as: myhost:/data/foo /home/myuser/foo nfs auto,soft,intr,timeo=60 0 0 Client…
Konrad Garus
  • 143
  • 1
  • 1
  • 5
0
votes
0 answers

RHEL/Centos 6 Cluster multi-site configuration with Pacemaker and split brain situation

I would configure a 4-nodes cluster using RHEL 6.5 and Pacemaker as reported in the official documentation…
NoNoNo
  • 1,963
  • 14
  • 20
0
votes
1 answer

Anonymous User Can't Delete file from ftp

I've created a new directory in /var/ftp with the name uploads the owner and group of this directory is ftp the permissions are set to 777. Content of my vsftpd.conf…
Kunal
  • 101
  • 2
0
votes
0 answers

Red Hat Network API connection

I'm creating a perl script that connects to the RHN, however I seem to be struggling. The code I have is this: #!/usr/bin/perl use Frontier::Client; my $HOST = 'xmlrpc.rhn.redhat.com'; my $client = new Frontier::Client(url =>…
forquare
  • 45
  • 13
0
votes
1 answer

Permissions denied on apache rewrite module virtual host configuration

All of a sudden I keep getting "Permissions denied" on apache 2 virtualhost once we moved it to its own conf file. I have tried all the suggestions I have found here but none work. Please can someone tell me what I am doing wrong?…
Unpossible
  • 249
  • 1
  • 7
  • 20
0
votes
1 answer

Linux/RHEL6: Sending output to console and returning to a prompt

I'm disabling Ctrl-Alt-Del on a RHEL6 server and enabling Alt-SysRq. In the /etc/init/control-alt-delete.conf file I have commented out the exec /sbin/shutdown -r now "Control-Alt-Delete pressed" line and replaced it with exec /bin/echo…
theillien
  • 445
  • 3
  • 13
  • 28