Questions tagged [centos6]

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

1780 questions
0
votes
1 answer

install nginx on centos 6 but folders isnot working give me 404 not found

I've install Nginx on CentOS 6 without control panel following these steps. I got Nginx installed successfully, see this link. But I still have a folder that isn't showing and giving me "not found errors". It's located here:…
0
votes
3 answers

Preferred way to add a new name server to a host in Red Hat or CentOS

I am managing a particular host machine, and I would like to locally add a new name server for it to query (i.e. not changing its name server settings via the dhcp server). It seems that there are multiple ways to add a new name server. Adding a…
ChaimKut
  • 191
  • 4
  • 9
0
votes
1 answer

How is it determined which name server will be used for a particular interface?

According to the documentation for interface configuration files in RHEL 6, an interface can specify which name server it would like to use by including the directive DNS{1,2}=address . The documentation states, where address is a name server…
ChaimKut
  • 191
  • 4
  • 9
0
votes
1 answer

CentOS 6.4 SSSD + GDM problems

I'm having an issue where using SSSD it will not bring up a full desktop when using GDM. It seems to get to where it appears to be loading the desktop, then X crashes/stops then reloads GDM. If i login via SSH or console, it works fine, i can even…
Steve Butler
  • 1,016
  • 9
  • 19
0
votes
1 answer

Resize/extend partition size CentOS

Im tasked to resize a partition on a remote server. I've read up on it and understand that i'll need unmount and use resize2fs /dev/sdato expand the partition size. Can someone please help me unmount the partition or direct me to a guide to achieve…
grasshopper
  • 103
  • 1
  • 5
0
votes
3 answers

Troubleshooting SUDO Slowness with STRACE

I'm having trouble with sudo on some systems. It is taking anywhere from 15-30 seconds to complete a sudo command or to even login to the system. I ran an strace and can see where the delay is happening, but I'm not sure what's wrong. It seems…
Matt Mencel
  • 369
  • 5
  • 13
0
votes
3 answers

Root access issue from localhost

I have a strange root access issue - I'm able to login as root via SSH but I'm not able login to the physical machine via terminal. Some more info: - running CentOS 6.4 - password authentication (no SSH key) - nothing found for root at…
0
votes
1 answer

expand the size of EBS volume in EC2 of AWS (Centos 6.3)

I have a Linux Centos instance with the following volume partitions: / - 5 GB /logs - /2 GB /data - 4 TB (4 volumes, each 1 TB). I would like to add more disk space (3 TB = 3 X 1TB volume) to my /data partition. any suggestions what is the best way…
edotan
  • 1,876
  • 13
  • 39
  • 57
0
votes
1 answer

yum and rpm nothing happens

I am experiencing an odd problem in CentOS 6. when I try to use yum or rpm nothing happens. For example if I type yum update it simply returns to the command prompt. I have checked that yum and rpm exists in /usr/bin and it is present and the…
dgibbs
  • 661
  • 2
  • 11
  • 22
0
votes
1 answer

Whats wrong with my iptables?

Problem I cannot get requests to my server on port 80 to redirect to my client on port 8080 Server I am using a CentOS 6.3 VM as the server, the client is an Arduino Server eth0 - 172.16.145.139 eth1 - 10.14.4.1 Client eth0 - 10.14.45 End Goal Any…
0
votes
2 answers

How to configure Inn2 and nnrpd to authenticate using SSL?

I'm trying to set up a local usenet server, Inn2, with authentication over SSL, so that readers (clients) aren't required to send their passwords in cleartext. I generated a self-signed certificate using instructions similar to those from the nnrpd…
skyler
  • 465
  • 3
  • 8
  • 17
0
votes
1 answer

banning all *azenv.php request to my server

I am using apache 2.2 under centos6, and I'm recently having some kind of accesses that are unwanted, and that I wish to ban. For instance, I have this in my error_log: [Sun Apr 14 01:06:29 2013] [error] [client 96.254.171.2] File does not exist:…
Sebas
  • 535
  • 1
  • 8
  • 18
0
votes
1 answer

centos: packages of different architectures got messed up?

I am trying to install gdal-devel on the following machine: # cat /etc/redhat-release CentOS release 6.3 (Final) # uname -a Linux local 2.6.32-279.1.1.el6.x86_64 #1 SMP Tue Jul 10 13:47:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux and get a list…
arthur
  • 177
  • 2
  • 8
0
votes
1 answer

CentOS 6 tftp server default boot menu

Edit: I figured it out. I just had to set permissions on my files properly which was causing problems (did not see how I missed that). Thanks everybody for the suggesstions. I am trying to install a TFTP Server on CentOS 6. The idea is that the…
tidus tidus
  • 163
  • 4
0
votes
1 answer

Setting up Firewall in CentOS 6.4

I need to ask a general question about installing certain packages and the need to make iptable adjustments in centOS; When I installed the apache package and put a simple test page in /var/www/html, it didn't want to pull up until I actually went…
Miek
  • 103
  • 4