Monday, July 19, 2010
OSX Services "Building" forever
Found this and it worked: Snow Leopard Services menu says it’s “Building…”
Logitect Orbit with OS X
At first, this didn't seem possible, but I found a hidden directory: http://www.ioxperts.com/downloads/Video/Beta/Latest/ and the IOXWebcamX-1.2-Log.dmg seems to work, even doing face tracking. I need to experiment some more to make sure...
Friday, July 2, 2010
upgraded ubuntu loses dovecot certs
ln -s /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/certs/dovecot.pem
ln -s /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/private/dovecot.pemor:https://help.ubuntu.com/10.04/serverguide/C/dovecot-server.htmlThe other major issue I hit was the machine refusing to boot with a VFAT entry in /etc/fstab. Remove these before the upgrade, or you'll have to do what I did and boot a live Linux disk (BackTrack 4 was what I had to hand) and fix the fstab file manually.
Thursday, July 1, 2010
MPI notes
http://www.lam-mpi.org/tutorials/one-step/ezstart.php
http://www.lam-mpi.org/download/files/7.1.4-user.pdf
http://www.lam-mpi.org/download/files/7.1.4-user.pdf
Wednesday, June 30, 2010
Sendmail and broken DNS
An ISP I use recently switched DNS servers and this, it turns out, broke sendmail. Running
echo 'check_mail cfsc-bounces@computingfrontiers.org' | sdmail -d8.20 -bt
gavedns_getcanonname(computingfrontiers.org, trymx=1)
dns_getcanonname: trying computingfrontiers.org. (AAAA)
NO: errno=0, h_errno=1
dns_getcanonname: trying computingfrontiers.org.mscd.edu (AAAA)
NO: errno=0, h_errno=1
which is not good. AddingO ResolverOptions=WorkAroundBrokenAAAAto sendmail.cf fixed thingsdns_getcanonname(computingfrontiers.org, trymx=1)
dns_getcanonname: trying computingfrontiers.org. (AAAA)
NO: errno=0, h_errno=4
dns_getcanonname: trying computingfrontiers.org. (A)
YES
The sendmail change notes sayNew ResolverOptions setting: WorkAroundBrokenAAAA. When
attempting to canonify a hostname, some broken nameservers
will return SERVFAIL (a temporary failure) on T_AAAA (IPv6)
lookups. If you want to excuse this behavior, use this new
flag. Suggested by Chris Foote of SE Network Access and
Mark Roth of the University of Illinois at
Urbana-Champaign.
which means someone will have to fix the DNS server...
Macbook noisy USB
I have a nice little Total Bithead from Headroom (http://www.headphone.com/), whom by and large know what they're talking about. The Total Bithead works great on computers other than my Macbook where there is a constant hiss (not a ground loop hum). I hear this is a fairly well known issue with Mac laptops. Sigh...
Monday, June 21, 2010
OS X, X11, and modifier keys
I had the strangest thing happen recently: when I fired up X11 in OS X (including wireshark, nomachine, etc.) and none of the modifier keys (control, and even shift!) would work. I poked around and found that System Preferences, Language & Text, Input Sources, had a direct effect. I had recently turned on Unicode Hex Input -- if one fires X11 up with this as the input source, the modifier keys won't work. Choosing "US" solved the problem... Hope this helps someone from beating their head against the monitor.
Subscribe to:
Posts (Atom)