Linux

HTC Desire running Froyo

 I'm running Android 2.2 (Froyo) on my HTC Desire now for a few days, and I must say, it runs smooth, fast, and very nice. I'm missing out on a few features still atm. (portable hotspot e.g.) but I'm far ahead of the official HTC Desire firmware :-). Some teasing screenshots:

Edit: According to Google the leaked 2.2 image is not the real and ready 2.2 and is not supported by them (just to mention).

HTC Desire LockedHTC Desire Password UnlockHTC Desire with ADW LauncherHTC Desire System Settings

Zarafa Workshop

Open-Future, the company where I work is organizing a Zarafa workshop in February 2010!

Open-Future is a Linux & Open Source Integrator. Our goal is to make Open Source work for you. Our competences and services include:

  • Infrastructure
  • Security
  • Groupware & ERP
  • High Availability & Disaster Recovery
  • Virtualisation
  • Backup and Recovery
  • ....

Zarafa is Open Source Collaboration, providing:

  • Integration with your existing Linux mailserver
  • Native mobile phone support
  • Outlook "Look & Feel" webaccess
  • Stable Outlook sharing (100% MAPI)                           * extract from www.zarafa.nl

Want to join the Zarafa Workshop? Click the banner:

Zarafa Workshop

KnowledgeTree universal installer problems on CentOS

When installing or migrating from KnowledgeTree (Document Management System) version 3.0.6 to 3.0.7.2 on CentOS using the KnowledgeTree universal installer one might run into the following issue:

None of the Scheduler's tasks get executed correctly. 

All the tasks exit with the following errorcode:

[db_error: message="DB Error: extension not found" code=-25 mode=return level=notice prefix="" info="Array"] 

You can test this manually:

# /usr/local/zend/bin/php /usr/share/knowledgetree-ce/search2/bin/cronDocumentProcessor.php
[db_error: message="DB Error: extension not found" code=-25 mode=return level=notice prefix="" info="Array"]

The problem here is that the variable LD_LIBRARY_PATH is not set correctly, causing the zend php binary not being able to find the correct database module.
Let's try setting this variable manually:

# export LD_LIBRARY_PATH=/usr/local/zend/lib/
# /usr/local/zend/bin/php /usr/share/knowledgetree-ce/search2/bin/cronDocumentProcessor.php
#

Fixed! Now, this only fixes the problem in our current shell, how do we make this fix persistent system wide? By creating a file in /etc/profile.d/ setting the variable system wide:

# vi /etc/profile.d/kt.sh

With the contents:

export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/zend/lib/

Now, lets make this file executable:

# chmod +x /etc/profile.d/kt.sh

Now, all that's left to do is restart KnowledgeTree so that it reads the new content of the LD_LIBRARY_PATH variable and our problem is solved.

Bug reported to KnowledgeTree: http://issues.knowledgetree.com/browse/KTS-4576

Howto: Installation of OpenERP on CentOS

New job

Today I started at my new employer (Open-Future). http://www.open-future.be/

I'm quite happy with this new challenge and I hope I can have a nice future here.

Syndicate content