<?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 Tridge's Corner</title>
	<atom:link href="http://blog.tridgell.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.tridgell.net</link>
	<description>Another Australian Hacker</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:07:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on burned by a SIP attack by David Ellis</title>
		<link>http://blog.tridgell.net/?p=28&#038;cpage=1#comment-427</link>
		<dc:creator>David Ellis</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=28#comment-427</guid>
		<description>I had something similar happen to me here in Canada (in my case they were calling Somalia) - and they rang up a 240$ bill before I shut it down.

In addition to the above steps I have a few additional suggestions:
1) Disable Long Distance dialing in asterisk on you default calling plan - instead setup a &#039;code&#039; type ivr forcing the entry of a pin before making a expensive toll calling.

2) Setup your sip accounts so they only connections from particular IP&#039;s (local by default) - ssh in when travelling to enable your &#039;Hotel&#039; IP.

3) Setup Fail2Ban to monitor Asterisk logs and automatically disable traffic to/from ip&#039;s that enter a wrong password 3 times in a row.

With the above you are secure :)</description>
		<content:encoded><![CDATA[<p>I had something similar happen to me here in Canada (in my case they were calling Somalia) &#8211; and they rang up a 240$ bill before I shut it down.</p>
<p>In addition to the above steps I have a few additional suggestions:<br />
1) Disable Long Distance dialing in asterisk on you default calling plan &#8211; instead setup a &#8216;code&#8217; type ivr forcing the entry of a pin before making a expensive toll calling.</p>
<p>2) Setup your sip accounts so they only connections from particular IP&#8217;s (local by default) &#8211; ssh in when travelling to enable your &#8216;Hotel&#8217; IP.</p>
<p>3) Setup Fail2Ban to monitor Asterisk logs and automatically disable traffic to/from ip&#8217;s that enter a wrong password 3 times in a row.</p>
<p>With the above you are secure <img src='http://blog.tridgell.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going solar by Alex</title>
		<link>http://blog.tridgell.net/?p=46&#038;cpage=1#comment-397</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 18 Aug 2010 22:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=46#comment-397</guid>
		<description>I&#039;d be interested to hear about the costs also, and how it was installed. I&#039;m interested in putting up solar also.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested to hear about the costs also, and how it was installed. I&#8217;m interested in putting up solar also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by Itamar</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-342</link>
		<dc:creator>Itamar</dc:creator>
		<pubDate>Mon, 09 Aug 2010 19:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-342</guid>
		<description>Updating: I couldn&#039;t find a way to analyze the problem, but I have found a solution for my problem in http://handypenguin.blogspot.com/2010/04/upgrading-to-lucid-with-virtualbox-usb.html</description>
		<content:encoded><![CDATA[<p>Updating: I couldn&#8217;t find a way to analyze the problem, but I have found a solution for my problem in <a href="http://handypenguin.blogspot.com/2010/04/upgrading-to-lucid-with-virtualbox-usb.html" rel="nofollow">http://handypenguin.blogspot.com/2010/04/upgrading-to-lucid-with-virtualbox-usb.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by Itamar</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-341</link>
		<dc:creator>Itamar</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-341</guid>
		<description>I&#039;m in exact this same situation: the boot does not finish and I can&#039;t have a prompt.

I followed your procedure changing /etc/default/rcS.

If I use the init=/bin/bash and then &quot;. /etc/default/rcS&quot;, I can log in using ssh. When I use the &quot;normal&quot; boot process, I can&#039;t log in. I receive a message from putty that says &quot;Network error: Connection refused&quot;, looking like the sshd server isn&#039;t up, but if I &quot;ping&quot; the IP I put in the &quot;ifconfig&quot; line, I receive an answer. For me, this means that the code in rcS was executed, but sshd failed to start, and now I don&#039;t know why and I can&#039;t think in other way to analyze the problem.

I also tried something I saw in another site, pressing &quot;m&quot;, but all I received was a message: &quot;Spawning maintenance shell&quot; and nothing more (for some minutes now).</description>
		<content:encoded><![CDATA[<p>I&#8217;m in exact this same situation: the boot does not finish and I can&#8217;t have a prompt.</p>
<p>I followed your procedure changing /etc/default/rcS.</p>
<p>If I use the init=/bin/bash and then &#8220;. /etc/default/rcS&#8221;, I can log in using ssh. When I use the &#8220;normal&#8221; boot process, I can&#8217;t log in. I receive a message from putty that says &#8220;Network error: Connection refused&#8221;, looking like the sshd server isn&#8217;t up, but if I &#8220;ping&#8221; the IP I put in the &#8220;ifconfig&#8221; line, I receive an answer. For me, this means that the code in rcS was executed, but sshd failed to start, and now I don&#8217;t know why and I can&#8217;t think in other way to analyze the problem.</p>
<p>I also tried something I saw in another site, pressing &#8220;m&#8221;, but all I received was a message: &#8220;Spawning maintenance shell&#8221; and nothing more (for some minutes now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by admin</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-287</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 10:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-287</guid>
		<description>Hi Chris,

I also thought it would be cryptdisk, although I now have changed my mind and think its the dvb-usb-cxusb driver. If I try to load that manually then modprobe hangs and the system becomes very slow. Once I can get a terminal to respond a rmmod on the module does
recover things, but I still think this may be sufficient for the module
loading at startup to cause the startup problems I saw.

I&#039;ll debug the module when I have some time.

Cheers, Tridge</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I also thought it would be cryptdisk, although I now have changed my mind and think its the dvb-usb-cxusb driver. If I try to load that manually then modprobe hangs and the system becomes very slow. Once I can get a terminal to respond a rmmod on the module does<br />
recover things, but I still think this may be sufficient for the module<br />
loading at startup to cause the startup problems I saw.</p>
<p>I&#8217;ll debug the module when I have some time.</p>
<p>Cheers, Tridge</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by Chris</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-286</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-286</guid>
		<description>P.S. Not that I can offer much useful, but cryptdisk looks like the culprit to me - removing that package is probably the only one which would have re-built your initramfs, after which point your problem went away. In addition, removing splash from the kernel line probably would have disabled Plymouth anyway. But then, you&#039;re the guru!

-c</description>
		<content:encoded><![CDATA[<p>P.S. Not that I can offer much useful, but cryptdisk looks like the culprit to me &#8211; removing that package is probably the only one which would have re-built your initramfs, after which point your problem went away. In addition, removing splash from the kernel line probably would have disabled Plymouth anyway. But then, you&#8217;re the guru!</p>
<p>-c</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by Chris</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-285</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-285</guid>
		<description>...I probably should add something a little more substantial and less sarcastic.

I think part of the problem with this sort of thing is that Ubuntu abstracts away the back end to &quot;make things easier&quot; but in reality this adds additional complexity, especially when things go wrong. There&#039;s also the issue of trying to make everything &quot;just work&quot; which means installing everything on there that any user or system might possibly want. Recall the Wacom tablet service which would be installed and started on every Ubuntu system whether it has one or not. Seems like a waste of time and resources to me.

I&#039;d love to see a Linux distro which adapts itself to your very machine over time. For example - no printing enabled by default yet when you plug in a printer it automatically installs _required_ software and configures it. Blam. (Fedora actually already does this, but it&#039;s something that I&#039;d love to see expanded to other devices.)

Plug in a scanner, web cam, tv tuner, etc and you get a similar dialog box. Of course during installation if you already have these things it will automatically configure them.

Aside from hardware, it could do things like recognise your most used applications and do things like pre-cache them, offer suggestions on how to improve them, perform maintenance on them, etc.

This way we can have a slim, light weight, custom operating system that grows with you and your hardware over time.

-c</description>
		<content:encoded><![CDATA[<p>&#8230;I probably should add something a little more substantial and less sarcastic.</p>
<p>I think part of the problem with this sort of thing is that Ubuntu abstracts away the back end to &#8220;make things easier&#8221; but in reality this adds additional complexity, especially when things go wrong. There&#8217;s also the issue of trying to make everything &#8220;just work&#8221; which means installing everything on there that any user or system might possibly want. Recall the Wacom tablet service which would be installed and started on every Ubuntu system whether it has one or not. Seems like a waste of time and resources to me.</p>
<p>I&#8217;d love to see a Linux distro which adapts itself to your very machine over time. For example &#8211; no printing enabled by default yet when you plug in a printer it automatically installs _required_ software and configures it. Blam. (Fedora actually already does this, but it&#8217;s something that I&#8217;d love to see expanded to other devices.)</p>
<p>Plug in a scanner, web cam, tv tuner, etc and you get a similar dialog box. Of course during installation if you already have these things it will automatically configure them.</p>
<p>Aside from hardware, it could do things like recognise your most used applications and do things like pre-cache them, offer suggestions on how to improve them, perform maintenance on them, etc.</p>
<p>This way we can have a slim, light weight, custom operating system that grows with you and your hardware over time.</p>
<p>-c</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debugging startup problems on Ubuntu by Chris</title>
		<link>http://blog.tridgell.net/?p=57&#038;cpage=1#comment-284</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=57#comment-284</guid>
		<description>Thanks for the post Tridge. Welcome to Ubuntu...

-c</description>
		<content:encoded><![CDATA[<p>Thanks for the post Tridge. Welcome to Ubuntu&#8230;</p>
<p>-c</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going solar by Jan Schmidt</title>
		<link>http://blog.tridgell.net/?p=46&#038;cpage=1#comment-236</link>
		<dc:creator>Jan Schmidt</dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=46#comment-236</guid>
		<description>That&#039;s going to be a very nice setup, and should produce a huge surplus to pay itself with.

Are you willing to talk at all about the cost and the financing? We&#039;re looking to buy some property down here near Albury within the next couple of years, and will want to install a PV system there (unless it already has one), but at this stage I don&#039;t have a good feel for how to cover the initial outlay.</description>
		<content:encoded><![CDATA[<p>That&#8217;s going to be a very nice setup, and should produce a huge surplus to pay itself with.</p>
<p>Are you willing to talk at all about the cost and the financing? We&#8217;re looking to buy some property down here near Albury within the next couple of years, and will want to install a PV system there (unless it already has one), but at this stage I don&#8217;t have a good feel for how to cover the initial outlay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FOSS development can be taught by admin</title>
		<link>http://blog.tridgell.net/?p=3&#038;cpage=1#comment-160</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tridgell.net/?p=3#comment-160</guid>
		<description>see &lt;a href=&quot;http://cs.anu.edu.au/student/comp8440/lectures.php&quot; rel=&quot;nofollow&quot;&gt;http://cs.anu.edu.au/student/comp8440/lectures.php&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>see <a href="http://cs.anu.edu.au/student/comp8440/lectures.php" rel="nofollow">http://cs.anu.edu.au/student/comp8440/lectures.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
