Author Archive

Mysql: Warning: #1264 Out of range value adjusted

November 17, 2011

Full Error: Warning: #1264 Out of range value adjusted for column ‘id’ at row 1 We have a database that was used to store some valuable data. The Id column was set to auto increment when a new record was inserted. After about 127 records we started to get the above error message. come to [...]

Posted in MySQL | Comments Off

Vi: Found a swap file by the name

November 11, 2011

If you encounter the message (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use [...]

Posted in Linux Maintenance | Comments Off

LibreOffice: Open source M$ Office alternative

November 9, 2011

While OKB fully supports the Open source community. We enjoyed our time testing out a new Office application called LibreOffoce . This project is backed by The Document Foundation . We found the application to be comparable with Microsoft Office suit 2000 up to version 2010. You can save in docx, xlsx, doc and xls. [...]

Posted in Linux Maintenance, Windows | Comments Off

PHPBB: specified DSN contains an architecture

November 7, 2011

Full error: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application Server: Windows 2k8 64bit SQL Server : SQL 2k8 R2 Summary: This is occurring because you are trying to connect to a 64bit system. Notice that PHP runs in 32bit mode so you will need to set a [...]

Posted in Windows | Comments Off

Crond: enable logging

November 6, 2011

Depending on your distro , you will need to locate the syslog file. This file is normally found under /etc/syslog.conf open this file and uncomment the line starting with cron.* Restart syslog and cron /etc/init.d/syslog or sysklogd restart /etc/init.d/crond restart The logs are normally stored under /var/log/cron

Posted in Linux Maintenance | Comments Off