Archive for the ‘IT’ Category

non-root users and ACPI

Friday, January 22nd, 2010

In my experience dealing with ACPI events as a non-root user is a pain in the backside. Firstly, let’s say for arguments sake (even though this isn’t that often) multiple people use a laptop, and want to deal with the “external monitor on/off” button in different ways? Currently there is no simply way to do that AFAIK. So … enters a little script to deal with that particular gripe. (more…)

Linux, 3G, bluetooth and DUN

Wednesday, January 20th, 2010

So I got this working on my older Nokia 3120, then got an E52 and then had to go through all of this again. So I decided that’s that, I need a reference. Posted here because it’s least likely to go away, and easiest place to find it again. Also, other people may find this useful.
(more…)

Email Archiving

Wednesday, November 4th, 2009

So recently this topic came up again in the office. And with clients. And I came to realize exactly how sticky this problem really is. The requirements companies generally has is something down the lines of:

We want all email to be archived, and we don’t want anybody to have access to it. Not even the mail admins, and yet, they want the archives to be available on demand.

The irony is that your email admins can probably do significantly more damage than you think. For example, it’s dead easy to BCC all incoming email from your CEO to him/herself.

So from the outset there are legal issues surrounding email archiving, when are you allowed to archive (monitor) and when not. Who’s allowed to have access to these archives and who not? To what extent does your policies cover your proverbial legal ass, and to which extent does your archive solution need to be immune from it’s administrators (without hampering their ability to perform their work). These types of questions are strictly speaking not even technical – and trust me, when it comes to legalize I’m the last person that should be asked about these things.

I prefer the technical side of this challenge. And when it comes to email archiving there’s a few.

(more…)

ibdriver and the 2.6.31 kernel (iBurst Linux drivers)

Saturday, October 31st, 2009

So in the 2.6.31 kernel the older (deprecated) network API finally got removed – biting quite a number of people rather badly. I can think of at two projects that’s problematic due to this:

1. The ibdriver package – used for the iBurst usb and pcmcia devices.
2. The dahdi 2.0.x drivers used for telephony in Asterisk.

The latter isn’t that serious a problem as I really need to move to dahdi-2.2.x anyway, the ibdriver however caused me some embarrasment as I plugged in the usb device, downloaded the drivers and … it didn’t compile. Oops. So I decided it’s time to return to some of my older roots and just make the driver work – and that’s exactly what I did.

(more…)