Posted by Benjamin Close on May 6, 2011 under OpenSource, Programming |
This article details a reason libdc1394_video_set_mode/libdc1394_video_set_framerate may not work. Whilst working on an application that makes use of a 1394a/firewire camera I found a strange bug/feature with libdc1394. The problem was dc1394 was being used to the mode of the camera to 800×600 resolution. However, when querying the frame size after dequeuing the frame, the [..more..]
Posted by Benjamin Close on January 21, 2011 under OpenSource |
Recently a colleague of mine came to me with a problem he was having with SSL certificates and the web server Apache 2.2. Put simply Apache (httpd) would not start. It was an unusual situation as this server had been running flawlessly for almost 2 years and it was only a recent power outage that [..more..]
Posted by Benjamin Close on August 6, 2009 under Computers, OpenSource, UniSA |
Working out that VNC can put a client ONHOLD, making it look like the server has frozen
Posted by Benjamin Close on July 30, 2009 under Computers, FreeDesktop, OpenSource, Programming |
Tags: api, conversion, examples, gtk+, MPX, protocol, toolkit, XI1, XI2, XInput 1.5, XInput1, Xinput2
Details about the API changes between Xinput 1(XI1) and XInput 2 (XI2)
Posted by Benjamin Close on June 24, 2009 under Computers, FreeBSD, OpenSource |
For quite a while now I’ve been using Apple’s ICal server on FreeBSD and Sunbird/Lightning as a front end to the calendar. However, one thing that has always annoyed me was the lack of a web frontend to my calendars. Well today after searching on a completely different topic I found a javascript front end [..more..]
Posted by Benjamin Close on February 2, 2009 under OpenSource, UniSA |
Recently Ben and I have been trying to get a FreeBSD box to join an Active Directory domain. The domain controller was running Windows Server 2008. After a *lot* of stuffing around to get this working we finally found the solution to our problem – the version of samba. You see the problem we were [..more..]
Posted by Benjamin Close on November 25, 2008 under OpenSource, UniSA |
Details about adding multiple mice support to the FLTK toolkit
Posted by Benjamin Close on November 18, 2008 under FreeDesktop, OpenSource, Programming, UniSA |
I’ve been recently trying to work out why jhbuild fails to build xorg on my FreeBSD box. Traditionally I compile to /usr/local/ however after wanting to experiment with MPX I’ve set things up so that I compile to /usr/local/MPX Sadly this kept breaking in xorg/lib/libX11 with the error:
Posted by Benjamin Close on November 13, 2008 under FreeBSD, OpenSource |
In order to setup a secure mail transport agent (MTA) that helps eliminate some spam and also allows roaming client support, some sort of authentication mechanisim must be added when setting up a MTA. In my case I’m using FreeBSD 4.9 with sendmail as my MTA. Setting Up Sendmail
Posted by Benjamin Close on under OpenSource, Projects |
LDAP is a great protocol. It allows multiple clients to obtain data about virtually anything that you can think of. The LDAPAddressBook project is a project to determine a LDAP Schema that works in the following clients: Mozilla Thunderbird Windows Address Book OS X Address Book Squirrel Mail In fact any client that supports LDAP.