provides software and services that enable enterprises
Live Chat 1-888-673-6564
The Enterprise Open Source Blog
  • Home
  • Search
  • Contact Us
  • Products and Support
  • Services
  • Enterprise OSS Blog
  • Wazi Technical Blog
  • Resources Library
  • Cloud Services
  • Partners
  • Customers
  • Community
  • Company
  • Careers
  • News and Events

Subscribe by Email

Your email:

Most Popular Posts

  • Enterprise Apache Tomcat 7 Clustering - Designing an Efficient, Reliable and Productive Application Server Cluster
  • Open Source Virtual Whiteboards and Dimdim Review
  • An Enterprise Apache Tomcat Clustering Guide
  • Supporting CentOS In The Cloud With Windows Azure
  • VLC License Change: A lesson in perseverance
  • An In-Depth Look at Tomcat’s Clustering Mechanisms
  • Apache HTTP Server: New Features for Version 2.4
  • Why Closed Source is Better Than Open Source
  • Access Serial Ports through Ruby
  • JBoss AS7 Clustering Using mod_cluster and http 2.4 (Part 1)

Current Articles | RSS Feed RSS Feed

Wazi --- Thinking OPEN

Posted by Aaron Mandelbaum on Wed, Nov 26, 2008
  
Email This Email Article  
Tweet  
  

I spend most of my OpenLogic attention right now on Wazi, whether it be working with writers like Grant Smith and Dru Lavigne or our terrific internal team on what they might contribute, developing my own contributions, or researching what we might want to cover. Mornings before work I spend reading poetry. Lately Zbigniew Herbert, a Polish poet (I find Alissa Valles translation gorgeous, though it's controversial.) who performs virtuoso syntactic moves with practically no punctuation. Writes complex lists and compound sentences with no commas, for instance. I'm thinking about this phenomena — the way in which what's not there creates and informs, shapes and enhances what is  — called by poets and visual artists managing whitespace. And it occurs to me that Wazi, as a project, might be understood at least in part by what it's not, by what we don't want it to be or become, by what we've chosen to leave out.

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

USB Hard drive spindown fix on Linux

Posted by Aaron Mandelbaum on Fri, Nov 21, 2008
  
Email This Email Article  
Tweet  
  


I wanted to share a fix for something that has been driving me insane on an Ubuntu Fiesty box (though don't think it's at all limited to that distro). This fix may be common knowledge, but, if you're like me and you don't know about it, then it's not common, eh?

I have a 500G Maxtor USB drive as a backup drive for a Dell pizza box running Ubuntu Fiesty. I formatted it ext2, got it mounted, ran backup data to it, no problems. I made a daily cron job to do backups, but every morning when I'd look at my cron notifications, I would discovery that the backup failed because the file system was read-only which is not how I left it.

I would log in to my box, try to make a file on the backup drive and sure enough, couldn't because it was read only. I'd unmount it, then remount it and it would be fine. By the next morning it was read-only again.

I reformatted the drive to ext3, reiserfs...no matter what, I had problems. Looking at log messages I would see things like this:

Nov 19 07:29:54 hurricane kernel: [724306.332761] sd 4:0:0:0: Device not ready: : Current: sense key: Not Ready
Nov 19 07:29:54 hurricane kernel: [724306.332771] Additional sense: Logical unit not ready, initializing command required
Nov 19 07:29:54 hurricane kernel: [724306.332781] end_request: I/O error, dev sdb, sector 10706
Nov 19 07:29:54 hurricane kernel: [724306.332785] printk: 4 messages suppressed.
Nov 19 07:29:54 hurricane kernel: [724306.332797] lost page write due to I/O error on sdb1

where sdb1 was my USB backup drive partition. After digging I finally found a thread:

http://ubuntuforums.org/showthread.php?t=494673

that talked about a similar issue. Some people saw it on NTFS, FAT32, etc - it has nothing to do with the drive format as far as I can tell.

The problem is that some drives will spin down (I suppose to save energy), but that hoses up the filesystem and kernel for writing to it.

For me, the fix was similar to that suggested in the link above:

1) create a file in /etc/udev/rules.d called 85-usb-hd-fix.rules and add this line to it:

BUS=="scsi", SYSFS{vendor}=="Maxtor", RUN+="/usr/bin/usbhdfix %k"

(where you modify the vendor to be appropriate)

2) in /usr/bin add a file: usbhdfix and put this content in it:

#!/bin/bash
# http://ubuntuforums.org/showthread.php?t=494673

echo 1 > /sys/block/$1/device/scsi_disk:*/allow_restart

3) of course, chmod +x usbhdfix as appropriate for you.

After this, my backups never failed again due to the read-only issue.

Apparently a kernel fix is coming or is already there...I didn't chase that down.

Hope this helps someone,

About me

I'm an independent consultant who used to do a lot of work for OpenLogic. I greatly appreciate OpenLogic and the mission they are fulfilling as well as their willingness to let me contribute to this blog. Views expressed here are not necessarily those of OpenLogic and any mistakes are 100% attributable to me. You can contact me at: landon at 360vl dot com or visit http://sawdust.see-do.org
0 Comments Click here to read/write comments
Tags: Open Source Trends

ApacheCon 2008: Inspiration

Posted by Aaron Mandelbaum on Fri, Nov 21, 2008
  
Email This Email Article  
Tweet  
  

Two weeks ago, I returned from the ApacheCon 2008 Open Source Software Convention held in New Orleans.  This was my first time attending such a conference with the Apache Software Foundation, and for me, it was a great opportunity to build both professional and personal relationships.  Looking back on this event I will certainly remember the phenomenal people who contributed to this great experience.  

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

Open Source Governance: It Doesn't Have to Be Hard

Posted by Aaron Mandelbaum on Thu, Nov 20, 2008
  
Email This Email Article  
Tweet  
  

Open source governance is critical, but it doesn't have to be hard. 

Read More

0 Comments Click here to read/write comments
Tags: Governance

The Economy is Driving More Prospects to Open Source

Posted by Aaron Mandelbaum on Tue, Nov 11, 2008
  
Email This Email Article  
Tweet  
  

Our latest marketing metrics show a 61% increase in inbound leads from Q2 to Q3 of this year. Q4 looks to be on track to continue this strong growth.

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends
All Posts
Error sending email
Email sent successfully

Email article
Email To : 
Your name : 
Message : (maximum 200 characters)

Enterprise OSS Blog Policy

If you read a post on The Enterprise OSS Blog, please leave a comment. Let us know what you think, even if it's just a few words. Comments do not require approval, but they are moderated.OpenLogic reserves the right to remove any comments it deems inappropriate.

 

click-to-chat-with-a-live-open-source-expert

get-a-quote-on-support

download-the-support-evaluation-kit

schedule-a-deep-discovery-demo

Most Popular Posts

  • Enterprise Apache Tomcat 7 Clustering - Designing an Efficient, Reliable and Productive Application Server Cluster
  • Open Source Virtual Whiteboards and Dimdim Review
  • An Enterprise Apache Tomcat Clustering Guide
  • Supporting CentOS In The Cloud With Windows Azure
  • VLC License Change: A lesson in perseverance
  • An In-Depth Look at Tomcat’s Clustering Mechanisms
  • Apache HTTP Server: New Features for Version 2.4
  • Why Closed Source is Better Than Open Source
  • Access Serial Ports through Ruby
  • JBoss AS7 Clustering Using mod_cluster and http 2.4 (Part 1)

Connect With Us!

Browse by Tag

  • 2013 (2)
  • Agile (1)
  • Apache (2)
  • apache tomcat (1)
  • AS 7 (1)
  • as7 (1)
  • Auditing (5)
  • Azure (2)
  • Budget (1)
  • BusyBox (1)
  • CentOS (3)
  • Closed Source Software (1)
  • cloud (4)
  • clustering (1)
  • CMS (1)
  • Code Scanning (1)
  • commercial distribution (1)
  • Community (4)
  • compliance (39)
  • C-Suite (1)
  • Database (1)
  • developers (2)
  • DevOps (15)
  • Drupal (1)
  • enterprise software (2)
  • foss (5)
  • Gitbhub (1)
  • Governance (36)
  • guide (1)
  • Hadoop (2)
  • HBase (2)
  • http 2.4 (1)
  • httpd 2.4 (1)
  • Java (1)
  • javascript (1)
  • jboss (3)
  • JBoss Cluster (1)
  • Joomla (1)
  • Legal (21)
  • Legal & Compliance (62)
  • Legal and Compliance (2)
  • license compliance (1)
  • Licenses (12)
  • Linux (4)
  • lisp code (1)
  • martin fowler (1)
  • Mobile (3)
  • mod_cluster (2)
  • MySQL (1)
  • Neal Ford (1)
  • open source (19)
  • open source compliance (1)
  • open source components (1)
  • open source events (1)
  • Open Source Governance (2)
  • open source legal issues (1)
  • Open Source Licensing (3)
  • Open Source Management (38)
  • Open Source Policy (3)
  • open source software (15)
  • Open Source Software Adoption (4)
  • open source software policy (1)
  • Open Source Training (1)
  • Open Source Trends (337)
  • Open Source vs. Commercial Software (3)
  • OSS (5)
  • OSS Packages (2)
  • PaaS (1)
  • paredit (1)
  • picketlink (1)
  • Policy (4)
  • PostgreSQL (1)
  • Presentations (1)
  • Programming (2)
  • red hat (1)
  • RHEL (1)
  • Ruby (1)
  • Scanning (27)
  • Scanning & Governance (12)
  • Scanning & Provisioning (30)
  • Security (13)
  • Shibboleth (1)
  • software compliance (1)
  • Software Development (2)
  • Software Development Lifecycle (7)
  • software infrastructure (1)
  • Solr (1)
  • Support (48)
  • Support & Services (2)
  • SUSE (1)
  • Technical Governance (1)
  • The Cloud (35)
  • The C-Suite (2)
  • tomcat (4)
  • Training (9)
  • Ubuntu (1)
  • Uncategorized (69)
  • Windows (1)
  • Windows Azure (1)
  • Wordpress (1)
  • Zookeeper (1)
Home | Search | Contact Us | Products and Support | Services | Enterprise OSS Blog | Wazi Technical Blog | Resources Library | Cloud Services | Partners | Customers | Community | Company | Careers | News and Events
Products
OpenLogic Exchange (OLEX)
License Compliance Module
OSS Discovery
OSS Deep Discovery
OpenUpdate
Services
Open Source Support
CentOS Support
Scanning & Compliance
Open Source Training
Professional Services
Solutions
Support & Indemnification
Open Source Governance
Open Source Scanning
Open Source Provisioning
Consulting & Training
Contact Us
1-888-673-6564


© 2013 OpenLogic, Inc. All rights reserved.
Site Map  |  Privacy Policy