freebsd-update won't update 8.2-R-p9 to p10

2013-01-13 Thread Matthew Pounsett
I can't seem to get freebsd-update to do the jump from 9.2-RELEASE-p9 to p10. This is what I'm getting. sudo freebsd-update fetch Password: Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done.

Re: Major version changes using portupgrade?

2011-12-04 Thread Matthew Pounsett
On 2011/12/04, at 02:29, Sergio Tam wrote: === postgresql-client-9.1.1_1 conflicts with installed package(s): postgresql-client-8.4.8 They will not build together. Please remove them first with pkg_delete(1). pay attention here *** Error code 1

Re: Major version changes using portupgrade?

2011-12-04 Thread Matthew Pounsett
On 2011/12/04, at 14:13, Matthew Seaman wrote: 4) Now for the updating bit. I'm going to use portmaster's '-o' functionality to swap out the postgresql versions. (portupgrade has very similar functionality if you prefer that.) postgresql is trickier than most, because

Re: Major version changes using portupgrade?

2011-12-04 Thread Matthew Pounsett
On 2011/12/02, at 05:19, Matthew Pounsett wrote: I was expecting the following to work: sudo portupgrade -rf -o databases/postgresql91-client databases/postgresql84-client However, I'm running into a problem where the ports makefiles, and by extension portupgrade, are detecting

Major version changes using portupgrade?

2011-12-03 Thread Matthew Pounsett
I'm trying to do a major version upgrade of postgres from 8.4 to 9.1. I've dumped the db and uninstalled the postgres-server port, and I'd like to use portupgrade to handle the client upgrade, since it has a number of dependencies that probably should be recompiled against the new client libs

Starting tomcat7 port on 8.1-RELEASE-p1

2011-10-04 Thread Matthew Pounsett
I'm trying to get Tomcat 7 up and running for one of our developers, and seem to have run into an odd roadblock. I've installed everything using the ports, including the half-dozen distfiles that need to be manually downloaded to satisfy dependencies. That went fine, but tomcat won't start.

sed argument processing b0rked?

2011-06-21 Thread Matthew Pounsett
I'm running into a weird problem with sed. I believe what I'm trying to do should work fine, but seem to be stymied by weirdness in sed's argument processing. This is on 8.2-RELEASE-p2. which sed /usr/bin/sed According to years of experience and re-reading the man page five times today

Re: sed argument processing b0rked?

2011-06-21 Thread Matthew Pounsett
On 2011/06/21, at 11:24, Lars Kellogg-Stedman wrote: sed -i'' -e 's/^\(REVOKE ALL ON SCHEMA public FROM \)postgres/\1pgsql/' \ ? -e 's/^\(GRANT ALL ON SCHEMA public TO \)postgres/\1pgsql/'\ ? /tmp/pgdump sed: -e: No such file or directory If you put a space after -i:

Re: Portsnap Not Found Issues

2009-01-05 Thread Matthew Pounsett
On 05-Jan-2009, at 12:10 , Andreas Rudisch wrote: On Mon, 5 Jan 2009 12:02:40 -0500 APseudoUtopia apseudouto...@gmail.com wrote: Running FreeBSD 7.0-RELEASE-p5. [r...@host][/tmp] # portsnap fetch update Looking up

lagg(4)/vlan(4) on-boot configuration problems

2008-04-29 Thread Matthew Pounsett
I'm trying to get a bonded vlan up using the new lagg driver on 6.3- RELEASE. I seem to be having problems with getting the network to configure at boot time, and I think I've found the reason. It would appear that order of operations is very important when configuring a lagg device. If