RELEASE-8.1 with heavy network activity (nginx + php-fpm)

2011-07-08 Thread Adam PAPAI
pc.semmnu=1024 kern.ipc.maxsockets=65536 kern.maxproc=12328 kern.ipc.shmmax=2147483648 kern.ipc.somaxconn=4096 net.inet.tcp.hostcache.cachelimit=65532 What should I do? Any ideas? Any tuning tips? Thanks in advance, -- Adam PAPAI ___ freebsd-questions@freebsd.org mail

How to send a patch in a proper way?

2010-03-19 Thread Adam PAPAI
to use them? How should I send the patches? diff -u full path or relative path? Is there any FAQ about this issue? Thanks in advance, -- Adam PAPAI ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: GBDE encryped File system

2010-03-20 Thread Adam PAPAI
g the password via the console or ssh(1). Please read: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html -- Adam PAPAI ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: Setting ucastrate in /etc/rc.conf

2010-03-23 Thread Adam PAPAI
wlan0 ucastrate 54 > > > How can I effectively set ucastrate in rc.conf? is this a typo? mcastrate != ucastrate Have you tried this one create_args_wlan0="wlanmode sta ucastrate 54 ssid linksys channel 6" instead this? create_args_wlan0="wlanmode sta mcastrate 54 ssid

freebsd-update(8) under sparc64? Why is it not available?

2010-03-24 Thread Adam PAPAI
I feel that the FreeBSD project doesn't have enough sparc64 build machine. Is this the reason why binary freebsd-update is not available for sparc64 arch? The only methods for upgrading sparc64 are reinstall or build from source? -- Adam

Re: freebsd-update(8) under sparc64? Why is it not available?

2010-03-24 Thread Adam PAPAI
hat to do :) I have 2xNetra T1, 1xNetra X1, 1xFire V100, so I have some sparc64 machines to test/build if this could help. -- Adam PAPAI ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Re: Upgrading from 6.1 to 7.3

2010-03-24 Thread Adam PAPAI
On 3/24/10 10:53 AM, Sigmar Muuga wrote: > Hello, > have anybody done something like this? Is it reasonable or is it better > to make a "clean install"? You should read this: http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.

Re: Pure-ftpd non anonymous

2010-03-24 Thread Adam PAPAI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/24/10 8:07 PM, m.anis wrote: > # Disallow anonymous connections. Only allow authenticated users. Did you restart pure-ftpd after the changes? /usr/local/etc/rc.d/pure-ftpd stop /usr/local/etc/rc.d/pure-ftpd start - -- Adam PAPAI -BE

Re: freebsd-update(8) under sparc64? Why is it not available?

2010-03-25 Thread Adam PAPAI
such a beast. > Ken, did the V880s at your university become available as > intended some time ago? Yeah on a v100 the make buildworld takes more than 486m7.660s ~ 8 hours. -- Adam PAPAI ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: freebsd-update(8) under sparc64? Why is it not available?

2010-03-25 Thread Adam PAPAI
is able > to run buildworld in 1 hour. And what about ccache? I'll try it. -- Adam PAPAI ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "f

Re: Magento

2010-04-16 Thread Adam PAPAI
ave 2 magento sites on 7.0 and 8.0. It runs perfectly. :) -- Adam PAPAI ___ 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"

benchmark graphs, which software to use?

2010-05-29 Thread Adam PAPAI
Dear Mailing List, I don't know how to create images like these: http://people.freebsd.org/~kris/scaling/p3.png http://people.freebsd.org/~kris/scaling/os-mysql.png Which software should I use? Thanks in advance, -- Adam PAPAI ___ freebsd-ques

sysbench / fileio - Linux vs. FreeBSD

2010-06-04 Thread Adam PAPAI
enBSD servers to FreeBSD 3 years ago... :) When all tests are ready I'll publish all the results, including the postgresql benchmarks as well. Best Regards, - -- Adam PAPAI -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-05 Thread Adam PAPAI
t; /home : zfs with compression disabled and checksums enabled > > I ran a test with a blocksize of 8KB and 16 threads. > > /var : 25.2MB/s > /usr/obj : 64.8MB/s > /usr/src : 386.3MB/s > /home : 60.3MB/s > It seems I have to test it with zfs as well.

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-05 Thread Adam PAPAI
e the same results. With compression it's pretty fast. An application benchmark will give us typical data write, so I'll run PgSQL benchmarks on the ZFS pool as well. - -- Adam PAPAI NETIDEA Informatikai Szolgáltató Kft. http://www.netidea.hu E-mail: w...@wooh.hu Phone: +36 30 33-55-735 (H

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-06 Thread Adam PAPAI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/5/10 2:43 AM, Igor Mozolevsky wrote: > On 5 June 2010 00:58, Adam PAPAI wrote: > >> How can I tune my disk to make it faster? Is it possible? What is the >> reason of the really slow I/O with more than 4 threads? What do you