Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alex Kozlov
On Mon, May 13, 2013 at 01:41:28AM +0400, Dmitry Morozovsky wrote: > On Sun, 12 May 2013, Ed Schouten wrote: > > 2013/5/12 Dmitry Morozovsky : > > > I'm afraid it could produce more harm than goodness on old hardware > > > and/or other architectures like arm. > > Any change we make at FreeBSD may o

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alexey Dokuchaev
On Sun, May 12, 2013 at 11:37:48PM +0200, Ed Schouten wrote: > In fact, I think that for embedded systems, using xz compression would > even be better. Many of those systems are often more storage space > constrained than CPU constrained (e.g. a 200 MHz wireless device with > only 8 MB of flash).

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Alexey Dokuchaev
On Mon, May 13, 2013 at 01:14:35AM +0400, Dmitry Morozovsky wrote: > methodrealtm arsize > > gzip 45s 183M > bzip2 5m32s 115M > xz11m43s 112M > > I would tend to use xz for distributives (including freebsd-updates or > portsnap), where compression process

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
Ed, On Sun, 12 May 2013, Ed Schouten wrote: > 2013/5/12 Dmitry Morozovsky : > > I'm afraid it could produce more harm than goodness on old hardware > > and/or other architectures like arm. > > Any change we make at FreeBSD may or may not cause problems on old > hardware and/or other architectur

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Ed Schouten
2013/5/12 Dmitry Morozovsky : > I'm afraid it could produce more harm than goodness on old hardware > and/or other architectures like arm. Any change we make at FreeBSD may or may not cause problems on old hardware and/or other architectures like ARM. It's typically a case of trial and error to se

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Eitan Adler
On 12 May 2013 11:54, Dmitry Morozovsky wrote: > On Sun, 12 May 2013, Eitan Adler wrote: > >> Author: eadler >> Date: Sun May 12 15:23:59 2013 >> New Revision: 250565 >> URL: http://svnweb.freebsd.org/changeset/base/250565 >> >> Log: >> Make newsyslog compress logs with xz instead of bzip2 to sa

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
On Sun, 12 May 2013, Baptiste Daroussin wrote: > > >> Log: > > >>Make newsyslog compress logs with xz instead of bzip2 to save space. > > > While it may be useful for contemporary x64 machines, where CPU power is > > > not an > > > issue, I'm afraid it could produce more harm than goodness on

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Pedro Giffuni
On 05/12/2013 15:23, Matthew Jacob wrote: On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: On Sun, 12 May 2013, Eitan Adler wrote: Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Baptiste Daroussin
On Sun, May 12, 2013 at 01:23:39PM -0700, Matthew Jacob wrote: > On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: > > On Sun, 12 May 2013, Eitan Adler wrote: > > > >> Author: eadler > >> Date: Sun May 12 15:23:59 2013 > >> New Revision: 250565 > >> URL: http://svnweb.freebsd.org/changeset/base/250565

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Matthew Jacob
On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote: On Sun, 12 May 2013, Eitan Adler wrote: Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz instead of bzip2 to save space. While it

Re: svn commit: r250565 - head/etc

2013-05-12 Thread Dmitry Morozovsky
On Sun, 12 May 2013, Eitan Adler wrote: > Author: eadler > Date: Sun May 12 15:23:59 2013 > New Revision: 250565 > URL: http://svnweb.freebsd.org/changeset/base/250565 > > Log: > Make newsyslog compress logs with xz instead of bzip2 to save space. While it may be useful for contemporary x64 ma

svn commit: r250565 - head/etc

2013-05-12 Thread Eitan Adler
Author: eadler Date: Sun May 12 15:23:59 2013 New Revision: 250565 URL: http://svnweb.freebsd.org/changeset/base/250565 Log: Make newsyslog compress logs with xz instead of bzip2 to save space. PR: conf/178504 Submitted by: ak Reviewed by: smh Modified: head/etc/newsyslog.