Search found 16 matches

by cormander
2008/04/18 12:55:47
Forum: CentOS 5 - Software Support
Topic: How do I get ksysguard source code?
Replies: 3
Views: 1306

How do I get ksysguard source code?

Do this:

rpm -qi pkgname | grep Source

where pkgname is the package you're looking for the source for.

From there, look for the src.rpm in mirrors: http://mirror.centos.org/centos/5.1/os/SRPMS/ (assuming you use 5.1; if not, replace 5.1 with your version)
by cormander
2008/04/18 06:31:01
Forum: CentOS 5 - Miscellaneous Questions
Topic: Advice on configuring network for vmware server
Replies: 2
Views: 944

Advice on configuring network for vmware server

This greatly depends on your physical network layout. Are both cards assigned an internal IP, and are you mapping an external IP to one of them? Or are you actually assigning one card an external IP, and the other an internal IP?
by cormander
2008/04/18 06:26:53
Forum: CentOS 5 - General Support
Topic: Xen - DomU does not find hda driver
Replies: 3
Views: 907

Xen - DomU does not find hda driver

What is the output of "cat /etc/fstab" and "df" on the dom0 server?
by cormander
2008/04/18 06:07:08
Forum: CentOS 5 - Hardware Support
Topic: Will this upgrade work?
Replies: 2
Views: 667

Will this upgrade work?

Hardware dependencies live in kernel drivers. For the most part you're probably OK. Just go ahead and boot your current installation on the new hardware. If a particular device isn't working, make sure kudzu is set to start on boot (chkconfig kudzu on) and reboot. If kudzu doesn't run and prompt you...
by cormander
2008/04/18 06:02:00
Forum: CentOS 5 - General Support
Topic: Kernel Panic (error opening /dev/console)
Replies: 2
Views: 2441

Kernel Panic (error opening /dev/console)

In your centos filesystem, make sure you have the /dev directory, and go into that directory. If you don't have the "null" and "console" files, run this:

mknod null c 1 3
mknod console c 5 1

This creates those devices. Reboot into centos afterwords.
by cormander
2008/04/18 05:58:55
Forum: Website Problems
Topic: Security
Replies: 2
Views: 1538

Security

From the front page of centos.org: [quote] CentOS.org makes use of a free SSL certificate program available from CAcert. The SSL certificates available from CAcert are built around an Identity Assurance Program that includes a Web Of Trust and Trusted Third Party identity verification processes. Unf...
by cormander
2008/04/18 05:54:09
Forum: CentOS 5 - General Support
Topic: Signature server
Replies: 7
Views: 575

Signature server

Are your mirror servers using yum to download updates autmoatically, and put them in the directory for further download?

If this is the case, just read the "man yum.conf" page and use the "exclude" option on your mirror's yum configurtion to ignore internet updates for that list of packages.
by cormander
2008/04/18 05:49:38
Forum: CentOS 5 - General Support
Topic: initrd's init script
Replies: 2
Views: 713

initrd's init script

The default initrd uses nash because it's small and does the job of loading modules, mounting filesystems, after which the kernel executes the real /sbin/init. You can put any executable you want in it's place, even a full fledged version of bash (either compiled static, or with all the correct libs...
by cormander
2008/02/12 01:58:18
Forum: CentOS 5 - Security Support
Topic: Remote Exploit
Replies: 13
Views: 8321

Re: Remote Exploit

Hi all, I about fell out of my chair when I saw this thing spring up. I manage a few shell "gateway" servers with many non-root users on them, with a CentOS 5 machine. I then took a deep breath after the exploit didn't work on my machines :) I'm using grsecurity-2.1.11, built with the 2.6.23.14 kern...
by cormander
2007/11/14 05:36:32
Forum: CentOS 5 - Miscellaneous Questions
Topic: What is CentOS's redistribution policy?
Replies: 5
Views: 2574

What is CentOS's redistribution policy?

Hello, I've done RHEL / CentOS kickstart builds for a while, and finally decided to make a customized linux distribution based off of CentOS 5 for the control panel project I've been working on for the past few years. Basically an ISO image to burn to a CD to autoinstall the OS with everything neede...