a dearth of packages
Friday, Nov 23. 2007 – Category: Grommit, OpenSolaris
This Thanksgiving I give thanks for all the packaging work underway in OpenSolaris. I look forward to a day in the future where I don’t have to spend so much time building out packages for all the updated software I need.
I’m building out the new Grommit machine, and part of what Grommit hosts is a whole bunch of Zones. I like to try to keep everything clean with pkg installs, so I’ve spent a good part of the past two days building Solaris (snv_75a) packages for Dovecot, PHP5, and Postfix.
Yes, I realise that packages for these already exist on Blastwave and elsewhere, but I want ones that leverage the Apache2, MySQL, and OpenSSL that Solaris already ships with. Anyway, thankfully the software all built fairly straight-forward which made my life a lot easier.
About the only thing left that I need is SpamAssassin and I’m hoping to use Eric B’s package that he put together for the OpenSolaris mail server for that. Eric passed me the Postfix package they use but unfortunately I ended up needing to rebuild it anyway since I wanted it to have TLS + SASL and authenticate against the Dovecot SASL.
I’ve done migrations of all the ZFS data for the home and web directories (yay for zfs send | ssh zfs receive), and I’ve installed Mailman (which I didn’t bother putting in a package since it cleanly separates itself in its own directory). I did a test migration of the MySQL database (which seemed to barf only on a field named ‘key’, which fortunately was easily worked around by escaping it with backticks). I’m pretty happy with the general build out of the machine so far. When I built out grommit last time it was early on in my days of using Solaris, so in general I’d made a mess of installing software all over the place, some in Blastwave, some from source, and things poorly and sloppily done everywhere. I’m trying to do things properly this time to make it easier to quickly commission zones that don’t require a whole bunch of finangling to get running cleanly.
I wonder if I can get grommit migrated by Sunday. That’d be a nice Thanksgiving surprise.
5 Responses to “a dearth of packages”
Leave a Reply
Recent posts
- my first fake tilt-shift
(Tuesday, Nov 18. 2008 – No Comments) - Album reviews in mashTape
(Tuesday, Nov 18. 2008 – No Comments) - whacked gets fatty
(Sunday, Nov 16. 2008 – 5 Comments) - Songbird 1.0.0rc2 on OpenSolaris
(Sunday, Nov 16. 2008 – 1 Comment)
Categories
- Cars
- ChinaBlog
- Code
- Computers
- Food
- Football
- Grommit
- Linkage
- Movies&TV
- Music
- Musings
- OpenSolaris
- OpenSource
- Outdoors
- Pets
- Photos
- Quotage
- Songbird
- Sun
- Travel
Grommit
Mozilla
OpenSolaris
Songbird
Archives
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002

November 23rd, 2007 at 18:20
You sem to have collected a few spambot trackbacks here, Steve! When I blogged about the Kindle, I got half a dozen spambots in ten minutes. Amazingly industrious, these little nasties!
Anyway, good progress on the grommit buildout. When you’re done, be sure to document the setup before you let us messy users into the nice clean box…..
November 24th, 2007 at 05:57
“I like to try to keep everything clean with pkg installs, so I’ve spent a good part of the past two days building Solaris (snv_75a) packages for Dovecot, PHP5, and Postfix.”
Did you build PHP using Sun Studio 12 compilers?
Did you use Sun Studio optimizations?
Does your PHP have support for SNMP, and most importantly, for Oracle? “Yes, I realise that packages for these already exist on Blastwave and elsewhere, but I want ones that leverage the Apache2, MySQL, and OpenSSL that Solaris already ships with.”
It seems like such a shame to use a half-baked, wannabe RDBMS like MySQL when Solaris ships with PostgreSQL, a real, high quality RDBMS.
November 24th, 2007 at 10:14
No, Sun Studio 11 - because I had it handy from ON builds.
Yup
Nope, why would I need those? I don’t use SNMP or Oracle, so why would I build those in?
Because I’ve used MySQL for ages, and I don’t relish migrating a database in the middle of this already huge migration. It’s something I’ve thought about for a while but I haven’t had any issues with MySQL myself, so it hasn’t been pressing for me.
November 25th, 2007 at 04:25
“Nope, why would I need those? I don’t use SNMP or Oracle, so why would I build those in?”
Because then other people could benefit from the work you did instead of repeating it. Compiling PHP is not a trivial task, especially if one wants more than bare functionality. It could have saved someone lots of work. “Because I’ve used MySQL for ages, and I don’t relish migrating a database in the middle of this already huge migration. It’s something I’ve thought about for a while but I haven’t had any issues with MySQL myself, so it hasn’t been pressing for me.”
At least you considered the possibilities, which is already a lot more than most people would do. That’s certainly commendable. I can sure understand how having a legacy DB and switching over would be a dilemma.
November 25th, 2007 at 04:28
I forgot to ask, which switches did you pass to Sun Studio?