Questions tagged [centos6.2]
65 questions
3
votes
4 answers
puppet-dashboard: Could not retrieve facts from inventory service
I am trying to configure puppet-dashboard, and I'm running into an issue with Inventory/facts:
Could not retrieve facts from inventory service: 403 "Forbidden request: puppetmasterhostname(ip.address.was.here) access to…

Banjer
- 3,974
- 12
- 41
- 47
3
votes
2 answers
How to Enable Full-Rights File-Browsing on /?
Now, I know there are lots of samba questions (about 1400) on ServerFault, and I have browsed through about half of them at least, and not been able to use any of the answers to solve my problem.
We are installing CentOS 6.2 on a new, blank machine…

bgmCoder
- 706
- 4
- 16
- 29
3
votes
2 answers
named stopped logging to rsyslog after logs rotate
CentOS 6.2, bind 9.7.3, rsyslog 4.6.2
I recently set up a server, and I noticed that named had stopped logging to /var/log/messages after the logs had rotated. I thought that was odd, since all logging happens through rsyslog and named doesn't…

tomlogic
- 330
- 3
- 13
3
votes
2 answers
Setting a static route in CentOS
Here is my route -n output:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
And if I try to add a static route by…

artaxerxe
- 541
- 2
- 10
- 22
3
votes
1 answer
CentOS Client - Unable to Establish iSCSI connection with multiple interfaces on the initiator
So after upgrading to CentOS 6.2, I am seemingly no longer able to login into my iSCSI targets. I have multiple interfaces on different subnets on the system, and I first thought that it had to do with the fact that I may not be binding correct…

slashdot
- 651
- 5
- 7
2
votes
2 answers
Multiple IP Brute Force Login Attack CentOS 6
Currently, one of my websites is being subject to a brute force login attempt. The problem is that it is coming form multiple IP sources. I have a system that auto bans IP after 3 attempts and so far the attacker has tried/banned 800 different…

JJd
- 31
- 3
2
votes
1 answer
How to get HDD parameters from SCSI controller
The SCSI controller we are using is IBM RAID M1015 and a SATA 3 HDD is attached to it. Now the question, is there any way to get the HDD specific parameters like HDD Model number/Manufacturer, Storage Size, rpm, transfer speed (3/6 Gbps?)…

Jimson James
- 429
- 7
- 10
2
votes
2 answers
CentOS 6.2 cron.daily
I created a new file "dbbackup" in /etc/cron.daily that contains a simple database backup script.
#!/bin/sh
mysqldump -h localhost -u user -p'passord' database_name > /var/www/sites/example.com/backups/db_backup_"`eval date +%u%m%Y`".sql
Now the…

Alex
- 209
- 5
- 12
2
votes
0 answers
Using autofs to mount under each users' home directory
I have a CentOS 6.2 box up and running and have configured autofs to automount Windows shares under a /mydomain folder, using various howtos on the internet. Specifically, I have three files:
/etc/auto.master
# ...
/mydomain /etc/auto.mydomain…

jimbobmcgee
- 2,675
- 4
- 27
- 43
2
votes
2 answers
Installing chrome in Centos 6.2 (Final)
I need to install chrome in a dedicated centos server where I only access via ssh, it doesn't have X or any windows graphical stuff.
I need it to be able to pack extensions using google-chrome --pack-extension.
I tried adding this to…

usjes
- 21
- 2
- 4
2
votes
2 answers
Top being high but not much processors are running on high cpu usage?
I have a machine running a very small java listener and no body is using this machine but load is like staying between 0.9 to 0.6 for nearly sometime? IS it any indication here? What could be causing to go high when there is very little activity on…

newbie14
- 149
- 2
- 8
2
votes
1 answer
Centos 6.2 Fresh 'Basic Server' install networking issues
I've had a /29 provisioned on a network port for a server and am trying to at least configure the machine so I can ssh into it. It's Centos 6.2 x64 with the Basic Server install. Currently not able to ping gateway or any address for that matter.
For…

rwc
- 316
- 1
- 7
2
votes
2 answers
Where to get network-files for centos?
I made a big mistake. Instead of typing :
rm -rf /etc/sysconfig/network-scripts/ifcfg-eth0
I typed:
rm -rf /etc/syconfig/network-scripts
Can anybody help me to repair this mistake?
Thanks in advance!

artaxerxe
- 541
- 2
- 10
- 22
1
vote
2 answers
Can't find ckpasswd for inn2
I'm attempting to set up an intranet news server, inn2, and I'm stuck at setting up user authentication.
My readers.conf file looks like this:
auth all {
auth: "ckpasswd -d /newsusers"
auth: "ckpasswd -s"
}
access full…

skyler
- 465
- 3
- 8
- 17
1
vote
1 answer
Internal Server Error phpMyAdmin with suPHP
I recently installed phpMyAdmin on our dedicated server. It was working fine until we had disk space full and had to move /home to new partition. Now we are getting following error while visiting xxxx.xx.xxxx.xxxx/phpMyAdmin/ or…

FlourishDNA
- 125
- 1
- 5