CentOS stands for Community ENTerprise Operating System, the most popular Linux distribution for web servers with almost 30% of all servers using it. Third-party software is not included in the base.

learn more… | top users | synonyms

0
votes
1answer
23 views

what's the meaning of “?” in file/folder mode bits in CentOS 6.4?

Environment: 2 desktops. A is a Ubuntu 12.04.2 LTS B is a CentOS 6.4 A mounts B's folder via sshfs. The output of 'mount' in A: Lebian@zeus:/share on /mnt/share type fuse.sshfs ...
0
votes
0answers
11 views

Punkbuster update on linux server connect() timed out

I'm in the porocess of setting up COD4 on a linux server. All is well and it runs great but PB is out of date and needs updating otherwise you get kicked. I'm running ./pbsetup.run --update As the ...
0
votes
0answers
14 views

yum update not working as desired

Something happened to my system since the last guy touched it. Please find the tail of my yum update command below. yum --skip-broken does not work. I've tried to reinstall some of the missing ...
2
votes
0answers
25 views

Is my CentOS library multiarch? And what does that mean?

On CentOS release 6.4, I am trying to run a binary. However, it gives the following complaint: (...) requires "/lib/libuuid.so.1" to function. From a quick search, I can see that the only similar ...
0
votes
0answers
21 views

error: zlib not found on system or in local libs

I'm trying to install gpac on my server and when I run ./configure I get the following error. error: zlib not found on system or in local libs I have checked and I have zlib installed, or at ...
0
votes
0answers
15 views

Trouble installing php-devel on CentOS

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
1
vote
0answers
18 views

Trouble installing php-devel on CentOS

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
0
votes
2answers
30 views

Is rsync overwriting my `./` directory?

I'm new to rsync, but I've noticed that at the top of the "receiving incremental file list" is ./ Is rsync overwriting the destination's ./ directory? The timestamp of ./ in destination matches the ...
0
votes
0answers
14 views

500 after installing APC

I ran the following commands on a CentOS box: yum install php-pear php-devel httpd-devel --disableexcludes=main pear install pecl/apc service httpd graceful After the restart of apache, viewing any ...
0
votes
0answers
11 views

What are BIND9 virtual appliance minimum requirements?

I would like to ask what are the proposed, but minimal requirements for a BIND9 DNS server in VMWare (Win8, 64 bit host). I want to use to name my virtual machines, without maintaining all the hosts ...
0
votes
0answers
14 views

No acceptable C compiler found in $PATH [closed]

Using CentOS VPS, installed GCC as well as development tools, error still comes up. Path is set to (i'm assuming by default) /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
0
votes
0answers
28 views

aticonfig Dual Monitors CentOS 6.4 Radeon 3650

I just loaded centOS on my laptop (Lenovo W500) which has a Radeon HD 3650 graphics card onboard. I cannot get my second monitor to work at all. Upon boot, since my /home directory is encrypted it ...
0
votes
0answers
18 views

My vbox shared mount will not auto mount and is only ready only?

My vbox shared mount will not auto mount and is only ready only? I am using scientific linux host and centOS guest and I am trying to share a folder I have in both accounts but the folder is only ...
0
votes
1answer
31 views

CentOS 6 does not show any desktop icons or anything in the panel

I was using CentOS 6 in VirtualBox fine for a couple of days. Now, when I login via the GUI user prompt, all I get is the background screen, no icons, no menubar, nothing. I am not terribly familiar ...
0
votes
2answers
33 views

Sending files to CentOS machine via ssh

I'm using ssh and connecting to a linux machine for the first time from my Windows 7 machine and right now I'm using putty to access a CentOS machine via ssh. I need to transfer some big files to the ...
0
votes
1answer
13 views

CentOs vsftpd - Users not being jailed

I have 3 users created and I have installed and configured (or so I thought) VSFTP to jail users to their own home directory but it's not working they can browse right to the route folders. What am I ...
0
votes
0answers
26 views

How to setup multiple email accounts on CentOS6 server

I'be been running my email trough CentOS server for 6 years now, but managed by WHM. The server however has to go, as I'm selling my main site. Therefore, I now have to setup all my personal emails ...
2
votes
3answers
42 views

Where are aliases set in CentOS?

There is a typo which causes an error message upon logon (someone typed lias instead of alias). I have checked /etc/bashrc as well as ~/.bashrc and /etc/profile as well as ~/.bash_profile for ...
1
vote
3answers
57 views

How give the permission to access subfolders in /root?

I need give the permission to read/write in this folder, which are subfolder of /root directory to mike.jackson (for some reason someone crete this folder inside /root) : ...
1
vote
1answer
81 views

yum install gcc-g++ doesn't work anymore in CentOs 6.4

Today installed CentOs 6.4 fresh new on my workstation. I wanted to install g++. With my surprise I didn't succeed by using yum install gcc-g++ The thing is that even by doing a search I don't ...
0
votes
1answer
17 views

Plesk keeps crashing, and I only see this warning

Wed May 01 12:05:42 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!? The above warning seems to coincide every time Plesk Parallels version 11.0.4 ...
1
vote
2answers
16 views

What are the essential firewall configurations for a newly live CentOS web server?

I've newly got a CentOS server from Linode.com which I'm using as an Apache web server with the LAMP stack. I notice that the firewall is enabled by default but doesn't seem to have any active rules. ...
0
votes
1answer
59 views

RHEL5.5 switch to CentOS repositories?

I was given a VM for a RHEL5.5 machine but I do not have a RHN subscription. I get this warning when using yum: bash-3.2$ sudo yum update [sudo] password for streamsadmin: Loaded plugins: rhnplugin, ...
0
votes
0answers
20 views

GRUB menu customization (change menu appearance)

In my GRUB (GRUB 0.97) menu the selector became invisible (changed of inversion color). I would like get my selector bar back and by the way customize a bit grub menu to be more fancy with colors. ...
0
votes
1answer
17 views

wpa_supplicant unexpectedly running on server

I discovered that wpa_supplicant is running on some of my CentOS 6.4 servers, without having been explicitly declared in the chkconfig setup. What can be causing this ? $ chkconfig --list | grep ...
0
votes
0answers
6 views

how to assign user's web session to a dedicated container on OpenVZ

I currently have OpenVZ installed on CentOS 6.3 with few containers created.The host is on a LAN and has the ip 192.168.2.152.Apache on the host node hosts a simple website.How do I enable user's web ...
1
vote
2answers
28 views

How to mount a software RAID0 array in CentOS without formatting

Recently my software RAID0 array had a SMART error and so I had to get 2 new drives to create another RAID0 to re-install CentOS 6. The 2 previous drives were saved; and re-inserted. But I don't know ...
3
votes
1answer
108 views

How to find out why available disk space is decreasing every day?

I have a CentOS web server which does not have much load on it. I noticed that its available disk space drops by more than 100MB every few days. There isn't any new software installed, however there ...
0
votes
1answer
55 views

Install CodeLite on CentOS

I have CentOS 6.4 I want to install CodeLite. Their website http://codelite.org/LiteEditor/Download#toc5 says that you need to compile it (as they don't have a package for CentOS). I did git clone ...
0
votes
0answers
19 views

How install Microsoft Keyboard Ergonomic 4000 in centOS 6?

I live in Brazil and make the mistake to buy the Microsoft Keyboard Ergonomic 4000 from eBay, with US layout, not Portugue (Brazil) layout. I'm using it in centOS 6 and some things doesn't work very ...
0
votes
0answers
39 views

Configure Qt3 in CentOS 5.7

My workstation has been just updated to CentOS 5.7 from CentOS 4.x. This makes Beyond Compare breaks because it uses Qt3, not Qt4 which is being used by the CenOS 5.7 KDE environment. The Beyond ...
0
votes
0answers
28 views

High server load with high %id & low %wa [closed]

I'm confused with the top result in one of my vps. This is the output top - 11:41:17 up 9 days, 2:50, 3 users, load average: 3.15, 3.49, 2.41 Tasks: 90 total, 2 running, 86 sleeping, 1 ...
0
votes
0answers
19 views

How to set Cloud9 URLs to subfolder?

I have installed an instance of cloud9 on a webspace (CentOS 5). Installation was easy and it is running fine. My hosting provider supports mod_proxy, thus I use a .htaccess to re-route the requests ...
0
votes
0answers
38 views

CentOS installation: Anaconda died after receiving signal 7

I want to install CentOS 6, 64-bit on my PC. I'm getting following error in the first stages of installation (right after media check and before starting graphical installation): Anaconda died after ...
2
votes
1answer
24 views

Special instructions for CentOS VBox virtual machine?

I am gearing up to create a CentOS 5.5 server virtual machine in VBox and was wondering if there are special instructions, configurations or settings that I should be aware of ahead of time. ...
0
votes
1answer
60 views

Which CentOS ISO to use for my virtual machine? [closed]

I have a physical server running Red Hat Enterprise Linux Server release 5.5 (Tikanga). I would like to create a virtual machine (using VirtualBox) with a binary-compatible version of CentOS server as ...
0
votes
0answers
6 views

Mongrel failing to start after an OS update [migrated]

So there's this installation on a virtual server, administered by Plesk, running CentOS. The OS has been automatically updated recently - this broke a custom ruby installation. I haven't set up the ...
0
votes
1answer
20 views

how can i choose the destination path for my python in the Centos 5.3

This may sound stupid but I'm trying to install python but it is installed in /usr/bin/ but I want to install it on /usr/local/bin. how can I do that?
0
votes
0answers
16 views

Access CentOS server on VMware from Android mobile? [migrated]

I'm stacked on this issue , I'm basically trying to make calls between android device and php pages to deal with mysql database . I could reach WAMP server from chrome on android emulator on windows ...
0
votes
0answers
32 views

mdadm RAID monitoring no DegradedArray email

So, I have a couple of MDADM RAID arrays and I want to set up monitoring with email notifications for drive failures through sSMTP but I can't seem to get it working. The system in question is a ...
0
votes
1answer
71 views

How can I upgrade ffmpeg in CentOS 6.x

At first, I've downloaded ffmpeg 0.6.5. and it works. But when I'm trying to use '-vf' option, Terminal said there's no such command. So I asked this on Super User and someone said that the cause is ...
0
votes
1answer
30 views

Insatall phpMyAdmin in CentOS vps

I can make a account in host1free.com.And now I had a vps server In this vps server opreting system is centOS and I can not use it before so I am newbie for this and I want to install a phpmyadmin in ...
1
vote
0answers
71 views

mpeg_decode_postinit() failure [closed]

I'm trying to take some thumbnails via ffmpeg command. My file name is "aaa.ts" and I want to take some thumbnails every second. Frankly, it works, but I have 4 red lines in terminal. So can you tell ...
1
vote
1answer
66 views

Samba shares empty and not writeable when browsing OS X 10.8

When I mount a Samba share it works, but it doesn't show me any files, even though they exist on the server, I also cannot write files to the share either. The server is CentOS 6.4, running Samba. ...
0
votes
0answers
55 views

Suggestions for finding performance bottleneck on LAMP server

I know this question has been asked a thousand times and I've read through a bunch of the answers, but haven't found one that really helped me. I've used top and I'm not swapping at all, I've got ...
4
votes
6answers
127 views

Are we suppose to manually delete contents of /tmp?

I was under the impression that /tmp will regularly delete "old" files. Seems to me that /tmp will just grow as long as it wants to and won't delete anything. Some people say it's betetr to just leave ...
0
votes
1answer
33 views

legacy grub: updated menu.lst is not used

This is a CentOS 6.4 with all updates inside Virtualbox OSE (quite old version). All information below refers to the VM, I don't think there is any issue on the host. /boot is a separate ext2 fs on ...
0
votes
1answer
33 views

Selinux what's the right context for module like imagemagick /usr/bin/convert

I have an application I need to call from php, but selinux is preventing execmem for the application. I want to set the right context rather than allow bin_t or httpd_user_script_t execmem access. I ...
3
votes
1answer
135 views

SSH: “no such identity”

I'm having a very peculiar problem getting SSH to work on my Linux box. I have a passwordless git user identified by an OpenSSH key. If I attempt to ssh into it from either the same or a different ...
1
vote
1answer
50 views

PHP Exec function reports failure on some commands that work by SSH

I'm on CentOS 6 64bit with PHP 5.4.12. This is very strange behavior by PHP. See the following script: echo 'Trying Query: whereis jbig2dec<br>'; exec('whereis jbig2dec',$output) or ...

1 2 3 4 5 18