May 6, 2009 - 9:40 pm
Posted in technology | No comments
I’ve gotten pretty careful about keeping time in UTC and then converting it to localtime for the user to understand. For the first time, I actually had to find the localtime in a non-local timezone. It’s ugly. It seems you have to mess with the TZ environment variable. Here’s what I [...]
March 3, 2009 - 4:01 pm
Posted in technology | No comments
I tried to mount an NFS volume on my MacBook at home and it was failing. I hadn’t accesed my NFS in a month since I updated to OpenSuse 11.1 or changed some network parameters.
Checking the logs on the server (/var/log/messages) showed this error:
mount request from unknown host
but the IP address seemed good. [...]
January 25, 2009 - 10:52 pm
Posted in web | No comments
I re-edited a bunch of posts to fix the stripped out angle bracket. Interesting writing.
January 14, 2009 - 9:50 am
Posted in web | No comments
Someone posted a temporary fix for Wordpress that takes the raw xml and replaces the offending entities with characters. He found three places. The fix looks like:
//xmllib 2.7.0 -2.7.2 stripping leading angle brackets bug patch
if(LIBXML_DOTTED_VERSION == ‘2.7.0′ ||
LIBXML_DOTTED_VERSION == ‘2.7.1′ ||
LIBXML_DOTTED_VERSION == ‘2.7.2′) {
$xml =str_replace("<","<",$xml );
[...]
December 25, 2008 - 6:05 pm
Posted in web | No comments
I just upgraded to OpenSuse 11.1 and it’s giving WordPres grief. MarsEdit looses the left angle bracket characters when the article is transmitted via xmlrpc. I don’t have a solution but here’s what’s going on:
MarsEdit knows about it: Losing left angle bracket on publish
WordPress knows about it: XMLRPC api stripping leading angle brackets
Php [...]
December 25, 2008 - 10:15 am
Posted in technology, web | No comments
I switched from blogger, which is the google hosted blogs to my own self hosted blog running WordPress. To be precise, I’m running WPMU or Wordpress multi-user.
I did it mostly because my home-brewed website wasn’t being fully utilized. Wordpress gave me the basics of what I wanted: provide some static contact, make it [...]
December 17, 2008 - 10:04 pm
Posted in technology | No comments
Commented out setenv and home in /etc/sudoers/
Hmm, I had to run xhost +; must have ssh misconfigured
Ran yast2 ntp-clinet and configured time syncing with random pool.ntp.org
Enabled apache2 in run time services
December 12, 2008 - 10:50 pm
Posted in technology | No comments
A little late to the party (11.1 is going to be available in 5 days on Dec 18, 2008) but I finally upgraded my server, including going to OpenSuse 11.0. Btw, installing from a DVD is way better than poping CDs in and out. Some notes along the way:
I had to enable DHCP [...]
December 11, 2008 - 2:11 pm
Posted in apple, technology | No comments
I got around to getting my MacBook to mount an NFS filesystem from my Linux server. There’s a nice set of instructions on using the Directory Utility to do so. The problem stumping me was:
kernel: nfsd: request from insecure port (10.0.1.197:57367)!
And the bit of magic that eluded me before was adding the “-P” [...]
December 24, 2007 - 11:04 am
Posted in apple, web | No comments
I was dissatisfied with MarsEdit primarily because the photo editing was non-existent.
Of course, now I can’t get picasa integration!