Re: [new] sysutils/tarsnap

2011-03-16 Thread Matthew Weigel
relatively static for a very long time? -- Matthew Weigel hacker unique & idempot . ent

Re: confusing statement in dovecot

2010-07-23 Thread Matthew Weigel
cot > fi > and no more warnings. > > The ugly part is needing to look at this file at every time I had to > manually restart. I can't remember details like this! Why not create a custom login class for dovecot instead? -- Matthew Weigel hacker unique & idempot . ent

Re: Can mysql be set to utilize all cores in a CPU in generic.mp ?

2010-04-07 Thread Matthew Weigel
sql behaves the same way as to the kernel > resources and its cores? Yes, PostgreSQL uses multiple processes instead of multiple threads, so it can take advantage of multiple processors on OpenBSD. -- Matthew Weigel hacker unique & idempot . ent

Re: [Update] Dovecot 1.2.1 with Managesieve

2009-10-07 Thread Matthew Weigel
n you used to have (and therefore, whether you need to deal with 1.1->1.2 config changes). -- Matthew Weigel hacker unique & idempot . ent Index: pkg/MESSAGE-server === RCS file: /cvs/ports/mail/dovecot/pkg/MESSAGE-serv

Re: [Update] Dovecot 1.2.1 with Managesieve

2009-10-06 Thread Matthew Weigel
ut it would be nice for OpenBSD 4.7. Upgrading from OpenBSD 4.4 to 4.5, the first release after dovecot was upgraded from 1.0 to 1.1, I got bitten by a similar lack of warning (either in MESSAGE-server or http://www.openbsd.org/faq/upgrade45.html). -- Matthew Weigel hacker unique & idempot . ent

Re: Hiawatha and OpenBSD

2009-09-22 Thread Matthew Weigel
penBSD? You'll need one more newline between "Content-Type: text/plain" and "Hello World". -- Matthew Weigel hacker unique & idempot . ent

Re: Update: postgresql 8.4.0

2009-07-21 Thread Matthew Weigel
e best spot but obviously it's not perfect either. -- Matthew Weigel hacker unique & idempot . ent

Re: net/zabbix status

2009-06-03 Thread Matthew Weigel
Jasper Lievisse Adriaanse wrote: On Wed, Jun 03, 2009 at 10:09:57AM -0500, Matthew Weigel wrote: Any problems with or comments on the patch I submitted a couple weeks ago? http://marc.info/?l=openbsd-ports&m=124262577812450 -- Matthew Weigel hacker unique & idempot . ent hi, i

net/zabbix status

2009-06-03 Thread Matthew Weigel
Any problems with or comments on the patch I submitted a couple weeks ago? http://marc.info/?l=openbsd-ports&m=124262577812450 -- Matthew Weigel hacker unique & idempot . ent

Re: xpdf crashing in OpenBSD 4.5

2009-05-27 Thread Matthew Weigel
o I just started using epdfview when I saw it again... -- Matthew Weigel hacker unique & idempot . ent

Re: www/seamonkey

2009-05-18 Thread Matthew Weigel
de for you, the ports system is just as bad as installing packages, except you ALSO have a time-consuming-but-completely-automated step to take. -- Matthew Weigel hacker unique & idempot . ent

Re: www/seamonkey

2009-05-18 Thread Matthew Weigel
html, > if it's html, sending me a comment on it will get me to fix it. I don't > want to violate your list rules. I see it as text. -- Matthew Weigel hacker unique & idempot . ent

Re: net/zabbix: pgsql/mysql flavors?

2009-05-17 Thread Matthew Weigel
Mikolaj Kucharski wrote: > On Sun, May 17, 2009 at 06:39:19PM -0500, Matthew Weigel wrote: >>> Send a diff. Learn how to use the tools properly. >> OK! I guess the differentiating factor is that it's now in CVS, so changes >> should be submitted as CVS diffs? > &

Re: net/zabbix: pgsql/mysql flavors?

2009-05-17 Thread Matthew Weigel
Brad wrote: > Send a diff. Learn how to use the tools properly. OK! I guess the differentiating factor is that it's now in CVS, so changes should be submitted as CVS diffs? -- Matthew Weigel hacker unique & idempot . ent

Re: net/zabbix: pgsql/mysql flavors?

2009-05-17 Thread Matthew Weigel
Matthew Weigel wrote: > Previously I attached a .tgz that had all the various additions (like sthen@'s > README.OpenBSD), attached now is just a diff between the Makefile currently in > CVS and the one I'm using. OK, I missed something so I'll try sending a new tarball

Re: net/zabbix: pgsql/mysql flavors?

2009-05-17 Thread Matthew Weigel
all the various additions (like sthen@'s README.OpenBSD), attached now is just a diff between the Makefile currently in CVS and the one I'm using. -- Matthew Weigel hacker unique & idempot . ent --- Makefile.noflav Sun May 17 15:41:22 2009 +++ MakefileSun Ma

Re: net/zabbix: pgsql/mysql flavors?

2009-04-29 Thread Matthew Weigel
Jacob Meuser wrote: On Wed, Apr 29, 2009 at 04:32:37PM -0500, Matthew Weigel wrote: @@ -32,26 +33,47 @@ LIB_DEPENDS-server = ${LIB_DEPENDS} \ curl::net/curl \ netsnmp::net/net-snmp \ - mysqlclient::databases/mysql

net/zabbix: pgsql/mysql flavors?

2009-04-29 Thread Matthew Weigel
hoose only one of mysql and pgsql +.endif +LIB_DEPENDS-server += pq:postgresql-client:databases/postgresql,-client +RUN_DEPENDS-web = ::www/php5/extensions,-pgsql +CONFIGURE_ARGS += --with-pgsql +DRIVER = pgsql +.endif post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX-web}/zabbix -- Matthew Weigel hacker unique & idempot . ent

net/zabbix bad patch?

2009-04-26 Thread Matthew Weigel
;; + charuser[7] = "_zabbix"; Whoa. I believe that should be either "user[8]" to allow for a trailing null, or "user[]" since the exact size doesn't appear to be used anywhere else in the function. -- Matthew Weigel hacker unique & idempot . ent