<?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 Saiweb</title>
	<atom:link href="http://www.saiweb.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saiweb.co.uk</link>
	<description>Ramblings of a Sys admin</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:55:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Sysadmin by Buzz</title>
		<link>http://www.saiweb.co.uk/labs/sysadmin/comment-page-1#comment-131630</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Mon, 06 Feb 2012 14:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/?page_id=676#comment-131630</guid>
		<description>@Dan oh yeh ... https://github.com/Oneiroi/sysadmin 

This script is here: https://github.com/Oneiroi/sysadmin/blob/master/python_sysadmin_script/sysadmin.py</description>
		<content:encoded><![CDATA[<p>@Dan oh yeh &#8230; <a href="https://github.com/Oneiroi/sysadmin" rel="nofollow">https://github.com/Oneiroi/sysadmin</a> </p>
<p>This script is here: <a href="https://github.com/Oneiroi/sysadmin/blob/master/python_sysadmin_script/sysadmin.py" rel="nofollow">https://github.com/Oneiroi/sysadmin/blob/master/python_sysadmin_script/sysadmin.py</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gluster resolving a split brain in a replicated setup by Buzz</title>
		<link>http://www.saiweb.co.uk/linux/gluster-resolving-a-split-brain-in-a-replicated-setup/comment-page-1#comment-129554</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=1160#comment-129554</guid>
		<description>In this case the lack of distributed locking was the cause due to multiple subversion metafiles all being updated on each node independently, leading to the split-brain.

I&#039;m in no way blaming Gluster here, for one I loathe the fact SVN does this, but for legacy deploys I have to use it.

The rsync method is ment for when you know you have a &quot;known good copy&quot;, sort of the same scenario you have in a DRBD split brain, self heal was not working and nor was rsync with glusterd off (the xattrs persisted).

Now this post is a late write up, this ironically occurred during the transition to red hat meaning ... ALL the docs were offline as per my tweets, and I only came across the xattrs after experimenting reading xattrs for another project.
 Also I did drop by IRC under the handel: Oneiroi to no avail, could of been due to the red hat transition or timezone but this was the one and only solution the the issue I was having.

Thanks for the script link, could you elaborate a bit on what identified the trusted.afr as &quot;dirty&quot; ?</description>
		<content:encoded><![CDATA[<p>In this case the lack of distributed locking was the cause due to multiple subversion metafiles all being updated on each node independently, leading to the split-brain.</p>
<p>I&#8217;m in no way blaming Gluster here, for one I loathe the fact SVN does this, but for legacy deploys I have to use it.</p>
<p>The rsync method is ment for when you know you have a &#8220;known good copy&#8221;, sort of the same scenario you have in a DRBD split brain, self heal was not working and nor was rsync with glusterd off (the xattrs persisted).</p>
<p>Now this post is a late write up, this ironically occurred during the transition to red hat meaning &#8230; ALL the docs were offline as per my tweets, and I only came across the xattrs after experimenting reading xattrs for another project.<br />
 Also I did drop by IRC under the handel: Oneiroi to no avail, could of been due to the red hat transition or timezone but this was the one and only solution the the issue I was having.</p>
<p>Thanks for the script link, could you elaborate a bit on what identified the trusted.afr as &#8220;dirty&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios customization: Alerting via SMS, or anything you like! by Buzz</title>
		<link>http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like/comment-page-1#comment-129548</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like#comment-129548</guid>
		<description>I&#039;ve since moved to python, an example can be found here that uses the old clickatell http api: https://github.com/Oneiroi/sysadmin/blob/master/tools/clickatell.py</description>
		<content:encoded><![CDATA[<p>I&#8217;ve since moved to python, an example can be found here that uses the old clickatell http api: <a href="https://github.com/Oneiroi/sysadmin/blob/master/tools/clickatell.py" rel="nofollow">https://github.com/Oneiroi/sysadmin/blob/master/tools/clickatell.py</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios customization: Alerting via SMS, or anything you like! by Buzz</title>
		<link>http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like/comment-page-1#comment-129546</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like#comment-129546</guid>
		<description>Hi Joey,

Yes it is an executable script, that connects to a sms gateway to send the message.

Cheers

Buzz</description>
		<content:encoded><![CDATA[<p>Hi Joey,</p>
<p>Yes it is an executable script, that connects to a sms gateway to send the message.</p>
<p>Cheers</p>
<p>Buzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /usr/bin/ld: cannot find -lltdl by g3n1k</title>
		<link>http://www.saiweb.co.uk/hacking/usrbinld-cannot-find-lltdl/comment-page-1#comment-127034</link>
		<dc:creator>g3n1k</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/hacking/usrbinld-cannot-find-lltdl#comment-127034</guid>
		<description>yes thanks, this work for install QT 
my problem is

/usr/bin/ld: cannot find -lXrender

and it solved with

sudo ln -s /usr/lib/x86_64-linux-gnu/libXrender.so.1 /usr/lib/libXrender.so

thanks you saved my days</description>
		<content:encoded><![CDATA[<p>yes thanks, this work for install QT<br />
my problem is</p>
<p>/usr/bin/ld: cannot find -lXrender</p>
<p>and it solved with</p>
<p>sudo ln -s /usr/lib/x86_64-linux-gnu/libXrender.so.1 /usr/lib/libXrender.so</p>
<p>thanks you saved my days</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios customization: Alerting via SMS, or anything you like! by Joey</title>
		<link>http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like/comment-page-1#comment-121772</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like#comment-121772</guid>
		<description>Hi ,

Can you pls tell whether is that alert-by-sms.php script ?

And also are using sms-gateway for sms alert sending ?

Thanks in advance!!!</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Can you pls tell whether is that alert-by-sms.php script ?</p>
<p>And also are using sms-gateway for sms alert sending ?</p>
<p>Thanks in advance!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios customization: Alerting via SMS, or anything you like! by Joey</title>
		<link>http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like/comment-page-1#comment-121692</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 24 Jan 2012 07:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/nagios/nagios-customization-alerting-via-sms-or-anything-you-like#comment-121692</guid>
		<description>Hi ,

Where I can find this &lt;i&gt;&lt;b&gt;alert-by-sms.php &lt;/b&gt;&lt;/i&gt; ?

And how you are sending sms - to sms gateway or directly to mobile number?

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Where I can find this <i><b>alert-by-sms.php </b></i> ?</p>
<p>And how you are sending sms &#8211; to sms gateway or directly to mobile number?</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gluster resolving a split brain in a replicated setup by Joe Julian</title>
		<link>http://www.saiweb.co.uk/linux/gluster-resolving-a-split-brain-in-a-replicated-setup/comment-page-1#comment-118161</link>
		<dc:creator>Joe Julian</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=1160#comment-118161</guid>
		<description>The lack of nfs locking support did not cause your split-brain situation. It would have equally corrupted all replica. If it happens again, check your logs for disconnections, then come see us in #gluster we&#039;ll see if we can help you diagnose it.

Btw, I wouldn&#039;t recommend the rsync method. You&#039;ll get unpredictable results, especially with a distributed replica. If you really want to just resync the entire brick, make sure glusterfsd isn&#039;t running for that brick and wipe it. Then start the brick again (gluster volume start {volname} force) then perform the normal self-heal process.

Really, though, you only need to remove one copy of an offending split-brained file. To help identify files with pending self-heals, this tool can be handy: http://joejulian.name/blog/quick-and-dirty-python-script-to-check-the-dirty-status-of-files-in-a-glusterfs-brick/</description>
		<content:encoded><![CDATA[<p>The lack of nfs locking support did not cause your split-brain situation. It would have equally corrupted all replica. If it happens again, check your logs for disconnections, then come see us in #gluster we&#8217;ll see if we can help you diagnose it.</p>
<p>Btw, I wouldn&#8217;t recommend the rsync method. You&#8217;ll get unpredictable results, especially with a distributed replica. If you really want to just resync the entire brick, make sure glusterfsd isn&#8217;t running for that brick and wipe it. Then start the brick again (gluster volume start {volname} force) then perform the normal self-heal process.</p>
<p>Really, though, you only need to remove one copy of an offending split-brained file. To help identify files with pending self-heals, this tool can be handy: <a href="http://joejulian.name/blog/quick-and-dirty-python-script-to-check-the-dirty-status-of-files-in-a-glusterfs-brick/" rel="nofollow">http://joejulian.name/blog/quick-and-dirty-python-script-to-check-the-dirty-status-of-files-in-a-glusterfs-brick/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lowell Portfolio 1 Ltd by darren</title>
		<link>http://www.saiweb.co.uk/uncategorized/lowell-portfolio-1-ltd/comment-page-5#comment-108110</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Fri, 06 Jan 2012 19:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/uncategorized/lowell-portfolio-1-ltd#comment-108110</guid>
		<description>hi there all, i need abit of help, i have recieved letters from lowell portfolio 1 ltd, they are saying i owe £702 for a three mobile i ended in december 2005 as i moved abroad, but the phone continued to april/may and the line rental was charged, in december and january bill it was over £200 each month, i have phoned them for a statement for them months and they sent me a statement of the months i owe eg, nov £216 dec £312 jan £48 etc etc, but i phoned them again saying i want a break down for the months, month by month, and thasy are saying they dont need to send that and i have told them it wont be paid as i dont owe that and i want a break down but keep sending me the same letter, what is the best thing to do, please help</description>
		<content:encoded><![CDATA[<p>hi there all, i need abit of help, i have recieved letters from lowell portfolio 1 ltd, they are saying i owe £702 for a three mobile i ended in december 2005 as i moved abroad, but the phone continued to april/may and the line rental was charged, in december and january bill it was over £200 each month, i have phoned them for a statement for them months and they sent me a statement of the months i owe eg, nov £216 dec £312 jan £48 etc etc, but i phoned them again saying i want a break down for the months, month by month, and thasy are saying they dont need to send that and i have told them it wont be paid as i dont owe that and i want a break down but keep sending me the same letter, what is the best thing to do, please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dissecting the hack &#8211; psychz.net by antiscam</title>
		<link>http://www.saiweb.co.uk/hacking/dissecting-the-hack-psychz-net/comment-page-1#comment-96292</link>
		<dc:creator>antiscam</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=913#comment-96292</guid>
		<description>At the risk of turning this into a Psychz discussion; Psychz is renown for bad netizen hosting. More problematic is their failure to curb this abuse. They actually hold the record of allowing the same abusive website to appear on their servers: http://forum.aa419.org/viewtopic.php?t=27556</description>
		<content:encoded><![CDATA[<p>At the risk of turning this into a Psychz discussion; Psychz is renown for bad netizen hosting. More problematic is their failure to curb this abuse. They actually hold the record of allowing the same abusive website to appear on their servers: <a href="http://forum.aa419.org/viewtopic.php?t=27556" rel="nofollow">http://forum.aa419.org/viewtopic.php?t=27556</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching using apc
Object Caching 523/562 objects using apc
Content Delivery Network via Rackspace Cloud Files: cdn.saiweb.co.uk

Served from: www.saiweb.co.uk @ 2012-02-07 16:43:02 -->
