Displaying 20 results from an estimated 200 matches similar to: "Can't build Keepalived 1.2.1 on CentOS-4"
2011 Mar 25
1
Can't build PHP 5.3.6 with MySQL 5.5.10 on CentOS-4
Hello,
I'm trying to build PHP 5.3.6 in a CentOS-4 server with MySQL 5.5.10 and
I get this error:
//usr/include/mysql/my_config_i386.h:610:1: warning: "PACKAGE_NAME"
redefined
/usr/include/mysql/mysql/psi/mysql_thread.h:100: error: syntax error
before "pthread_rwlock_t"
/usr/include/mysql/mysql/psi/mysql_thread.h:100: warning: no semicolon
at end of struct or union
2015 Sep 29
3
Keepalived vrrp problem
Hey guys,
I'm trying to install keepalived 1.2.19 on a centos 6.5 machine. I did an
install from source.
And when I start keepalived this is what I'm seeing in the logs. It's
reporting that the VRRP_Instance(VI_1) Now in FAULT state.
Here's more of that log entry:
Sep 29 12:06:58 USECLSNDMNRDBA Keepalived_vrrp[44943]: VRRP Instance = VI_1
Sep 29 12:06:58 USECLSNDMNRDBA
2005 Mar 15
2
shorewall restart with keepalived (redundant firewalls)
Hello,
First , thanks to Tom for it''s great job ! Netfilter is really easy
and powerfull with shorewall.
So, I have configured two firewalls whith shorewall using keepalived
for the redundant VRRP stuff.
FW-a is MASTER and FW-b is BACKUP.
Everything works correctly and FW-b upgrade to MASTER when FW-a is
down or disconnected. FW-b downgrade to BACKUP when FW-a comes back.
But when I
2008 Dec 17
1
RPM rollback/repackage with CentOS 4
Hi,
Is there any way to list availabe RPM rollback's and timestamps in CentOS 4?
It's possible to get RPM rollbacks with up2date, but appears that's
deprecated ;-(
# up2date --list-rollbacks
This feature is deprecated and no longer functional
I want a method to list current available rollback and the timestamp:
http://www.linuxjournal.com/article/7034
How do you deal with this
2010 Oct 22
1
Howto align partitions in Linux + NetApp
Hi,
NetApp support has suggested us aligning partitions to improve
performance, in short: starting sector must be divisible by 8. How can I
move the start point in a misaligned partition -in production, with
ext3- under Linux?
A screenshot with a misaligned (start=63s) and aligned (start=64s)
partition is available at:
http://filesocial.com/lkwvvn2
(If anyone is interested in this topic,
2011 Jan 03
1
Helper variables like %{rhel} on CentOS
Hello,
I'm trying to use helper variables like %{rhel} in a .SPEC file on
CentOS (as they are defined in RHEL and Fedora [1]), but it seems they
are not available.
Is there any way to detect automatically CentOS release from a .SPEC
file in a RPM build process?
As a workaround, I use this hack:
%if 0%{?rhel} >= 5
(..)
%endif
And when calling rpmbuild I use a
2003 Jan 31
0
Shorewall and keepalived
I am trying to figure out a way to have the two packages running on the
system. Is there a way to tell shorewall NOT to define IP addresses for a
specific port so keepalived(vrrp) can create them and not cause a
conflict. Or for that matter the other way around would work. Any help
would be appreciated.
2017 Sep 17
0
keepalived segfault after upgrade to 7.4
Prior to upgrading to CentOS 7.4 everything was fine, after upgrade I'm
seeing
/etc/keepalived# keepalived -f /etc/keepalived/keepalived.conf --dont-fork
--log-console --log-detail --dump-conf -m -v
Starting VRRP child process, pid=17224
Registering Kernel netlink reflector
Registering Kernel netlink command channel
Registering gratuitous ARP shared channel
Opening file
2008 Mar 04
1
Rejecting spam
Sorry, not a direct CentOS question, but I know there's a lot of
experienced users on this list...I'm using CentOS with sendmail and
spamassassin. I've got it configured with spamass-milter and it is
working correctly. However, I was expecting to be able to reject mail
that is marked as spam, not just deliver it as usual. Anyone know if it
can be done and how? I know a milter
2008 Dec 28
3
Sendmail problem
I wish to add options to sendmail
INPUT_MAIL_FILTER(`spamassassin',
`S=local:/var/run/spamass-milter/spamass-milter.sock, F=T,
T=C:5m;S:4m;R:4m;E:5m')dnl
dnl MAILER(cyrusv2)dnl
INPUT_MAIL_FILTER(`greylist',
`S=local:/var/run/milter-greylist/milter-greylist.sock')
define(`confMILTER_MACROS_CONNECT', `j, {if_addr}')
define(`confMILTER_MACROS_HELO', `{verify},
2013 Apr 09
2
fsck - anyway to increase verbosity to show point in process
Greetings,
I'm running CentOS 5.x on one ancient but reasonably reliable machine:
root at leeloo ~> uname -a
Linux leeloo 2.6.18-308.24.1.el5 #1 SMP Tue Dec 4 17:42:30 EST 2012 i686
i686 i386 GNU/Linux
root at leeloo ~> cat /proc/cpu
cat: /proc/cpu: No such file or directory
root at leeloo ~> cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 11
model
2008 Nov 25
1
Correct way to change I/O scheduler in a iSCSI dev
Hi,
What's the correct way to change configuration parameters for an iSCSI
device? For example I/O scheduler, max_sectors_kb, etc...
I could add commands to the S99local script:
echo noop > /sys/block/sdb/queue/scheduler
echo 64 > /sys/block/sdb/queue/max_hw_sectors_kb
Unfortunately, iSCSI device names might change from sdb to, say, sdc
(server reboot, iSCSI target reconnection).
2011 Mar 08
2
keepalived+LVS
hello,
all!
if i want to use lvs function of keepalived , i must install ipvsadm ?
tks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110308/b8e27203/attachment-0002.html>
2014 Jan 02
0
RHEL Load Balancer Add-on vs KeepAlived
Hello,
I've started reviewing HA solution for HAProxy and trying to decide between
RHEL HA Add-on and KeeAlived. Just curious if anyone had a chance to use
any of these technologies in a production environment? I would love to
learn what your experience with these technologies is in terms of
management, scaling, troubleshooting, and monitoring.
I am leaning towards RHEL Add-on at the moment
2014 Nov 12
0
Keepalived - spurious failovers
Hello,
We are using CentOS 6.6 and keepalived 1.2.13 on two servers for
failover, no load-balancing. Failover is governed by the NIC being
present, and the Apache and Tomcat processes being present. Both servers
are configured as 'EQUAL' (not master/backup). An initial priority of
100 is set, and if a process or NIC fails, then this is reduced by 60 -
causing a lower priority to be seen
2015 Sep 29
0
Keepalived vrrp problem
On 09/29/2015 09:14 AM, Tim Dunphy wrote:
> And if I do an ifconfig command I see no evidence of an eth1 existing.
"ifconfig -a" will show you all of your interfaces.
2015 Sep 29
1
Keepalived vrrp problem
Em 29-09-2015 15:03, Gordon Messmer escreveu:
> On 09/29/2015 09:14 AM, Tim Dunphy wrote:
>> And if I do an ifconfig command I see no evidence of an eth1 existing.
>
> "ifconfig -a" will show you all of your interfaces.
Maybe there is a confusion here. Sounds like Tim thought keepalived
would create that eth1, like a tunnel interface, but it won't. You have
to
2015 Mar 19
0
CEEA-2015:0703 CentOS 6 keepalived Enhancement Update
CentOS Errata and Enhancement Advisory 2015:0703
Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-0703.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
893386b534fbeda5a2f1702fab60cc087b037ece82635bb316c3e13fb5856e83 keepalived-1.2.13-5.el6_6.i686.rpm
x86_64:
2017 May 26
0
CEBA-2017:1305 CentOS 7 keepalived BugFix Update
CentOS Errata and Bugfix Advisory 2017:1305
Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1305.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
14c601eb6b4c0822d34a1d0b1feaca81c00f8dd95c1b4ea6a5dfd9d504185c25 keepalived-1.2.13-9.el7_3.x86_64.rpm
Source:
2019 Jan 06
0
CESA-2019:0022 Important CentOS 7 keepalived Security Update
CentOS Errata and Security Advisory 2019:0022 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2019:0022
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
4171b23d7282f67bd3938bcac81eee43583a4936513b5e5346e958087bed3b86 keepalived-1.3.5-8.el7_6.x86_64.rpm
--
Johnny Hughes
CentOS Project {