Monthly Archives: April 2013

Raspberry Pi: Creating BerryBoot optimized image (the dirty way)

Goal: To add custom operating system to BerryBoot menu Problems met: Invalid sector block size, invalid partition info, incompatible filesystem, error when perform kpartx and mounting Workaround: 1. Write .img file (example: XBian1.0Alpha5.img) into USB drive using win32diskimager. Wait until it complete. 2. Connect and mount USB drive into your linux OS. I’m using Xubuntu installed in… Read More »

Loading

Cisco Insight Reporter: Sybase DB issue

Problem: Upgraded Insight Reporter from v3.2.0 to 3.4.0, existing traffic database show disconnected Workaround/Solution: 1) To get Sybase JDBC Connector Download JConnect from this link http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect Extract and Install it in Insight Server ./setup.bin -i console Go to /opt/sybase/jConnect-7_0/classes and copy conn4.jar and  jTDS3.jar into Cisco Insight directory (/home/user/Insight/apache-tomcat-6.0.20/webapps/insight/WEB-INF/lib/) Restart tomcat /etc/init.d/tomcat-user stop /etc/init.d/tomcat-user start 2) To determine… Read More »

Loading