<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for We're Hosed</title>
	<atom:link href="http://werehosed.mvmanila.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://werehosed.mvmanila.com</link>
	<description>(Won't Be The Last Time)</description>
	<lastBuildDate>Thu, 28 Mar 2013 16:21:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on We&#8217;re on a journey by greg</title>
		<link>http://werehosed.mvmanila.com/2013/03/27/were-on-a-journey/comment-page-1/#comment-23388</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 28 Mar 2013 16:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4437#comment-23388</guid>
		<description><![CDATA[Cece, praying and hoping for a quick victory. Please let us know if we can help in any way.  -- greg]]></description>
		<content:encoded><![CDATA[<p>Cece, praying and hoping for a quick victory. Please let us know if we can help in any way.  &#8212; greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by Cecil</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21365</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Thu, 15 Dec 2011 04:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21365</guid>
		<description><![CDATA[It is quite complicated by design, in order to hide the details from people who would circumvent the DRM and return by dates. I&#039;d use wireshark rather than a proxy server to capture the traffic (better filtering and more details that might matter). But your network needs to be quiet like a small home network and it&#039;s a pain to learn. I believe there a public specs for what an Audiobook bundle should look like just as there are specs for EPUB. Whether ODMC follows the specs is unknown or disputed.]]></description>
		<content:encoded><![CDATA[<p>It is quite complicated by design, in order to hide the details from people who would circumvent the DRM and return by dates. I&#8217;d use wireshark rather than a proxy server to capture the traffic (better filtering and more details that might matter). But your network needs to be quiet like a small home network and it&#8217;s a pain to learn. I believe there a public specs for what an Audiobook bundle should look like just as there are specs for EPUB. Whether ODMC follows the specs is unknown or disputed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by Anne</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21364</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Wed, 14 Dec 2011 20:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21364</guid>
		<description><![CDATA[Turns out OMC works under wine too, yielding simple .mp3 files in a directory you get to choose. I&#039;m guessing it&#039;ll delete them when my time is up. I was able to dig through the xml and find both a baseurl and a filename, but I couldn&#039;t assemble them into a fetchable URL. I guess the thing to do is make OMC fetch a book through a proxy and record the traffic so I can see if they&#039;re doing anything complicated.]]></description>
		<content:encoded><![CDATA[<p>Turns out OMC works under wine too, yielding simple .mp3 files in a directory you get to choose. I&#8217;m guessing it&#8217;ll delete them when my time is up. I was able to dig through the xml and find both a baseurl and a filename, but I couldn&#8217;t assemble them into a fetchable URL. I guess the thing to do is make OMC fetch a book through a proxy and record the traffic so I can see if they&#8217;re doing anything complicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by Cecil</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21359</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Tue, 13 Dec 2011 06:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21359</guid>
		<description><![CDATA[@Anne
I have tried something similar. I once checked out  Hayeks &quot;Road to Serfdom&quot;. It had 5 mp3 files and downloadable urls inside the XML. You have to look deep in the XML to find them and, for me, the first minutes or so of speech had odd dropouts. Not saying is DRM, but you know? The real problem was I lost all the chapter info metadata so I couldn&#039;t go to chapter 12 or to the last chapter I heard because MP3 players/clients (generally) don&#039;t have that ability in the middle of a file -- they could but that&#039;s another can of worms to open. 

Back when my device was a bog standard Color Nook using the Overdrive Media Player (not the Android its flashed to now), it would pause at odd moments while it downloaded the next MP3 file. There are more than enough hints in the XML that what I saw was indeed what was happening.  Overdrive AudioBooks have expiration dates but that is enforced by the client checking the home base or it&#039;s Android DB. If someone was so inclined, that would be easy enough to get around. Building a bundle that players could accept as expiration date free &quot;AudioBook&quot;  ? That might take some work. 

Thanks for mentioning the Wine option. I vaguely remember testing it and it did work with ADE. I also had to re-install Wine &amp; ADE every time I updated Ubuntu versions. Easier for me fire up a cranky old XP SP2 vm.  Wine is is viable option and it would remove the ftp step in my process.]]></description>
		<content:encoded><![CDATA[<p>@Anne<br />
I have tried something similar. I once checked out  Hayeks &#8220;Road to Serfdom&#8221;. It had 5 mp3 files and downloadable urls inside the XML. You have to look deep in the XML to find them and, for me, the first minutes or so of speech had odd dropouts. Not saying is DRM, but you know? The real problem was I lost all the chapter info metadata so I couldn&#8217;t go to chapter 12 or to the last chapter I heard because MP3 players/clients (generally) don&#8217;t have that ability in the middle of a file &#8212; they could but that&#8217;s another can of worms to open. </p>
<p>Back when my device was a bog standard Color Nook using the Overdrive Media Player (not the Android its flashed to now), it would pause at odd moments while it downloaded the next MP3 file. There are more than enough hints in the XML that what I saw was indeed what was happening.  Overdrive AudioBooks have expiration dates but that is enforced by the client checking the home base or it&#8217;s Android DB. If someone was so inclined, that would be easy enough to get around. Building a bundle that players could accept as expiration date free &#8220;AudioBook&#8221;  ? That might take some work. </p>
<p>Thanks for mentioning the Wine option. I vaguely remember testing it and it did work with ADE. I also had to re-install Wine &amp; ADE every time I updated Ubuntu versions. Easier for me fire up a cranky old XP SP2 vm.  Wine is is viable option and it would remove the ftp step in my process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by Anne</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21358</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Tue, 13 Dec 2011 05:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21358</guid>
		<description><![CDATA[I realize this is not exactly what you&#039;re working on, but I notice that OverDrive distributes DRM-free MP3s — but to get them you have to use ODMC on a .odm file. I haven&#039;t installed ODMC (though ADE works fine under wine to get me .epubs, by the way) and I (foolishly?) hoped that it would be as easy as pulling the filenames out of the (XML) .odm file and firing off a wget. Apparently not. The three-part overdrive extractor for iphones claims that their (somewhat different) URLs can simply be wgetted from, but all I get are 403 Access Denieds. 

Have you tried wiresharking MP3 audiobook downloads?]]></description>
		<content:encoded><![CDATA[<p>I realize this is not exactly what you&#8217;re working on, but I notice that OverDrive distributes DRM-free MP3s — but to get them you have to use ODMC on a .odm file. I haven&#8217;t installed ODMC (though ADE works fine under wine to get me .epubs, by the way) and I (foolishly?) hoped that it would be as easy as pulling the filenames out of the (XML) .odm file and firing off a wget. Apparently not. The three-part overdrive extractor for iphones claims that their (somewhat different) URLs can simply be wgetted from, but all I get are 403 Access Denieds. </p>
<p>Have you tried wiresharking MP3 audiobook downloads?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by Cecil</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21357</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Mon, 12 Dec 2011 18:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21357</guid>
		<description><![CDATA[I didn&#039;t pursue the ruby script because it would take a lot of time to decode and replicated the ODMC protocol with no guarantee that it can be done (SSL/Cert issues).  I download the book in Windows (in a virtual machine), ftp it to the Linux system, Load it into Calibre (it has a user installable plug in to remove the DRM). Calibre also has an book sharing server which I wanted. On the android device, I use Aldiko as a book reader because it knows how to talk to the Calibre server.]]></description>
		<content:encoded><![CDATA[<p>I didn&#8217;t pursue the ruby script because it would take a lot of time to decode and replicated the ODMC protocol with no guarantee that it can be done (SSL/Cert issues).  I download the book in Windows (in a virtual machine), ftp it to the Linux system, Load it into Calibre (it has a user installable plug in to remove the DRM). Calibre also has an book sharing server which I wanted. On the android device, I use Aldiko as a book reader because it knows how to talk to the Calibre server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The other OverDrive deep hole by edjolanski</title>
		<link>http://werehosed.mvmanila.com/2011/08/14/the-other-overdrive-deep-hole/comment-page-1/#comment-21356</link>
		<dc:creator>edjolanski</dc:creator>
		<pubDate>Mon, 12 Dec 2011 11:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4166#comment-21356</guid>
		<description><![CDATA[I am very interested to see your &quot;Ruby script to extract that Abode Digital Editions (ADE) key from activation.xml&quot;  As someone with access to Linux and Android only, it makes this whole process very difficult.  As far as I am aware, there is nothing illegal about extracting my Adobe key.  This is some great work.  Please let me know if you&#039;re willing to share this code!  I certainly share your frustration at Adobe and OMC not having any Linux solution available.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>I am very interested to see your &#8220;Ruby script to extract that Abode Digital Editions (ADE) key from activation.xml&#8221;  As someone with access to Linux and Android only, it makes this whole process very difficult.  As far as I am aware, there is nothing illegal about extracting my Adobe key.  This is some great work.  Please let me know if you&#8217;re willing to share this code!  I certainly share your frustration at Adobe and OMC not having any Linux solution available.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating  Buffalo NAS firmware from Linux by Cecil</title>
		<link>http://werehosed.mvmanila.com/2011/05/23/updating-buffalo-nas-firmware-from-linux/comment-page-1/#comment-21182</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4079#comment-21182</guid>
		<description><![CDATA[The instructions I wrote are more like hints to a skilled Linux admin.  You need the acp_commander so you can get a telnet console to your stuck NAS.  Then you can mount the partitions and see what&#039;s on the disk.  I eventually pulled the HD out and put it in a usb enclosure and mounted the disk on my main Linux box and setup the boot partition to boot the debian installer. Then I put the drive back in the NAS, booted and it. Any acp_commander to get a console and then I could install debian. acp_commander is 100% required, you use it several times.  This is the most difficult kind of Linux installation so you really need to understand how linux boots and lives.  Have you tried the buffalo tech forums. There is a lot info in there.]]></description>
		<content:encoded><![CDATA[<p>The instructions I wrote are more like hints to a skilled Linux admin.  You need the acp_commander so you can get a telnet console to your stuck NAS.  Then you can mount the partitions and see what&#8217;s on the disk.  I eventually pulled the HD out and put it in a usb enclosure and mounted the disk on my main Linux box and setup the boot partition to boot the debian installer. Then I put the drive back in the NAS, booted and it. Any acp_commander to get a console and then I could install debian. acp_commander is 100% required, you use it several times.  This is the most difficult kind of Linux installation so you really need to understand how linux boots and lives.  Have you tried the buffalo tech forums. There is a lot info in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating  Buffalo NAS firmware from Linux by Johnathen</title>
		<link>http://werehosed.mvmanila.com/2011/05/23/updating-buffalo-nas-firmware-from-linux/comment-page-1/#comment-21181</link>
		<dc:creator>Johnathen</dc:creator>
		<pubDate>Wed, 14 Sep 2011 09:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4079#comment-21181</guid>
		<description><![CDATA[Yes my host was 192.168.11.1, been trying for ages now. Tried reseting (where 2 blue leds flash). No luck. Tried on different PC&#039;s, no difference. 

With a port scanner I can pick up 192.168.11.150, directly after the red led flashes 6x, and I press hold function button (Blue light flashes quickly, this is as far as it goes). 

It disappears in the port scanner almost immediately, and NasNav never found anything yet. Seems like it tried to boot to EM, but failed ?

I read about acp_commander (Java?) Do you think this is my last resort?
I was thinking of extracting the IMG&#039;s to the hdd, but I can&#039;t find out what directory, and what partition &amp; partition table has to be for the Buffalo to be happy.

Struggling a bit with Linux, but interested to learn.

Thanks for your time :) I will search your site for more info.]]></description>
		<content:encoded><![CDATA[<p>Yes my host was 192.168.11.1, been trying for ages now. Tried reseting (where 2 blue leds flash). No luck. Tried on different PC&#8217;s, no difference. </p>
<p>With a port scanner I can pick up 192.168.11.150, directly after the red led flashes 6x, and I press hold function button (Blue light flashes quickly, this is as far as it goes). </p>
<p>It disappears in the port scanner almost immediately, and NasNav never found anything yet. Seems like it tried to boot to EM, but failed ?</p>
<p>I read about acp_commander (Java?) Do you think this is my last resort?<br />
I was thinking of extracting the IMG&#8217;s to the hdd, but I can&#8217;t find out what directory, and what partition &amp; partition table has to be for the Buffalo to be happy.</p>
<p>Struggling a bit with Linux, but interested to learn.</p>
<p>Thanks for your time :) I will search your site for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating  Buffalo NAS firmware from Linux by Cecil</title>
		<link>http://werehosed.mvmanila.com/2011/05/23/updating-buffalo-nas-firmware-from-linux/comment-page-1/#comment-21180</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://werehosed.mvmanila.com/?p=4079#comment-21180</guid>
		<description><![CDATA[Did you change your boot host to be 192.168.11.1 before starting atftpd and then getting your LS into EM mode. That may require secret button pushes and waiting for secret seconds on the LS  -- there are several tones that the LS can produce depending on how much trouble it thinks it is in.

If you are Linux savvy the important hint is &#039;acp_commander&#039; works on the Buffalos. I later wrote about getting debian squeeze installed on my Buffalo NAS so it&#039;s somewhere on this site.]]></description>
		<content:encoded><![CDATA[<p>Did you change your boot host to be 192.168.11.1 before starting atftpd and then getting your LS into EM mode. That may require secret button pushes and waiting for secret seconds on the LS  &#8212; there are several tones that the LS can produce depending on how much trouble it thinks it is in.</p>
<p>If you are Linux savvy the important hint is &#8216;acp_commander&#8217; works on the Buffalos. I later wrote about getting debian squeeze installed on my Buffalo NAS so it&#8217;s somewhere on this site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
