Blogs are a LOPSA member benefit. Anyone can read, and any authenticated user can comment, but only LOPSA members can create blogs.
About blogsBlogs are a LOPSA member benefit. Anyone can read, and any authenticated user can comment, but only LOPSA members can create blogs. BlogMy DraftsNavigationUpcoming eventsRecent blog posts
Support LOPSA at Amazon |
borwick's blogUsing Bluetooth to synch Windows Mobile devicesSubmitted by borwick on Thu, 2006-09-21 13:03.
Despite all my on-line searching, I couldn't get my T60 Thinkpad running the "Thinkpad Bluetooth with Enhanced Data Rate software" Bluetooth stack to synchronize with my Windows Mobile 5 Cingular 8125 phone, using Bluetooth. Here's what some other guys and I ended up figuring out today: add new comment | 16140 reads
KDE Auto-login woesSubmitted by borwick on Thu, 2006-08-17 11:47.
A few years ago, I asked SAGE whether I really needed to read the Whenever the power goes out to our building, however, my desktop reboots but it doesn't kick off Thunderbird. To do so, I needed to set up KDE to auto-login to my machine. 1 comment | 4508 reads
Can't print from FreeBSD/CUPS to Windows XP's "TCP/IP Print Server" with a HP PSC 1350Submitted by borwick on Thu, 2006-08-10 06:14.
For the last six months, I have tried on and off to get my FreeBSD desktop machine to print to my IBM Thinkpad laptop's USB-connected HP PSC 1350. 2 comments | 100465 reads
FormFusion printing with CUPSSubmitted by borwick on Thu, 2006-08-03 09:01.
So, we have a certain type of pre-made PCL (printer) output generated by the "FormFusion" product from eVisions. We don't want to have two different print queues depending on the job output type, so our print server has to intelligently decide how to filter the FormFusion output. Well, a long time ago, I figured out how to make this work with LPRng on RHAS2.1. RHEL3*, however, requires a CUPS approach. add new comment | 1341 reads
ServeRAIDSubmitted by borwick on Tue, 2006-07-18 11:10.
IBM's latest ServeRAID drivers (v 7.0) work with RHEL 3. The only problem is, their ServeRAID 7 manager has changed how ServeRAID sends SNMP traps. ServeRAID 6.1 would let you set up SNMP traps from the Raid Agent. ServeRAID 7 requires that you set up "agentx" for Net-SNMP, so that their daemon "aus-snmpd" can run and talk to Net-SNMP. It's a great idea, just that I don't know how to test it. If you snmpbulkwalk on 'adaptec', the MIB tree, you get the adaptec MIB version, but no other information. There's no way to send a test SNMP trap. IBM hardware support doesn't support the OS manager, and software support costs money. 1 comment | 4392 reads
GTD and multiple inboxesSubmitted by borwick on Mon, 2006-03-20 18:05.
I have become a strong follower of David Allen's "Getting Things Done" methodology for time management. I've been using the system for almost six months. I'm now experiencing the discord of having too many inboxes:
I really feel like I should write a bunch of converters to merge all this stuff with my primary task list. I'm driving myself crazy because each system has its own set of priorities, so an email to me sometimes gets better response than a Help Desk ticket to me! Argh! 2 comments | 1340 reads
OpenSSL and KDE 3.5 on FreeBSDSubmitted by borwick on Thu, 2006-02-23 20:09.
KDE's SSL connectivity has been broken for me for a while now. Apparently at some point KDE no longer was compatible with the "openssl" port. I run FreeBSD 5.2 but use the openssl port, so I just resort to using my laptop to get to SSL-wrapped connections. It's kind of annoying. Well, I just got a new machine to replace my old desktop, so I'm building out FreeBSD 6.0 on it. This machine is using the built-in openssl rather than the port. And guess what? After spending two days compiling KDE 3.5, I found out that the built-in library is also So, now I'm rebuilding the whole thing (portupgrade -fR kde) having added "WITH_OPENSSL_STABLE=yes" to /etc/make.conf and built openssl-stable. add new comment | 836 reads
Red Hat Advanced Server 2.1 on Dell PowerEdge 6850Submitted by borwick on Wed, 2005-11-30 20:10.
We just got a (circa 2005) Dell PowerEdge 6850, on which I now want to run (circa 2002) Red Hat Advanced Server 2.1. The Red Hat Hardware Certification matrix shows the 6650 as the only certified 6000-class Dell server. This helps confirm why anaconda ends up giving me the "No valid devices were found on which to create new filesystems" error. add new comment | 988 reads
Weird input problem with shell scriptsSubmitted by borwick on Fri, 2005-11-18 23:27.
cat > caller.sh <<_CALLER_ #!/bin/bash echo "weird" | ./reader.sh _CALLER_ cat > reader.sh <<_READER_ : #! /bin/sh read TEST echo "Got >\$TEST<" # quote is for 'cat > reader.sh' _READER_ chmod 755 caller.sh reader.sh ./caller.sh # prints 'Got >weird<' cat caller.sh | sh # prints 'Got ><'
The main issue is, what is that ':' doing on the first line of 1 comment | 1496 reads
Apache proxies and basic authenticationSubmitted by borwick on Wed, 2005-06-29 14:17.
We use Apache proxying to redirect to a local Zope server on one of our machines. I recently turned on Apache basic authentication, and lo-and-behold the Apache credentials get passed in an "Authentication: " header to Zope. Well, this breaks things for us, because Zope prefers the Authentication header to its fallback cookie method for authentication. I am now searching for a way to strip headers from Apache proxying, or a way to turn off basic authentication for Zope. add new comment | 1158 reads
|
Recent comments
6 days 19 hours ago
1 week 15 hours ago
2 weeks 5 days ago
3 weeks 2 days ago
3 weeks 5 days ago
3 weeks 6 days ago
4 weeks 3 days ago
4 weeks 6 days ago
5 weeks 1 day ago
10 weeks 1 day ago