How to forge make a port with no checksum

2004-01-25 Thread Nguyen Tam Chinh
Sorry for lamer's question. But I don't know how to make a port without
checksum. Where to put the const NO_CHECKSUM??? in the Makefile or in the
make command? (and how)
Thank you for any reply.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KDE startup slowly on "initializing system service"

2004-02-23 Thread Nguyen Tam Chinh

Oh, I'm sorry. Please cc me, I don't register in these mailling lists.

On Mon, 23 Feb 2004, Nguyen Tam Chinh wrote:

> Good afternoon everybody,
> I know this is not a new problem. But till now i found no solution for
> this. My KDE 3.1.4 and 3.2 (just updated recently through ports) enter the
> same problems: startup slowly on "initializing system service", konqueror
> hangs sometime (~1 min) when i try to browse local directories (but
> after the first hang, konqueror can browse normally), kaddressbook show
> up too slowly and so on.
> Clearing all /tmp, ~home/.kde do nothing. Someone on a linux mailling list
> said that the problem is wrong hosts file or wrong network configuration,
> but my configs are okay. wmaker and xfce work well.
> I doubt that there is something in the open-ldap package, but i found no
> documentation about this.
> What could be the issue here?
> Thank you very much for your attention.
>
> My system info:
> %uname -a
> FreeBSD chinhngt.b.gz.ru 4.9-STABLE FreeBSD 4.9-STABLE #0:
> some other files are attached.
>
> -
> With best regards.
> Nguyen Tam Chinh
> [EMAIL PROTECTED]

-
With best regards.
Nguyen Tam Chinh
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Configure MTA to receive mails for any domain

2007-02-15 Thread Nguyen Tam Chinh

Hello,

This may be not a standard requirement for MTA, but I wanna configure
a MTA (sendmail, postfix, ...) to receive emails for any domain (It
means I want to catch all emails that go to the MTA). This is use for
a spamer detecting project.
In sendmail or posfix  we must make a list of accepted domains so that
I found no solution for this so far.
Any help is appreciated.
Thank you.

--
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


UFS2 optimization for many small files

2007-06-27 Thread Nguyen Tam Chinh

Greetings,

We're going to build a server with some 1Tb of over 500 million small
files with size from 0,5k to 4k.  I'm wonder if the ufs2 can handle
this kind of system well. From newfs(8) the min block size is 4k. This
is not optimal in our case, a 1k or 0,5k block is more effective IMHO.
I'd be happy if anyone can suggest what does fragment (block/8) in the
ufs2 mean and how this parameter works. I know It's better to read the
full ufs2 specification, but hope that someone here can give a hint.
Please advice with optimizations or tricks.
Thank you very much.

--
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UFS2 optimization for many small files

2007-07-01 Thread Nguyen Tam Chinh

On 7/2/07, Nikolay Pavlov <[EMAIL PROTECTED]> wrote:

On Wednesday, 27 June 2007 at 14:11:19 +0400, Nguyen Tam Chinh wrote:
> Greetings,
>
> We're going to build a server with some 1Tb of over 500 million small
> files with size from 0,5k to 4k.  I'm wonder if the ufs2 can handle
> this kind of system well. From newfs(8) the min block size is 4k. This
> is not optimal in our case, a 1k or 0,5k block is more effective IMHO.
> I'd be happy if anyone can suggest what does fragment (block/8) in the
> ufs2 mean and how this parameter works. I know It's better to read the
> full ufs2 specification, but hope that someone here can give a hint.
> Please advice with optimizations or tricks.
> Thank you very much.
>
> --
> With best regards,| The Power to Serve
> Nguyen Tam Chinh  |  http://www.FreeBSD.org
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

I am not aware of any ZFS results on such tasks, may be you will be the
one who share them ;) However RaiserFS whould be the best choise on such
spesific case. It's not available on FreeBSD currently.
I don't think UFS can handle a huge amount of small files effectively.
Of course gjournal could be an option for fsck problems, but how do you
plan to backup or sync this storage?



I'm aware of the fsck/backup problems. In our case there's no need for
backup so i went with ufs2. The current configuration is 4x250Gb disks
with bloc/frag ratio 4k/512b. We're generating files with the average
size of 6k ('cause the compress procedure does not work as well as we
estimated).
After a week I think we could collect some statistics in production.
Anyway, in this case a 8k/1k would be more effective for us. Hope that
I can test this in the next server.

--
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Python memory allocator: Free memory (fwd)

2006-10-20 Thread Nguyen Tam Chinh

Hello,

I really don't know whether this is a good idea to forward this message to 
ports@ and [EMAIL PROTECTED] I wrote to freebsd-python@ but there's no reply so 
far.

So this is the problem description:
I noticed that the free memory function patch 
(http://sourceforge.net/tracker/index.php?func=detail&aid=1123430&group_id=5470&atid=305470) 
was included in Python-2.5.
I built the Python-2.5 port in FreeBSD (6.2-PRELENG, latest ports tree) 
but the problem with free allocated memory still exists.
Do you have any information about this case? The feature seems to work in 
GNU/Linux and Windows.


Thank you all for your attention.
-
With best regards,  |    The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.su   |
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help Me!

2006-11-26 Thread Nguyen Tam Chinh

Hello,

Please try the 6.1 or 6.2-PRERELEASE. I doubt that the 6.0 does not 
support PerC 5/I driver.
If you want 6.0, please copy the mfi.ko to /boot/kernel and load it as a 
kernel module as boot by adding to /boot/loader.conf something like:

mfi_load="YES".
Hope that this helps.

On Mon, 27 Nov 2006, Phan Quoc Cao wrote:


I installed FreeBSD 6.0 on PowerEdge 2950, so if I retry to boot, but RAID
PerC 5/I card not detected hard disk drives.

I had to use mfi.ko driver for PERC 5/I by Selected Load KLD thought floppy
included mfi.ko driver then the install process is normal, but after that I
reboot machine, the filsystem not received and announced the following:


Manual root filesystem specification:

:  Mount  using filesystem 

   e.g. ufs:/dev/da0s1a

  ?  List valid disk boot devices

 Abort manual input

mountroot>

Who anyone can help me?

Thanks and best regards!






<http://609473.sigclick.mailinfo.com/sigclick/04020B02/05014E05/07014E04/422
26222.jpg>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



-
With best regards,  |        The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.su   |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: rc.conf Where to put DNS Servers addresses

2007-01-07 Thread Nguyen Tam Chinh

Hello,

You can change these parameters in /etc/resolv.conf. The man page
resolver(5) would help you with the syntax.

On 1/7/07, VeeJay <[EMAIL PROTECTED]> wrote:

Hello friends

During installation, we provide DNS server address, Defaultrouter
address, machin's IP address and Netmask address.

I can find and change the IP, Netmask and Defaultrouter addresses in
/etc/rc.conf. But where to find & change DNS1 & DNS2 servers IP's?

In which file and what location, I can find the DNS Server IP address I gave
during installation?

Thanks for the help!

--
Thanks!

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




--
With best regards,    |     The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
Loc: sp.cs.msu.su
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to bypass loader.conf at boot

2006-08-17 Thread Nguyen Tam Chinh

Hi all,

I edited the /boot/loader.conf to add values for kern.maxdsiz and
kern.dfldsiz.
Unfortunately my server can not boot after that (the values are too big). 
How can I bypass the loader.conf parameters at

boot? Or how I can change these values interactively?
The server is located in a data center and I can access to it through 
supporter.

Please advice.
Thanks all for helping.

PS. Please CC me because I'm not in this list.

-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.su   |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


It's top shows wrong load percent?

2007-08-22 Thread Nguyen Tam Chinh
Hello,

Recently we got some trouble on some FreeBSD 6.2-STABLE servers
(GENERIC kernel). Some python scripts are working on these servers and
after a day or two we get 0% idle in the CPU states. After sometime,
the operating system will unable to do even simple task like resolving
DNS name and the zabbix process can not send outbound packets to the
remote monitoring server. Maybe the top is showing wrong load percent?
vmstat -i shows that some kind of irq0: clk has a maximum value of
1000. Does this matter?
Please advice how to debug this overload problem.
Thank you very much!

--
%top
last pid: 12901;  load averages:  8.68,  8.65,  8.65up 1+20:44:06  04:15:12
1438 processes:9 running, 1429 sleeping
CPU states: 38.8% user,  0.0% nice, 60.1% system,  1.2% interrupt,  0.0% idle
Mem: 191M Active, 784M Inact, 141M Wired, 4K Cache, 112M Buf, 824M Free
Swap: 3883M Total, 3883M Free

  PID USERNAME  THR PRI NICE   SIZERES STATETIME   WCPU COMMAND
  893 test 1205  200   283M   158M kserel 746:23  0.83% python
  878 test  207  960 59864K 39912K select 139:48  0.00% python
  693 zabbix  1 1015  1876K  1180K RUN  0:31  0.00% zabbix_agentd
  699 zabbix  1 1015  1876K  1308K RUN  0:15  0.00% zabbix_agentd
  719 zabbix  1 1015  1876K  1308K RUN  0:14  0.00% zabbix_agentd
  717 zabbix  1 1015  1876K  1308K RUN  0:14  0.00% zabbix_agentd
  718 zabbix  1 1015  1876K  1316K RUN  0:14  0.00% zabbix_agentd
  666 root1  960  3504K  2936K select   0:04  0.00% sendmail
  660 root1  960  3524K  2692K select   0:02  0.00% sshd

%vmstat -i
interrupt  total   rate
irq0: clk  161045527   1000
irq8: rtc   20609989127
irq10: fxp0 84315079523
irq14: ata0   341080  2
Total  266311675   1653

%netstat -m
1100/2485/3585 mbufs in use (current/cache/total)
1092/1730/2822/96000 mbuf clusters in use (current/cache/total/max)
1092/1724 mbuf+clusters out of packet secondary zone in use (current/cache)
0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/0 9k jumbo clusters in use (current/cache/total/max)
0/0/0/0 16k jumbo clusters in use (current/cache/total/max)
2459K/4081K/6540K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0/7/16896 sfbufs in use (current/peak/max)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
0 calls to protocol drain routines

>From dmesg:

Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) Prosussor (1994.95-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x6a0  Stepping = 0
  
Features=0x383f9ff
  AMD Features=0xc0400800
real memory  = 2080309248 (1983 MB)
avail memory = 2029355008 (1935 MB)
kbd1 at kbdmux0
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
acpi_button1:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem
0xe000-0xe3ff at device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
fxp0:  port 0xd000-0xd03f mem
0xeb02-0xeb020fff,0xeb00-0xeb01 irq 10 at device 8.0 on
pci0
miibus0:  on fxp0
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:02:b3:ee:78:48
isab0:  at device 17.0 on pci0
isa0:  on isab0
atapci0:  port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe000-0xe00f at device 17.1 on
pci0
ata0:  on atapci0
ata1:  on atapci0
acpi_tz0:  on acpi0
fdc0:  port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]

-- 
With best regards,    | The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd-questions@freebsd.org

2007-08-22 Thread Nguyen Tam Chinh
Please read the sample cvsup-file (in /usr/share). A detail
instruction is already there in that sample file.

On 8/23/07, Truong Minh Hanh - FPT Software <[EMAIL PROTECTED]> wrote:
> How can I upgrate source code to 7.0-CURRENT with cvsup?
> Currently I'm using 6.2p5.
>
> Btw could anyone post here your cvsup-file to update your source code to
> 7.0 CURRENT?
> Tnx you very much
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>


-- 
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: It's top shows wrong load percent?

2007-08-22 Thread Nguyen Tam Chinh
On 8/23/07, Chuck Swiger <[EMAIL PROTECTED]> wrote:
> On Aug 22, 2007, at 2:34 AM, Nguyen Tam Chinh wrote:
> > Please advice how to debug this overload problem.
> > Thank you very much!
> >
> > --
> > %top
> > last pid: 12901;  load averages:  8.68,  8.65,  8.65up 1
> > +20:44:06  04:15:12
> > 1438 processes:9 running, 1429 sleeping
>
> Look at the number of processes you've got-- most likely you've got
> some scripts leaving zombie processes around, or one of the server
> programs you are running isn't cleaning up after it's children
> properly.  Do a "ps aux" and look for excessive numbers of processes

Thank you for your reply, we actually initialized over 1200 python
threads on each server. I'll try to low down the thread number for
tracking the problem.

-- 
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd-questions@freebsd.org

2007-08-22 Thread Nguyen Tam Chinh
On 8/23/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
> On Thu, August 23, 2007 07:19, Truong Minh Hanh - FPT Software wrote:
> > How can I upgrate source code to 7.0-CURRENT with cvsup?
> > Currently I'm using 6.2p5.
> >
> > Btw could anyone post here your cvsup-file to update your source code to
> > 7.0 CURRENT?
> > Tnx you very much
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> >
>
> You may want to edit the host to a host near you.
>
> *default host=cvsup4.de.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=.
> *default delete use-rel-suffix
> *default compress
> src-all
>

IMO, a cvsup server from jp, tw or sg regions will be the best fit for Vietnam.

PS. Why don't FPT, as a lead  ISP, create mirrors for FreeBSD and
other OSS projects? )) I do think that this would be a very good PR
campaign :)

-- 
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEED HELP FOR SUITABLE VERSION

2008-12-12 Thread Nguyen Tam Chinh
On Fri, Dec 12, 2008 at 11:21 AM, Sahil Tandon  wrote:
> hitech resources wrote:
>
>> *HI, i have PowerEdge(TM) 840, Quad Core Xeon Pro X3220 Processor, so what
>> is the suitable version of FreeBSD i could use. I actually want to use it
>> for server purposes. TQ
>
> 7
>

And amd64 also :)

-- 
With best regards,
Chinh Nguyen

***
FreeBSD - The Power to Serve
___
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"


Re: ftpd not chroot'ing

2008-12-12 Thread Nguyen Tam Chinh
On Fri, Dec 12, 2008 at 2:58 AM, Gunther Mayer
 wrote:
> Hi guys,
>
> I'm trying to set up a really simple, single account write only ftp service.
> So I put
>
> ftpd_enable="YES"
> ftpd_flags="-o -d"
>
> in my rc.conf and started the ftp server. Now I have a special password
> enabled user account called "camera" (none of the other accounts have
> passwords, all logins are either remote ssh with keys or local terminal
> access with root) with login shell /bin/sh.
>
> So far so good. All I want to do now is now use the chroot facility of ftpd
> so that when user "camera" logs in ftpd will chroot the session to its home
> directory (/home/camera). man ftpd and man ftpchroot tells me to put
> something like
>
> camera   yes
>
> in /etc/ftpchroot. But once I do that I always get:
>
> $ ftp myserver.mydomain.com
> Connected to myserver.mydomain.com
> 220 myserver FTP server (Version 6.00LS) ready.
> Name (mypc:test): camera
> 331 Password required for camera.
> Password:
> 550 Can't change root.
> Login failed.
> ftp> quit
> 221 Goodbye.
>
> If I disable that line in /etc/ftpchroot by commenting it out I can log in
> perfectly fine though. Even debug log messages (-d) don't tell me anything
> more than "can't change root" :-(
>
> The alternative as stated by "man ftpd" - putting a ":ftp-chroot=true:" in
> /etc/login.conf and doing a cap_mkdb /etc/login.conf seems to make no
> difference as no chroot is in effect (I can still cd .. and get to /home).
>
> What am I doing wrong?
>
> Gunther
> ___
> 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"
>

Try to put just username there, no need to put "yes".

-- 
With best regards,
Chinh Nguyen

***
FreeBSD - The Power to Serve
___
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"


Re: Centralized DB of "system" users

2008-12-12 Thread Nguyen Tam Chinh
On Fri, Dec 12, 2008 at 9:47 PM, Ivan Voras  wrote:
> Valentin Bud wrote:
>> On Fri, Dec 12, 2008 at 3:12 PM, Wojciech Puchar <
>> woj...@wojtek.tensor.gdynia.pl> wrote:
>>
>>> this case (though it's very complicated to set up, especially the first
> why it is "right" solution?
>
 Interoperability. Today, with Linux, tomorrow, Windows or Mac OS X.

>>> so not "right" but interoperable. if i do have only unix systems in LAN,
>>> NIS is much better easier and faster.
>>
>>
>> If you only have UNIX systems in LAN. But in my case i have Linux + FreeBSD
>> (server). From the handbook
>> NIS only works between FBSDs. Am i missing something?
>
> You are correct.
>

Hmm, I have NIS server on an old Solaris 8 and all clients are Linux
(I can't use FBSD at work due so far). So it sounds strange if NIS
works only between FBSDs, something not standard in the
implementation?
Anyway, I also vote for the LDAP. Later on when you need to introduce
new services, LDAP will integrate better. NIS is very specific for
*nix world.

-- 
With best regards,
Chinh Nguyen

***
FreeBSD - The Power to Serve
___
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"


Re: CMS suggestion on FreeBSD (except Mambo)

2008-12-13 Thread Nguyen Tam Chinh
On Sat, Dec 13, 2008 at 9:26 PM, munkhbayar batkhuu  wrote:
> Dear all FreeBSD list members.
>
> One of my old FreeBSD-5.4 server is installed with Mambo (4.6.2 Bug
> Stomp Pre-Release 2, not installed from ports) and I'm going to
> upgrade this Content Management System (CMS) to FreeBSD-7 and tried to
> install Mambo via ports.
> New portaudit installed system says Mambo have security issue and
> can't be installed. And I'm not going to use Mambo. (I know Mambo have
> long standing history of security issues).
> It seems that Joomla will be installed fine (,however).
>
> My question is, "Can you suggest me on more secure open source CMS?,
> which CMS are you using on FreeBSD?".
>

How about WordPress? Its code is very nice :)

-- 
With best regards,
Chinh Nguyen

***
FreeBSD - The Power to Serve
___
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"