<?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 Bigmite Solutions</title>
	<atom:link href="http://www.bigmite.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigmite.com/blog</link>
	<description>...solving big problems with simple solutions</description>
	<lastBuildDate>Sat, 10 Sep 2011 07:22:30 +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 Poll, Push or Pull &#8211; Which is best&#8230;. by admin</title>
		<link>http://www.bigmite.com/blog/2010/04/23/poll-push-or-pull-which-is-best/comment-page-1/#comment-3816</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Sep 2011 07:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=26#comment-3816</guid>
		<description>Is this this bothering you - I&#039;ve been away ?</description>
		<content:encoded><![CDATA[<p>Is this this bothering you &#8211; I&#8217;ve been away ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll, Push or Pull &#8211; Which is best&#8230;. by testing</title>
		<link>http://www.bigmite.com/blog/2010/04/23/poll-push-or-pull-which-is-best/comment-page-1/#comment-3815</link>
		<dc:creator>testing</dc:creator>
		<pubDate>Sat, 27 Aug 2011 21:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=26#comment-3815</guid>
		<description>After I initially commented I clicked the -Notify me when new feedback are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Is there any approach you can take away me from that service? Thanks!</description>
		<content:encoded><![CDATA[<p>After I initially commented I clicked the -Notify me when new feedback are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Is there any approach you can take away me from that service? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by Vava</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-3814</link>
		<dc:creator>Vava</dc:creator>
		<pubDate>Thu, 25 Aug 2011 17:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-3814</guid>
		<description>How to use the createXferLog perl script.

I just tried to run it as  perl   createXferLog. but nothing happend</description>
		<content:encoded><![CDATA[<p>How to use the createXferLog perl script.</p>
<p>I just tried to run it as  perl   createXferLog. but nothing happend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by admin</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-3733</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jul 2011 10:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-3733</guid>
		<description>The choice not to alter the syslog format was  interfere with other logging, as logwatch, or other things may be in place.

The perl script was run on the logs to change them to common log file format, I wrapped this into a logrotate script, which also dthe compress a required.

The hard link (not a sym link) allows the client FTP service which is chrooted to the users FTP directory to be able to log - yes each user has it&#039;s own chrooted jail - hence we&#039;d need a logger per user, and on the system in question this would exceed 500. When chrooted, the processes root file system is the users FTP directory, hence no /dev/log device exists. A hard link points directly to the inode, so allows a shared log device. The snag with sys log is it creates a new file on startup, so I added a script which following syslog start recreates all the users logger hardlinks. Oddly when syslog creates the new file, all the clients /dev/log files point to same file, which is not the syslog one.

Since the ftp location is on a separate partition to /dev, syslog needed changing, if on the same this need not happen.</description>
		<content:encoded><![CDATA[<p>The choice not to alter the syslog format was  interfere with other logging, as logwatch, or other things may be in place.</p>
<p>The perl script was run on the logs to change them to common log file format, I wrapped this into a logrotate script, which also dthe compress a required.</p>
<p>The hard link (not a sym link) allows the client FTP service which is chrooted to the users FTP directory to be able to log &#8211; yes each user has it&#8217;s own chrooted jail &#8211; hence we&#8217;d need a logger per user, and on the system in question this would exceed 500. When chrooted, the processes root file system is the users FTP directory, hence no /dev/log device exists. A hard link points directly to the inode, so allows a shared log device. The snag with sys log is it creates a new file on startup, so I added a script which following syslog start recreates all the users logger hardlinks. Oddly when syslog creates the new file, all the clients /dev/log files point to same file, which is not the syslog one.</p>
<p>Since the ftp location is on a separate partition to /dev, syslog needed changing, if on the same this need not happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by admin</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-3721</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-3721</guid>
		<description>A month!</description>
		<content:encoded><![CDATA[<p>A month!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by admin</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-3720</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-3720</guid>
		<description>Oops - sorry</description>
		<content:encoded><![CDATA[<p>Oops &#8211; sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by Griffin Kite</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-3712</link>
		<dc:creator>Griffin Kite</dc:creator>
		<pubDate>Tue, 05 Jul 2011 01:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-3712</guid>
		<description>The design for your web site is a little bit off in Epiphany. Nevertheless I like your blog. I might have to use a “normal” web browser just to enjoy it.</description>
		<content:encoded><![CDATA[<p>The design for your web site is a little bit off in Epiphany. Nevertheless I like your blog. I might have to use a “normal” web browser just to enjoy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poll, Push or Pull &#8211; Which is best&#8230;. by Rahman Mehboob</title>
		<link>http://www.bigmite.com/blog/2010/04/23/poll-push-or-pull-which-is-best/comment-page-1/#comment-3216</link>
		<dc:creator>Rahman Mehboob</dc:creator>
		<pubDate>Thu, 26 May 2011 03:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=26#comment-3216</guid>
		<description>Very good and clarified definitions!</description>
		<content:encoded><![CDATA[<p>Very good and clarified definitions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by Loceka</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-629</link>
		<dc:creator>Loceka</dc:creator>
		<pubDate>Mon, 22 Nov 2010 06:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-629</guid>
		<description>As for logging, I don&#039;t understand why you create a symbolic link when it works well without it (just working with $AddUnixListenSocket /chroot/testuser1/dev/log) but on this part I&#039;m not quite sure because all my users are chrooted to the same path (no separate folder for each user).

As for the logging format, first I don&#039;t know what to do with your perl script :-/
Unless it is supposed to be runned separately (or with a cron task), I don&#039;t see how to embed it in the process.
So I searched some way further and found that there is no need for such a script if its main purpose is to guess the year.

Indeed it&#039;s possible to change the time format in the logs :
just go to &quot;/etc/rsyslog.conf&quot; and change the &quot;$ActionFileDefaultTemplate&quot; from &quot;RSYSLOG_TraditionalFileFormat&quot; to an other format (&quot;RSYSLOG_FileFormat&quot; for example which also add the time zone information).

Still thank you for your tuto which was very useful.</description>
		<content:encoded><![CDATA[<p>As for logging, I don&#8217;t understand why you create a symbolic link when it works well without it (just working with $AddUnixListenSocket /chroot/testuser1/dev/log) but on this part I&#8217;m not quite sure because all my users are chrooted to the same path (no separate folder for each user).</p>
<p>As for the logging format, first I don&#8217;t know what to do with your perl script :-/<br />
Unless it is supposed to be runned separately (or with a cron task), I don&#8217;t see how to embed it in the process.<br />
So I searched some way further and found that there is no need for such a script if its main purpose is to guess the year.</p>
<p>Indeed it&#8217;s possible to change the time format in the logs :<br />
just go to &#8220;/etc/rsyslog.conf&#8221; and change the &#8220;$ActionFileDefaultTemplate&#8221; from &#8220;RSYSLOG_TraditionalFileFormat&#8221; to an other format (&#8220;RSYSLOG_FileFormat&#8221; for example which also add the time zone information).</p>
<p>Still thank you for your tuto which was very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chroot sftp using openssh and logging by Administrator</title>
		<link>http://www.bigmite.com/blog/2010/05/19/chroot-sftp-using-openssh-and-logging/comment-page-1/#comment-41</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigmite.com/blog/?p=31#comment-41</guid>
		<description>As a reference count is kept, I&#039;ll have to create a script to recrete the link to the other files, which itself is a group of hard linked files!.

Not so easy - I&#039;ll look into this....</description>
		<content:encoded><![CDATA[<p>As a reference count is kept, I&#8217;ll have to create a script to recrete the link to the other files, which itself is a group of hard linked files!.</p>
<p>Not so easy &#8211; I&#8217;ll look into this&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

