Re: Cyrus IMAP upgrade

2013-05-08 Thread Scott Lambert
s. We did not get all of the mailboxes reconstructed before users came in Monday morning. But we did not hear many slowness complaints. We had about 5000 mail accounts. I am not sure how many folders there were. Probably an average of 3 to 6 per account. Our IMAP spool is on ZFS. -- Scott Lam

Re: painful process.. php53/etc

2012-06-22 Thread Scott Lambert
php5-5.3\*; sudo portmaster `cut -d " " -f1 ~/portversion.log | grep php5 | grep -v php5-extensions ` ; # Then you can upgrade php5-extensions. sudo portmaster php5-extensions ; sudo portmaster pear\* ; # just for good measure -- Scott Lambert

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-31 Thread Scott Lambert
ld still have: php5_autoupgrade=(YES|NO|WARN|EMAILUPGRADESCRIPTTOADMIN|...) That could lead to a proliferation of rc.d/scripts which don't actually control daemons. That might not be a good thing. Maybe using the rc.d scripts is a bad idea? -- Scott LambertKC5MLE

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-27 Thread Scott Lambert
ning message before attempting to stop the old daemon then upgrading while a likely un-usable config is in place. I see it as win, win, if there is a knob. I do not like either option without a knob, depending on the box we are talking about. -- Scott Lambert

Re: xz

2011-02-28 Thread Scott Lambert
===>>> Delete this dependency data? y/n [n] > > ...and what I don't know is do I need to press yes or no, please? Tell it yes. Press y. Portmaster should do the right thing for you. -- Scott LambertKC5MLE Unix SysAdmin lamb...@lamber

Re: Java For Firefox

2010-03-19 Thread Scott Lambert
ake a deep breath, smile, and try again. Here in Arkansas, we have a lot of daffodils up. The fruit trees are flowering. The grass is greening up. -- Scott LambertKC5MLE Unix SysAdmin lamb...@lambertfam.org __

Re: install-sh - permission denied

2009-10-20 Thread Scott Lambert
wrote: >I'm working on a new port, and I'm getting this error during make install: > >test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" >.././install-sh: Permission denied Is the execute bit set on ../install.sh? -

Re: Nagios SIGSEGV on FreeBSD 8

2009-09-22 Thread Scott Lambert
Bcc:ing port to close the thread there. On Wed, Sep 23, 2009 at 12:58:01AM +0200, Stefan Bethke wrote: > Am 22.09.2009 um 23:29 schrieb Scott Lambert: > >I've posted this to FreeBSD-ports and Nagios-Users without a nibble. > > > >I've been running a FreeBSD 8-BETA

Nagios SIGSEGV on FreeBSD 8

2009-09-14 Thread Scott Lambert
I suspect the issue may have to do with threads on FreeBSD 8. I need more clue to figure out if my suspicions could be correct. I must be the first sucker to try to run Nagios on FreeBSD 8. :-) Thanks, -- Scott LambertKC5MLE Unix SysAdmin lamb...@l

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Scott Lambert
eaped the older declarations yet because I still have a couple of old boxes. -- Scott LambertKC5MLE Unix SysAdmin lamb...@lambertfam.org ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: Proposal: mechanism for local patches

2008-12-03 Thread Scott Lambert
On Wed, Dec 03, 2008 at 02:10:40AM +, G. Paul Ziemba wrote: > [EMAIL PROTECTED] (Scott Lambert) writes: > > >How about something like WRKDIRPREFIX? > > >Presumably the logic for dealing with that structure is already in > >the system. Maybe you could have USE_

Re: Proposal: mechanism for local patches

2008-12-02 Thread Scott Lambert
Maybe you could have USE_LOCAL_PATCHES boolean which uses ${CATEGORY}/${PORTNAME}/files subdirs in WRKDIRPREFIX, or LOCALPATCHDIRPREFIX if you want to keep your patches in CVS/SVN without polluting the CVS/SVN working directory. Just a thought. -- Scott LambertKC5MLE

Re: FreeBSD Port: freeradius-mysql-1.1.7_3

2008-06-26 Thread Scott Lambert
or so for why the freeradius2 port has not yet been updated. -- Scott LambertKC5MLE Unix SysAdmin [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-po

Re: FreeBSD Port: freeradius-mysql-1.1.7_3

2008-06-26 Thread Scott Lambert
On Thu, Jun 26, 2008 at 06:33:38PM -0500, Scott Lambert wrote: > On Thu, Jun 26, 2008 at 11:25:48PM +0200, Giovanni Venturi wrote: > > Has been released Free Radius 2.0.5 on the 7th June. You could > > update the port :) . Thank you from now for your reply. > > Check the maili

Re: bsdpan- to p5- migration

2007-07-17 Thread Scott Lambert
me glob"). # -f/--force with each command will override the held status. # # To completely hide the existence of a package, put a dummy file # named "+IGNOREME" in the package directory. # # cf. pkg_glob(1), ports_glob(1) # # e.g.: # HOLD_PKGS =

Re: Package management on many hosts

2007-01-31 Thread Scott Lambert
f servers? > Is the old standard of a cronjob for daily `portaudit -a` results still > the best option? > > I'm putting together some tools to help with this stuff, but I'd hate to > duplicate a perfectly functional wheel. -- Scott LambertKC