Mail Replication

2006-05-14 Thread Vampire D

We are looking at building an environment with FreeBSD using HeartBeat as
well as Master-Master replication for mySQL so we can provide complete
fail-over for a apache/mysql/php project for short money.  But since I
cannot find a solution like DRBD (which looks absolutely perfect for us, but
I refuse to use Linux) on FreeBSD I am forced to use mySQL replication and
Master-Master appears the best way to avoid some of the problems typically
faced with replication.   But we still are left with replication mail stores
with postfix.

In short, is there any good reliable solution to have two boxes cluster mail
delivery so if the master fails, the secondary can keep going without any
loss of services?  With DRBD we could probably manage something with the
replicated block device, but using FreeBSD we are stuck with mySQL
Replication and no solution for mail.

Any advice / suggestions would be great.  We are trying to build a
completely automated fail over solution for two servers using Apache, mySQL,
PHP, and Postfix within a small monthly budget.

--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD HA

2006-05-12 Thread Vampire D

I am looking for a solution like linux DRBD for mySQL fail over.
It seems most of the solutions for FreeBSD are weak or extremely
experimental.

Are there any solutions such as DRBD for FreeBSD that can offer more
functionality than mySQL replication does?

--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports: JDK15

2005-12-01 Thread Vampire D
I am having all sorts of problems trying to install JDK15.  I put all the
files in the distfiles but now when I install:

make -D WITHOUT_WEB install clean

I get the following after quite a long time of compiling:

../../../src/share/classes/sun/security/jca/ProviderConfig.java:243:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
obj = cons.newInstance(new String[] { argument });
^
../../../src/share/classes/javax/xml/transform/TransformerException.java:329:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this
warning
null);
^
../../../src/share/classes/javax/xml/transform/TransformerException.java:334:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
exception = (Throwable) meth.invoke(exception, null);
   ^
../../../src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java:1186:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
return (IOException)ctr.newInstance(args);
^
../../../src/share/classes/com/sun/jmx/mbeanserver/StandardMetaDataImpl.java:637:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
result = meth.invoke(instance,null);
  ^
../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiatorImpl.java:162:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
moi= cons.newInstance(null);
  ^
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
12 warnings
gmake[3]: *** [.compile.classlist] Error 1
gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2




Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable NCQ?

2005-11-30 Thread Vampire D
I believe the Raptor series is the only SATA version with NCQ.
NForce 4 Ultra and certain high end raid controllers support it.


On 11/30/05, Wojciech Puchar [EMAIL PROTECTED] wrote:

 my drive does have this, i selected it while buying.

 at least it's supposed to have? is something that must be done to enable
 NCQ, or this is not NCQ-capable drive? (i was cheated)

 Protocol  Serial ATA v1.0
 Serial ATA II
 device model  WDC WD1600JS-60MHB1
 serial number WD-WCANM1342924
 firmware revision 10.02E02
 cylinders 16383
 heads 16
 sectors/track 63
 lba supported 268435455 sectors
 lba48 supported   312581808 sectors
 dma supported
 overlap not supported

 Feature  Support  EnableValue   Vendor
 write cacheyes  yes
 read ahead yes  yes
 Native Command Queuing (NCQ)   no-  0/0x00
 Tagged Command Queuing (TCQ)   no   no  0/0x00
 SMART  yes  yes
 microcode download yes  yes
 security   no   no
 power management   yes  yes
 advanced power management  no   no  0/0x00
 automatic acoustic management  no   no  0/0x00  0/0x00
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Java JDK

2005-11-27 Thread Vampire D
Is there an easy way to install Java support on FreeBSD 5.4 without having
to install Mozilla and all the other stuff JDK 1.5 installs?

Trying to install JBoss/Tomcat streamlined for server environment but want
to instlal Mozilla Firefox and all the Xorg pieces it seems to want to
install.  Seems like installing JDK on FreeBSD is a big pain.

--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0 What's new

2005-10-13 Thread Vampire D
Anyone know where I can find such a file, I have been digging all over
freebsd.org http://freebsd.org and I can't find any mention to what is new
in this release.

--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Raid Controller Control

2005-10-12 Thread Vampire D
If we use a raid controller such as 3ware (twe), how do you determine when a
drive fails and which one fails? Is there any standard accross all raid
controllers for monitoring this?

--
Do the actors on Unsolved Mysteries ever get arrested because they look
just like the criminal they are playing?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]