<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Butter Mountain</title>
	<link>http://blog.buttermountain.co.uk</link>
	<description>The unwanted stock pile.</description>
	<pubDate>Fri, 05 Sep 2008 20:52:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>Comment on PXE / Net booting Open Solaris 200805 release. by iain</title>
		<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-3382</link>
		<pubDate>Mon, 16 Jun 2008 13:43:26 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-3382</guid>
					<description>Hi Marian,

To answer your questions:

1) I'm running Ubuntu Gutsy Gibbon release, which according to my dhcpd.conf file is running 'ISC dhcpd'

My dhcpd.conf file looks like this:

====== dhcpd.conf =====
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;

option grubmenu code 150 = text;

subnet 192.168.1.0 netmask 255.255.255.0 {
	}

host laptop {
	hardware ethernet 00:00:00:60:B6:68;
	option grubmenu "/boot/grub/menu.lst";
	fixed-address 192.168.1.34;
	option subnet-mask 255.255.255.0;
	option routers 192.168.1.10;
	next-server 192.168.1.20;
	filename "/boot/grub/pxegrub";
}

===== end dhcpd.conf ====

2) I didn't need to manually enter anything under grub, it was all configured from the /boot/grub/menu.lst file. 

When I was reading up about this I noted that some people under red hat were having issues with the default tftpd server. I'll see if I can dig up the answer they came up with.</description>
		<content:encoded><![CDATA[<p>Hi Marian,</p>
<p>To answer your questions:</p>
<p>1) I&#8217;m running Ubuntu Gutsy Gibbon release, which according to my dhcpd.conf file is running &#8216;ISC dhcpd&#8217;</p>
<p>My dhcpd.conf file looks like this:</p>
<p>====== dhcpd.conf =====<br />
ddns-update-style none;<br />
default-lease-time 600;<br />
max-lease-time 7200;<br />
log-facility local7;</p>
<p>option grubmenu code 150 = text;</p>
<p>subnet 192.168.1.0 netmask 255.255.255.0 {<br />
	}</p>
<p>host laptop {<br />
	hardware ethernet 00:00:00:60:B6:68;<br />
	option grubmenu &#8220;/boot/grub/menu.lst&#8221;;<br />
	fixed-address 192.168.1.34;<br />
	option subnet-mask 255.255.255.0;<br />
	option routers 192.168.1.10;<br />
	next-server 192.168.1.20;<br />
	filename &#8220;/boot/grub/pxegrub&#8221;;<br />
}</p>
<p>===== end dhcpd.conf ====</p>
<p>2) I didn&#8217;t need to manually enter anything under grub, it was all configured from the /boot/grub/menu.lst file. </p>
<p>When I was reading up about this I noted that some people under red hat were having issues with the default tftpd server. I&#8217;ll see if I can dig up the answer they came up with.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on PXE / Net booting Open Solaris 200805 release. by Marian Klein</title>
		<link>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-2993</link>
		<pubDate>Wed, 04 Jun 2008 17:25:32 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/#comment-2993</guid>
					<description>Hi
http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/
I could not reproduce your instructions on dhcp server

After adding cutom option:
option grubmenu code 150 = text;
option grubmenu “/boot/grub/menu.lst”;
into /etc/dhcpd.conf
The dhcpd server does not start at all.
on Scientific Linux 5.1, on debian/etch and
CentOS 5.1.
What Operating system you use for DHCP server?
 You didn't mention it in your blog.

I managed to get into command line pxegrub only without the custom options from dhcp server.

If I manually enter
kernel$ /solaris/platform/i86pc/kernel/$ISADIR/unix -m verbose -B install_server=[ip of your nfs server]:/export/opensolaris/
It works
If I manually enter
module /solaris/x86.microroot
it start reading the file. I see 20 dots. and then I get:
Disk read error

Do you have any idea how to resolve both issues?</description>
		<content:encoded><![CDATA[<p>Hi<br />
<a href='http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/' rel='nofollow'>http://blog.buttermountain.co.uk/2008/05/24/pxe-net-booting-open-solaris-200805-release/</a><br />
I could not reproduce your instructions on dhcp server</p>
<p>After adding cutom option:<br />
option grubmenu code 150 = text;<br />
option grubmenu “/boot/grub/menu.lst”;<br />
into /etc/dhcpd.conf<br />
The dhcpd server does not start at all.<br />
on Scientific Linux 5.1, on debian/etch and<br />
CentOS 5.1.<br />
What Operating system you use for DHCP server?<br />
 You didn&#8217;t mention it in your blog.</p>
<p>I managed to get into command line pxegrub only without the custom options from dhcp server.</p>
<p>If I manually enter<br />
kernel$ /solaris/platform/i86pc/kernel/$ISADIR/unix -m verbose -B install_server=[ip of your nfs server]:/export/opensolaris/<br />
It works<br />
If I manually enter<br />
module /solaris/x86.microroot<br />
it start reading the file. I see 20 dots. and then I get:<br />
Disk read error</p>
<p>Do you have any idea how to resolve both issues?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on When Good Hard Drives Go Bad by Butter Mountain :: When good hard drives go bad - 2008 remix.</title>
		<link>http://blog.buttermountain.co.uk/2007/05/03/when-good-hard-drives-go-bad/#comment-2246</link>
		<pubDate>Sun, 27 Apr 2008 19:52:35 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2007/05/03/when-good-hard-drives-go-bad/#comment-2246</guid>
					<description>[...] Its that time of year, I had the same issue in 2007. This time I&#8217;m pleased(?) to say that only my laptop hard disk has died, I&#8217;m also pleased to say that this time I had a backup. Fingers crossed this is the only disk (this year). [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Its that time of year, I had the same issue in 2007. This time I&#8217;m pleased(?) to say that only my laptop hard disk has died, I&#8217;m also pleased to say that this time I had a backup. Fingers crossed this is the only disk (this year). [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Accessing Persistent Objects with Apache ws-xmlrpc 3.0 - A Documented Example by Renny Koshy</title>
		<link>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-1065</link>
		<pubDate>Mon, 07 Jan 2008 05:29:55 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-1065</guid>
					<description>Thanks for this AWESOME example -- just spent over an hour (reading the javadocs) but couldn't figure it out until I saw this example.</description>
		<content:encoded><![CDATA[<p>Thanks for this AWESOME example &#8212; just spent over an hour (reading the javadocs) but couldn&#8217;t figure it out until I saw this example.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Accessing Persistent Objects with Apache ws-xmlrpc 3.0 - A Documented Example by .Squid</title>
		<link>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-954</link>
		<pubDate>Mon, 03 Dec 2007 21:56:35 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-954</guid>
					<description>Hi! Nice examples! But server in your example serves clients in succession. How to make server work with clients simultaneously?</description>
		<content:encoded><![CDATA[<p>Hi! Nice examples! But server in your example serves clients in succession. How to make server work with clients simultaneously?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Redundant bonding of wireless and wired interfaces in Ubuntu. by Lewis</title>
		<link>http://blog.buttermountain.co.uk/2007/09/14/redundant-bonding-of-wireless-and-wired-interfaces-in-ubuntu/#comment-342</link>
		<pubDate>Sun, 16 Sep 2007 20:44:21 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2007/09/14/redundant-bonding-of-wireless-and-wired-interfaces-in-ubuntu/#comment-342</guid>
					<description>Lamsey sucks more than Gentoo.
At least you can leave comments on Gentoo.

Good work on this.  I might have to get it working on my Solaris laptop and do a follow-up for Solaris IPMP (now that you've done the hard work ;)</description>
		<content:encoded><![CDATA[<p>Lamsey sucks more than Gentoo.<br />
At least you can leave comments on Gentoo.</p>
<p>Good work on this.  I might have to get it working on my Solaris laptop and do a follow-up for Solaris IPMP (now that you&#8217;ve done the hard work <img src='http://blog.buttermountain.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Redundant bonding of wireless and wired interfaces in Ubuntu. by Lamsey</title>
		<link>http://blog.buttermountain.co.uk/2007/09/14/redundant-bonding-of-wireless-and-wired-interfaces-in-ubuntu/#comment-334</link>
		<pubDate>Fri, 14 Sep 2007 10:22:51 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2007/09/14/redundant-bonding-of-wireless-and-wired-interfaces-in-ubuntu/#comment-334</guid>
					<description>Also, Gentoo sucks.</description>
		<content:encoded><![CDATA[<p>Also, Gentoo sucks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Accessing Persistent Objects with Apache ws-xmlrpc 3.0 - A Documented Example by ross</title>
		<link>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-41</link>
		<pubDate>Tue, 20 Feb 2007 14:38:48 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-41</guid>
					<description>Now I just need to figure out how to I can close my persistent object (a connection) when I restart the application or shutdown the server...</description>
		<content:encoded><![CDATA[<p>Now I just need to figure out how to I can close my persistent object (a connection) when I restart the application or shutdown the server&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Accessing Persistent Objects with Apache ws-xmlrpc 3.0 - A Documented Example by ross</title>
		<link>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-40</link>
		<pubDate>Tue, 20 Feb 2007 14:35:46 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2006/11/06/accessing-persistent-objects-with-apache-ws-xmlrpc-30-a-documented-example/#comment-40</guid>
					<description>Thank you very much for this - exactly what I needed and all worked exactly as described above.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this - exactly what I needed and all worked exactly as described above.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Console gaming on a remote X display by Yanster</title>
		<link>http://blog.buttermountain.co.uk/2006/11/24/console-gaming-on-a-remote-x-display/#comment-2</link>
		<pubDate>Wed, 13 Dec 2006 14:32:03 +0000</pubDate>
		<guid>http://blog.buttermountain.co.uk/2006/11/24/console-gaming-on-a-remote-x-display/#comment-2</guid>
					<description>Simple,

buy wii and 42inch xd engine lg lcd 

thanks

-ip</description>
		<content:encoded><![CDATA[<p>Simple,</p>
<p>buy wii and 42inch xd engine lg lcd </p>
<p>thanks</p>
<p>-ip
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
