Search found 32811 matches

by TrevorH
2015/05/19 11:16:57
Forum: CentOS 5 - General Support
Topic: /var/log/debug
Replies: 3
Views: 5694

Re: /var/log/debug

That's not a standard CentOS logfile. Chances are that you have a custom entry in /etc/syslog.conf that directs messages to that file and that the syslog daemon still has the file open and thus it's not deleted until it's closed. You probably need to /bin/kill -HUP `cat /var/run/syslogd.pid to have ...
by TrevorH
2015/05/19 07:55:52
Forum: CentOS 5 - Hardware Support
Topic: My HP NIC is detected in BIOS but not in CentOS 5.11
Replies: 5
Views: 4950

Re: My HP NIC is detected in BIOS but not in CentOS 5.11

Post the output from lspci -nn | grep -i net and ifconfig -a
by TrevorH
2015/05/19 07:48:22
Forum: CentOS 7 - Software Support
Topic: dracut Broken pipe
Replies: 22
Views: 7881

Re: dracut Broken pipe

Lack of space on /boot or /tmp?
by TrevorH
2015/05/18 19:37:35
Forum: CentOS 6 - General Support
Topic: Install in Specific Location
Replies: 3
Views: 1537

Re: Install in Specific Location

I think you'd be much better served by making sure that you only install things from packages and then keep a list of the packages that you have installed. That makes it easy to recreate your installed apps. Backing up your data is another matter but changing the install path of everything to one be...
by TrevorH
2015/05/18 17:48:37
Forum: CentOS 6 - General Support
Topic: Drivers find out
Replies: 4
Views: 853

Re: Drivers find out

lspci -v will show what devices use which loaded device drivers.
by TrevorH
2015/05/18 17:47:31
Forum: CentOS 7 - Software Support
Topic: Wheris virt-v2v - Centos 7.1 ?
Replies: 3
Views: 2215

Re: Wheris virt-v2v - Centos 7.1 ?

I think it's another victim of Redhat trying to force everyone that uses virtualization onto RHEV :-(
by TrevorH
2015/05/18 14:47:14
Forum: CentOS 6 - Software Support
Topic: CENTOS --- Installing Asterisk
Replies: 16
Views: 18699

Re: CENTOS --- Installing Asterisk

EPEL is a third party yum repository with about 10,000 pre-built packages for CentOS 6 already in it. Yum yum install epel-release then yum install asterisk and get a pre-built, pre-tested copy of asterisk, ready to run out of the box.
by TrevorH
2015/05/18 14:45:54
Forum: CentOS 7 - Hardware Support
Topic: [SOLVED] Configure Video Card Help NVIDIA
Replies: 4
Views: 2283

Re: Configure Video Card Help NVIDIA

You could try the nvidia proprietary drivers as repackaged by ELRepo. Install elrepo-release, install nvidia-detect and run it, install the kmod-nvidia package it suggests.
by TrevorH
2015/05/18 09:37:19
Forum: CentOS 7 - General Support
Topic: Mounting SMB shares!! CentOS 7 not working
Replies: 5
Views: 72994

Re: Mounting SMB shares!! CentOS 7 not working

It's unclear if your CentOS 7 system is hosting the samba shares or connecting to them on other systems.
by TrevorH
2015/05/18 09:22:09
Forum: CentOS 6 - Software Support
Topic: CENTOS --- Installing Asterisk
Replies: 16
Views: 18699

Re: CENTOS --- Installing Asterisk

At a guess, you have an initscript which is not designed for use on Redhat based systems. Try hunting round to see if there is one for RH based systems. I checked on a Debian system and that function is present there so what you have now is a Debian initscript.