Questions tagged [centos6.4]
96 questions
0
votes
2 answers
How To restrict ftp user in /var/www/html folder only not to others directory
Hope you all are doing fine.
Team I want to strict ftp user only for /var/www/html directory not to other's. Please share your valuable suggestion for that. I have checked lots of Blogs, Forums etc but not succeeded. I can create ftp user but user…

Manoj
- 19
- 1
- 2
0
votes
1 answer
install mysql 5.6 on centos6.4 conflicts error
When i try to install mysql 5.6 and i remove mysql 5.1 from centos
now not installing any mysql in my VPS.
yum install mysql-server
Loaded plugins: fastestmirror, refresh-packagekit
Setting up Install Process
Loading mirror speeds from cached…

Mahmoud.Eskandari
- 109
- 2
- 7
0
votes
1 answer
PAM tty auditing on CentOS 6.4
I am trying to implement pam tty auditing using http://jaredrobinson.com/blog/linux-tty-auditing/ but it is not working for me.
Can some one tell me that any thing else apart from "session required pam_tty_audit.so enable=*" entry in…

haroon_aut
- 51
- 1
- 3
0
votes
0 answers
CoovaChilli error: Failed to create redir listen
I installed Coovachilli version1.30 on Centos 6.4 compiled from source.
Followed all the documentation from all sources I layed my hands on like this tutorial
But my Coovachilli won't start.
I started Coovachilli on debug mode using chilli --fg…

lawrence Da
- 121
- 1
- 7
0
votes
1 answer
SCP Stalled : Server to Oracle VM
I have a oracle VM as a test environment, when I try to scp some files from my production server it always get stalled.
Sometimes with very small file <5kb scp runs successfully.
Please help.
PS: Both machines run on Centos 6.4
Logs:
[root@mygw…

elarichi.y
- 1
- 3
0
votes
0 answers
Installing tomcat6 on centos 64
I've tried:
# yum install tomcat6
The result is as below:
Transaction Summary
=====================================================================================================================
Install 44 Package(s)
Total size: 25…

A.Mokhtari
- 101
- 1
0
votes
1 answer
logwatch on Centos 6.4
My logwatch is configured correctly and is working correctly when I issue manually
/usr/sbin/logwatch
I added it to root's crontab and it is listed correctly when I make crontab -l which gives:
0 5 * * * /etc/cron.daily/0logwatch
0 2 * * *…

mmonem
- 209
- 1
- 2
- 9
0
votes
3 answers
Linux: How to receive warning email from a server when not much hard drive space left?
I am building a new CentOS 6.4 server.
I was wondering if there is a way I can receive a warning email when the use of any partition exceeds 80% in the server.
Thanks in advance.

Xin
- 187
- 5
0
votes
1 answer
logrotate httpd on centOS 6.4
I am attempting to set up logrotate. I am getting unexpected results; some log files have multiple dates and/or zero bytes in size. I would like to have a log for each day and have the date in the file name of the old log, while only keeping logs…

Demented
- 3
- 1
0
votes
0 answers
Pure-ftpd port does not get opened even though the service starts properly, what could be the cause?
I've installed Pure-ftpd on my CentOS 6.4 server, after configuring the server I ran /etc/init.d/pure-ftpd start ; /etc/init.d/xinetd restart and it indicates that the service has started successfully.
But when I try to connect to the server in port…

Itai Ganot
- 10,644
- 29
- 93
- 146
0
votes
1 answer
Location directive is not allowed nginx
Hello I am setting up php with nginix and I need to add some code to the
/etc/nginx/nginx.conf file.
My nginx.conf file currently looks like this
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid …

Rick Roy
- 237
- 1
- 5
- 15
0
votes
1 answer
ssh warning message missing file issue
When I log into ssh (centos 6.5 64bit)
Can't locate warnings.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at…
user148117
0
votes
2 answers
Missing hard drive on df -H command on Centos 6.4
I have 2*1000GB hard drives + 60GB SSD.
When I'm running df -H I'm getting "wrong" information about the server's hard drives.
The output
# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/md1 78G 48G 26G …

Rotem
- 147
- 1
- 14
0
votes
1 answer
Redis 2.8 Memory efficiency make test error
I'm attempting to install Redis 2.8 but when I ran make test, it threw out an error for this:
*** [err]: Memory efficiency with values in range 16384 in tests/unit/memefficiency.tcl Expected condition '$efficiency >=
$expected_min_efficiency' to…

Lyon
- 111
- 3
0
votes
1 answer
trying to mount secondary drive
centos 6 64bit
Trying to mount a BACKUP drive used previously on another server prior to a recent primary drive hard drive failure.
root@server097 [~]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457…
user148117