<?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 Yak Shaving</title>
	<atom:link href="http://blog.asteriosk.gr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asteriosk.gr</link>
	<description>A technical blog &#38; notepad by</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:12:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PTY allocation request failed on channel 0 by Drew</title>
		<link>http://blog.asteriosk.gr/2009/02/20/pty-allocation-request-failed-on-channel-0/comment-page-1/#comment-780</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=196#comment-780</guid>
		<description>Zerial say:

    mount /dev/pts: Can’t found /dev/pts on /etc/fstab or /etc/mstab

    Now, I don’t have tty.

1/06/2009Zerial say:

    I’ve solved it adding:

    none /dev/pts devpts defaults 0 0

    into /etc/fstab

    thanks
-----------------
however im unable to edit the fstab in this mode, im getting this:
[root@alarm ~]# vi /etc/fstab
vi /etc/fstab
[Using open mode]

Open and visual must be used interactively
-----
How might i add this to the fstab as im unable to &quot;mount /dev/pts&quot;

Thanks

Drew</description>
		<content:encoded><![CDATA[<p>Zerial say:</p>
<p>    mount /dev/pts: Can’t found /dev/pts on /etc/fstab or /etc/mstab</p>
<p>    Now, I don’t have tty.</p>
<p>1/06/2009Zerial say:</p>
<p>    I’ve solved it adding:</p>
<p>    none /dev/pts devpts defaults 0 0</p>
<p>    into /etc/fstab</p>
<p>    thanks<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
however im unable to edit the fstab in this mode, im getting this:<br />
[root@alarm ~]# vi /etc/fstab<br />
vi /etc/fstab<br />
[Using open mode]</p>
<p>Open and visual must be used interactively<br />
&#8212;&#8211;<br />
How might i add this to the fstab as im unable to &#8220;mount /dev/pts&#8221;</p>
<p>Thanks</p>
<p>Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding -pthread to eclipse, for using posix threads by kyle</title>
		<link>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/comment-page-1/#comment-779</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=70#comment-779</guid>
		<description>thanks a ton. this helped</description>
		<content:encoded><![CDATA[<p>thanks a ton. this helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merging multiple Lucene indexes by Missy</title>
		<link>http://blog.asteriosk.gr/2009/03/31/merging-multiple-lucene-indexes/comment-page-1/#comment-778</link>
		<dc:creator>Missy</dc:creator>
		<pubDate>Mon, 26 Dec 2011 11:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=312#comment-778</guid>
		<description>Kindly can you tell me if it is possible to merge indexes of documents other then the .txt format i.e word,pdf e.t.c It will be a big favor on your part.</description>
		<content:encoded><![CDATA[<p>Kindly can you tell me if it is possible to merge indexes of documents other then the .txt format i.e word,pdf e.t.c It will be a big favor on your part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding -pthread to eclipse, for using posix threads by Donald</title>
		<link>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/comment-page-1/#comment-777</link>
		<dc:creator>Donald</dc:creator>
		<pubDate>Wed, 23 Nov 2011 02:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=70#comment-777</guid>
		<description>don&#039;t work for me.Build the project, the console give me such messages:


D:/NEAT/include/neat/ctrl/../win32/pthread.h:1212: error: expected constructor, destructor, or type conversion before &quot;pthread_getw32threadhandle_np&quot;
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: error: variable `pthreadCancelableWait&#039; definition is marked dllimport.
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: warning: `__cdecl__&#039; attribute only applies to function types
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: error: `HANDLE&#039; was not declared in this scope
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: error: variable `pthreadCancelableTimedWait&#039; definition is marked dllimport.
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: warning: `__cdecl__&#039; attribute only applies to function types
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: error: `HANDLE&#039; was not declared in this scope
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1232: error: `DWORD&#039; was not declared in this scope
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1232: error: initializer expression list treated as compound expression
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1311: error: expected constructor, destructor, or type conversion before &quot;ptw32_get_exception_services_code&quot;

Could anyone help me ?
thanks in advance!</description>
		<content:encoded><![CDATA[<p>don&#8217;t work for me.Build the project, the console give me such messages:</p>
<p>D:/NEAT/include/neat/ctrl/../win32/pthread.h:1212: error: expected constructor, destructor, or type conversion before &#8220;pthread_getw32threadhandle_np&#8221;<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: error: variable `pthreadCancelableWait&#8217; definition is marked dllimport.<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: warning: `__cdecl__&#8217; attribute only applies to function types<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1230: error: `HANDLE&#8217; was not declared in this scope<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: error: variable `pthreadCancelableTimedWait&#8217; definition is marked dllimport.<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: warning: `__cdecl__&#8217; attribute only applies to function types<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1231: error: `HANDLE&#8217; was not declared in this scope<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1232: error: `DWORD&#8217; was not declared in this scope<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1232: error: initializer expression list treated as compound expression<br />
D:/NEAT/include/neat/ctrl/../win32/pthread.h:1311: error: expected constructor, destructor, or type conversion before &#8220;ptw32_get_exception_services_code&#8221;</p>
<p>Could anyone help me ?<br />
thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PTY allocation request failed on channel 0 by Amit</title>
		<link>http://blog.asteriosk.gr/2009/02/20/pty-allocation-request-failed-on-channel-0/comment-page-1/#comment-776</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 18 Nov 2011 22:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=196#comment-776</guid>
		<description>Hi Yak,
Can you suggest any solution for cygwin/copssh? I couldn&#039;t find any answer for cygwin/copssh.

Thanks,
Amit</description>
		<content:encoded><![CDATA[<p>Hi Yak,<br />
Can you suggest any solution for cygwin/copssh? I couldn&#8217;t find any answer for cygwin/copssh.</p>
<p>Thanks,<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PTY allocation request failed on channel 0 by nackox</title>
		<link>http://blog.asteriosk.gr/2009/02/20/pty-allocation-request-failed-on-channel-0/comment-page-1/#comment-775</link>
		<dc:creator>nackox</dc:creator>
		<pubDate>Thu, 17 Nov 2011 12:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=196#comment-775</guid>
		<description>Thanks for the tip. Yesterday I though on creating a new XEN service and the problem came up. Resolved :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Yesterday I though on creating a new XEN service and the problem came up. Resolved :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding -pthread to eclipse, for using posix threads by Hashim Ali</title>
		<link>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/comment-page-1/#comment-774</link>
		<dc:creator>Hashim Ali</dc:creator>
		<pubDate>Sun, 06 Nov 2011 03:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=70#comment-774</guid>
		<description>Hello!
Thanks for the post.
I have one question, What do you think if I have requirement of non-blocking thread kind of functionality but not using threads?
Many thanks for help.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Thanks for the post.<br />
I have one question, What do you think if I have requirement of non-blocking thread kind of functionality but not using threads?<br />
Many thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding -pthread to eclipse, for using posix threads by Cem</title>
		<link>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/comment-page-1/#comment-773</link>
		<dc:creator>Cem</dc:creator>
		<pubDate>Wed, 26 Oct 2011 15:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=70#comment-773</guid>
		<description>thanks my brother, it has worked but i didnt understand why we had to do this configuration</description>
		<content:encoded><![CDATA[<p>thanks my brother, it has worked but i didnt understand why we had to do this configuration</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merging multiple Lucene indexes by JTheRocker</title>
		<link>http://blog.asteriosk.gr/2009/03/31/merging-multiple-lucene-indexes/comment-page-1/#comment-772</link>
		<dc:creator>JTheRocker</dc:creator>
		<pubDate>Tue, 25 Oct 2011 09:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=312#comment-772</guid>
		<description>Hi,

This showing as depricated. Please update it if possible.

IndexWriter writer = new IndexWriter( INDEX_DIR,
new StandardAnalyzer(),
true,
IndexWriter.MaxFieldLength.UNLIMITED);</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This showing as depricated. Please update it if possible.</p>
<p>IndexWriter writer = new IndexWriter( INDEX_DIR,<br />
new StandardAnalyzer(),<br />
true,<br />
IndexWriter.MaxFieldLength.UNLIMITED);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PTY allocation request failed on channel 0 by Christian</title>
		<link>http://blog.asteriosk.gr/2009/02/20/pty-allocation-request-failed-on-channel-0/comment-page-1/#comment-771</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 23 Oct 2011 17:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.asteriosk.gr/?p=196#comment-771</guid>
		<description>You rock! Quick and to the point to solve my issue on my OpenFiler box!</description>
		<content:encoded><![CDATA[<p>You rock! Quick and to the point to solve my issue on my OpenFiler box!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

