Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Lyndon Nerenberg
Beware that they (DO) do not at all grok ipv6. They hand out /124s, or something equally silly. signature.asc Description: Message signed with OpenPGP using GPGMail

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Jamie Landeg-Jones
Bernhard Fröhlich wrote: > I had a quick look at it and the result is > quite poor considering the time it took them to get it done. > > They had to install quite a few packages (perl, python27, libX11, avahi > ...) and modified the stock FreeBSD image quite a bit. At startup they send > an arpin

[RFC] Change OpenSSL derived digest functions to return boolean values

2015-01-15 Thread Jun Kuriyama
Hi, I put a patch to Phabricator and Github. https://reviews.freebsd.org/D1542 https://github.com/kuriyama/freebsd/compare/openssl-digest-return-value Any comments are welcome! DESCRIPTION OpenSSL changed return value type of *_{Init,Update,Final}() functions at 2001 [1]. Our implementation

Re: Connected sanitizer libraries to the build (for x86)

2015-01-15 Thread Dimitry Andric
On 14 Jan 2015, at 22:17, Kurt Lidl wrote: > > This apparently breaks the build when compiling on a > system that has WITHOUT_IPFILTER= in /etc/src.conf: > > --- depend_subdir_libclang_rt --- > In file included from > /usr/src/lib/libclang_rt/asan/../../../contrib/compiler-rt/lib/sanitizer_comm

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Marcin Cieslak
On Thu, 15 Jan 2015, Slawa Olhovchenkov wrote: > On Thu, Jan 15, 2015 at 06:28:23PM +0300, Lev Serebryakov wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > On 15.01.2015 14:29, Lev Serebryakov wrote: > > > > > https://www.digitalocean.com/company/blog/presenting-freebsd-

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Marcin Cieslak
On Thu, 15 Jan 2015, Bryan Venteicher wrote: > On Thu, Jan 15, 2015 at 9:44 AM, Slawa Olhovchenkov wrote: > > > On Thu, Jan 15, 2015 at 06:28:23PM +0300, Lev Serebryakov wrote: > > > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA512 > > > > > > On 15.01.2015 14:29, Lev Serebryakov wrote:

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Bryan Venteicher
On Thu, Jan 15, 2015 at 9:44 AM, Slawa Olhovchenkov wrote: > On Thu, Jan 15, 2015 at 06:28:23PM +0300, Lev Serebryakov wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > On 15.01.2015 14:29, Lev Serebryakov wrote: > > > > > > https://www.digitalocean.com/company/blog/present

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Bernhard Fröhlich
On Thu, Jan 15, 2015 at 12:29 PM, Lev Serebryakov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > https://www.digitalocean.com/company/blog/presenting-freebsd-how-we-made-it-happen/ > > I didn't see this news on mailing lists :) I had a quick look at it and the result is quite po

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Slawa Olhovchenkov
On Thu, Jan 15, 2015 at 05:42:36PM +0100, Hans Petter Selasky wrote: > On 01/15/15 16:58, Slawa Olhovchenkov wrote: > > On Thu, Jan 15, 2015 at 04:51:00PM +0100, Hans Petter Selasky wrote: > > > >> On 01/15/15 16:46, Slawa Olhovchenkov wrote: > >>> On Thu, Jan 15, 2015 at 04:37:51PM +0100, Hans Pe

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Hans Petter Selasky
On 01/15/15 16:58, Slawa Olhovchenkov wrote: On Thu, Jan 15, 2015 at 04:51:00PM +0100, Hans Petter Selasky wrote: On 01/15/15 16:46, Slawa Olhovchenkov wrote: On Thu, Jan 15, 2015 at 04:37:51PM +0100, Hans Petter Selasky wrote: Only stability impovement? Or performance too? Hi, Stability i

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Mark Martinec
But here are some thread about FreeBSD is way slower than Linux in these virtual installations https://news.ycombinator.com/item?id=487 May be IOPS quotation? Can you test with dd and custom kernel with MAXPHYS=1048576 ? Don't know about DO, but networking over virtio is also slower und

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 15.01.2015 18:44, Slawa Olhovchenkov wrote: >>> https://www.digitalocean.com/company/blog/presenting-freebsd-how-we-made-it-happen/ >>> >>> >>> I didn't see this news on mailing lists :) >> But here are some thread about FreeBSD is way slower th

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Slawa Olhovchenkov
On Thu, Jan 15, 2015 at 04:51:00PM +0100, Hans Petter Selasky wrote: > On 01/15/15 16:46, Slawa Olhovchenkov wrote: > > On Thu, Jan 15, 2015 at 04:37:51PM +0100, Hans Petter Selasky wrote: > > > > Only stability impovement? > > Or performance too? > > Hi, > > Stability improvement mostly. Should

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Slawa Olhovchenkov
On Thu, Jan 15, 2015 at 06:28:23PM +0300, Lev Serebryakov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 15.01.2015 14:29, Lev Serebryakov wrote: > > > https://www.digitalocean.com/company/blog/presenting-freebsd-how-we-made-it-happen/ > > > > I didn't see this news on mailin

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Hans Petter Selasky
On 01/15/15 16:46, Slawa Olhovchenkov wrote: On Thu, Jan 15, 2015 at 04:37:51PM +0100, Hans Petter Selasky wrote: Only stability impovement? Or performance too? Hi, Stability improvement mostly. Should not affect performance from what I know. Some changes are made about when and how we can s

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Slawa Olhovchenkov
On Thu, Jan 15, 2015 at 04:37:51PM +0100, Hans Petter Selasky wrote: > On 01/14/15 15:31, Hans Petter Selasky wrote: > > On 01/11/15 19:08, Jason Wolfe wrote: > >> Hans, > >> > >> We've had 50 machines running 10.1-STABLE with this patch for the > >> better part of a week without issue. Prior we

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-15 Thread Hans Petter Selasky
On 01/14/15 15:31, Hans Petter Selasky wrote: On 01/11/15 19:08, Jason Wolfe wrote: Hans, We've had 50 machines running 10.1-STABLE with this patch for the better part of a week without issue. Prior we would have seen a panic every few days at the least, so things are looking very promising on

Re: DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 15.01.2015 14:29, Lev Serebryakov wrote: > https://www.digitalocean.com/company/blog/presenting-freebsd-how-we-made-it-happen/ > > I didn't see this news on mailing lists :) But here are some thread about FreeBSD is way slower than Linux in the

DigitalOcean offers VMs with FreeBSD!

2015-01-15 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 https://www.digitalocean.com/company/blog/presenting-freebsd-how-we-made-it-happen/ I didn't see this news on mailing lists :) - -- // Lev Serebryakov AKA Black Lion -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) iQJ8BAEBCgBmB

Re: Devops question: unattended installs of FreeBSD?

2015-01-15 Thread Kamil Czekirda
Please take a look on this: https://wiki.freebsd.org/SummerOfCode2014/FreeBSD_PXE_preseed This is extension for bsdinstall script, you can configure for example local mirror, root password, zfs options etc. The most straightforward solution: - save configured template to www server ( http://svnw