SOLVED: ASE 15.0.1 esd 2 on Linux with direct i/o woes

ASE, Databases, Sybase No Comments »

A few weeks ago I mentioned having troubles with direct i/o and ASE, ASE 15.0.1 esd 2 on Linux with direct i/o woes.  Guess what?  I solved the problem!

It ended up being the driver for the Areca ARC-1110 PCI-X RAID Card. Using the driver obtained from Areca (ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/DRIVER) I was able to reliably reproduce the problem. When I upgraded the kernel to 2.6.20 which includes a driver for the ARC-1110 RAID card, the problem went away. :) There appears to be a memory leak in the driver provided by Areca under certain circumstances such as ASE 12.5x, 15.x using O_DIRECTIO with lots of I/O. This memory leak will cause ASE to be killed by the kernel as the ASE process (dataserver) will appear to have eaten up all available memory. The driver included in the v2.6.19 and higher kernels don’t seem to have this problem in my testing.

I’ve asked Sybase TechSupport to “Please create a solved case explaining that if the ASE process is killed by the kernel (it will be in /var/log/messages), then quite likely the cause is a driver issue.

NAS disk init issues ASE 12.5.x, 15.0.x on Windows XP, 2k, 2k3, Vista

ASE, Databases, Sybase No Comments »

I opened a case with Sybase Technical Support that basically went like this:

When the access to the NAS device is accessed solely through a \\nas-device\ type, ASE will fail saying the device is invalid. While I can understand Sybase not wanting to support network drives, allowing a disk init on a NAS drive is necessary in lab/test/etc environments where the machine is maxed out on internal devices or other situations where there isn’t enough space on the local disks - inexpensive SAN devices that provide ‘\\nas-device\’ access is often the only way to go due to price or time constraints. Remember that months may pass between the purchase of a SAN array and having it made available to the dba team.

Sybase TechSupport was able to verify that the disk init actually did work but they weren’t able to reproduce the problem. This caused me to perform a thorough investigation as to why the disk init was failing.

I discovered the root cause. ASE v12.5.4 esd 5 and v15.0.1 esd2 will fail on disk init for some *LINUX* based NAS drives. An example of such a beast is the Western Digital My Book series (Network enabled): http://www.westerndigital.com/en/products/Products.asp?DriveID=318

The problem is that many Linux based NAS drives support only the bare essentials of the SMB protocol and rarely the current CIFS protocols.  As I understand it, when WinXP, Win2k3, Vista attaches to a network drive, it will use CIFS by default and then revert to SMB if necessary.

Ultimately, Sybase ASE requires CIFS for the disk init to work correctly. So, before getting that inexpensive network device, make sure it uses CIFS and doesn’t use the ext2 file system internally.

ISUG Techcast: New Features in ASE 15.0.2: User Defined SQL Functions & Instead of Triggers

ASE, Databases, Sybase No Comments »

<meta content="OpenOffice.org 2.2 (Linux)" name="GENERATOR" /><meta content="20070619;12595500" name="CREATED" /><meta content="16010101;0" name="CHANGED" />During the ISUG techcast today, several questions were raised that I think are worth looking at:<br /> <style type="text/css"> <!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> </style> <blockquote> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Question: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">When will Table valued SQL UDFs be supported?</font></p> <p style="margin-bottom: 0in"><font color="#c00000"></font><font size="1" style="font-size: 8pt"><em>Private Answer: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">It is being considered for the next release.</font></p> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Question: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">Next release… meaning 15.0.3 or v16?</font></p> <p style="margin-bottom: 0in"><font color="#c00000"></font><font size="1" style="font-size: 8pt"><em>Private Answer: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">Under consideration for 15.0.3</font></p> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Question: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">is there a maximum limit on the size of the text in the sql udf?</font></p> <p style="margin-bottom: 0in"><font color="#c00000"></font><font size="1" style="font-size: 8pt"><em>Private Answer: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">The same as sql procedures. I don’t remember if there is any.</font></p> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Question: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">Any plans on startup triggers (triggers to fire on ASE startup)?</font></p> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Answer: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">There are no current plans for ASE startup triggers.</font></p> <p style="margin-bottom: 0in"><font color="#0000c0"></font><font size="1" style="font-size: 8pt"><em>Question: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">is there a size limit on the return value from the udf?</font></p> <p style="margin-bottom: 0in"><font color="#c00000"></font><font size="1" style="font-size: 8pt"><em>Private Answer: </em></font><font color="#000000"></font><font size="1" style="font-size: 8pt">We cannot return text/image.</font></p> </blockquote> <p style="margin-bottom: 0in"> According to the <a href="http://www.sybase.com/detail?id=1038641">Targeted ASE 15.0 Release Schedule</a>, we should see Sybase ASE v15.0.2 by the end of the month so it shouldn’t be too long before we will be able to play with the <a title="ASE 15.0.2 New Features" href="http://www.sybase.com/files/Product_Overviews/ASE1502_newfeatures.pdf">SQL User Defined Functions and the Instead Of Triggers</a>.</p> <p>More importantly, in fact, I think this is the most important feature of v15.0.2 is row level locking for system tables:</p> <blockquote><p><em>Earlier versions of Adaptive Server used exclusive table locks on system tables. The set of system tables Adaptive Server locked depended on the type of DDL operation you executed. If another DDL tried to take a conflicting exclusive table lock on the same system table, it had to wait to acquire the lock on any system catalogs. These DDL operations were executed serially.</em></p> <p><em><br /> This system impedes performance in temporary databases because their DDL activity is very high compared to regular database, which means their catalog contention is very high. This can limit the Adaptive Server throughput for applications that work with temporary tables.</em></p> <p><em><br /> The row-locked system tables allow the concurrent execution of DDL commands by using the row level locking infrastructure. Adaptive Server release 15.0.2 uses row-level locking to resolve these issues:<br /> </em></p> <ul> <li><em>System table contention, which was a bottleneck for many DDLs and utilities.</em></li> <li><em>tempdb contention. Because the system tables are locked at the row level, Adaptive Server 15.0.2 elimiates tempdb contention.</em></li> <li><em>Shared or exclusive table-level locks. Adaptive Server takes intent locks on catalogs only, which removes potential contention.</em></li> <li><em>Shared or exclusive table-level locks while executing DDLs and utilities. Adaptive Server 15.0 converted most of the system tables to DOL, but still took shared or exclusive table-level locks while executing DDLs and utilities. Using row-level locks for system tables eliminates this contention.</em></li> <li><em>DDLs and utilities blocking each other. Adaptive Server 15.0.2 allows DDLs and utilities to run in parallel.</em></li> </ul> </blockquote> <p>Eventually this techcast will show up on <a href="http://www.sybase.com/asearchivedevents">Sybase’s TechCast Listing</a>.</p> </div> </div><!--/post --> <div class="navigation"> <span class="previous-entries"></span> <span class="next-entries"></span> </div> </div><!--/content --> <div id="sidebar"> <ul> <li id="search" class="widget widget_search"><form method="get" id="searchform" action="http://froebe.net/blog/"> <div><input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form> </li> <li id="text-101717111" class="widget widget_text"> <h2 class="sidebartitle">SWMBO: Froebe Fibers</h2> <div class="textwidget"><a href="http://www.froebe-fibers.com"><img src="http://www.froebe.net/images/ff-logo.jpg" ALT="Froebe Fibers"></a></div> </li><li id="events-calendar" class="widget ec_widget_display"><div id="calendar_wrap"><table id="wp-calendar"> <caption id="calendar_month" class="calendar-month">October 2008</caption> <thead> <tr> <td colspan="2" class="pad"> </td><td><span id="events-calendar-1">1</span></td><td><span id="events-calendar-2">2</span></td><td><span id="events-calendar-3">3</span></td><td><span id="events-calendar-4">4</span></td><td><span id="events-calendar-5">5</span></td> </tr> <tr> <td><span id="events-calendar-6">6</span></td><td><span id="events-calendar-7">7</span></td><td><span id="events-calendar-8">8</span></td><td><span id="events-calendar-9">9</span></td><td><span id="events-calendar-10">10</span></td><td><span id="events-calendar-11">11</span></td><td id="today" style="border:thin solid red;"><span id="events-calendar-12">12</span></td> </tr> <tr> <td><span id="events-calendar-13">13</span></td><td><span id="events-calendar-14">14</span></td><td><span id="events-calendar-15">15</span></td><td><span id="events-calendar-16">16</span></td><td><span id="events-calendar-17">17</span></td><td><span id="events-calendar-18">18</span></td><td><span id="events-calendar-19">19</span></td> </tr> <tr> <td><span id="events-calendar-20">20</span></td><td><span id="events-calendar-21">21</span></td><td><span id="events-calendar-22">22</span></td><td><span id="events-calendar-23">23</span></td><td><span id="events-calendar-24">24</span></td><td><span id="events-calendar-25">25</span></td><td><span id="events-calendar-26">26</span></td> </tr> <tr> <td><span id="events-calendar-27">27</span></td><td><span id="events-calendar-28">28</span></td><td><span id="events-calendar-29">29</span></td><td><span id="events-calendar-30">30</span></td><td><span id="events-calendar-31">31</span></td> <td colspan="2" class="pad"> </td> </tr> </tbody> </table> <script type="text/javascript"> jQuery(function($) { $(document).ready(function() { /*-- Added for localisation by Heirem ---------------- */ $('#EC_previousMonth').append("«Sep"); // $('#EC_previousMonth').append("«Sep"); $('#EC_nextMonth').prepend("Nov»"); // $('#EC_nextMonth').prepend("Nov»"); /*---------------------------------------------------- */ $('#EC_previousMonth').mouseover(function() { $(this).css('cursor', 'pointer'); }); $('#EC_nextMonth').mouseover(function() { $(this).css('cursor', 'pointer'); }); $('#EC_previousMonth').click(function() { $('#EC_loadingPane').append("<img src=\"http://froebe.net/blog/wp-content/plugins/events-calendar/images/loading.gif\" style=\"width:50px;\" />"); $.get("http://froebe.net/blog", {EC_action: "switchMonth", EC_month: 9, EC_year: 2008}, function(data) { $('#calendar_wrap').empty(); //$('#calendar_wrap').append(data); $('#calendar_wrap').append($(data).html()); }); }); $('#EC_nextMonth').click(function() { $('#EC_loadingPane').append("<img src=\"http://froebe.net/blog/wp-content/plugins/events-calendar/images/loading.gif\" style=\"width:50px;\" />"); $.get("http://froebe.net/blog", {EC_action: "switchMonth", EC_month: 11, EC_year: 2008}, function(data) { $('#calendar_wrap').empty(); //$('#calendar_wrap').append(data); $('#calendar_wrap').append($(data).html()); }); }); $.preloadImages = function() { for(var i = 0; i<arguments.length; i++){ jQuery("<img>").attr("src", arguments[i]); } } $.preloadImages("http://froebe.net/blog/wp-content/plugins/events-calendar/images/loading.gif"); }); }); </script> </div></li> <li id="meta" class="widget widget_meta"> <h2 class="sidebartitle">Meta</h2> <ul> <li><a href="http://froebe.net/blog/wp-login.php?action=register">Register</a></li> <li><a href="http://froebe.net/blog/wp-login.php">Log in</a></li> <li><a href="http://froebe.net/blog/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://froebe.net/blog/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </li><li id="social-homes" class="widget widget_socialhomes"><h2 class="sidebartitle"></h2><div class="socialhomes" style="margin-top:5px;text-align:left;"><a href="http://www.flickr.com/people/jfroebe" rel="external"><img width="16" height="16" src="http://www.flickr.com/favicon.ico" alt="Flickr" /></a>  <a href="http://twitter.com/jfroebe" rel="external"><img width="16" height="16" src="http://twitter.com/favicon.ico" alt="Twitter" /></a>  <a href="http://www.last.fm/user/jfroebe" rel="external"><img width="16" height="16" src="http://panther1.last.fm/matt/favicon.ico" alt="Last.fm" /></a>  <a href="http://www.linkedin.com/in/jfroebe" rel="external"><img width="16" height="16" src="http://www.linkedin.com/favicon.ico" alt="LinkedIn" /></a>  <a href="http://jason_froebe.stumbleupon.com/" rel="external"><img width="16" height="16" src="http://www.stumbleupon.com/favicon.ico" alt="StumbleUpon" /></a>  <a href="http://digg.com/users/jfroebe" rel="external"><img width="16" height="16" src="http://digg.com/favicon.ico" alt="Digg" /></a>  <a href="http://jfroebe.livejournal.com/" rel="external"><img width="16" height="16" src="http://www.livejournal.com/favicon.ico" alt="LiveJournal" /></a>  </div></li> <li id="text-105873951" class="widget widget_text"> <div class="textwidget"><iframe src="http://rcm.amazon.com/e/cm?t=froebe-20&o=1&p=21&l=ur1&category=gift_certificates&banner=15VE6CFASNYEVDWZXKR2&f=ifr" width="125" height="125" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe> <!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="_top"> <table border="0"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <br/> <input type="hidden" name="domains" value="www.froebe.net"></input> <label for="sbi" style="display: none">Enter your search terms</label> <input type="text" name="q" size="23" maxlength="255" value="" id="sbi"></input> </td></tr> <tr> <td nowrap="nowrap"> <table> <tr> <td> <input type="radio" name="sitesearch" value="" checked id="ss0"></input> <label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td> <td> <input type="radio" name="sitesearch" value="www.froebe.net" id="ss1"></input> <label for="ss1" title="Search www.froebe.net"><font size="-1" color="#000000">www.froebe.net</font></label></td> </tr> </table> <label for="sbb" style="display: none">Submit search form</label> <input type="submit" name="sa" value="Search" id="sbb"></input> <input type="hidden" name="client" value="pub-2450040328571544"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="channel" value="4117301645"></input> <input type="hidden" name="ie" value="UTF-8"></input> <input type="hidden" name="oe" value="UTF-8"></input> <input type="hidden" name="safe" value="active"></input> <input type="hidden" name="flav" value="0000"></input> <input type="hidden" name="sig" value="PGBAKh23LWM_osYA"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input> <input type="hidden" name="hl" value="en"></input> </td></tr></table> </form> <!-- SiteSearch Google --> <script type="text/javascript"><!-- google_ad_client = "pub-2450040328571544"; /* 200x200, created 5/2/08 */ google_ad_slot = "9706807968"; google_ad_width = 200; google_ad_height = 200; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <iframe style="width: 184px; height: 426px;" src="http://www.amazon.com:/gp/ays/embed/container.html?view=_cat_agg_all&terms=&count=2&targetCustomerId=AU9GH8BHUL03S&showTitle=1&imageSize=a.i.home&selection=random&orientation=portrait&assoc_id=froebe-20"></iframe> <script type="text/javascript" src="http://www.assoc-amazon.com/s/link-enhancer?tag=froebe-20&o=1"> </script> <noscript> <img src="http://www.assoc-amazon.com/s/noscript?tag=froebe-20" alt="" /> </noscript></div> </li><li id="categories-104154841" class="widget widget_categories"><h2 class="sidebartitle">Categories</h2> <ul> <li class="cat-item cat-item-17"><a href="http://froebe.net/blog/category/apache/" title="View all posts filed under Apache">Apache</a> (2) </li> <li class="cat-item cat-item-27"><a href="http://froebe.net/blog/category/breast-cancer-3-day-walk/" title="View all posts filed under Breast Cancer 3 Day Walk">Breast Cancer 3 Day Walk</a> (5) </li> <li class="cat-item cat-item-38"><a href="http://froebe.net/blog/category/crafts/" title="View all posts filed under Crafts">Crafts</a> (6) </li> <li class="cat-item cat-item-33"><a href="http://froebe.net/blog/category/databases/" title="View all posts filed under Databases">Databases</a> (247) <ul class='children'> <li class="cat-item cat-item-29"><a href="http://froebe.net/blog/category/databases/db2/" title="View all posts filed under IBM DB2">IBM DB2</a> (10) </li> <li class="cat-item cat-item-11"><a href="http://froebe.net/blog/category/databases/microsoft/" title="View all posts filed under Microsoft">Microsoft</a> (18) <ul class='children'> <li class="cat-item cat-item-15"><a href="http://froebe.net/blog/category/databases/microsoft/sql-server/" title="View all posts filed under SQL Server">SQL Server</a> (16) </li> </ul> </li> <li class="cat-item cat-item-284"><a href="http://froebe.net/blog/category/databases/my-databases/" title="View all posts filed under My Databases">My Databases</a> (3) </li> <li class="cat-item cat-item-12"><a href="http://froebe.net/blog/category/databases/mysql/" title="View all posts filed under MySQL">MySQL</a> (17) </li> <li class="cat-item cat-item-13"><a href="http://froebe.net/blog/category/databases/oracle/" title="View all posts filed under Oracle">Oracle</a> (10) </li> <li class="cat-item cat-item-14"><a href="http://froebe.net/blog/category/databases/postgresql-databases/" title="View all posts filed under PostgreSQL">PostgreSQL</a> (14) </li> <li class="cat-item cat-item-213"><a href="http://froebe.net/blog/category/databases/sqlite/" title="View all posts filed under SQLite">SQLite</a> (8) </li> <li class="cat-item cat-item-2"><a href="http://froebe.net/blog/category/databases/sybase/" title="View all posts filed under Sybase">Sybase</a> (233) <ul class='children'> <li class="cat-item cat-item-3"><a href="http://froebe.net/blog/category/databases/sybase/ase/" title="View all posts filed under ASE">ASE</a> (143) </li> <li class="cat-item cat-item-28"><a href="http://froebe.net/blog/category/databases/sybase/backup-server/" title="View all posts filed under Backup Server">Backup Server</a> (13) </li> <li class="cat-item cat-item-109"><a href="http://froebe.net/blog/category/databases/sybase/isug-sybase-databases/" title="ISUG's mission is to serve the Sybase user community by acting as an information channel, an advocate for user issues, and as a force that helps to determine the product directions of Sybase. Bringing a fresh and much needed approach to the way a 21st Century user group operates, ISUG has been successful in pursuing these goals – thanks to its enthusiastic and knowledgeable members and unparalled support from Sybase itself. Our objectives include: Providing a constantly expanding list of membership benefits to Sybase users. Supporting communication networks among users and between users and Sybase. Serving as a strong advocate for issues of concern for Sybase users. Providing a forum for users to influence future Sybase product direction. Maintaining an channel for Sybase to share important information with users. Sustaining an integrated user group that operates locally, regionally, and worldwide. Encouraging creative and insightful new approaches to using Sybase technologies. And we're doing it, too. Our successes include: A rapidly expanding membership base worldwide, most recently in the Asia-Pacific region An enhancements request process with a high response rate Many, many membership benefits from Sybase and ISUG partner companies A variety of communication channels for users, including Internet-based communications, this Web site, and the bi-monthly ISUG Technical Journal. ">ISUG</a> (18) </li> <li class="cat-item cat-item-101"><a href="http://froebe.net/blog/category/databases/sybase/powerbuilder/" title="View all posts filed under Powerbuilder">Powerbuilder</a> (8) </li> <li class="cat-item cat-item-5"><a href="http://froebe.net/blog/category/databases/sybase/replication-server/" title="View all posts filed under Replication Server">Replication Server</a> (27) <ul class='children'> <li class="cat-item cat-item-4"><a href="http://froebe.net/blog/category/databases/sybase/replication-server/repagents/" title="View all posts filed under RepAgents">RepAgents</a> (5) </li> </ul> </li> <li class="cat-item cat-item-35"><a href="http://froebe.net/blog/category/databases/sybase/teamsybase/" title="View all posts filed under TeamSybase">TeamSybase</a> (13) <ul class='children'> <li class="cat-item cat-item-36"><a href="http://froebe.net/blog/category/databases/sybase/teamsybase/annual-meeting/" title="View all posts filed under Annual Meeting">Annual Meeting</a> (5) </li> </ul> </li> <li class="cat-item cat-item-6"><a href="http://froebe.net/blog/category/databases/sybase/techwave/" title="View all posts filed under TechWave">TechWave</a> (47) </li> <li class="cat-item cat-item-26"><a href="http://froebe.net/blog/category/databases/sybase/workspace/" title="View all posts filed under Workspace">Workspace</a> (12) </li> </ul> </li> </ul> </li> <li class="cat-item cat-item-45"><a href="http://froebe.net/blog/category/family/" title="View all posts filed under Family">Family</a> (4) </li> <li class="cat-item cat-item-16"><a href="http://froebe.net/blog/category/gadgets/" title="View all posts filed under Gadgets">Gadgets</a> (13) </li> <li class="cat-item cat-item-39"><a href="http://froebe.net/blog/category/geek-spotlight/" title="View all posts filed under Geek Spotlight">Geek Spotlight</a> (5) </li> <li class="cat-item cat-item-298"><a href="http://froebe.net/blog/category/gimp/" title="View all posts filed under Gimp">Gimp</a> (2) </li> <li class="cat-item cat-item-30"><a href="http://froebe.net/blog/category/how-to/" title="View all posts filed under How To">How To</a> (35) </li> <li class="cat-item cat-item-37"><a href="http://froebe.net/blog/category/humor/" title="View all posts filed under humor">humor</a> (34) </li> <li class="cat-item cat-item-25"><a href="http://froebe.net/blog/category/misc/" title="View all posts filed under misc">misc</a> (72) </li> <li class="cat-item cat-item-19"><a href="http://froebe.net/blog/category/movabletype/" title="View all posts filed under MovableType">MovableType</a> (3) </li> <li class="cat-item cat-item-22"><a href="http://froebe.net/blog/category/news/" title="View all posts filed under News">News</a> (100) <ul class='children'> <li class="cat-item cat-item-21"><a href="http://froebe.net/blog/category/news/events/" title="View all posts filed under Events">Events</a> (52) </li> </ul> </li> <li class="cat-item cat-item-20"><a href="http://froebe.net/blog/category/os/" title="View all posts filed under OS">OS</a> (84) <ul class='children'> <li class="cat-item cat-item-18"><a href="http://froebe.net/blog/category/os/linux/" title="View all posts filed under Linux">Linux</a> (64) </li> <li class="cat-item cat-item-34"><a href="http://froebe.net/blog/category/os/mac-osx/" title="View all posts filed under Mac OSX">Mac OSX</a> (11) </li> <li class="cat-item cat-item-24"><a href="http://froebe.net/blog/category/os/windows/" title="View all posts filed under Windows">Windows</a> (27) </li> </ul> </li> <li class="cat-item cat-item-7"><a href="http://froebe.net/blog/category/perl/" title="View all posts filed under Perl">Perl</a> (68) <ul class='children'> <li class="cat-item cat-item-8"><a href="http://froebe.net/blog/category/perl/dbi/" title="View all posts filed under DBI">DBI</a> (24) </li> <li class="cat-item cat-item-9"><a href="http://froebe.net/blog/category/perl/mason/" title="View all posts filed under Mason">Mason</a> (5) </li> <li class="cat-item cat-item-10"><a href="http://froebe.net/blog/category/perl/mod_perl/" title="View all posts filed under mod_perl">mod_perl</a> (5) </li> </ul> </li> <li class="cat-item cat-item-43"><a href="http://froebe.net/blog/category/podcast/" title="View all posts filed under Podcast">Podcast</a> (1) </li> <li class="cat-item cat-item-362"><a href="http://froebe.net/blog/category/reviews/" title="View all posts filed under Reviews">Reviews</a> (3) <ul class='children'> <li class="cat-item cat-item-363"><a href="http://froebe.net/blog/category/reviews/audio-book/" title="View all posts filed under Audio Book">Audio Book</a> (1) </li> </ul> </li> <li class="cat-item cat-item-31"><a href="http://froebe.net/blog/category/subversion/" title="View all posts filed under subversion">subversion</a> (6) </li> <li class="cat-item cat-item-23"><a href="http://froebe.net/blog/category/training/" title="View all posts filed under Training">Training</a> (13) </li> <li class="cat-item cat-item-1"><a href="http://froebe.net/blog/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a> (5) </li> <li class="cat-item cat-item-85"><a href="http://froebe.net/blog/category/vmware/" title="View all posts filed under VMware">VMware</a> (8) </li> <li class="cat-item cat-item-54"><a href="http://froebe.net/blog/category/wordpress/" title="View all posts filed under Wordpress">Wordpress</a> (6) </li> </ul> </li> <li id="recent-comments" class="widget widget_recent_comments"> <h2 class="sidebartitle">Recent Comments</h2> <ul id="recentcomments"><li class="recentcomments"><a href='http://www.froebe.net/blog' rel='external '>Jason L Froebe</a> on <a href="http://froebe.net/blog/2007/05/22/ase-1254-esd-5-and-ase-1501-esd-2-unable-to-load-with-more-than-32-stripes/#comment-9612">ASE 12.5.4 esd 5 and ASE 15.0.1 esd 2 - unable to load with more than 32 stripes</a></li><li class="recentcomments">Ed on <a href="http://froebe.net/blog/2007/05/22/ase-1254-esd-5-and-ase-1501-esd-2-unable-to-load-with-more-than-32-stripes/#comment-9611">ASE 12.5.4 esd 5 and ASE 15.0.1 esd 2 - unable to load with more than 32 stripes</a></li><li class="recentcomments">Jason L on <a href="http://froebe.net/blog/2008/07/16/received-cant-call-method-value-on-an-undefined-value-at-usrshareperl5iouncompressrawinflatepm-on-ubuntu-804-server-hardy-heron/#comment-9609">Received ‘Can’t call method “value” on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm’ on Ubuntu 8.04 Server (Hardy Heron)</a></li><li class="recentcomments">MrUgly on <a href="http://froebe.net/blog/2007/10/05/getting-err-39-with-itunes/#comment-9608">Getting err = -39 with Apple’s iTunes?</a></li><li class="recentcomments">Tasha on <a href="http://froebe.net/blog/2007/10/05/getting-err-39-with-itunes/#comment-9607">Getting err = -39 with Apple’s iTunes?</a></li></ul> </li> <li id="text-101716711" class="widget widget_text"> <div class="textwidget"><script src="http://pub.mybloglog.com/comm3.php?mblID=2008040815300249&r=widget&is=normal&o=l&ro=4&cs=black&ww=220&wc=single"></script> </div> </li><li id="tag_cloud" class="widget widget_tag_cloud"><h2 class="sidebartitle">Tags</h2><a href='http://froebe.net/blog/tag/net/' class='tag-link-103' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>.NET</a> <a href='http://froebe.net/blog/tag/2008/' class='tag-link-185' title='5 topics' rel="tag" style='font-size: 9pt;'>2008</a> <a href='http://froebe.net/blog/tag/ase/' class='tag-link-3' title='25 topics' rel="tag" style='font-size: 15.666666666667pt;'>ASE</a> <a href='http://froebe.net/blog/tag/baby/' class='tag-link-121' title='4 topics' rel="tag" style='font-size: 8.6666666666667pt;'>baby</a> <a href='http://froebe.net/blog/tag/blog/' class='tag-link-306' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>blog</a> <a href='http://froebe.net/blog/tag/board-of-directors/' class='tag-link-97' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>board of directors</a> <a href='http://froebe.net/blog/tag/bug/' class='tag-link-115' title='6 topics' rel="tag" style='font-size: 9.3333333333333pt;'>bug</a> <a href='http://froebe.net/blog/tag/cali-lewis/' class='tag-link-279' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Cali Lewis</a> <a href='http://froebe.net/blog/tag/chicago/' class='tag-link-186' title='4 topics' rel="tag" style='font-size: 8.6666666666667pt;'>Chicago</a> <a href='http://froebe.net/blog/tag/conference/' class='tag-link-184' title='5 topics' rel="tag" style='font-size: 9pt;'>conference</a> <a href='http://froebe.net/blog/tag/database/' class='tag-link-233' title='5 topics' rel="tag" style='font-size: 9pt;'>Database</a> <a href='http://froebe.net/blog/tag/dbms/' class='tag-link-53' title='5 topics' rel="tag" style='font-size: 9pt;'>DBMS</a> <a href='http://froebe.net/blog/tag/family/' class='tag-link-45' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Family</a> <a href='http://froebe.net/blog/tag/froebe/' class='tag-link-131' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>froebe</a> <a href='http://froebe.net/blog/tag/hardy-heron/' class='tag-link-230' title='9 topics' rel="tag" style='font-size: 10.333333333333pt;'>hardy heron</a> <a href='http://froebe.net/blog/tag/humor/' class='tag-link-37' title='6 topics' rel="tag" style='font-size: 9.3333333333333pt;'>humor</a> <a href='http://froebe.net/blog/tag/intel/' class='tag-link-81' title='2 topics' rel="tag" style='font-size: 8pt;'>Intel</a> <a href='http://froebe.net/blog/tag/isug/' class='tag-link-96' title='17 topics' rel="tag" style='font-size: 13pt;'>ISUG</a> <a href='http://froebe.net/blog/tag/isug-technical-journal/' class='tag-link-383' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>ISUG Technical Journal</a> <a href='http://froebe.net/blog/tag/jeff-tallman/' class='tag-link-399' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Jeff Tallman</a> <a href='http://froebe.net/blog/tag/linux/' class='tag-link-18' title='13 topics' rel="tag" style='font-size: 11.666666666667pt;'>Linux</a> <a href='http://froebe.net/blog/tag/microsoft/' class='tag-link-11' title='6 topics' rel="tag" style='font-size: 9.3333333333333pt;'>Microsoft</a> <a href='http://froebe.net/blog/tag/mydatabases/' class='tag-link-552' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>MyDatabases</a> <a href='http://froebe.net/blog/tag/neumann-homes/' class='tag-link-69' title='4 topics' rel="tag" style='font-size: 8.6666666666667pt;'>neumann homes</a> <a href='http://froebe.net/blog/tag/perl/' class='tag-link-7' title='11 topics' rel="tag" style='font-size: 11pt;'>Perl</a> <a href='http://froebe.net/blog/tag/podcast/' class='tag-link-43' title='4 topics' rel="tag" style='font-size: 8.6666666666667pt;'>Podcast</a> <a href='http://froebe.net/blog/tag/postgresql/' class='tag-link-415' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>postgresql</a> <a href='http://froebe.net/blog/tag/powerbuilder/' class='tag-link-101' title='6 topics' rel="tag" style='font-size: 9.3333333333333pt;'>Powerbuilder</a> <a href='http://froebe.net/blog/tag/printer/' class='tag-link-154' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>printer</a> <a href='http://froebe.net/blog/tag/replication-server/' class='tag-link-5' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Replication Server</a> <a href='http://froebe.net/blog/tag/sql/' class='tag-link-171' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>sql</a> <a href='http://froebe.net/blog/tag/sqlite/' class='tag-link-213' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>SQLite</a> <a href='http://froebe.net/blog/tag/sybase/' class='tag-link-2' title='44 topics' rel="tag" style='font-size: 22pt;'>Sybase</a> <a href='http://froebe.net/blog/tag/sybase-ase/' class='tag-link-100' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Sybase ASE</a> <a href='http://froebe.net/blog/tag/sybase-techwave/' class='tag-link-385' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>Sybase TechWave</a> <a href='http://froebe.net/blog/tag/teamsybase/' class='tag-link-35' title='5 topics' rel="tag" style='font-size: 9pt;'>TeamSybase</a> <a href='http://froebe.net/blog/tag/techwave/' class='tag-link-6' title='11 topics' rel="tag" style='font-size: 11pt;'>TechWave</a> <a href='http://froebe.net/blog/tag/ubuntu/' class='tag-link-191' title='15 topics' rel="tag" style='font-size: 12.333333333333pt;'>ubuntu</a> <a href='http://froebe.net/blog/tag/ubuntu-804/' class='tag-link-229' title='8 topics' rel="tag" style='font-size: 10pt;'>ubuntu 8.04</a> <a href='http://froebe.net/blog/tag/video/' class='tag-link-126' title='18 topics' rel="tag" style='font-size: 13.333333333333pt;'>video</a> <a href='http://froebe.net/blog/tag/vista/' class='tag-link-158' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>vista</a> <a href='http://froebe.net/blog/tag/vmware/' class='tag-link-85' title='8 topics' rel="tag" style='font-size: 10pt;'>VMware</a> <a href='http://froebe.net/blog/tag/vmware-server/' class='tag-link-389' title='3 topics' rel="tag" style='font-size: 8.3333333333333pt;'>vmware server</a> <a href='http://froebe.net/blog/tag/windows/' class='tag-link-24' title='5 topics' rel="tag" style='font-size: 9pt;'>Windows</a> <a href='http://froebe.net/blog/tag/wordpress/' class='tag-link-54' title='4 topics' rel="tag" style='font-size: 8.6666666666667pt;'>Wordpress</a></li><li id="better-blogroll" class="widget widget_betterblogroll"><h2 class="sidebartitle">Links</h2><ul><p><div style="width: 140px;margin-bottom:10px;"><small>This random selection from my daily reads. It changes each time the page is refreshed.</small></div></p><li><a href="http://www.mac-sage.com/" title="The Complete OS X Consulting Source">Mac Sage</a></li><li><a rel="friend" href="http://mommyblogreviews.com/" title="">Mommy Blog Reviews</a></li><li><a href="http://macitt.com/" title=""><img src="http://macitt.com/img/logo.gif" alt="Click to visit Macitt" /><br />Macitt</a></li><li><a href="http://defectivekit.com" title="">Defective Kit</a></li><li><a rel="colleague" href="http://www.edbarlow.com" title="">Ed Barlow (GEM)</a></li><li><a rel="friend" href="http://merrygentlemen.blogspot.com/" title="Yarn induced mishigas">Merry Gentlemen</a></li><li><a rel="colleague" href="http://sybasease.blogspot.com" title="">Robert Vollman's blog</a></li><li><a href="http://www.twit.tv/FLOSS" title="FLOSS Weekly">FLOSS Weekly</a></li><li><a href="http://www.newsburst.com/Source/?add=http://feeds.feedburner.com/JasonLFroebe" title=""><img src="http://i.i.com.com/cnwk.1d/i/newsbursts/btn/newsburst3.gif" alt="Click to visit News Burst" /><br />News Burst</a></li><li><a href="http://www.childrenofthegods.net/" title=""><img src="http://www.froebe.net/images/Children_of_the_Gods.png" alt="Click to visit Children of the Gods" /><br />Children of the Gods</a></li></ul></li> <li id="text-101707501" class="widget widget_text"> <h2 class="sidebartitle">Podiobooks.com Free AudioBooks</h2> <div class="textwidget"><script language="javascript" src="http://www.podiobooks.com/jspb/jfroebe" type="text/javascript" ></script> </div> </li><li id="lastfm" class="widget widget_lastfm"><h2 class="sidebartitle">Last.fm</h2><style type="text/css">table.lastfmWidget td {margin:0 !important;padding:0 !important;border:0 !important;}tr.lastfmHead a:hover {background-position:0 0 !important;}tr.lastfmEmbed object {float:left;}tr.lastfmFoot td.config a:hover {background-position:0 0 !important;}tr.lastfmFoot td.view a:hover {background-position:-85px 0 !important;}tr.lastfmFoot td.popup a:hover {background-position:-159px 0 !important;}</style> <table class="lastfmWidget" cellpadding="0" cellspacing="0" border="0" style="width:184px;"> <tr class="lastfmHead"> <td><a title="jfroebe: Recently Played" href="http://www.last.fm/user/jfroebe/charts/?charttype=recenttracks" target="_blank" style="display:block;overflow:hidden;height:20px;width:184px;background:url(http://panther1.last.fm/widgets/images/en/header/chart/recenttracks_regular_red.gif) no-repeat 0 -20px;text-decoration:none;"></a></td> </tr> <tr class="lastfmEmbed"> <td> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="184" height="179" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab%23version=7,0,0,0" style="float:left;"> <param name="bgcolor" value="d01f3c" /><param name="movie" value="http://panther1.last.fm/widgets/chart/2.swf" /> <param name="quality" value="high" /><param name="allowScriptAccess" value="sameDomain" /> <param name="FlashVars" value="type=recenttracks&user=jfroebe&theme=red" /> <embed src="http://panther1.last.fm/widgets/chart/2.swf" type="application/x-shockwave-flash" name="widgetPlayer" bgcolor="" width="184" height="179" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="type=recenttracks&user=jfroebe&theme=red" allowScriptAccess="sameDomain"></embed> </object> </td> </tr> <tr class="lastfmFoot"> <td style="background:url(http://panther1.last.fm/widgets/images/footer_bg/red.gif) repeat-x 0 0;text-align:right;"> <table cellspacing="0" cellpadding="0" border="0" style="width:184px;"> <tr> <td class="config"><a href="http://www.last.fm/tools/widgets/?widget=chart&colour=red&chartType=recenttracks&user=jfroebe&from=widget" title="Get your own" target="_blank" style="display:block;overflow:hidden;width:85px;height:20px;float:right;background:url(http://panther1.last.fm/widgets/images/en/footer/red.gif) no-repeat 0 -20px;text-decoration:none;"></a></td> <td class="view" style="width:74px;"><a href="http://www.last.fm/user/jfroebe/" title="View jfroebe's profile" target="_blank" style="display:block;overflow:hidden;width:74px;height:20px;background:url(http://panther1.last.fm/widgets/images/en/footer/red.gif) no-repeat -85px -20px;text-decoration:none;"></a></td> <td class="popup"style="width:25px;"><a href="http://www.last.fm/tools/widgets/popup/?widget=chart&colour=red&chartType=recenttracks&user=jfroebe&from=widget&resize=1" title="Load this chart in a pop up" target="_blank" style="display:block;overflow:hidden;width:25px;height:20px;background:url(http://panther1.last.fm/widgets/images/en/footer/red.gif) no-repeat -159px -20px;text-decoration:none;" onclick="window.open(this.href + '&resize=0','lastfm_popup','height=279,width=234,resizable=yes,scrollbars=yes'); return false;"></a></td> </tr> </table> </td> </tr> </table></li><li id="rss-85468091" class="widget widget_rss"><h2 class="sidebartitle"><a class='rsswidget' href='http://twitter.com/statuses/user_timeline/14336303.rss' title='Syndicate this content'><img style='background:orange;color:white;border:none;' width='14' height='14' src='http://froebe.net/blog/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://twitter.com/jfroebe' title='Twitter updates from jfroebe / jfroebe.'>Twitter</a></h2><ul><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/950133348' title='jfroebe: Paradise Pup in Chicago : http://tinyurl.com/43kvjo'>jfroebe: Paradise Pup in Chicago : http://tinyurl.com/43kvjo</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/950066011' title='jfroebe: @huddlesuz from what I've learned, quite a few women ignore the 'women' networks especially in tech fields - don't know why'>jfroebe: @huddlesuz from what I've learned, quite a few women ignore the 'women' networks especially in tech fields - don't know why</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/950007890' title='jfroebe: @mogrify #1 is the best part ;-)'>jfroebe: @mogrify #1 is the best part ;-)</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949980898' title='jfroebe: @dthomasdigital don't forget the various Larry Flint cases... Flint spent a great deal of time in court'>jfroebe: @dthomasdigital don't forget the various Larry Flint cases... Flint spent a great deal of time in court</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949979927' title='jfroebe: @dthomasdigital looks like a good case to be appealed'>jfroebe: @dthomasdigital looks like a good case to be appealed</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949891980' title='jfroebe: dbx on Solaris 2.9 and below are extra $$$ - vendor forgot that and we didn't licence dbx. gave info on mdb/adb and pstack usage to vendor'>jfroebe: dbx on Solaris 2.9 and below are extra $$$ - vendor forgot that and we didn't licence dbx. gave info on mdb/adb and pstack usage to vendor</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949841068' title='jfroebe: Watching Systm : ep 64 http://revision3.com/systm/bmwt/'>jfroebe: Watching Systm : ep 64 http://revision3.com/systm/bmwt/</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949802628' title='jfroebe: watching geekbrief ep 442 http://tinyurl.com/3zfut6'>jfroebe: watching geekbrief ep 442 http://tinyurl.com/3zfut6</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949755741' title='jfroebe: @linuxjournal what about mono's monkey?'>jfroebe: @linuxjournal what about mono's monkey?</a> <span class="rss-date">October 7, 2008</span></li><li><a class='rsswidget' href='http://twitter.com/jfroebe/statuses/949746672' title='jfroebe: http://www.perlmonks.org/?node_id=715806'>jfroebe: http://www.perlmonks.org/?node_id=715806</a> <span class="rss-date">October 7, 2008</span></li></ul></li> <li id="text-101768991" class="widget widget_text"> <div class="textwidget"><!-- Site Meter XHTML Strict 1.0 --> <script type="text/javascript" src="http://s31.sitemeter.com/js/counter.js?site=s31jfroebe"> </script> <!-- Copyright (c)2006 Site Meter --> </div> </li> <li id="akismet" class="widget widget_akismet"> <h2 class="sidebartitle">Spam Blocked</h2> <div id="akismetwrap"><div id="akismetstats"><a id="aka" href="http://akismet.com" title=""><div id="akismet1"><span id="akismetcount">76,014</span> <span id="akismetsc">spam comments</span></div> <div id="akismet2"><span id="akismetbb">blocked by</span><br /><span id="akismeta">Akismet</span></div></a></div></div> </li> <li id="text-2" class="widget widget_text"> <h2 class="sidebartitle">Conferences</h2> <div class="textwidget"><a href="http://barcampmilwaukee.com"><img src="http://froebe.net/blog/wp-content/uploads/2008/08/barcampmilwaukee_2008-300x68.png" width=200></a></div> </li> </ul> </div> <!--/sidebar --> <div id="footer"> <!--recent comments start --> <div class="footer-recent-posts"> <h4>Recent Posts</h4> <ul> <li> <strong><a href="http://froebe.net/blog/2008/10/07/example-code-using-perls-linuxinotify2-module-with-poe/" rel="bookmark" title="Permanent link to Example code using Perl’s Linux::Inotify2 module with POE">Example code using Perl’s Linux::Inotify2 module with POE</a></strong><br /> <small>10-07-2008</small> </li> <li> <strong><a href="http://froebe.net/blog/2008/10/03/linuxinotify2-unable-to-receive-events/" rel="bookmark" title="Permanent link to Linux and Perl module Linux::Inotify2 - unable to receive events">Linux and Perl module Linux::Inotify2 - unable to receive events</a></strong><br /> <small>10-03-2008</small> </li> <li> <strong><a href="http://froebe.net/blog/2008/09/26/been-a-long-time-installing-vmware-tools-in-ubuntu-8041-jeos-server/" rel="bookmark" title="Permanent link to Been a long time / Installing vmware tools in Ubuntu 8.04.1 JEOS Server">Been a long time / Installing vmware tools in Ubuntu 8.04.1 JEOS Server</a></strong><br /> <small>09-26-2008</small> </li> <li> <strong><a href="http://froebe.net/blog/2008/09/10/watch-out-adrian-is-posting-about-me/" rel="bookmark" title="Permanent link to Watch out! Adrian is posting about me ;-)">Watch out! Adrian is posting about me ;-)</a></strong><br /> <small>09-10-2008</small> </li> <li> <strong><a href="http://froebe.net/blog/2008/09/08/realnetworks-releases-realdvd-waste-of-money/" rel="bookmark" title="Permanent link to RealNetworks releases RealDVD - waste of money?">RealNetworks releases RealDVD - waste of money?</a></strong><br /> <small>09-08-2008</small> </li> </ul> </div> <!--recent comments start --> <!--recent comments start --> <div class="footer-recent-comments"> <h4>Recent Comments</h4> <ul> <li><strong><a href="http://froebe.net/blog/2007/05/22/ase-1254-esd-5-and-ase-1501-esd-2-unable-to-load-with-more-than-32-stripes/#comment-9612" title="on ASE 12.5.4 esd 5 and ASE 15.0.1 esd 2 - unable to load with more than 32 stripes">Jason L Froebe</a></strong>: Unfortunately no, the number of stripes were exactly the sam...</li> <li><strong><a href="http://froebe.net/blog/2007/05/22/ase-1254-esd-5-and-ase-1501-esd-2-unable-to-load-with-more-than-32-stripes/#comment-9611" title="on ASE 12.5.4 esd 5 and ASE 15.0.1 esd 2 - unable to load with more than 32 stripes">Ed</a></strong>: Most likely your restore has a different number of stripes t...</li> <li><strong><a href="http://froebe.net/blog/2008/07/16/received-cant-call-method-value-on-an-undefined-value-at-usrshareperl5iouncompressrawinflatepm-on-ubuntu-804-server-hardy-heron/#comment-9609" title="on Received 'Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm' on Ubuntu 8.04 Server (Hardy Heron)">Jason L</a></strong>: Removing RawInflate.pm fixed this for me. Then install Bund...</li> <li><strong><a href="http://froebe.net/blog/2007/10/05/getting-err-39-with-itunes/#comment-9608" title="on Getting err = -39 with Apple's iTunes?">MrUgly</a></strong>: Oh wow, that worked. Thanks a lot man...</li> <li><strong><a href="http://froebe.net/blog/2007/10/05/getting-err-39-with-itunes/#comment-9607" title="on Getting err = -39 with Apple's iTunes?">Tasha</a></strong>: Hello, I have Windows Vista and Norton Antivirus, and keep g...</li> </ul> </div> <!--recent comments end --> <!--about text start --> <div class="footer-about"> <h4>About</h4> <p>This template is built with validated CSS and XHTML, by <a href="http://www.ndesign-studio.com">N.Design Studio</a>. Icons used here are from <a href="http://www.ndesign-studio.com/stock-icons/web-2-mini/">Web 2 Mini</a> pack. To download more <a href="http://www.ndesign-studio.com/resources/wp-themes/">WordPress Themes</a>, please visit www.ndesign-studio.com.</p> <p>Open "about_text.txt" file in the theme folder to edit this text.</p> </div> <!--about text end --> <hr class="clear" /> </div><!--/footer --> </div><!--/page --> <!--credits start --> <div id="credits"> <div class="alignleft"><a href="http://www.ndesign-studio.com/resources/wp-themes/">WP Theme</a> & <a href="http://www.ndesign-studio.com/stock-icons/">Icons</a> by <a href="http://www.ndesign-studio.com">N.Design Studio</a></div> <div class="alignright"><a href="http://froebe.net/blog/feed/" class="rss">Entries RSS</a> <a href="http://froebe.net/blog/comments/feed/" class="rss">Comments RSS</a> <span class="loginout"><a href="http://froebe.net/blog/wp-login.php">Log in</a></span></div> </div> <!--credits end --> <div id="sk2-footer" style="color:#FFF; background-color:#444; padding: 3px 2px 3px 2px; border-top: #888 solid 1px;">This blog is protected by <a href="http://unknowngenius.com/blog/" title="Dave">Dave</a>'s <strong><a href="http://unknowngenius.com/blog/wordpress/spam-karma/" title="SK2">Spam Karma 2</a></strong>: <strong>570</strong> Spams eaten and counting...</div><div id='wrap'><div id='footer'><p>The opinions expressed within are the sole rantings of a raving lunatic and in no way reflect the rantings, fits, tantrums, errors, corrections, allocutions, or aimless thoughts of Sybase or its employees or of TeamSybase or ISUG. Any resemblance to reasonable thought, or any official or published opinion of Sybase, TeamSybase or ISUG is merely coincidental, and should be totally ignored.</p><p><a href='http://froebe.net/blog'>Jason L. Froebe: Ramblings of a Geek</a> © 2008</p></div></div><script type='text/javascript' src='http://track3.mybloglog.com/js/jsserv.php?mblID=2008040815300249'></script> </body> </html>