<?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 Good Job Sucking</title>
	<atom:link href="http://www.goodjobsucking.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.goodjobsucking.com</link>
	<description>Bits of my past and technical things that may prove useful later</description>
	<lastBuildDate>Mon, 23 Aug 2010 18:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Crazy Days at Metropolitan State Hospital &#8212; Walking the Line as Captain Kirk by star</title>
		<link>http://www.goodjobsucking.com/?p=35&#038;cpage=1#comment-3846</link>
		<dc:creator>star</dc:creator>
		<pubDate>Mon, 23 Aug 2010 18:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=35#comment-3846</guid>
		<description>I used to work at the Met- 1979-1989. I was an MHW at CTG for a year or so. Interesting memories.</description>
		<content:encoded><![CDATA[<p>I used to work at the Met- 1979-1989. I was an MHW at CTG for a year or so. Interesting memories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backing Up Open Files on Windows with Rsync (and BackupPC) by higuita</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3844</link>
		<dc:creator>higuita</dc:creator>
		<pubDate>Mon, 16 Aug 2010 19:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3844</guid>
		<description>I recently started to have problems with winexe and some windows machines, the winexe failed with:
winexe: relocation error: /lib32/libresolv.so.2: symbol strlen, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

i was using the static build, version 0.8 IIRC, but the webpage is no more. luckily, the author moved to sourceforge and update the license to GPL3:
http://winexe.sourceforge.net
So i grabbed the source, version 0.91, compiled (tar zvxf winexe-*.tar.gz ; cd winexec ; cd source4; ./autogen.sh &amp;&amp; ./configure &amp;&amp; make ; sudo cp bin/winexe /etc/backuppc/bin ) and its now working fine again. i will update my package later, but my &quot;new&quot; package will be dynamic build against debian testing... might not work in other distros... but recompile is easy enough to do it yourself.

also, i will add the vshadow for windows64, as the 32bit one doesnt work... so now there are 3 vshadow: vshadow-xp, vshadow-32 and vshadow-64 and their use should be autodetected by the script</description>
		<content:encoded><![CDATA[<p>I recently started to have problems with winexe and some windows machines, the winexe failed with:<br />
winexe: relocation error: /lib32/libresolv.so.2: symbol strlen, version GLIBC_2.0 not defined in file libc.so.6 with link time reference</p>
<p>i was using the static build, version 0.8 IIRC, but the webpage is no more. luckily, the author moved to sourceforge and update the license to GPL3:<br />
<a href="http://winexe.sourceforge.net" rel="nofollow">http://winexe.sourceforge.net</a><br />
So i grabbed the source, version 0.91, compiled (tar zvxf winexe-*.tar.gz ; cd winexec ; cd source4; ./autogen.sh &amp;&amp; ./configure &amp;&amp; make ; sudo cp bin/winexe /etc/backuppc/bin ) and its now working fine again. i will update my package later, but my &#8220;new&#8221; package will be dynamic build against debian testing&#8230; might not work in other distros&#8230; but recompile is easy enough to do it yourself.</p>
<p>also, i will add the vshadow for windows64, as the 32bit one doesnt work&#8230; so now there are 3 vshadow: vshadow-xp, vshadow-32 and vshadow-64 and their use should be autodetected by the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backing Up Open Files on Windows with Rsync (and BackupPC) by falko</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3841</link>
		<dc:creator>falko</dc:creator>
		<pubDate>Mon, 09 Aug 2010 08:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3841</guid>
		<description>Ok, I&#039;ve got it. It seems as easy as:

In backuppc.cmd
vshadow -script=vss-setvar.cmd -exec=vsrsync.cmd c: d:

In vsrrsync.cmd:
...
dosdev A: %SHADOW_DEVICE_1%
dosdev B: %SHADOW_DEVICE_2%
...
dosdev -r -d A:
dosdev -r -d B:

In rsyncd.conf:
[system]
path = /cygdrive/A/
...

[users]
path = /cygdrive/B/
...

$Conf{RsyncShareName} = [
  &#039;system&#039;,
  &#039;users&#039;
];</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ve got it. It seems as easy as:</p>
<p>In backuppc.cmd<br />
vshadow -script=vss-setvar.cmd -exec=vsrsync.cmd c: d:</p>
<p>In vsrrsync.cmd:<br />
&#8230;<br />
dosdev A: %SHADOW_DEVICE_1%<br />
dosdev B: %SHADOW_DEVICE_2%<br />
&#8230;<br />
dosdev -r -d A:<br />
dosdev -r -d B:</p>
<p>In rsyncd.conf:<br />
[system]<br />
path = /cygdrive/A/<br />
&#8230;</p>
<p>[users]<br />
path = /cygdrive/B/<br />
&#8230;</p>
<p>$Conf{RsyncShareName} = [<br />
  'system',<br />
  'users'<br />
];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backing Up Open Files on Windows with Rsync (and BackupPC) by falko</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3840</link>
		<dc:creator>falko</dc:creator>
		<pubDate>Fri, 06 Aug 2010 09:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3840</guid>
		<description>Thank you very much for the detailed explanations and downloads, works great.

My question: what can I do if not only C:, but rather C: and D: partitions should be backed up? We have our &quot;users&quot; folder at D: partition ...

Thanx in advance</description>
		<content:encoded><![CDATA[<p>Thank you very much for the detailed explanations and downloads, works great.</p>
<p>My question: what can I do if not only C:, but rather C: and D: partitions should be backed up? We have our &#8220;users&#8221; folder at D: partition &#8230;</p>
<p>Thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by Bob Springer</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3839</link>
		<dc:creator>Bob Springer</dc:creator>
		<pubDate>Sat, 31 Jul 2010 23:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3839</guid>
		<description>Thank you for your article. I am going to try it on Win 2008 RS Hyper V</description>
		<content:encoded><![CDATA[<p>Thank you for your article. I am going to try it on Win 2008 RS Hyper V</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by Doug Taylor</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3835</link>
		<dc:creator>Doug Taylor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3835</guid>
		<description>Might seem like a silly question

When the vbs script is running on the host.  How do I stop it

TA

DT</description>
		<content:encoded><![CDATA[<p>Might seem like a silly question</p>
<p>When the vbs script is running on the host.  How do I stop it</p>
<p>TA</p>
<p>DT</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by queued</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3834</link>
		<dc:creator>queued</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3834</guid>
		<description>&quot;Not a valid windows image&quot; is kind of a catch-all, but the two most common causes are 1) using the wrong binary on the system (e.g., 64 bit binary on 32 bit system) or 2) simple corruption of the binary.</description>
		<content:encoded><![CDATA[<p>&#8220;Not a valid windows image&#8221; is kind of a catch-all, but the two most common causes are 1) using the wrong binary on the system (e.g., 64 bit binary on 32 bit system) or 2) simple corruption of the binary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by Doug Taylor</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3832</link>
		<dc:creator>Doug Taylor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 06:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3832</guid>
		<description>Trying to get this going running on xp32bit as guest and win7 as host.  when running 
com2tcp-rfc2217 \\.\CNCB0 host-hostname 7000 on guest i get the following:

C:\comcom&gt;com2tcp-rfc2217 \\.\CNCB0 host-hostname 7000

C:\comcom&gt;&quot;hub4com&quot;  --create-filter=escparse,com,parse   --create-filter=pinmap
,com,pinmap:&quot;--rts=cts --dtr=dsr&quot; --create-filter=linectl,com,lc:&quot;--br=local --l
c=local&quot; --add-filters=0:com --create-filter=telnet,tcp,telnet:&quot; --comport=clien
t&quot;   --create-filter=pinmap,tcp,pinmap:&quot;--rts=cts --dtr=dsr --break=break&quot; --cre
ate-filter=linectl,tcp,lc:&quot;--br=remote --lc=remote&quot; --add-filters=1:tcp --octs=o
ff &quot;\\.\CNCB0&quot; --use-driver=tcp &quot;*host-hostname:7000&quot;
WARNING: Can&#039;t load C:\comcom\plugins\filter-awakseq.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-crypt.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-echo.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-escinsert.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-escparse.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-linectl.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-lsrmap.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-pin2con.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-pinmap.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-purge.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-tag.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-telnet.dll
WARNING: Can&#039;t load C:\comcom\plugins\filter-trace.dll
WARNING: Can&#039;t load C:\comcom\plugins\port-connector.dll

The files are there  windows splash screen comes up for each line telling me that the eg posrt-serial.dll is not a valid windows image...

Can u help

\Ta

Doug</description>
		<content:encoded><![CDATA[<p>Trying to get this going running on xp32bit as guest and win7 as host.  when running<br />
com2tcp-rfc2217 \\.\CNCB0 host-hostname 7000 on guest i get the following:</p>
<p>C:\comcom&gt;com2tcp-rfc2217 \\.\CNCB0 host-hostname 7000</p>
<p>C:\comcom&gt;&#8221;hub4com&#8221;  &#8211;create-filter=escparse,com,parse   &#8211;create-filter=pinmap<br />
,com,pinmap:&#8221;&#8211;rts=cts &#8211;dtr=dsr&#8221; &#8211;create-filter=linectl,com,lc:&#8221;&#8211;br=local &#8211;l<br />
c=local&#8221; &#8211;add-filters=0:com &#8211;create-filter=telnet,tcp,telnet:&#8221; &#8211;comport=clien<br />
t&#8221;   &#8211;create-filter=pinmap,tcp,pinmap:&#8221;&#8211;rts=cts &#8211;dtr=dsr &#8211;break=break&#8221; &#8211;cre<br />
ate-filter=linectl,tcp,lc:&#8221;&#8211;br=remote &#8211;lc=remote&#8221; &#8211;add-filters=1:tcp &#8211;octs=o<br />
ff &#8220;\\.\CNCB0&#8243; &#8211;use-driver=tcp &#8220;*host-hostname:7000&#8243;<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-awakseq.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-crypt.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-echo.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-escinsert.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-escparse.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-linectl.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-lsrmap.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-pin2con.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-pinmap.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-purge.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-tag.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-telnet.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\filter-trace.dll<br />
WARNING: Can&#8217;t load C:\comcom\plugins\port-connector.dll</p>
<p>The files are there  windows splash screen comes up for each line telling me that the eg posrt-serial.dll is not a valid windows image&#8230;</p>
<p>Can u help</p>
<p>\Ta</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by MP</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3816</link>
		<dc:creator>MP</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3816</guid>
		<description>Hi, 
I&#039;m having this error on host:

Started COM1(0)
Socket(0.0.0.0:7000) = 2c
Listen(2c) - OK
Started TCP(1)
Error COM1(0): BREAK, total RXOVER=0 OVERRUN=0 RXPARITY=0 FRAME=0
Error COM1(0): BREAK, total RXOVER=0 OVERRUN=0 RXPARITY=0 FRAME=0

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m having this error on host:</p>
<p>Started COM1(0)<br />
Socket(0.0.0.0:7000) = 2c<br />
Listen(2c) &#8211; OK<br />
Started TCP(1)<br />
Error COM1(0): BREAK, total RXOVER=0 OVERRUN=0 RXPARITY=0 FRAME=0<br />
Error COM1(0): BREAK, total RXOVER=0 OVERRUN=0 RXPARITY=0 FRAME=0</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Serial Ports and Windows 2008 by SevaN</title>
		<link>http://www.goodjobsucking.com/?p=214&#038;cpage=1#comment-3801</link>
		<dc:creator>SevaN</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=214#comment-3801</guid>
		<description>queued,
thanks, I have download Your hub2com.zip from http://www.megaupload.com/?d=XECMOSJL correct.
I&#039;ll try to make fax server on gest machine by MS Hyper-V v.2 host system with real com ports.</description>
		<content:encoded><![CDATA[<p>queued,<br />
thanks, I have download Your hub2com.zip from <a href="http://www.megaupload.com/?d=XECMOSJL" rel="nofollow">http://www.megaupload.com/?d=XECMOSJL</a> correct.<br />
I&#8217;ll try to make fax server on gest machine by MS Hyper-V v.2 host system with real com ports.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
