Error in mail/postfix (port tag=.)

2004-12-24 Thread Huynh Van Chung
Please help me. I have some problems when make in /usr/ports/mail/postfix. This my system: 5.3-RELEASE-p2 sparc64 And the postfix port is upgraded at ports-supfile with tag=. Huynh Van Chung vnfreebsd:/usr/ports/mail/postfix% sudo make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS SPF" ins

Re: Error in mail/postfix (port tag=.)

2004-12-25 Thread Huynh Van Chung
On Sat, 25 Dec 2004 11:55:32 +0300 (MSK) Nguyen Tam Chinh <[EMAIL PROTECTED]> wrote: > On Sat, 25 Dec 2004, Huynh Van Chung wrote: > > > Please help me. I have some problems when make in /usr/ports/mail/postfix. > > This my system: > > 5.3-RELEASE-p2 sparc64 > &

Problem in tomcat 5.5 and 6.0

2007-03-16 Thread Huynh Van Chung
Hi all. I have a server with FreeBSD 6.1 and i try to install tomcat. But the tomcat daemon can't run. And the error is 2007/03/17 0:47:27 org.apache.catalina.core.StandardServer await 致命的: StandardServer.await: create[8005]: java.net.BindException: Can't assign requested address at jav

Re: Problem in tomcat 5.5 and 6.0

2007-03-16 Thread Huynh Van Chung
>What version of Java did you install ? > I use the jdk 1.5.0 p3. chunglien:~% pkg_info | grep jdk-1.5 jdk-1.5.0p3 Java Development Kit 1.5.0 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable T

Re: Problem in tomcat 5.5 and 6.0

2007-03-16 Thread Huynh Van Chung
ready bound to the port tomcat is trying to bind to. Type >``sockstat -l 4'' (sockstat-dash-ell-4) to see what ports are bound and >what process has bound to them. It is probably apache httpd. >|+-+-------

Re: Problem in tomcat 5.5 and 6.0

2007-03-16 Thread Huynh Van Chung
Hi Pietro Cerutti Thank you a lot. Tomcat 6.0 can run with this option: tomcat60_java_opts="-Djava.net.preferIPv4Stack=true" Huynh Van Chung Pietro Cerutti <[EMAIL PROTECTED]> wrote*: > On 3/16/07, Huynh Van Chung <[EMAIL PROTECTED]> wrote: >> Hi all. >>