It appears that Lotus Notes occasionally sends malformed base64 encoded attachments. I received a message from a Notes user that was a forwarded message; the old message got hamburgered. Others? Appears so. http://www.linux.ucla.edu/pipermail/linux/2002-February/006367.html We especially suffer this with our RT installation. No particular word on a fix at present.
Posts under ‘ancient’
[FIX] Apache/OpenSSL won't talk to some browsers, with SSL3_GET_CLIENT_HELLO:no shared cipher
If you are finding that some browsers are talking to your new Apache/OpenSSL install, while some are pulling a total blank (looks like a connection refused or server not found), and you are getting this error: OpenSSL: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher [Hint: Too restrictive SSLCipherSuite or using DSA server certificate?] … then heed the warning. [...]
Concentrating in History and Science at Harvard
Having had a not entirely satisfactory experience in the History and Science department at Harvard, I have been making notes ever since on how things might have been improved, and on things I wish I'd known before starting out. Prospective concentrators in the department of History of Science at Harvard may want to check my [...]
[SANITY CHECK] Apache 2 hangs with lots of STDERR output from CGI
You are not crazy. It is not an infinite recursion in your logic. Your code doesn't take that long to execute. If you output to STDERR (in Perl, this means Carp or warn or the venerable print STDERR among others) from a CGI script under Apache 2.0, and you end up dumping more than approximately [...]
[FIX] XFree86 stuck at 640 x 480 under Linux with Dell Dimension or Optiplex
With a fresh install of Red Hat 9 on a Dell Dimension 4600, the only video mode that would work with XFree86 was 640 x 480, which is ludicrously big on a decent-sized monitor. Changing the config didn't do anything, even though the config was well within my monitor's limits. The solution was to go [...]
FIX: Can't locate object method "select_val" via package "DBI::st" under Class::DBI 0.95
[warning: see updates below] Between Class::DBI 0.94 and 0.95, something changed causing my classes that override db_Main() to set the db connection (instead of, e.g. using set_db) to stop working. Specifically, when their sequence functions were invoked, I got an error of: Can't locate object method “select_val” via package “DBI::st” (perhaps you forgot to [...]
FIX: GIMP can't open PostScript (PS, EPS, PDF) files under Windows
The GIMP (GNU Image Manipulation Program) is a neat tool for people with needs too casual or cheap for PhotoShop, but too much for various paintbrush type tools. However, if you install the GIMP under Windows 2000, like me, EPS or PS PostScript files will not open properly, instead barfing with: Error opening file: C:tempmyfile.eps [...]
FIX: Suppress Perl "uninitialized value" warnings (strongish medicine for clueful users only)
If you have written any Perl of moderate complexity, and especially if your Perl of moderate complexity has included CGI and Database interactions, (or any time you have to deal with undef or NULL vs. a blank string, and you might have either of the two), you have run across warnings like this (maybe to [...]
INFO: What happens to ssh every 2:11:15?
I was getting a weird artifact in my logs. A daemon process that was in charge of keeping an ssh connection open to a remote host was restarting ssh every two hours eleven minutes: myuser 15208 0.0 0.0 0 0 Z 02:01 0:00 [ssh <defunct>] myuser 15511 0.0 0.0 0 0 Z 04:12 0:00 [ssh [...]
FIX: Evil MSN Search spyware behavior for DNS errors in MSIE
In Microsoft Internet Explorer >= 5, a DNS error (asking for a hostname that doesn't exist) causes IE to pull an evil stunt and feed the requested URL to http://search.msn.com/dnserror.aspx , where it is used to search MSN and logged for who knows what nefarious purpose. Rather than being opt-in behavior, this is opt-out, and rather [...]