Re: Graphical Terminal Environment

2012-03-06 Thread Alex Kozlov
On Tue, Mar 06, 2012 at 12:37:32PM +, RW wrote: > BTW does anyone know what the character at the end of the size field is > in the "vidcontrol -i mode" output, I'm seeing "D","P" or "4" on the > graphics modes. It's video memory model: $num - planar, $num - number of planes C- GCA graphics

Re: Make process title - % complete

2009-10-20 Thread Alex Kozlov
On Tue, Oct 20, 2009 at 02:42:17PM +0200, Ivan Voras wrote: > Alex Kozlov wrote: > > > Of course ps or top output much more convenient, but if setproctitle so > > expencive and will be called so often, then SIGINFO may be good > > compromise. > > Regarding speed of

Re: Make process title - % complete

2009-10-20 Thread Alex Kozlov
On Tue, Oct 20, 2009 at 10:07:07AM +0200, Lars Engels wrote: > Quoting Alex Kozlov : > > > On Mon, Oct 19, 2009 at 05:51:42PM +0200, Ivan Voras wrote: > >> 2009/10/19 Alex Kozlov : > >> > On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >&g

Re: Make process title - % complete

2009-10-19 Thread Alex Kozlov
On Mon, Oct 19, 2009 at 05:51:42PM +0200, Ivan Voras wrote: > 2009/10/19 Alex Kozlov : > > On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >> >> if nobody objects, I'll commit it :) > >> > > >> > I seem to recall that setproctitle(

Re: Make process title - % complete

2009-10-19 Thread Alex Kozlov
On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >> if nobody objects, I'll commit it :) > > > > I seem to recall that setproctitle() is quite expensive to call; perhaps > > it would make sense offer a flag to prevent make(1) from calling it? [1] > > > > Anyway, the feature looks nice!

Re: lzo2 shows insane speed gap

2008-12-29 Thread Alex Kozlov
Christian Weisgerber wrote: > Oh, and everybody is invited to run > > $ cd /usr/ports/archivers/lzo2 && make $cd /usr/ports/archivers/lzo2 && time sudo make [...] All tests passed. Now you are ready to install LZO. real1m1.041s

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 09:57:07AM +0100, Vincent Hoffman wrote: > > On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > >> On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: > >>> [1]: > >>> $cat /usr/local/bin/service

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 12:19:54PM +0200, Dag-Erling Smørgrav wrote: > Alex Kozlov <[EMAIL PROTECTED]> writes: > > Matthew Seaman <[EMAIL PROTECTED]> writes: > > > [...] XML itself is too general-purpose: it has too much baggage > > > designed f

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: > > [1]: > > $cat /usr/local/bin/service > > Basically what I had in mind, but it can be made more portable across > FreeBSD con

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 11:29:49AM +0100, Matthew Seaman wrote: > Jeremy Chadwick wrote: > > On Wed, Aug 06, 2008 at 07:14:51PM -0400, [EMAIL PROTECTED] wrote: > >> To who it may concern, > >> > >>I am A FreeBSD administrator as well as a Solaris Administrator. I use > >> BSD at home but Solari

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 01:06:38AM -0400, Mike Meyer wrote: >On Wed, 6 Aug 2008 22:34:51 "Michael B Allen" <[EMAIL PROTECTED]> wrote: > > But of course the format of data in a database is largely irrelevant. > > You could implement the same thing with dbm files or a more forgiving > > text format.