<?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>Problemi e Soluzioni di un sistemista informatico &#187; centos</title>
	<atom:link href="http://blog.maurizio.proietti.name/category/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maurizio.proietti.name</link>
	<description>Il blog tecnico di Maurizio Proietti a Prato 59100. Info e configurazioni linux microsoft</description>
	<lastBuildDate>Wed, 23 Jun 2010 07:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Provvedimento del garante sugli Amministratori di sistema</title>
		<link>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/</link>
		<comments>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 07:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[59100]]></category>
		<category><![CDATA[AdS]]></category>
		<category><![CDATA[Amministratori di Sistema]]></category>
		<category><![CDATA[garante]]></category>
		<category><![CDATA[logserver]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[provvedimento]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=404</guid>
		<description><![CDATA[Premetto che la ritengo una gran cagata&#8230; e completamente inutile, visto che i log NON HANNO ALCUN VALORE PROBATORIO!
Ma visto che dobbiamo adeguarci&#8230; cerchiamo di farlo a COSTO ZERO!
Io ho risolto (sto risolvendo) così:
Installo rsyslog con logging su file sul logserver
Su un server linux CentOs 5.*
yum install rsyslog*
vim /etc/sysconfig/rsyslog
sostituisco
SYSLOGD_OPTIONS=&#8221;-m  0&#8243;
con
SYSLOGD_OPTIONS=&#8221;-m 0 -r&#8221;
vim /etc/rsyslog.conf
###################################################
$template DynAuth, [...]]]></description>
			<content:encoded><![CDATA[<p>Premetto che <span style="text-decoration: line-through;">la ritengo una gran cagata&#8230; e completamente inutile, visto che</span> i log NON HANNO ALCUN VALORE PROBATORIO!</p>
<p>Ma visto che dobbiamo adeguarci&#8230; cerchiamo di farlo a COSTO ZERO!</p>
<p>Io ho risolto (sto risolvendo) così:</p>
<h2>Installo <strong>rsyslog</strong> con logging su file sul logserver</h2>
<p>Su un server <strong>linux CentOs 5.*</strong></p>
<div><span style="font-size: x-small; font-family: Arial;">yum install rsyslog*</span></div>
<div><span style="font-size: x-small; font-family: Arial;">vim /etc/sysconfig/rsyslog</span></div>
<div><span style="font-size: x-small; font-family: Arial;">sostituisco</span></div>
<div><span style="font-size: x-small; font-family: Arial;">SYSLOGD_OPTIONS=&#8221;-m  0&#8243;<br />
con<br />
SYSLOGD_OPTIONS=&#8221;-m 0 -r&#8221;</span></div>
<div><span style="font-size: x-small; font-family: Arial;">vim /etc/rsyslog.conf</span></div>
<div>###################################################</div>
<div><span style="font-size: x-small; font-family: Arial;">$template DynAuth, &#8220;/var/log/TUTTI/%$MONTH%/%$DAY%/%FROMHOST%.log&#8221;<br />
local1.*,user.*,auth.*,authpriv.*,kern.* ?DynAuth<br />
$EscapeControlCharactersOnReceive off<br />
%msg:::space-cc%<br />
*.info;mail.none;authpriv.none;cron.none                /var/log/messages<br />
authpriv.*                                              /var/log/secure<br />
mail.*                                                  -/var/log/maillog<br />
cron.*                                                  /var/log/cron<br />
*.emerg                                                 *<br />
uucp,news.crit                                          /var/log/spooler<br />
local7.*                                                /var/log/boot.log<br />
local3.*                                                /var/log/varie.log</span></div>
<div>###################################################</div>
<div>vedi<span style="font-size: x-small; font-family: Arial;"><a title="http://openskill.info/infobox.php?ID=1475" href="http://openskill.info/infobox.php?ID=1475"> http://openskill.info/infobox.php?ID=1475</a></span></div>
<div>
<h2>Abilitare il logging su tutti i server linux</h2>
<p>Su un qualsiasi server <strong>linux</strong></p>
</div>
<div>cat /etc/syslog.conf</p>
<p>auth.*;authpriv.*;local1.*          @logserver.dominio</p>
</div>
<div>Su ogni server devo poi creare utenti PERSONALI da assegnare a tutti gli AdS:</div>
<div>useradd -G wheel -m -s /bin/bash username</div>
<div>passwd username</div>
<div>Aggiungo</div>
<div>AllowUsers username</div>
<div>in /etc/ssh/sshd_config</div>
<div>lancio</div>
<div>visudo</div>
<div>e aggiungo o decommento la riga seguente:</div>
<div>%wheel  ALL=(ALL)       ALL</div>
<div>In questo modo gli AdS dovranno loggarsi con il loro account ed usare sudo</div>
<div>(consiglio il sudo -i o sudo -u per diventare root)</div>
<div>Il vantaggio dell&#8217;uso di sudo sta nel fatto che ho potuto cambiare password a root e metterla in cassaforte senza la necessità di comunicarla a tutti gli AdS (dato che sudo permette di diventare root inserendo la propria password)</div>
<div>
<h2>Abilitare il logging su Oracle 9i</h2>
</div>
<div><span style="font-size: x-small; font-family: Arial;">mkdir /var/log/oracle/<br />
chown -R oracle:dba /var/log/oracle/<br />
SHOW  PARAMETER audit<br />
ALTER SYSTEM SET audit_trail=OS SCOPE=SPFILE;<br />
ALTER  SYSTEM SET audit_sys_operations=TRUE SCOPE=SPFILE;<br />
ALTER SYSTEM SET  audit_file_dest=&#8221;/var/log/oracle&#8221; SCOPE=SPFILE;<br />
AUDIT SESSION;<br />
SHUTDOWN  IMMEDIATE<br />
startup</span></div>
<div>Occorre poi creare un cron sul logserver che filtra solo i login/logout  e prelevi i risultati.</div>
<div>Nella ver 9i infatti non è possibile inviare i log a un remote syslog</div>
<div>
<h2>Abilitare il logging su Postgres<span style="font-size: x-small; font-family: Arial;"> </span></h2>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Modifico<br />
/usr/local/pgsql/data/postgresql.conf<br />
come segue:</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">log_destination = &#8217;syslog&#8217;</span></span></p>
<div><span style="font-size: x-small; font-family: Arial;">syslog_facility = &#8216;LOCAL1&#8242;<br />
syslog_ident = &#8216;postgres&#8217;</span></div>
<div><span style="font-size: x-small; font-family: Arial;"> </span></div>
<div><span style="font-size: x-small; font-family: Arial;">log_connections = true<br />
log_disconnections = true<br />
log_duration =  true</span></div>
</div>
<div><span style="font-size: x-small; font-family: Arial;">log_hostname = true</span></div>
<div>
<h2>Abilitare il logging su MySql</h2>
</div>
<div>Dato che mysql non supporta la scrittura di log su syslog si può risolvere nel seguente modo:</p>
<p>Nel file<br />
/etc/my.cnf</p>
<p>nella sezione<br />
[mysqld]</p>
<p>aggiungo<br />
log=/var/log/mysql.log</p>
<p>Poi lancio all&#8217;avvio il seguente comando:</p>
<p><span style="text-decoration: line-through;">tail -f /var/log/mysql.log | egrep &#8216;Connect|Quit&#8217; | logger -p LOCAL1.info -t mysql &amp;</span></p>
<p>(ringrazio Stefano Coletta (http://www.mindcreations.com/) per la precisazione:</p>
<p><em>l’egrep va corredato dall’opzione –line-buffered altrimenti non funziona  correttamente</em>)</p>
<p>tail -f /var/log/mysql.log | egrep –line-buffered &#8216;Connect|Quit&#8217; | logger -p  LOCAL1.info -t mysql &amp;</p>
<p>e lo salvo nell&#8217; rc.local</p>
<p>e lo metto anche nella sezione <strong>postrotate </strong>del <strong>logrotate </strong>in<br />
/etc/logrotate.d/mysql-log-rotate</p>
<p>Altrimenti, come suggeritomi dal buon <em>Alessandro Corbelli</em> di <em><a href="http://www.web4web.it"><span class="moz-txt-link-abbreviated">www.web4web.it</span></a></em> si possono usare le named pipe:</p>
<p><a href="http://www.linuxjournal.com/article/2156">http://www.linuxjournal.com/article/2156</a></p>
<p><a href="http://www.linuxjournal.com/content/using-named-pipes-fifos-bash">http://www.linuxjournal.com/content/using-named-pipes-fifos-bash</a></p>
<p><em>Non loggo tutto su file ma ho creato una named pipe ed in inittab ho inserito, in respawn, uno script<span> </span> così composto<span> </span></em></p>
<p><em><span> </span>while [ true ]; do<br />
tail -f &lt;namedpipe&gt; | egrep &#8216;Connect|Quit&#8217; | logger&#8230;<br />
done</em></p>
<p><em>Le prestazioni sono &#8216;abbastanza&#8217; decenti.<br />
Il while sarebbe anche superfluo&#8230;</em></p>
<p>Occorre fare attenzione a un particolare:</p>
<p><strong>Se si utilizza la named pipe con lo script in inittab, nello script NON deve esserci il tail, ma il cat.</strong></p>
<p><strong>Quindi lo script diventa:</strong></p>
<p>while [ true ]; do<br />
<strong>cat</strong> &lt;namedpipe&gt; | egrep &#8216;Connect|Quit&#8217; | logger -p LOCAL1.info -t mysql<br />
done</p>
<p><em><br />
</em></p>
</div>
<div>
<h2>Abilitare il logging sui server Windows</h2>
<p>Sui server <strong>windows</strong></p>
</div>
<div>
<p>Ho usato snare:</p>
<p>SnareSetup-3.1.5-MultiArch.exe</p>
<p><a href="http://www.intersectalliance.com/projects/SnareWindows/index.html">http://www.intersectalliance.com/projects/SnareWindows/index.html</a></p>
<p>Come “Destination snare server address” ho messo lo stesso ip del log server e come porta la 514</p>
<h2>Abilitare il logging su Exchange</h2>
<div>Per abilitare il logging sel mailserver:</p>
<p><strong>Gestore sistema Exchange</strong> -&gt; Gruppi amministrativi -&gt; &lt;nome&gt;  -&gt; server -&gt; NomeServer -&gt; tasto dx sul server -&gt; registrazione Diagnostica<br />
-&gt; MSExchangeIS -&gt; private o cassetta postale -&gt; Accessi = minima; Controllo accessi = minima (oppure logons=minima e access control = minima)</p>
<p>Poi su <strong>snare</strong>:<br />
Creo un nuovo oggetto:<br />
Identify the high level event = Any event(s)<br />
Event ID Search Term = 1009,1016,1013,1029<br />
General Search Term = *<br />
Select the User Match Type = Include<br />
User Search Term = *admin*<br />
Identify the event types to be captured = Success Audit + Failure Audit<br />
Identify the event logs = Security  + Application<br />
Select the Alert Level = Critical</p>
</div>
<div>
<h2>Abilitare il logging sul FileServer</h2>
</div>
<div>Creo un nuovo oggetto:<br />
Identify the high level event = Any event(s)<br />
Event ID Search Term = 538,540,552,551,682,683,528<br />
General Search Term = *<br />
Select the User Match Type = Include<br />
User Search Term = *admin*<br />
Identify the event types to be captured = TUTTI<br />
Identify the event logs = Security<br />
Select the Alert Level = Critical</div>
<h2>Immodificabilità dei log</h2>
<p>Ogni notte, sul logserver, parte un cron che mi crea un md5 di tutti i file di log</p>
<p>Lo chiamo Z_calcola_md5.sh in modo che il cron lo chiama da ultimo DOPO il logrotate</p>
<p>cat /etc/cron.daily/Z_calcola_md5.sh</p>
<p>########################################<br />
#!/bin/bash<br />
TMP=`/bin/date &#8211;date=&#8217;1 days ago&#8217; +%m/%d`<br />
FILE_NAME=&#8221;MD5-`/bin/date &#8211;date=&#8217;1 days ago&#8217; +%m-%d`.md5&#8243;<br />
DEST_DIR01=&#8221;/var/log/TUTTI&#8221;<br />
DEST_DIR=&#8221;$DEST_DIR01/$TMP/&#8221;<br />
MD5_DIR=&#8221;/var/log/TUTTI/MD5/&#8221;<br />
cd $MD5_DIR<br />
find  $DEST_DIR  -type f -exec md5sum {} \;  &gt; $FILE_NAME<br />
#########################################</p>
<p>A questo punto posso creare un tar.gz e salvare i log su un dvd o effettuarne un backup</p>
</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1995px; width: 1px; height: 1px;">
<p><a href="http://www.linuxjournal.com/article/2156">http://www.linuxjournal.com/article/2156</a></p>
<p><a href="http://www.linuxjournal.com/content/using-named-pipes-fifos-bash">http://www.linuxjournal.com/content/using-named-pipes-fifos-bash</a></p>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/feed/</wfw:commentRss>
		<slash:comments>80</slash:comments>
		</item>
		<item>
		<title>Ripristino restore di un server con BackupPc</title>
		<link>http://blog.maurizio.proietti.name/2009/10/28/ripristino-restore-di-un-server-con-backuppc/</link>
		<comments>http://blog.maurizio.proietti.name/2009/10/28/ripristino-restore-di-un-server-con-backuppc/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:35:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backuppc]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[sistemista]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=436</guid>
		<description><![CDATA[Installazione di una Distro linux &#8220;simile&#8221; a quella da ripristinare
Nelle mie prove ho installato, sulla macchina su cui eseguire il ripristino, la stessa ver. di distribuaione linux della macchina da ripristinare e tutto è andato a buon fine
Ho notato che la presenza del kudzu (riconoscimento hardware) è molto utile.
Conviene, quindi, in questa fase, installare kudzu [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installazione di una Distro linux &#8220;simile&#8221; a quella da ripristinare</strong><br />
Nelle mie prove ho installato, sulla macchina su cui eseguire il ripristino, la stessa ver. di distribuaione linux della macchina da ripristinare e tutto è andato a buon fine<br />
Ho notato che la presenza del kudzu (riconoscimento hardware) è molto utile.<br />
Conviene, quindi, in questa fase, installare kudzu e farlo partire al boot</p>
<p><strong>Copia di alcuni file originali</strong><br />
I seguenti file/cartelle sono necessari per il primo boot successivo al ripristino e quindi ne salvo una copia</p>
<p>cp -r /boot /boot.ORIG<br />
cp /etc/grub.conf /etc/grub.conf.ORIG<br />
cp /etc /fstab /etc /fstab.ORIG<br />
cp /etc /mtab /etc /mtab.ORIG<br />
cp /etc/modprobe.conf /etc/modprobe.conf.ORIG<br />
<strong> Installare e configurare rsyncd</strong><br />
Sulle CentOS:<br />
yum install rsync rsyncd xinetd<br />
vim /etc/rsyncd.conf<br />
##################################<br />
[root]<br />
comment = root area<br />
path = /<br />
read only = no<br />
list = yes<br />
uid = root<br />
gid = root<br />
hosts allow = 127.0.0.0/8 10.100.100.14/32 10.100.100.0/24<br />
##################################</p>
<p>/etc/init.d/xinetd restart</p>
<p>controllare che la porta 873 sia in ascolto</p>
<p><strong>Eseguo il ripristino da BackupPc</strong><br />
Configuro la macchina su cui devo eseguire il ripristino come se fosse una macchina da backuppare.<br />
[Nel nostro backuppc esiste già una macchina che si chiama "test" configurata sull'ip 10.100.100.3 che serve per i ripristini ]<br />
Mi collego sul profilo della macchina da ripristinare -&gt; naviga nel backup -&gt; seleziona tutto ripristina<br />
Ripristino dei file sull&#8217;host -&gt; Scegliere la macchina SU CUI ESEGUIRE IL RIPRISTINO (test)<br />
Ripristino dei file sulla condivisione -&gt; root<br />
Ripristino dei file al di sotto della directory (relativa alla condivisione)  -&gt; /<br />
Ed avvio il ripristino (che ci mette una vita!)</p>
<p><strong> Operazioni Post-Ripristino</strong><br />
Finito il ripristino mi collego alla macchina appena restorata e ri-copio i file originali:</p>
<p>cp -r /boot /boot.RECOVERY<br />
cp /etc/grub.conf /etc/grub.conf.RECOVERY<br />
cp /etc /fstab /etc /fstab.RECOVERY<br />
cp /etc /mtab /etc /mtab.RECOVERY<br />
cp /etc/modprobe.conf /etc/modprobe.conf.RECOVERY</p>
<p>cp -r /boot.ORIG /boot<br />
cp /etc/grub.conf.ORIG /etc/grub.conf<br />
cp /etc/fstab.ORIG /etc/fstab<br />
cp /etc/mtab.ORIG /etc/mtab<br />
cp /etc/modprobe.conf.ORIG /etc/modprobe.conf</p>
<p>a questo punto re-installo il grub:</p>
<p>grub-install –-recheck /dev/sda</p>
<p>[Nota:<br />
in realtà nella prova che ho fatto le operazioni appena descritte le ho fatte da una slax live con la seguente procedura:</p>
<p>loadkeys it<br />
mount -o bind /dev /mnt/sda1/dev<br />
mount -t proc none /mnt/sda1/proc<br />
chroot /mnt/sda1 /bin/bash<br />
grub-install /dev/sda</p>
<p>SE GRUB DA ERRORE<br />
/dev/sda1 does not have any corresponding BIOS drive.</p>
<p>allora usa il seguente comando:<br />
grub-install –recheck /dev/sda<br />
]</p>
<p>Riavviare il server e configurarlo correttamente in rete</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/10/28/ripristino-restore-di-un-server-con-backuppc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error &#8211; mount nfs from linux client to windows server</title>
		<link>http://blog.maurizio.proietti.name/2009/02/24/error-mount-nfs-from-linux-client-to-windows-server/</link>
		<comments>http://blog.maurizio.proietti.name/2009/02/24/error-mount-nfs-from-linux-client-to-windows-server/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 7]]></category>
		<category><![CDATA[rete]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[slackware 12]]></category>
		<category><![CDATA[windows 2003 server]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=342</guid>
		<description><![CDATA[Ho avuto un problema con il mount di una share nfs windows server 2003 r2 da parte di un client linux.
Ottenevo sempre un problema di timeout o un errore di i/o.
Nei log c&#8217;era:
portmap: server localhost not responding, timed out
Il problema si risolve avviando il servizio portmap:
su redhat/centos:

/etc/init.d/portmap start

su slackware:

chmod ugo+x /etc/rc.d/rc.rpc
/etc/rc.d/rc.rpc start

]]></description>
			<content:encoded><![CDATA[<p>Ho avuto un problema con il mount di una share nfs windows server 2003 r2 da parte di un client linux.<br />
Ottenevo sempre un problema di timeout o un errore di i/o.<br />
Nei log c&#8217;era:<br />
portmap: server localhost not responding, timed out</p>
<p>Il problema si risolve avviando il servizio portmap:</p>
<p>su redhat/centos:<br />
<code><br />
/etc/init.d/portmap start<br />
</code></p>
<p>su slackware:<br />
<code><br />
chmod ugo+x /etc/rc.d/rc.rpc<br />
/etc/rc.d/rc.rpc start<br />
</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/02/24/error-mount-nfs-from-linux-client-to-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare ffmpeg su CentOs 5</title>
		<link>http://blog.maurizio.proietti.name/2009/02/18/installare-ffmpeg-su-centos-5/</link>
		<comments>http://blog.maurizio.proietti.name/2009/02/18/installare-ffmpeg-su-centos-5/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 07:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=339</guid>
		<description><![CDATA[
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum install ffmpeg

]]></description>
			<content:encoded><![CDATA[<p><code><br />
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br />
yum install ffmpeg<br />
</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/02/18/installare-ffmpeg-su-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 5 &#8211; locate and updatedb through yum</title>
		<link>http://blog.maurizio.proietti.name/2009/01/29/centos-5-locate-and-updatedb-thorow-yum/</link>
		<comments>http://blog.maurizio.proietti.name/2009/01/29/centos-5-locate-and-updatedb-thorow-yum/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=321</guid>
		<description><![CDATA[To install locate and updatedb on centos 5 with yum you can use

yum install mlocate

bye
]]></description>
			<content:encoded><![CDATA[<p>To install locate and updatedb on centos 5 with yum you can use<br />
<code><br />
yum install mlocate<br />
</code></p>
<p>bye</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/01/29/centos-5-locate-and-updatedb-thorow-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problema nagios-plugin su CentOS 4 &#8211; invalid option tune=pentium4</title>
		<link>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/</link>
		<comments>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 09:52:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=211</guid>
		<description><![CDATA[Ho avuto difficoltà ad installare i plugin del nagios.
Dopo il make
ottenevo l&#8217;errore:
invalid option `tune=pentium4&#8242;
Per risolvere ho editato il file plugins/Makefile
ed ho eliminato l&#8217;opzione:
-mtune=pentium4
rilanciato il make e&#8230;
TUTTO OK!
Saluti
]]></description>
			<content:encoded><![CDATA[<p>Ho avuto difficoltà ad installare i plugin del nagios.<br />
Dopo il make<br />
ottenevo l&#8217;errore:<br />
invalid option `tune=pentium4&#8242;</p>
<p>Per risolvere ho editato il file plugins/Makefile<br />
ed ho eliminato l&#8217;opzione:<br />
-mtune=pentium4</p>
<p>rilanciato il make e&#8230;<br />
TUTTO OK!</p>
<p>Saluti</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
