FreeBSD 64 Bit Applications

2011-06-30 Thread John Dakos
 

 

 

Hello all.

 

I have a question about FreeBSD 64Bit Applications

 

I want to install FreeBSD 64 Bit to have most memory10 GB ram or up ,
and to make more stable.

 

My questions is .is FreeBSD 64 Bit  stable and Rock   such as 32 bit ?

 

These standard applications are working well on 64 bit  or not ?

 

 

Apache , Bind, Webmin , Mysql ,Postfix ,Dovecot, Spamassasin, PHP, Squid, PF

 

Any idea ?

 

Thanks.

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Stable Mail Server And Web Mail

2009-05-25 Thread John Dakos [ Enovation Technologies ]
 

Hello all ,  I want to install a  Mail Server with  Webmail,

Anybody to know a good Stable Mail Server and Web Mail

I will appreciate

Thanks all

 

 

 

 

 

 

 

 

 

 

John Dakos
Network Administrator
Enovation Technologies
Filellinon 35, Chalandrion
15232 Athens, GREECE
Tel: +30-210 811 9673
Mob: +30-6979348082

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


'help'

2008-07-28 Thread John Dakos [ Enovation Technologies ]


- Original Message - 
From: <[EMAIL PROTECTED]>

To: 
Sent: Monday, July 28, 2008 3:00 PM
Subject: freebsd-questions Digest, Vol 226, Issue 2



Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-questions digest..."


Today's Topics:

  1. Re: malloc options (Karl Vogel)
  2. Re: malloc options (Giorgos Keramidas)
  3. Network, routers, DHCP and PXE (Svein Halvor Halvorsen)
  4. Re: Network, routers, DHCP and PXE (Manolis Kiagias)
  5. Re: Binary upgrade from legacy version + ports
 (Jan Henrik Sylvester)
  6. Re: Network, routers, DHCP and PXE (Subhro)
  7. Re: Network, routers, DHCP and PXE (Svein Halvor Halvorsen)
  8. Re: Network, routers, DHCP and PXE (Manolis Kiagias)
  9. Re: Network, routers, DHCP and PXE (Svein Halvor Halvorsen)
 10. Re: Network, routers, DHCP and PXE (Manolis Kiagias)
 11. wget vs fetch (Marcel Grandemange)
 12. wget vs fetch (Marcel Grandemange)
 13. RE: wget vs fetch (Marcel Grandemange)


--

Message: 1
Date: Sun, 27 Jul 2008 21:55:39 -0400 (EDT)
From: [EMAIL PROTECTED] (Karl Vogel)
Subject: Re: malloc options
To: Giorgos Keramidas <[EMAIL PROTECTED]>
Cc: freebsd-questions@freebsd.org
Message-ID: <[EMAIL PROTECTED]>


On Sat, 26 Jul 2008 17:36:35 -0700,
Doug Hardie <[EMAIL PROTECTED]> wrote:


D> The program has worked under considerable load for many years with 
versions
D> 3.7 to 6.2.  Problems only occur with 7.0.  The program is quite 
complex

D> and big.  It uses probably hundreds of mallocs in a typical use.  The
D> problems only occur reasonably randomly and only under quite heavy 
load.
D> The developer is looking into it, but the problem only occurs on 
FreeBSD
D> 7.0, not any other Unix systems.  In the meantime I am losing money 
because

D> of it.


On Sun, 27 Jul 2008 05:03:58 +0300,
Giorgos Keramidas <[EMAIL PROTECTED]> said:


G> While that's understandable, the current malloc() has undergone quite
G> extensive testing by Jason Evans and a lot of people who use it in 
FreeBSD
G> 7.X or later.  Its ability to expose bugs in this way was deemed 
important

G> enough that it is now used by other projects too.

  I ran into a similar problem with the BSD allocator running under heavy
  load that didn't happen under any Solaris or Linux system I used.  I
  finally fixed it by using Doug Lea's malloc just for this one 
application:


http://shell.siscom.net/~vogelke/Software/Languages/C/Libraries/malloc/

  This was under FreeBSD 6.*, but it might provide another data point if 
you

  want to give it a try.

--
Karl Vogel  I don't speak for the USAF or my company
vogelke at pobox dot com   http://www.pobox.com/~vogelke

And God said, "Let there be vodka!"  And saw that it was good.  Then God
said, "Let there be light!"  And then said, "Whoa - too much light."


--

Message: 2
Date: Mon, 28 Jul 2008 07:13:50 +0300
From: Giorgos Keramidas <[EMAIL PROTECTED]>
Subject: Re: malloc options
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

On Sun, 27 Jul 2008 21:55:39 -0400 (EDT), [EMAIL PROTECTED] (Karl 
Vogel) wrote:

On Sat, 26 Jul 2008 17:36:35 -0700,
Doug Hardie <[EMAIL PROTECTED]> wrote:


D> The program has worked under considerable load for many years with
D> versions 3.7 to 6.2.  Problems only occur with 7.0.  The program is
D> quite complex and big.  It uses probably hundreds of mallocs in a
D> typical use.  The problems only occur reasonably randomly and only
D> under quite heavy load.  The developer is looking into it, but the
D> problem only occurs on FreeBSD 7.0, not any other Unix systems.  In
D> the meantime I am losing money because of it.


On Sun, 27 Jul 2008 05:03:58 +0300,
Giorgos Keramidas <[EMAIL PROTECTED]> said:


G> While that's understandable, the current malloc() has undergone
G> quite extensive testing by Jason Evans and a lot of people who use
G> it in FreeBSD 7.X or later.  Its ability to expose bugs in this way
G> was deemed important enough that it is now used by other projects
G> too.

I ran into a similar problem with the BSD allocator running under
heavy load that didn't happen under any Solaris or Linux system I
used.  I finally fixed it by using Doug Lea's malloc just for this one
application:


http://shell.siscom.net/~vogelke/Software/Languages/C/Libraries/malloc/

This was under FreeBSD 6.*, but it might provide another data point if
you want to give it a try.


I'm not sure how similar the two problems are.  I quite frankly