<?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 on: Linux Socket Monitor</title>
	<atom:link href="http://www.rfxn.com/projects/linux-socket-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rfxn.com</link>
	<description> Linux Software &#38; Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:01:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Florian Maier</title>
		<link>http://www.rfxn.com/projects/linux-socket-monitor/#comment-16417</link>
		<dc:creator>Florian Maier</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rfxn.com/?page_id=59#comment-16417</guid>
		<description>another error report, cronjob (affects bfd, too).

Oct 30 21:14:01 host /usr/sbin/cron[1585]: (*system*bfd) ERROR (Syntax error, this crontab file will be ignored)

The version of cron shipped with debian and ubuntu seems to have problems with the assignment of the SHELL and MAILTO variables. 

SHELL=/bin/bash -&gt; does not work
SHELL=&quot;/bin/sh&quot; -&gt; works

Thanks for you efforts!</description>
		<content:encoded><![CDATA[<p>another error report, cronjob (affects bfd, too).</p>
<p>Oct 30 21:14:01 host /usr/sbin/cron[1585]: (*system*bfd) ERROR (Syntax error, this crontab file will be ignored)</p>
<p>The version of cron shipped with debian and ubuntu seems to have problems with the assignment of the SHELL and MAILTO variables. </p>
<p>SHELL=/bin/bash -&gt; does not work<br />
SHELL=&#8221;/bin/sh&#8221; -&gt; works</p>
<p>Thanks for you efforts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Maier</title>
		<link>http://www.rfxn.com/projects/linux-socket-monitor/#comment-16416</link>
		<dc:creator>Florian Maier</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rfxn.com/?page_id=59#comment-16416</guid>
		<description>Installed on Debian Squeeze, LSM keeps throwing errors: 

sh install.sh
.: LSM installed
Install path:    /usr/local/lsm
Config path:     /usr/local/lsm/conf.lsm
Executable path: /usr/local/sbin/lsm
LSM version 0.6 
Copyright (C) 2004, R-fx Networks
              2004, Ryan MacDonald
This program may be freely redistributed under the terms of the GNU GPL

[: 186: 0.0.0.0:2299: unexpected operator
[: 186: 0.0.0.0:9418: unexpected operator
[: 186: :::9418: unexpected operator
[: 186: 127.0.0.1:3306: unexpected operator
[: 186: 127.0.0.1:80: unexpected operator
generated base comparison files

Any ideas? System is IPv6 enabled. This is the output of &quot;netstat -npl&quot;:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:9418            0.0.0.0:*               LISTEN      1866/git-daemon
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1757/mysqld
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN      1533/apache2
tcp        0      0 0.0.0.0:2299            0.0.0.0:*               LISTEN      16259/sshd
tcp6       0      0 :::9418                 :::*                    LISTEN      1866/git-daemon
udp        0      0 178.79.188.15:123       0.0.0.0:*                           1787/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                           1787/ntpd
udp        0      0 0.0.0.0:123             0.0.0.0:*                           1787/ntpd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1608/avahi-daemon:
udp        0      0 0.0.0.0:48088           0.0.0.0:*                           1608/avahi-daemon:
udp6       0      0 :::123                  :::*                                1787/ntpd
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name    Path
unix  2      [ ACC ]     STREAM     LISTENING     4596     1596/dbus-daemon    /var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     3850     1608/avahi-daemon:  /var/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     4654     1757/mysqld         /var/run/mysqld/mysqld.sock
unix  2      [ ACC ]     STREAM     LISTENING     50020    19824/clamd         /var/run/clamav/clamd.ctl</description>
		<content:encoded><![CDATA[<p>Installed on Debian Squeeze, LSM keeps throwing errors: </p>
<p>sh install.sh<br />
.: LSM installed<br />
Install path:    /usr/local/lsm<br />
Config path:     /usr/local/lsm/conf.lsm<br />
Executable path: /usr/local/sbin/lsm<br />
LSM version 0.6<br />
Copyright (C) 2004, R-fx Networks<br />
              2004, Ryan MacDonald<br />
This program may be freely redistributed under the terms of the GNU GPL</p>
<p>[: 186: 0.0.0.0:2299: unexpected operator<br />
[: 186: 0.0.0.0:9418: unexpected operator<br />
[: 186: :::9418: unexpected operator<br />
[: 186: 127.0.0.1:3306: unexpected operator<br />
[: 186: 127.0.0.1:80: unexpected operator<br />
generated base comparison files</p>
<p>Any ideas? System is IPv6 enabled. This is the output of "netstat -npl":<br />
Active Internet connections (only servers)<br />
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name<br />
tcp        0      0 0.0.0.0:9418            0.0.0.0:*               LISTEN      1866/git-daemon<br />
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1757/mysqld<br />
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN      1533/apache2<br />
tcp        0      0 0.0.0.0:2299            0.0.0.0:*               LISTEN      16259/sshd<br />
tcp6       0      0 :::9418                 :::*                    LISTEN      1866/git-daemon<br />
udp        0      0 178.79.188.15:123       0.0.0.0:*                           1787/ntpd<br />
udp        0      0 127.0.0.1:123           0.0.0.0:*                           1787/ntpd<br />
udp        0      0 0.0.0.0:123             0.0.0.0:*                           1787/ntpd<br />
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1608/avahi-daemon:<br />
udp        0      0 0.0.0.0:48088           0.0.0.0:*                           1608/avahi-daemon:<br />
udp6       0      0 :::123                  :::*                                1787/ntpd<br />
Active UNIX domain sockets (only servers)<br />
Proto RefCnt Flags       Type       State         I-Node   PID/Program name    Path<br />
unix  2      [ ACC ]     STREAM     LISTENING     4596     1596/dbus-daemon    /var/run/dbus/system_bus_socket<br />
unix  2      [ ACC ]     STREAM     LISTENING     3850     1608/avahi-daemon:  /var/run/avahi-daemon/socket<br />
unix  2      [ ACC ]     STREAM     LISTENING     4654     1757/mysqld         /var/run/mysqld/mysqld.sock<br />
unix  2      [ ACC ]     STREAM     LISTENING     50020    19824/clamd         /var/run/clamav/clamd.ctl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner Williamson</title>
		<link>http://www.rfxn.com/projects/linux-socket-monitor/#comment-3742</link>
		<dc:creator>Tanner Williamson</dc:creator>
		<pubDate>Thu, 11 Nov 2010 00:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rfxn.com/?page_id=59#comment-3742</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-2919&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Jason:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Hi,
Great project, thanks!
Quick question. In the conf the USER setting. Is this meant for a user or an email address?
&lt;/blockquote&gt;

It can be a local system account, or an email address. A local system account requires the proper mail services installed locally. I would recommend you set this to an email address.</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-2919" rel="nofollow"><br />
<strong><em>Jason:</em></strong><br />
</a><br />
 Hi,<br />
Great project, thanks!<br />
Quick question. In the conf the USER setting. Is this meant for a user or an email address?
</p></blockquote>
<p>It can be a local system account, or an email address. A local system account requires the proper mail services installed locally. I would recommend you set this to an email address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.rfxn.com/projects/linux-socket-monitor/#comment-2919</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 05 Sep 2010 10:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rfxn.com/?page_id=59#comment-2919</guid>
		<description>Hi,

Great project, thanks!

Quick question. In the conf the USER setting. Is this meant for a user or an email address?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great project, thanks!</p>
<p>Quick question. In the conf the USER setting. Is this meant for a user or an email address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal Rehman</title>
		<link>http://www.rfxn.com/projects/linux-socket-monitor/#comment-544</link>
		<dc:creator>Faisal Rehman</dc:creator>
		<pubDate>Thu, 24 Jun 2010 22:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rfxn.com/?page_id=59#comment-544</guid>
		<description>very nice software 
i like it very much but i have a question that if i want to view the new generated comparison files with the help of lsm -g, how can i do that?????</description>
		<content:encoded><![CDATA[<p>very nice software<br />
i like it very much but i have a question that if i want to view the new generated comparison files with the help of lsm -g, how can i do that?????</p>
]]></content:encoded>
	</item>
</channel>
</rss>

