Questions tagged [centos6.5]
153 questions
0
votes
1 answer
How to install visual studio code on linux?
I'm install Visual studio code in Linux centos 6.5 But I got some error because that code required any library but I don't know how to find it
Here is the errore code
code: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by…

Heng Sopheak
- 125
- 2
- 9
0
votes
1 answer
CentOS 6 fail2ban fails to ban http dos requests
Fail2ban fails to ban clients that make an excessive amount of requests over HTTP. SSH bans do work fine
To test this I have made several tests using ab and curl from other servers. I even made sure that i get banned over ssh. I did succeed, but I…

therufa
- 257
- 1
- 5
- 18
0
votes
1 answer
Centos 6.6 Web Server iptables FTP issue
I have finished setting up my iptables, but the FTP login/connection does not work. the NAT/Firewall at the hardware/router level is forwarded correctly.
I have added an entry for ftp but it appears not to be working.
Q. Why are FTP connections not…

Derple
- 121
- 7
0
votes
1 answer
Cobbler/TFTP: No filename or root path specified, but why?
I've installed a new Cobbler server and configured it as a DHCP /TFTP server.
I've configured the /etc/dhcp/dhcpd.conf like so:
[root@centolel ~]# cat /etc/dhcp/dhcpd.conf
ddns-update-style interim;
allow booting;
allow bootp;
ignore…

Itai Ganot
- 10,644
- 29
- 93
- 146
0
votes
1 answer
how do you secure mysql without a server root password?
I'm currently trying to install mySQL server on a centos6.5 server.
I do not have a root password because i use a SSH Key Pair to access the server.
During the installation process the prompt says:
"In order to log into MySQL to secure it, we'll…

MSQLnoob020983
- 3
- 3
0
votes
1 answer
Can't install PHP Intl on CentOS 6.5
I'm trying to install this package on my server running PHP 5.4 with no success. However, it only took a few seconds on my PC running OpenSUSE 13.2. The name of the package was "php5-intl-5.6.1-18.1.x86_64", but running "yum search" on the server…

user1319182
- 141
- 1
- 7
0
votes
2 answers
Promises not triggering in hosts - cfengine
I'm new with cfengine. I created a simple promise that creates a file named testing into /etc/test-cfengine
body common control
{
bundlesequence =>{"create_test_file"};
}
bundle agent create_test_file
{
files:
…

wOvalle
- 3
- 1
0
votes
1 answer
Can't find IPMI mac address
The MAC address listed under ipmitool lan print seems to be incorrect, since there is no entry in the arp cache for the set ip address, 10.224.242.121:
# arp 10.224.242.121
10.224.242.121 (10.224.242.121) -- no entry
Obviously the ipmi interface…

lobi
- 1,083
- 2
- 15
- 30
0
votes
1 answer
Enable SSH on public IP
I've just taken the control of a server. This server worked in a private environment, in a VPN, accesible via a private IP. Now it's public and linked to a domain name. I can access SSH via the VPN using the private IP, but not via the domain…

testermaster
- 121
- 1
- 7
0
votes
2 answers
Using System-Config-LVM in CentOS 6 results in a corrupt filesystem
I am used to being able to use the system-config-lvm utility in RedHat Linux (I was using RHEL 5) to resize the LVM while the system was running. To be clear, I did this while running on the disk I was using for the system I was using and there were…

Michael Plautz
- 173
- 1
- 1
- 7
0
votes
2 answers
routing internet traffic through another subnet on centos
I am very new to linux routing. Although I understand it conceptually, the actual route commands escape me. I have tried ip route and ip rule on my own, but they didn't work. Hence posting a question here.
Here's my current setup.
Centos server with…

andthereitgoes
- 125
- 1
- 8
0
votes
1 answer
Can I compile PHP 5.2.17 on CentOS 6.5, then copy it to a similar server?
I have two CentOS 6.5 VMs/servers with Plesk 12 installed on both. On on of these servers, lets call it server 1, I have compiled PHP 5.2.17 - yes I know this is old etc. however two sites I host require it.
Now my query is this, can I simply copy…

Anthony
- 367
- 1
- 4
- 14
0
votes
1 answer
Internal Server Error when trying to upload cookbooks
I'm trying to migrate our Chef server to another box. I installed a new instance of Chef in the new box and I can access it using the default admin and password. I can also do knife node list and upload all Chef data except cookbooks.
The problem is…

Ben
- 253
- 1
- 4
- 13
0
votes
1 answer
Extract nth Packet From a Pacp File
Is there any command line tool to extract the n th packet from a pcap file?
I am on CentOS 6.5.
Thanks in advance.

Hei
- 175
- 1
- 1
- 6
0
votes
2 answers
Allow sudo user to install packages from CentOS GUI
I've installed GUI on CentOS 6.5 with
yum groupinstall basic-desktop desktop-platform x11 fonts
but now when I attempt to use GUI Package Manager (Add/Remove software) to install packages, it asks me for root password and does not accept sudo user…

Paul
- 263
- 1
- 5
- 16