Displaying 5 results from an estimated 5 matches for "artagesw".
2008 Jul 04
4
Problem with Bonding Driver
Hi,
I've using linux bonding in active-backup mode to combine two pairs of
GigE NICs (eth0/eth1, eth2/eth3) into two logical bonds (bond0/bond1).
All is working fine. However, I would like to specify a primary
interface for each bond. This means I need to specify different
options to the bonding module for each bond. I have tried every
conceivable incantation of options and cannot get the
2008 Dec 12
1
CentOS 5.2 + iptables + memcached Problem
Hi,
I'm experiencing the most perplexing problem with iptables on CentOS
5.2. I'm hoping someone can point out what I must be missing here.
I have memcached set up on several nodes on an internal network. I
have the following rules set up to allow traffic between memcached
nodes:
IPTABLES -A INPUT -i bond0 -p tcp -m tcp -s 192.168.1.0/24 -d
192.168.1.0/24 --dport 11211 -j ACCEPT
2008 Apr 17
1
How to Contact Package Maintainer
Hi,
I'm wondering what the correct channel is for communicating with the
maintainer of a particular package in the Extras repo. Specifically, I
would like to find out who maintains the DRBD 8.0.x package, as there
is a newer version (8.0.12) that I would like to see added. Or,
alternatively, what is the process for suggesting that an out-of-date
package be updated in the repo?
Thanks!
P.S.
2008 Jun 26
2
Starting a Local CentOS Mirror
Hi all,
I would like to set up a local CentOS mirror, as suggested by others
on this list, to cut down on bandwidth usage, etc. I have read a
couple HowTos and it seems pretty straight-forward, but I do have some
questions.
1) How should I change my entries in /etc/yum.repos.d? Specifically,
should I replace CentOS-Base.repo with my own .repo file?
2) Is there a way to configure yum to prefer
2008 Aug 23
2
CentOS 5.2 + SELinux + Apache/PHP + Postfix
Hi All,
I'm running CentOS 5.2 with SELinux in enforcing mode (default
targeted policy). The server hosts a PHP web app that sends mail. I'm
getting the following errors (see end of message) in my selinux
audit.log file every time the app sends an email. The email always
seems to get sent successfully, despite the log messages. However,
they do concern me and I would like to understand