Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
After a fresh install of DB2 Express C (free download from IBM) 9.5.2 on Linux AMD 64bit, I got the following error trying to load some tables for testing: SQL3500W The utility is beginning the “LOAD” phase at time “01/22/2009 07:40:27.557594”. SQL0958C The maximum number of open files has been reached. SQLSTATE=57009 After some investigation, […]
Yes, we have two kinds of SPAM filter available. If you have Ensim control panel, your hosting includes a complimentary SPAM filter accessible from your control panel when you log in as site admin. Any emails sent to your account will be scanned for possible SPAM, email that is identified as SPAM is blocked. The […]
To add an SSL cert to IIS 5 on Windows, you need three separate steps: Create a p12 (pkcs12) cert file: cat server.key server.crt > server.pem openssl pkcs12 -export -in server.pem -out server.p12 -name “server” Import the p12 file into IIS: Start->Run->mmc Ctrl+M Add… Certificates Computer Account Finish Close OK Open “Certificates (Local Computer)” tree […]
Intro Snow Leopard comes with a native 64 bit Java 1.6 environment. The Open MQ binaries are made for the JDK 1.5 in 32 bit. This article shows how to make Open MQ work on OS X 1.6 by compiling from source. Steps Set environment export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home export ANT_HOME=/home/hdkiller/apache-ant-1.7.1 export ANT_OPTS=-Xmx512m export IMQ_HOME=/home/hdkiller/mq/dist/mq export CLASSPATH=:/lib/jms.jar:/lib/imq.jar […]
Yum update fails I see the question of failed dependencies come up on forums quite a bit. Users post errors like: Missing Dependency: bind-utils = 9.3.4-10.P1.el5_3.1 is needed bind-sdb-9.3.4-10.P1.el5_3.1 or ImageMagick-perl-6.2.8.0-4.el5_1.1.x86_64 from installed has depsolving problems –> Missing Dependency: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi is needed by package ImageMagick-perl-6.2.8.0-4.el5_1.1.x86_64 or httpd-2.2.3-22.el5.centos.2.x86_64 from updates has depsolving problems –> Missing Dependency: […]
This is our spam / virus filter update for customers on the mx1 / mx2.tnpw.net filtering cluster. The information is brought to you by our vendor, Spam Experts.  What’s new this week: Sub-resellers It’s now possible to allow your resellers to themselves create reseller accounts (who can then create their own resellers, and so on […]
The contact information on file with the registry is a legal document that only the true owner for the domain can modify. If any of it becomes obsolete, the owner needs to update it. Unfortunately, when it is the email address that becomes out of date, and there is no username and password available to […]
To make sure that all the various aliases you accept emails for are covered by your Anti-Virus and SPAM filter, log on to your Postini account management console by clicking here. Don’t worry if you forgot your password, as Postini will resend it to you if you just ask for that option from the login […]
While rebooting a machine for example to apply a kernel update, it hangs. You try older kernels, and it hangs too. Not necessarily at the same spot. Here are some examples: … io scheduler cfq registered (default) … Real Time Clock Driver v1.12ac These kernel hangs during boot are interestingly traceable to the USB keyboard. […]