<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pablo Endres's Blog &#187; Technology</title>
	<atom:link href="http://www.pabloendres.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 21:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lucid Lynx and Constantine multiboot</title>
		<link>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/</link>
		<comments>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:16:36 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 12]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub-2]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=150</guid>
		<description><![CDATA[As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community). Back to the point, my main distro is Fedora but I like to give other distributions a [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community).  Back to the point, my main distro is Fedora but I like to give other distributions a spin to find the pros and cons.</p>
<p>I decided to install the new and shiny Ubuntu 10.04 &#8220;Lucid Lynx&#8221;, but there is no way I want to affect my main partitions!! Why should I this is Linux after all, it can boot from a secondary partition I can even put the bootloader at the beginning of the partition to make it totally independent!! Having done that already with Backtrack 4, Ubuntu 9.10 (karmic) and CentOS 5.x it should be as easy as 1 &#8211; 2 &#8211; 3 (Or simple as&#8230; got Jackson 5 ringing in my ear right now).</p>
<p>So the solution I had in mind was just to add a new partition with parted, install there and add the following lines to the /etc/grub.conf in my Fedora partition:</p>
<blockquote><p>title Ubuntu 9.10 (Karmic)<br />
rootnoverify (hd0,6)<br />
chainloader +1</p></blockquote>
<p>The problem is that Ubuntu 10.04 ships with grub-2 (technically speaking 1.98) and it just doesn&#8217;t work the same way.  After a couple of re-installs and hours later I came out with <a href="http://www.dedoimedo.com/computers/ubuntu-lucid.html">this blog</a> with a really detailed review of the distribution and with the solution I needed:</p>
<blockquote><p>title Ubuntu 10.04 (Lucid Lynx)<br />
root (hd0,4)<br />
kernel /boot/grub/core.img<br />
savedefault<br />
boot</p></blockquote>
<p>Just to make sure your a attacking the right error, this is was I was getting: Error 13 invalid or unsupported executable format</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Firefox: This address is restricted</title>
		<link>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/</link>
		<comments>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:01:18 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=137</guid>
		<description><![CDATA[I got the weirdest of errors today trying to open a web page on port 6000: After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of Port Banning. To overide this protection use one of the following steps: In the user&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I got the weirdest of errors today trying to open a web page on port 6000: <a href="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted.png"><img class="alignright size-medium wp-image-138" title="ThisAddress-is-restricted" src="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted-300x131.png" alt="ThisAddress-is-restricted" width="300" height="131" /></a></p>
<p>After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of <a href="http://www.mozilla.org/projects/netlib/PortBanning.html" target="_blank">Port Banning</a>.</p>
<p>To overide this protection use <strong>one</strong> of the following steps:</p>
<ul>
<li>In the user&#8217;s profile directory the <em>all.js</em>, add the following line at the end of the file <code>user_pref("network.security.ports.banned.override", "1-65535");</code></li>
<li>In the defaults/pref/ sub-directory of the installation directory (multi-user systems) add the following line at the end of the file <code>user_pref("network.security.ports.banned.override","1-65535");</code></li>
<li>Open a new window, in the address type: <em>about:config</em> and add a new entry of the type string with this name network.security.ports.banned.override and value 1-65535.</li>
</ul>
<p>If you want to set free only one port change the range for that port o list of ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware not working smoothly on Fedora 11</title>
		<link>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/</link>
		<comments>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 23:44:24 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=115</guid>
		<description><![CDATA[I just tested the latest version of VMware Workstation for Linux on my Fedora 11 box and there are a couple of things that just bothered me.  The big picture is that it&#8217;s not working smoothly: The problems started on install time, in order to be able to install the rpm I had to uninstall [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-119" title="failed" src="http://www.pabloendres.com/wp-content/uploads/2009/10/failed.png" alt="failed" width="244" height="77" /></p>
<p>I just tested the latest version of VMware Workstation for Linux on my Fedora 11 box and there are a couple of things that just bothered me.  The <em>big picture</em> is that it&#8217;s not working smoothly:</p>
<p>The problems started on install time, in order to be able to install the rpm I had to uninstall gcc! (Thanks to Tusheto for the <a href="http://troshlyak.wordpress.com/2009/09/09/vmware-workstation-6-5-3-on-fedora-11/">idea</a> ).  Then I could work as usual with your virtual machines until I tried to turn them off:  it hung forever, I gave it 5 min. before having to kill window.  The files stayed locked thanks to the vmtray that is not shown in GNOME, so if happen to have you VM&#8217;s in a external drive there is no way to cleanly unplugg it without killing the residual process.</p>
<p>Afer so many years working with VMware on Linux I really expected more.  Rating <strong>F</strong></p>
<p>Ran my tests on Fedora 11, kernel: 2.6.30.5-43.fc11.i686.PAE, and VMware-Workstation-6.5.3-185404.i386</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/10/01/vmware-not-smooth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating passwords with bash + perl</title>
		<link>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/</link>
		<comments>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:44:53 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[create password]]></category>
		<category><![CDATA[mkpasswd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=107</guid>
		<description><![CDATA[I had a couple of scripts working in the back end of an application to create users and set the passwords. So instead of reinventing the wheel I used the ?trusty? useradd. Until recently one could pass the users password in clear text as a parameter. I assume that someone thought about all the passwords [...]]]></description>
			<content:encoded><![CDATA[<p>I had a couple of scripts working in the back end of an application to create users and set the passwords.  So instead of reinventing the wheel I used the ?<em>trusty</em>? useradd.</p>
<p>Until recently one could pass the users password in clear text as a parameter.  I assume that someone thought about all the passwords that word saved in history files and decided to change it.  The problem is that the used the same parameter but now it expected the password to be encrypted, so it basically stopped working but didn&#8217;t generate errors.</p>
<p>After some debugging and some man reading the problem was nailed down, but now I had to generate and encrypt the password.  I looked and tried many solutions but the best I could find was the crypt library and decided to access is through perl.  What I liked the most about the solution is that I could use all the same native algorithms that the system has installed.</p>
<p>So lets cut the chase, here are the 5 lines of code needed to get the job done:</p>
<blockquote><p>salt=$(/usr/bin/mkpasswd -l 8 -s 0)<br />
parameter=&#8221;print crypt(config,\&#8221;\\\$1\\\$$salt\&#8221;)&#8221;<br />
encrypted=$(perl -e &#8220;$parameter&#8221;)<br />
/usr/sbin/useradd -p $encrypted &lt;user&gt;</p></blockquote>
<p>To create a good salt I used the <em><strong>mkpasswd</strong></em> utility that comes with the expect package (yum install expect).  In this case the $1 is not a variable, but the way of telling crypt to use MD5.</p>
<p>Other valid values for the Glibc crypt are:</p>
<table border="1">
<tbody>
<tr>
<th>ID</th>
<th>Method</th>
</tr>
<tr>
<td>1</td>
<td>MD5</td>
</tr>
<tr>
<td>2a</td>
<td>Blowfish (not in mainline glibc; added in some Linux distributions)</td>
</tr>
<tr>
<td>5</td>
<td>SHA-256 (since glibc 2.7)</td>
</tr>
<tr>
<td>6</td>
<td>SHA-512 (since glibc 2.7)</td>
</tr>
</tbody>
</table>
<p>For more information http://www.kernel.org/doc/man-pages/online/pages/man3/crypt.3.html or simply: man crypt</p>
<p>Have fun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/09/22/creating-passwords-with-bash-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 strikes</title>
		<link>http://www.pabloendres.com/2009/06/18/3-strikes/</link>
		<comments>http://www.pabloendres.com/2009/06/18/3-strikes/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:24:01 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Digital Rights]]></category>
		<category><![CDATA[3 strikes]]></category>
		<category><![CDATA[digital rights]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=101</guid>
		<description><![CDATA[I&#8217;ve following and ranting on the music and video industries and their 3 strike strategy for a while now. This is an attempt to maintain the status quo in a business that hast to evolve to meet the market (their users) need. I believe that the way Audio and Video rights are managed should be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 10px;" title="And Youre Outta There!" src="http://farm2.static.flickr.com/1428/1480165668_267c2a0418.jpg?v=0" alt="" width="180" height="120" />I&#8217;ve following and ranting on the music and video industries and their 3 strike strategy for a while now. This is an attempt to maintain the <em>status quo</em> in a business that hast to evolve to meet the market (their users) need.</p>
<p>I believe that the way Audio and Video rights are managed should be changed and a new model has to be built.  I&#8217;m not good with economy or an MBA,  but I am a user that really hates some of the limitations that are still built into a contents users life.</p>
<p>Let me put an example with the access to English spoken TV in Europe.  There is a great source for it in the UK, there you have access to SKY, BBC and other cable or pay TV services.  If I want to access those services from Germany, you can&#8217;t.  You can&#8217;t purchase the services, at least not legally (one can only purchase the services with a billing address in the UK).  With today&#8217;s interconnected world, these are the type of things that send people to look for alternative ways to access those contents.  So in a way the excessive controls are sending people to go to and find alternative ways to acces the contents that they can&#8217;t access or purchase through traditional channels.</p>
<p>I like the approach taken by Amazon in the US where you can by your favorite content and have instant access to whatch it through streaming, you can download it a specific number of times (4 if I remember correctly) in different formats: HD, MPEG or a smaller version for your IPOD.</p>
<p>I&#8217;m just glad that at least for now the <a href="http://www.theregister.co.uk/2009/05/12/france_three_strikes/">3 strike</a> law in France was <a href="http://www.theregister.co.uk/2009/06/10/france_three_strikes_hadopi_suspended/">suspended</a>.   And hope that  new cross European solutions see the light, because being able to whatch TV in your own language definitly helps people to feel at home away form home.</p>
<p><small>Photo credit: &#8220;And You&#8217;re Outta There!&#8221; originally uploaded by <a href="http://www.flickr.com/photos/chorwedel/1480165668/">Chad Horwedel</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/06/18/3-strikes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GnomeKeyring =? ssh-agent</title>
		<link>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/</link>
		<comments>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/#comments</comments>
		<pubDate>Tue, 05 May 2009 20:09:04 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=77</guid>
		<description><![CDATA[This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs [...]]]></description>
			<content:encoded><![CDATA[<p>This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs to make it work:  http://live.gnome.org/GnomeKeyring/Ssh</p>
<p>This is just one of those features that make your life easier but handling all the ssh sessions for you, the best part is that is one of those setup once and forget feature.  Here is a brief introduction on how it works:</p>
<p>According to the ssh-agent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent">man</a>:</p>
<blockquote>
<pre><strong>     ssh-agent</strong> is a program to hold private keys used for public key authenti-
     cation (RSA, DSA).  The idea is that <strong>ssh-agent</strong> is started in the begin-
     ning of an X-session or a login session, and all other windows or pro-
     grams are started as clients to the ssh-agent program.  Through use of
     environment variables the agent can be located and automatically used for
     authentication when logging in to other machines using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1&amp;arch=&amp;apropos=0&amp;manpath=OpenBSD+Current">ssh(1)</a>.</pre>
</blockquote>
<p>So what gnome did was include an ssh-agent in the gnome-keyring(-daemon), so it has one interface to manage passwords, ssh keys, etc.  Underneath the hood this is how it works:</p>
<ol>
<li>When Gnome starts the gnome-keyring-daemon (if it is enabled in your conf)</li>
<li>The keyring manager starts the ssh-agent component and sets up the <tt>SSH_AUTH_SOCK</tt> variable, that will redirect ssh to make the queries to that socket</li>
<li>The SSH agent automatically loads files in <tt>~/.ssh</tt> having names starting with <tt>id_rsa</tt> or <tt>id_dsa </tt> or any other keys included by using the <tt>ssh-add command<br />
</tt></li>
</ol>
<p>That does the job.  If you need to get it working on your Gnome installation follow the instructions <a href="http://live.gnome.org/GnomeKeyring/Ssh">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transpose Open Office Calc data from rows to columns, or vice versa</title>
		<link>http://www.pabloendres.com/2009/05/05/transpose/</link>
		<comments>http://www.pabloendres.com/2009/05/05/transpose/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:45:57 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[transpose]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=76</guid>
		<description><![CDATA[I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the [...]]]></description>
			<content:encoded><![CDATA[<p>I had to shift through a ton a data today and after I was have way through I realized that I would be easier to express and analyze the data if it was transposed o just filled in the other way around (rows and columns).  On any other day or a different stage of the work I would have retyped it, but I got lazy and found this <a href="http://blogs.techrepublic.com.com/msoffice/?p=630">link</a> and all you have to do is a special paste and check the transpose box.</p>
<p>Incredible!</p>
<p>The best thing is that it works both in M$ Office and Open Office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/transpose/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Merging PDF files</title>
		<link>http://www.pabloendres.com/2009/05/05/merging-pdf-files/</link>
		<comments>http://www.pabloendres.com/2009/05/05/merging-pdf-files/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:37:24 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdfmerge]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=78</guid>
		<description><![CDATA[Have you ever scanned a pile of documents on a &#8220;non enterprise&#8221; o home scanner, or just got distracted when using the big Xerox machine in the office.  You&#8217;ll end up with a ton of individual pdf files.  After a little google and man reading I found these 2 solutions. On linux just use pdfmerge:   [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever scanned a pile of documents on a &#8220;non enterprise&#8221; o home scanner, or just got distracted when using the big Xerox machine in the office.  You&#8217;ll end up with a ton of individual pdf files.  After a little google and man reading I found these 2 solutions.</p>
<ol>
<li>On linux just use <a href="http://sourceforge.net/projects/pdfmerge/" target="_blank">pdfmerge</a>:   <em>sudo yum install pdfmerge</em> or download the windows version</li>
<li>Do it by hand with ghostscript:</li>
</ol>
<blockquote><p><em>gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf Scan001.pdf Scan002.pdf</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/merging-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snmp errors in syslog</title>
		<link>http://www.pabloendres.com/2009/04/19/snmp-errors-in-syslog/</link>
		<comments>http://www.pabloendres.com/2009/04/19/snmp-errors-in-syslog/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 19:12:22 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[REL]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=79</guid>
		<description><![CDATA[I finally got fed up of these messages in my log files (/var/log/messages) and decided to do something about them: Apr 19 04:14:47 hostname snmpd[3458]: Connection from UDP: [127.0.0.1]:42482 Apr 19 04:14:47 hostname snmpd[3458]: Received SNMP packet(s) from UDP: [127.0.0.1]:42482 After reading, googling around and testing for a while I rounded it the following solution, [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got fed up of these messages in my log files (/var/log/messages) and decided to do something about them:</p>
<p><strong>Apr 19 04:14:47 hostname snmpd[3458]: Connection from UDP: [127.0.0.1]:42482<br />
Apr 19 04:14:47 hostname snmpd[3458]: Received SNMP packet(s) from UDP: [127.0.0.1]:42482</strong></p>
<p>After reading, googling around and testing for a while I rounded it the following solution, it should work in any Linux system with net-snmp after some tweaks but out of the box on CentOS, REL, Fedora or any of its relatives:</p>
<p>1. Remove the -a from the snmpd start options or write this in the /etc/sysconfig/snmpd.options file:</p>
<blockquote><p>OPTIONS=&#8221;-Lsd -Lf /dev/null -p /var/run/snmpd.pid&#8221;</p></blockquote>
<p>This should take care of the &#8220;Received SNMP&#8221; packets line (2nd one).</p>
<p>2. Add dontLogTCPWrappersConnects true at the end of your /etc/snmp/snmpd.conf file, that takes care of the other line:</p>
<p>Apr 19 04:13:47 dcf-is1p snmpd[3458]: Connection from UDP: [127.0.0.1]:48911</p>
<p>According to the <a href="http://www.net-snmp.org/docs/man/snmpd.conf.html">man</a> page: This setting       disables the log messages for accepted connections. Denied connections will still be logged.&#8221;</p>
<p>The problem is that the default settings are to log every connection / request, so what we did was leave the log work only for failed and authenticated attempts</p>
<p>Enjoy readable logs!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/04/19/snmp-errors-in-syslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows FTP client passive</title>
		<link>http://www.pabloendres.com/2009/03/02/windows-ftp-client-passive/</link>
		<comments>http://www.pabloendres.com/2009/03/02/windows-ftp-client-passive/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:00:31 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[passive]]></category>
		<category><![CDATA[pasv]]></category>
		<category><![CDATA[windows clients]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=71</guid>
		<description><![CDATA[Have you ever tried to connect to an ftp server on a windows box? I had to do it today and that thing doesn&#8217;t know the command: PASV !! Well after surfing for while I found the workaround: just type: LITERAL PASV That bypasses the checks on the client and just sends the command to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to connect to an ftp server on a windows box?</p>
<p>I had to do it today and that thing doesn&#8217;t know the command: PASV !!</p>
<p>Well after surfing for while I found the workaround: just type:</p>
<blockquote><p>LITERAL PASV</p></blockquote>
<p>That bypasses the checks on the client and just sends the command to the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/03/02/windows-ftp-client-passive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
