<?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 Rich's Blog</title>
	<atom:link href="http://richardhorwood.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardhorwood.com</link>
	<description>Rich has a blog, and this is it.</description>
	<lastBuildDate>Fri, 18 Nov 2011 17:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on SNMP OIDs: Billion BiPAC 7800N ADSL modem by Tom</title>
		<link>http://richardhorwood.com/151/snmp-oids-billion-bipac-7800n/comment-page-1/#comment-668</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=151#comment-668</guid>
		<description>I have a 7800N with 1.06d firmware and the OIDs aren&#039;t quite the same. The following script will extract upstream and downstream speed, snr and attenuation and stash them to a CSV (linux, assumes you have the snmp tools installed):

#!/bin/bash
# Gather stats from the router with snmpget and store them in a CSV file for analysis
# Works on the Billion Bipac 7800N with firmware revision 1.06d - other versions may
# have different paths for these keys.
# Tom Oinn, 18th November 2011
F=/home/tom/router-stats.csv
S=&#039;snmpget -v2c -c public 192.168.0.2 iso.3.6.1.2.1.10.94.1.1.&#039;
K=(2.1.8.3 3.1.8.3 2.1.4.3 3.1.4.3 2.1.5.3 3.1.5.3)
if [ ! -f $F ]; then echo &#039;day,minute,up,down,snr_up,snr_down,attenuation_up,attenuation_down&#039; &gt; $F; fi
echo -n `date +%-j`,$((`date +%-k`*60+`date +%-M`)), &gt;&gt; $F
for V in &quot;${K[@]:0:$((${#K[@]}-1))}&quot;; do echo -ne `$S$V &#124; cut -c44-`, &gt;&gt; $F; done
echo `$S${K[$((${#K[@]}-1))]} &#124; cut -c44-` &gt;&gt; $F

Thanks for posting the original article, reminded me that the thing supported SNMP!</description>
		<content:encoded><![CDATA[<p>I have a 7800N with 1.06d firmware and the OIDs aren&#8217;t quite the same. The following script will extract upstream and downstream speed, snr and attenuation and stash them to a CSV (linux, assumes you have the snmp tools installed):</p>
<p>#!/bin/bash<br />
# Gather stats from the router with snmpget and store them in a CSV file for analysis<br />
# Works on the Billion Bipac 7800N with firmware revision 1.06d &#8211; other versions may<br />
# have different paths for these keys.<br />
# Tom Oinn, 18th November 2011<br />
F=/home/tom/router-stats.csv<br />
S=&#8217;snmpget -v2c -c public 192.168.0.2 iso.3.6.1.2.1.10.94.1.1.&#8217;<br />
K=(2.1.8.3 3.1.8.3 2.1.4.3 3.1.4.3 2.1.5.3 3.1.5.3)<br />
if [ ! -f $F ]; then echo &#8216;day,minute,up,down,snr_up,snr_down,attenuation_up,attenuation_down&#8217; &gt; $F; fi<br />
echo -n `date +%-j`,$((`date +%-k`*60+`date +%-M`)), &gt;&gt; $F<br />
for V in &#8220;${K[@]:0:$((${#K[@]}-1))}&#8221;; do echo -ne `$S$V | cut -c44-`, &gt;&gt; $F; done<br />
echo `$S${K[$((${#K[@]}-1))]} | cut -c44-` &gt;&gt; $F</p>
<p>Thanks for posting the original article, reminded me that the thing supported SNMP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox USB from the command line by J0N0</title>
		<link>http://richardhorwood.com/108/virtualbox-usb-from-the-command-line/comment-page-1/#comment-667</link>
		<dc:creator>J0N0</dc:creator>
		<pubDate>Sat, 29 Oct 2011 11:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=108#comment-667</guid>
		<description>i&#039;m having problems with a Renasas debugger w/ USB in a virtual XP Pro vbox  on XP Pro.  Selected device in guest saz busy.

Cheers
Jono</description>
		<content:encoded><![CDATA[<p>i&#8217;m having problems with a Renasas debugger w/ USB in a virtual XP Pro vbox  on XP Pro.  Selected device in guest saz busy.</p>
<p>Cheers<br />
Jono</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SNMP OIDs: Billion BiPAC 7800N ADSL modem by Peter D Hull</title>
		<link>http://richardhorwood.com/151/snmp-oids-billion-bipac-7800n/comment-page-1/#comment-665</link>
		<dc:creator>Peter D Hull</dc:creator>
		<pubDate>Sun, 02 Oct 2011 19:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=151#comment-665</guid>
		<description>Very Interesting. The 7800N that I have at firmware 1.06d has the last digit of the OIDs as .3 rather than .2</description>
		<content:encoded><![CDATA[<p>Very Interesting. The 7800N that I have at firmware 1.06d has the last digit of the OIDs as .3 rather than .2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X running as Virtualbox guest &#8211; inside Opensolaris container. by Fozzy</title>
		<link>http://richardhorwood.com/113/mac-os-x-virtualbox-guest/comment-page-1/#comment-105</link>
		<dc:creator>Fozzy</dc:creator>
		<pubDate>Wed, 12 Jan 2011 11:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=113#comment-105</guid>
		<description>To Answer my own post (in case run into the same issue)...

I&#039;d installed Solaris from the live CD and then followed the instructions above to build the zone.  For whatever reason (this is also my first &quot;play&quot; with Solaris 11 but have worked with Solaris since SunOS days), there were some packages not installed.  I gained enough of a lead by a comment in the manual that there was a tool /opt/VirtualBox/i386/VBoxQtconfig that could be used for configuration.  I found that also core dumped.  As it was a simpler binary that wasn&#039;t setuid, I was able to use ldd and truss to see what was missing and that lead me in the right direction.

In summary the commands that fixed it were:

sudo pkg install package/svr4
sudo pkg install runtime/python-26
sudo pkg install runtime/python-24
sudo pkg install x11/library/libxinerama
sudo pkg install x11/library/libxrender
sudo pkg install x11/library/libxfixes
sudo pkg install image/library/libpng
sudo pkg install x11/library/libxi
sudo pkg install system/library/freetype-2
sudo pkg install system/library/fontconfig
sudo pkg install x11/session/xauth
sudo pkg install xclock
sudo pkg install system/library/gcc-3-runtime
sudo pkg install libxevie library/libxscrnsaver font/xorg/iso8859-1 font/xorg/xorg-core font-utilities library/libfontenc library/libxfont xfontsel

This maybe more than was required, but these are my notes of what I&#039;ve added to now have it working.

Richard, do you have any thoughts as to why I finished up with a minimal install?  Maybe VB needs some deeper dependency checking.</description>
		<content:encoded><![CDATA[<p>To Answer my own post (in case run into the same issue)&#8230;</p>
<p>I&#8217;d installed Solaris from the live CD and then followed the instructions above to build the zone.  For whatever reason (this is also my first &#8220;play&#8221; with Solaris 11 but have worked with Solaris since SunOS days), there were some packages not installed.  I gained enough of a lead by a comment in the manual that there was a tool /opt/VirtualBox/i386/VBoxQtconfig that could be used for configuration.  I found that also core dumped.  As it was a simpler binary that wasn&#8217;t setuid, I was able to use ldd and truss to see what was missing and that lead me in the right direction.</p>
<p>In summary the commands that fixed it were:</p>
<p>sudo pkg install package/svr4<br />
sudo pkg install runtime/python-26<br />
sudo pkg install runtime/python-24<br />
sudo pkg install x11/library/libxinerama<br />
sudo pkg install x11/library/libxrender<br />
sudo pkg install x11/library/libxfixes<br />
sudo pkg install image/library/libpng<br />
sudo pkg install x11/library/libxi<br />
sudo pkg install system/library/freetype-2<br />
sudo pkg install system/library/fontconfig<br />
sudo pkg install x11/session/xauth<br />
sudo pkg install xclock<br />
sudo pkg install system/library/gcc-3-runtime<br />
sudo pkg install libxevie library/libxscrnsaver font/xorg/iso8859-1 font/xorg/xorg-core font-utilities library/libfontenc library/libxfont xfontsel</p>
<p>This maybe more than was required, but these are my notes of what I&#8217;ve added to now have it working.</p>
<p>Richard, do you have any thoughts as to why I finished up with a minimal install?  Maybe VB needs some deeper dependency checking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X running as Virtualbox guest &#8211; inside Opensolaris container. by Fozzy</title>
		<link>http://richardhorwood.com/113/mac-os-x-virtualbox-guest/comment-page-1/#comment-104</link>
		<dc:creator>Fozzy</dc:creator>
		<pubDate>Wed, 12 Jan 2011 10:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=113#comment-104</guid>
		<description>I&#039;ve just come across this post.  Thanks for writing it up.  For some reason I can&#039;t get VB to start in my zone I get a segfault when I run /opt/VirtualBox/VirtualBox.

I suspect it&#039;s some package that&#039;s required on the zone that I&#039;m missing but I&#039;m having trouble tracking down what that might be as the VB binary is setuid so truss will only run as root and I don&#039;t get the segfault as root.  All root does is return without doing anything.

I&#039;m using Solaris Express 11 with VB 4.0 and I&#039;m following this guide and the updated one with the details for running a plain OSX install.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just come across this post.  Thanks for writing it up.  For some reason I can&#8217;t get VB to start in my zone I get a segfault when I run /opt/VirtualBox/VirtualBox.</p>
<p>I suspect it&#8217;s some package that&#8217;s required on the zone that I&#8217;m missing but I&#8217;m having trouble tracking down what that might be as the VB binary is setuid so truss will only run as root and I don&#8217;t get the segfault as root.  All root does is return without doing anything.</p>
<p>I&#8217;m using Solaris Express 11 with VB 4.0 and I&#8217;m following this guide and the updated one with the details for running a plain OSX install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox USB from the command line by Cr0t</title>
		<link>http://richardhorwood.com/108/virtualbox-usb-from-the-command-line/comment-page-1/#comment-103</link>
		<dc:creator>Cr0t</dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=108#comment-103</guid>
		<description>I figured it out... seems like the more information I supply the easier it is for the system to add the drive to the VM.</description>
		<content:encoded><![CDATA[<p>I figured it out&#8230; seems like the more information I supply the easier it is for the system to add the drive to the VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox USB from the command line by Cr0t</title>
		<link>http://richardhorwood.com/108/virtualbox-usb-from-the-command-line/comment-page-1/#comment-102</link>
		<dc:creator>Cr0t</dc:creator>
		<pubDate>Mon, 10 Jan 2011 18:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=108#comment-102</guid>
		<description>This seems to be working for USB memory sticks, but doesn&#039;t work for USB HDs. This is strange since they are both using the same module/driver. I tried it on two different systems at home with the same external usb drive (two linux systems, linux vm). I also just tried it at work with my Windows laptop and a different external usb drive (different linux vm).</description>
		<content:encoded><![CDATA[<p>This seems to be working for USB memory sticks, but doesn&#8217;t work for USB HDs. This is strange since they are both using the same module/driver. I tried it on two different systems at home with the same external usb drive (two linux systems, linux vm). I also just tried it at work with my Windows laptop and a different external usb drive (different linux vm).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting clear on Borderline Personality Disorder by kari</title>
		<link>http://richardhorwood.com/7/borderline-personality-disorder/comment-page-1/#comment-101</link>
		<dc:creator>kari</dc:creator>
		<pubDate>Wed, 05 Jan 2011 17:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=7#comment-101</guid>
		<description>Just stumbled across this blog while doing some research on teenage BPD. I was diagnosed at age 19 and my daughter now, unfortunately, has been displaying BPD tendencies for the past two years (she&#039;s almost 15), so it&#039;s pretty clear how genetics play a part, as she never suffered any sort of traumatic event.

She&#039;s in her second course of DBT and it&#039;s pretty life-changing, but there&#039;s much work to be done still. Regarding self-harm, I think it doesn&#039;t need to be defined specifically as cutting, as much of my daughter&#039;s self-harm is in saying and doing things that set her back on her progress and jeopardize her relationships.

Looking forward to reading more of your blog.</description>
		<content:encoded><![CDATA[<p>Just stumbled across this blog while doing some research on teenage BPD. I was diagnosed at age 19 and my daughter now, unfortunately, has been displaying BPD tendencies for the past two years (she&#8217;s almost 15), so it&#8217;s pretty clear how genetics play a part, as she never suffered any sort of traumatic event.</p>
<p>She&#8217;s in her second course of DBT and it&#8217;s pretty life-changing, but there&#8217;s much work to be done still. Regarding self-harm, I think it doesn&#8217;t need to be defined specifically as cutting, as much of my daughter&#8217;s self-harm is in saying and doing things that set her back on her progress and jeopardize her relationships.</p>
<p>Looking forward to reading more of your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run vanilla Snow Leopard in a VirtualBox VM by admin</title>
		<link>http://richardhorwood.com/128/run-vanilla-snow-leopard-in-virtualbox-vm/comment-page-1/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=128#comment-100</guid>
		<description>No, should run fine on most hardware.</description>
		<content:encoded><![CDATA[<p>No, should run fine on most hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run vanilla Snow Leopard in a VirtualBox VM by Erman Can Yelekci</title>
		<link>http://richardhorwood.com/128/run-vanilla-snow-leopard-in-virtualbox-vm/comment-page-1/#comment-99</link>
		<dc:creator>Erman Can Yelekci</dc:creator>
		<pubDate>Sun, 24 Oct 2010 18:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://richardhorwood.com/?p=128#comment-99</guid>
		<description>thanks for the guide. command line didn&#039;t work for me. i did from the virtualbox wizard thing. it seems fine. but i haven&#039;t managed a thing: time machine restore. at the beginning of the installation as i did in my macbook, i choosed &quot;Restore System From Backup..&quot; but my hfs formatted time machine HD didn&#039;t come up. i am running virtualbox on vista. is it related with windows or virtualbox? again thank you for the guide.</description>
		<content:encoded><![CDATA[<p>thanks for the guide. command line didn&#8217;t work for me. i did from the virtualbox wizard thing. it seems fine. but i haven&#8217;t managed a thing: time machine restore. at the beginning of the installation as i did in my macbook, i choosed &#8220;Restore System From Backup..&#8221; but my hfs formatted time machine HD didn&#8217;t come up. i am running virtualbox on vista. is it related with windows or virtualbox? again thank you for the guide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/33 queries in 0.298 seconds using disk: basic
Object Caching 532/538 objects using disk: basic

Served from: richardhorwood.com @ 2012-02-07 09:41:01 -->
