|
Mon 01 Aug 2011
More on MySQL 5.5 on Lion
Category : Technology/MySQL5dot5LionMore.txt
Okay, I'm sure by now that we can't build MySQL 5.5.15 from source on OS X Lion. I'll wait for 5.5.16 to be released and try again. I also tried building MySQL Connector/C 6.0.2 on Lion (which is needed to build our database access frameworks at the client ends, like on Mac, iPhone and iPad). That will build OK and I can get a fat 32/64 bit Intel binary. But when I run it, I get lots of NSAutoReleasePools errors. Seems like something to do with threads, and if it were so, then that's like the problem we're having building the whole MySQL 5.5 server on Lion (which failed at doing something like pthreads). Anyway, I only have a vague understanding of what I'm doing here, at least right now. Will need to do more digging. But I'm sure we'll sort this out. They always get sorted out. Eventually. I'm the rational optimist.
Posted at 7:45AM UTC | permalink
Sun 31 Jul 2011
MySQL 5.5 on Lion
Category : Technology/MySQL5dot5onLion.txt
I've been working on this the whole weekend but I still can't build MySQL 5.5 from source on Lion. I keep getting errors with the pthread and, after I've found a way around that, there were errors with my_atomics or something like that. Will leave this for now. Seems to be fixed in the coming 5.5.16 version of MySQL. We'll see then.
Posted at 3:32AM UTC | permalink
Fri 29 Jul 2011
Luca on Lion - A Descent into the Walled Garden
Category : Technology/XcodeOnLion.txt
I was having problems even opening the Luca project's nib (user interface) files on Xcode 4.1 on Lion. Xcode, moving forward on Lion, has dropped support for custom Interface Builder palette objects. But that was one of the most powerful ideas from NeXT's Objective-C Project Builder/Interface Builder environment - that developers can build palettes of custom user-interface objects and drag and drop them or connect them, just like Apple's own built-in objects (like NSTextFields, NSTables, NSPanels, etc). So, if I want to change anything on Luca's interface while developing on Lion, I sinply can't because I can't open any of my nib files due to their dependencies on my custom interface objects (in Luca's case, these objects dealt with the formatting of currencies whenever Luca presents money values in its windows). In Apple's scheme of things, I had to find a machine that is still running Snow Leopard, and run the previous Xcode 3.2.x on it and then open Luca and cut off all dependencies on the custom nib objects. This is really like taking a few steps back. But developing for Apple is often like that. You have to run just to keep in place. But then, I've always been a Mac fan. I can buy in to what Apple would like to do to keep their platform alive going forward. But I wonder. Would we think back, years later, to Mac OS X Snow Leopard as being the zenith of Mac development, where we can make the Mac do almost absolutely whatever we can dream of, before it descended into this walled (curated?) garden that is the iOS? I'm already feeling a nostalgic sense of loss.
Posted at 3:11AM UTC | permalink
Sun 24 Jul 2011
MailServe and DNS Enabler for Lion Updates
Category : Technology/MSandDNSEforLionUpdates.txt
I've released new updates for MailServe and DNS Enabler. With MailServe for Lion 5.0.1, I updated Dovecot to its current latest version, 2.0.13. I also fixed two problems with Dovecot. Dovecot can now allow SSL ports (995 and 993) to be opened without requiring the corresponding default ports (110 and 143) to be opened, too (so that you can force a user to connect to Dovecot only via SSL). Also, this update restores Dovecot's ability to support custom port numbers for POP and IMAP. Please remember to save your config, do a de-install from MailServe's Help menu, re-open the saved config, and then restart all the services, in order to get these latest Dovecot binaries. For DNS Enabler for Lion 5.0.1, I fixed a problem whereby the dyndnsupdate.key used to support dynamic updates cannot be found on a Lion system with a case-sensitive file system. So, it's really not that easy to build and support these systems because there are so many variations to test and consider.
Posted at 10:42AM UTC | permalink
Sat 23 Jul 2011
MySQL & PostgreSQL Database Installers for Lion
Category : Technology/LionDBs.txt
I've uploaded new Lion versions of our database installers - for MySQL and PostgreSQL. They come with their own Startup Preference Panes that you can install into System Preferences. I've tested them. They work great.
Posted at 7:44AM UTC | permalink
Fri 22 Jul 2011
OS X Lion's 3000 new APIs
Category : Technology/Lion3000APIs.txt
If you get to see Apple's Developer pages, you will see this page about the 3000 new APIs in Lion : 
But the other side of the story, about the APIs that are lost or being pruned away (being deprecated in developer-speak) - that is not so well known. Among those being deprecated are two specific API calls that I've used to build all these server setup apps. They're the calls that allow my system configuration tools to acquire admin privileges from the user so that they can move files into protected directories like /Library and /System/Library and /etc. These calls are going away and they don't look like being replaced. So if I don't find a way to get around this, I won't be able to build any more server setup apps going forward. I would leave the conspiracy theories to others, like Apple wants to own everything (well, I'm not even allowed into the App Store with these apps - Apple specifically forbids apps that require escalation to admin privileges). But I think I can build pretty good server administration tools, if at least only for my own use. So I will need to find another way. And soon.
Posted at 10:09AM UTC | permalink
OS X Lion's AFP
Category : Technology/OSXLionAFP.txt
OS X Lion doesn't support FTP, i.e., you can't share files from one machine to another using FTP. It's all AFP (Apple Filing Protocol) now. I've been building my own Adobe GoLive/Dreamweaver replacement because I want to be Adobe-free on my Macs. (I'm now totally free of any Microsoft product). It's called Duomo. But when I try to connect to my server, so I can upload this blog entry (I built a blog editor into Duomo so I can see what the blog entry looks like, exactly, as I am typing it), I got an error with AFP. But I'm sure I tested this with the developers' GM version of Lion and it was OK. So this is a mystery and it makes me worry about what else might break.
Posted at 9:04AM UTC | permalink
Thu 21 Jul 2011
OS X Lion
Category : Technology/LionFinal.txt
Apple has released OS X Lion. And I'm glad to say, I'm now also able to make these new OS X Lion versions of all my apps - MailServe, DNS Enabler, DNS Agent and WebMon, etc. - available here, right on time. There were times, during Lion's gestation, when I felt that my stuff were all breaking apart so much that I couldn't put them back together again, Apple being in the habit of changing its innards each time they upgrade their OS. Even now, I fear things might still break with the shipping version of Lion. I've done the testing against the developers' Golden Master relaese of Lion. The shipping versin from the App Store appears to have the same build number. But once, when Apple released Leopard, the final shipping version was different from the GM release and my apps broke and I had to pull them from my site. That taught me never to take things for granted.
Posted at 1:17AM UTC | permalink
Sat 18 Jun 2011
Lion Developer Preview 4
Category : Technology/UntiLionDevPre4.txt
I've installed OS X Lion Developer Preview 4. It restores the stability that was lost with release 3, especially with Safari. So it feels good to be working with Lion again. Not sure about the GUI changes though, especially the scroll bars. The iOS scroll bars feel clumsy on the Mac.
Posted at 2:01AM UTC | permalink
Fri 20 May 2011
New Lion, Dev Preview 3, Worst of the Lot
Category : Technology/LionDevPreview3.txt
Developer Preview 3 of Lion doesn't work on the Thunderbolt MacBook Pro. Fortunately I backed up all my Lion-related work before I did the Software Update. The MacBook Pro refuses to boot up after the update.
I dropped the Lion partition, re-created it, and then installed Developer Preview 3 from scratch. Again, the MBP hung on startup and I gave up at this point.
I do have Preview 3 running on an older iMac Core 2 Duo. But Safari keeps getting stuck when loading web pages.
I hate the look of Lion. Will this be Apple's Vista? That's a distinct possibility. Has Apple been hiring a lot of refugees from Microsoft? Use Lion and you'll feel that thought creeping up on you.
Posted at 1:32AM UTC | permalink
Sun 15 May 2011
Postfix and Dovecot on Lion
Category : Technology/PostfixDovecotLion.txt
I've managed to get Dovecot and Postfix working again on Lion. This is version 2.0.12 of Dovecot. There were so many changes to Dovecot especially, and to Postfix, and also, most importantly, to the underlying operating system, that I despaired of ever being able to figure them all out again, at one stage.
But these are just the basics. There are still a whole lot of issues ahead - Fetchmail, SMTP authentication, POP and IMAP, SSL, spam filtering, user account creation, etc…
Going from one cat to another, from Jaguar to Lion, has never been easy. Apple has never been one for staying still.
Posted at 7:18AM UTC | permalink
Thu 12 May 2011
Running Lion on the Thunderbolt MacBook Pro
Category : Technology/LionOnMBP.txt
I'm now able to run the OS X Lion Developer Preview on my new 2011 Thunderbolt MacBook Pro (15 inch). Besides finding the MBP unable to wake from sleep a couple of times, plus a corruption of the screen when I tried to run the iPhone simulator (for some reason Spaces was triggered and the video output froze beween the two screens I had set up for Spaces), I'm enjoying the Lion experience. It feels somewhat zippier than Snow Leopard, plus there are many nice touches, though aesthetically, I miss the colourful exuberance of Aqua. Lion is unremittingly grey.
By now I've got DNS Enabler, DNS Agent, WebMon and Liya running again on Lion, so that settles the basics - DNS (because the DNS admin tool in Lion Server still looks wanting), the web server (so I know my PHP scripts still run and I can get at least get my web site up on Lion), and my access to MySQL and PostgreSQL databases.
I'm using my own tool, which I'm tentatively calling DuoMo, to update my web site and weblog, and not a moment too soon because there is no FTP in Lion (or at least a GUI for starting FTP). It's all AFP now.
As usual there are changes under the hood for all three servers that I work with - the web, dns and mail servers. I've fixed the stuff for web and dns, and now I move on to mail. Only after I've made MailServe work again for Lion, can I come back to the question, what new stuff do I build for Lion?
Especially the question - what do I do with Lion Server? How do the servers I set up coexist with it, and augment it - to take advantage of Lion Server's ability to set up a Calendar and Contacts server, etc...? These are things I've always wanted to do and so I'm looking forward to the challenge.
Posted at 1:49AM UTC | permalink Read more ...
|