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
1
vote
1 answer

A stock install of Moodle doesn't seem to run on CentOS or RHEL 6.3

I've got a clean instance of CentOS and a clean instance of RHEL 6.3 - I've tried to installed Moodle on both. Error: Database connection failed It is possible that the database is overloaded or otherwise not running properly. The site…
Mister IT Guru
  • 1,178
  • 3
  • 15
  • 35
1
vote
0 answers

Apache died; Suspect is ulimit but cannot reproduce

Apache died last night. Error log shows this [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 48 Browsing around the Internet, everyone seems to say this is is an issue with ulimit in Linux. If I understand correctly,…
Safado
  • 4,786
  • 7
  • 37
  • 54
1
vote
5 answers

SSH as root using public key still prompts for password on RHEL 6.1

I've generated rsa keys with cygwin ssh-keygen and copied them to the server with ssh-copy-id -i id_rsa.pub root@my.ip.address I've got the following settings in my /etc/ssh/sshd_config file RSAAuthentication yes PubkeyAuthentication…
Dean Schulze
  • 199
  • 1
  • 3
  • 9
1
vote
1 answer

Alternatives to dl() in PHP?

We have a third-party package that requires the use of the PHP dl() function to load a binary extension. This function has been deprecated and removed as of PHP 5.3, so we're looking for a way to get this to work - possibly by downgrading to PHP…
Skittles
  • 421
  • 1
  • 7
  • 16
1
vote
1 answer

Apache SMTP connection times out

A web server that has successfully sent mail using the hosting providers's SMTP server before seems to suddenly have lost connection to the SMTP server. [Wed Nov 28 09:51:27 2012] [error] [client 10.250.11.81] PHP Warning: fsockopen(): unable to…
Kaivosukeltaja
  • 205
  • 1
  • 8
1
vote
0 answers

mysqld service crashes on restart, after importing mysqldump #innodb

I have 2 mysql servers. Let's call them server01 & server02. Both have the same configuration: mysqladmin Ver 8.42 Distrib 5.1.61, for redhat-linux-gnu on…
ubunut
  • 11
  • 3
1
vote
2 answers

Root crontab not executing script

I have a script listed in my roots crontab 07 9 * * * /opt/HLRSDATA_2010_OCT/HLRS_Scheduler_sp.sh > /opt/HLRSDATA_2010_OCT/logs/HLRTKJob.log This script contains the following #!/bin/bash echo HLRSData Scheduler cd…
Rhyuk
  • 404
  • 2
  • 8
  • 15
1
vote
2 answers

Making sense of the RHEL release string when looking at yum info output?

I am trying to understand how interpret the release field displayed by yum info on RHEL 6. for example the commands below give wildly different values for Relase, what exactly is release refering to, the RHEL server release, the package release? #…
ams
  • 295
  • 1
  • 2
  • 6
1
vote
1 answer

Doubled up RAM to 32 GB - now how to speed up a "LAPP" server?

I run a small Facebook game at a CentOS 6.3 quad core machine with PostgreSQL 8.4.3 + few PHP scripts (doing mostly select queries) + 1 Perl daemon and even though the server worked ok, I've suggested my users to double up the RAM to 32 GB and they…
Alexander Farber
  • 714
  • 4
  • 17
  • 38
1
vote
2 answers

Dependency issue while installing perl-Net-SNMP

When I tried installing perl-Net-SNMP, I get the dependency error below : # yum install perl-Net-SNMP ... --> Processing Dependency: perl(Digest::HMAC) for package: perl-Net-SNMP-5.2.0-4.el6.noarch --> Processing Dependency: perl(Digest::SHA1) for…
Quanticat
  • 21
  • 1
  • 2
  • 8
1
vote
2 answers

Hotplug area too small error

I have VM running under RHEL6, which is running under HyperV. It has a lot of important soft installed, but does not have suffocating workload (~10% CPU is used). It's been really unstable recently unexpectedly showing different I/O errors: ps aux |…
altern
  • 195
  • 1
  • 12
1
vote
1 answer

Centos/RHEL 6: 32bit PHP package on 64bit architecture

How can I install the i686 php package on an x86_64 architecture?
c0dem4gnetic
  • 165
  • 1
  • 7
1
vote
2 answers

Red Hat Kickstart install stops to ask me to edit the repository when I'm using the DVD repo

So, I've been trying to get a kickstart install with Red Hat Enterprise Linux 6.2 to work, using the package repo on the DVD. As such, I've tried using the following line in my ks.cfg: repo --name="Red Hat Enterprise Linux" --baseurl=cdrom:sr0…
1
vote
1 answer

Modifying the initrd.img to run additional binaries in a PXE booted RHEL 6

I am trying to add additional automation to our existing RHEL 6 (or Oralce's implementation thereof) PXE install process by running a script in the %pre section of my kickstart config that call hpacucli, HP's raid device configuration binary. My…
1
vote
2 answers

Red Hat Kickstart: How do I get a DVD-ROM based install to work?

I'm trying to create a "Magic DVD" that will install and configure RHEL 6.2 just the way we want it the first time, every time. Here's the process I've been trying to use, just to prove the concept: Perform the install manually as intended. Allow…