<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=418623&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / La mise a jour clamAV et clamtk]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=418623</link>
		<description><![CDATA[Les sujets les plus récents dans La mise a jour clamAV et clamtk.]]></description>
		<lastBuildDate>Sun, 10 Feb 2013 09:41:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12530611#p12530611</link>
			<description><![CDATA[<p>Salut<br /> Ayant configuré Thunderbird pour lire les mails systeme<br /><a href="http://forum.ubuntu-fr.org/viewtopic.php?id=1184521">http://forum.ubuntu-fr.org/viewtopic.php?id=1184521</a><br />j&#039;étais intrigué par le mail suivant</p><div class="codebox"><pre><code>/etc/cron.daily/logrotate:
error: error accessing /var/log/apache2: No such file or directory
error: apache2:1 glob failed for /var/log/apache2/*.log
error: found error in /var/log/apache2/*.log , skipping
error: stat of /var/log/clamav/clamav.log failed: No such file or directory
run-parts: /etc/cron.daily/logrotate exited with return code 1</code></pre></div><p>De fil en aiguille je suis arrivé à la conclusion suivante:<br />Le log de clamav n&#039;est pas crée car le daemon clamav n&#039;est pas lancé</p><p>Et pour cause:</p><div class="codebox"><pre><code>sudo /etc/init.d/clamav-daemon start 
 * Starting ClamAV daemon clamd                                                                                        ERROR: Can&#039;t open /var/log/clamav/clamav.log in append mode (check permissions!). 
ERROR: Can&#039;t initialize the internal logger </code></pre></div><p><strong>1) Créer le&#160; fichier log et donner les droits à clamav</strong></p><div class="codebox"><pre><code>$cd  /var/log/clamav
/var/log/clamav$ sudo touch clamav.log
sudo chgrp  adm  clamav.log
sudo chown clamav clamav.log</code></pre></div><p><strong>2)Règler le problème ERROR: Can&#039;t initialize the internal logger</strong><br />Un coup de google m&#039;amène ici<br /><a href="https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/541886">https://bugs.launchpad.net/ubuntu/+sour … bug/541886</a></p><p><a href="https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/541886/comments/10">https://bugs.launchpad.net/ubuntu/+sour … omments/10</a><br />RaSca (rasca) wrote :<br />#10</p><p>It&#039;s not a Clamav bug. It&#039;s an apparmor issue.<br />freshclam and clamd must be set in complain mode:<br /># aa-complain freshclam<br />Setting /etc/apparmor.d/usr.bin.freshclam to complain mode.<br /># aa-complain clamd<br />Setting /etc/apparmor.d/usr.sbin.clamd to complain mode.<br />In this way you can start your daemons without errors.<br />Je me renseigne <a href="http://doc.ubuntu-fr.org/apparmor">http://doc.ubuntu-fr.org/apparmor</a><br />Je vérifie</p><div class="codebox"><pre class="vscroll"><code>ubuntu-desktop:~$ sudo apparmor_status 
[sudo]
apparmor module is loaded. 
24 profiles are loaded. 
22 profiles are in enforce mode. 
   /opt/extras.ubuntu.com/unity-lens-askubuntu/unity-askubuntu-daemon 
   /sbin/dhclient 
   /usr/bin/evince 
   /usr/bin/evince-previewer 
   /usr/bin/evince-previewer//launchpad_integration 
   /usr/bin/evince-previewer//sanitized_helper 
   /usr/bin/evince-thumbnailer 
   /usr/bin/evince-thumbnailer//sanitized_helper 
   /usr/bin/evince//launchpad_integration 
   /usr/bin/evince//sanitized_helper 
   /usr/lib/NetworkManager/nm-dhcp-client.action 
   /usr/lib/connman/scripts/dhclient-script 
   /usr/lib/cups/backend/cups-pdf 
   /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
   /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser 
   /usr/lib/telepathy/mission-control-5 
   /usr/lib/telepathy/telepathy-* 
   /usr/sbin/clamd 
   /usr/sbin/cupsd 
   /usr/sbin/mysqld-akonadi 
   /usr/sbin/mysqld-akonadi///usr/sbin/mysqld 
   /usr/sbin/tcpdump 
2 profiles are in complain mode. 
   /usr/bin/freshclam 
   /usr/sbin/ntpd 
6 processes have profiles defined. 
4 processes are in enforce mode. 
   /opt/extras.ubuntu.com/unity-lens-askubuntu/unity-askubuntu-daemon (17820) 
   /sbin/dhclient (1151) 
   /usr/lib/telepathy/mission-control-5 (17696) 
   /usr/sbin/cupsd (1118) 
2 processes are in complain mode. 
   /usr/bin/freshclam (2162) 
   /usr/sbin/ntpd (2567) 
0 processes are unconfined but have a profile defined</code></pre></div><p>. </p><p>Donc je le fais pour clamav</p><div class="codebox"><pre><code>sudo aa-complain /usr/sbin/clamd

Setting /usr/sbin/clamd to complain mode</code></pre></div><p><strong>3)je lance le daemon</strong></p><div class="codebox"><pre><code>@ubuntu-desktop:/var/log/clamav$ sudo /etc/init.d/clamav-daemon start
* Starting ClamAV daemon clamd                                          [ OK ] </code></pre></div><p>Je vérifie</p><div class="codebox"><pre><code>@ubuntu-desktop:/var/log/clamav$ cat clamav.log
Sun Feb 10 10:25:51 2013 -&gt; +++ Started at Sun Feb 10 10:25:51 2013
Sun Feb 10 10:25:51 2013 -&gt; clamd daemon 0.97.6 (OS: linux-gnu, ARCH: i386, CPU: i686)
Sun Feb 10 10:25:51 2013 -&gt; Log file size limited to -1 bytes.
Sun Feb 10 10:25:51 2013 -&gt; Reading databases from /var/lib/clamav
Sun Feb 10 10:25:51 2013 -&gt; Not loading PUA signatures.
Sun Feb 10 10:25:51 2013 -&gt; Bytecode: Security mode set to &quot;TrustSigned&quot;.
Sun Feb 10 10:25:58 2013 -&gt; Loaded 1771376 signatures.
Sun Feb 10 10:26:00 2013 -&gt; LOCAL: Unix socket file /var/run/clamav/clamd.ctl
Sun Feb 10 10:26:00 2013 -&gt; LOCAL: Setting connection queue length to 15
Sun Feb 10 10:26:00 2013 -&gt; Limits: Global size limit set to 104857600 bytes.
Sun Feb 10 10:26:00 2013 -&gt; Limits: File size limit set to 26214400 bytes.
Sun Feb 10 10:26:00 2013 -&gt; Limits: Recursion level limit set to 16.
Sun Feb 10 10:26:00 2013 -&gt; Limits: Files limit set to 10000.
Sun Feb 10 10:26:00 2013 -&gt; Archive support enabled.
Sun Feb 10 10:26:00 2013 -&gt; Algorithmic detection enabled.
Sun Feb 10 10:26:00 2013 -&gt; Portable Executable support enabled.
Sun Feb 10 10:26:00 2013 -&gt; ELF support enabled.
Sun Feb 10 10:26:00 2013 -&gt; Mail files support enabled.
Sun Feb 10 10:26:00 2013 -&gt; OLE2 support enabled.
Sun Feb 10 10:26:00 2013 -&gt; PDF support enabled.
Sun Feb 10 10:26:00 2013 -&gt; HTML support enabled.
Sun Feb 10 10:26:00 2013 -&gt; Self checking every 3600 seconds.</code></pre></div><p><strong>ça sent bon</strong> <img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" /> <img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" /> <img src="http://forum.ubuntu-fr.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Sun, 10 Feb 2013 09:41:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12530611#p12530611</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12018631#p12018631</link>
			<description><![CDATA[<p>Salut,<br />Il existe aussi le daemon qui lance freshclam mais dans le log je m&#039;aperçois qu&#039;il est lancé toutes les heures ce qui me parait abusif.<br />ça se passe ici</p><div class="codebox"><pre><code>@ubuntu-desktop:/etc/clamav$ sudo gedit  freshclam.conf</code></pre></div><p><strong># Check for new database 24 times a day<br />Checks 24</strong></p><p>je remplace le 24 par 2, deux fois par jour ça me semble bien suffisant</p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Sat, 29 Dec 2012 09:08:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12018631#p12018631</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11979751#p11979751</link>
			<description><![CDATA[<p>Et le lendemain on voit que ça a bien été mis à jour</p><div class="codebox"><pre><code>@ubuntu-desktop:/var/log$ ls -alrt resul_freshclam.txt 
-rw-r--r-- 1 root root 5855 déc.  25 07:38 resul_freshclam.txt</code></pre></div><div class="codebox"><pre><code>ClamAV update process started at Tue Dec 25 07:38:34 2012
main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, builder: sven)
Downloading daily-16060.cdiff [100%]
Downloading daily-16061.cdiff [100%]
Downloading daily-16062.cdiff [100%]
Downloading daily-16063.cdiff [100%]
Downloading daily-16064.cdiff [100%]
Downloading daily-16065.cdiff [100%]
Downloading daily-16066.cdiff [100%]
Downloading daily-16067.cdiff [100%]
Downloading daily-16068.cdiff [100%]
Downloading daily-16069.cdiff [100%]
Downloading daily-16070.cdiff [100%]
Downloading daily-16071.cdiff [100%]
Downloading daily-16072.cdiff [100%]
Downloading daily-16073.cdiff [100%]
Downloading daily-16074.cdiff [100%]
Downloading daily-16075.cdiff [100%]
Downloading daily-16076.cdiff [100%]
Downloading daily-16077.cdiff [100%]
daily.cld updated (version: 16077, sigs: 414925, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 209, sigs: 40, f-level: 63, builder: neo)
Database updated (1459352 signatures) from db.local.clamav.net (IP: 193.51.160.14)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Tue, 25 Dec 2012 09:22:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11979751#p11979751</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11975411#p11975411</link>
			<description><![CDATA[<p>Salut <br />Pour que ça se mette à jour automatiquement, on crée une nouvelle tâche quotidienne:</p><div class="codebox"><pre><code>@ubuntu-desktop:~$ sudo gedit /etc/cron.daily/clamav</code></pre></div><p>on y mets les lignes suivantes:</p><div class="codebox"><pre><code>#!/bin/sh
/usr/bin/freshclam &gt;&gt; /var/log/resul_freshclam.txt</code></pre></div><p>on mets les droits d&#039;exécution:</p><div class="codebox"><pre><code>@ubuntu-desktop:~$ sudo chmod 655 /etc/cron.daily/clamav</code></pre></div><p>on vérifie:</p><div class="codebox"><pre><code>@ubuntu-desktop:~$ sudo /etc/cron.daily/clamav</code></pre></div><div class="codebox"><pre><code>@ubuntu-desktop:/var/log$ cat resul_freshclam.txt
ClamAV update process started at Mon Dec 24 15:00:32 2012


main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, builder: sven)
daily.cld is up to date (version: 16059, sigs: 407726, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 209, sigs: 40, f-level: 63, builder: neo)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Mon, 24 Dec 2012 14:04:18 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11975411#p11975411</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11972031#p11972031</link>
			<description><![CDATA[<p>Salut,<br />ça fonctionne beaucoup mieux,</p><div class="codebox"><pre><code>@ubuntu-desktop:~$ sudo freshclam
ClamAV update process started at Mon Dec 24 09:27:00 2012
main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, builder: sven)
Downloading daily-16031.cdiff [100%]
Downloading daily-16032.cdiff [100%]
Downloading daily-16033.cdiff [100%]
Downloading daily-16034.cdiff [100%]
Downloading daily-16035.cdiff [100%]
Downloading daily-16036.cdiff [100%]
Downloading daily-16037.cdiff [100%]
Downloading daily-16038.cdiff [100%]
Downloading daily-16039.cdiff [100%]
Downloading daily-16040.cdiff [100%]
Downloading daily-16041.cdiff [100%]
Downloading daily-16042.cdiff [100%]
Downloading daily-16043.cdiff [100%]
Downloading daily-16044.cdiff [100%]
Downloading daily-16045.cdiff [100%]
Downloading daily-16046.cdiff [100%]
Downloading daily-16047.cdiff [100%]
Downloading daily-16048.cdiff [100%]
Downloading daily-16049.cdiff [100%]
Downloading daily-16050.cdiff [100%]
Downloading daily-16051.cdiff [100%]
Downloading daily-16052.cdiff [100%]
Downloading daily-16053.cdiff [100%]
daily.cld updated (version: 16053, sigs: 406592, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 209, sigs: 40, f-level: 63, builder: neo)
Database updated (1451019 signatures) from db.local.clamav.net (IP: 91.193.56.105)</code></pre></div><p>Et on est déjà à la version 4.44 de l&#039;interface graphique<br /><a href="http://sourceforge.net/projects/clamtk/files/ClamTk/">http://sourceforge.net/projects/clamtk/files/ClamTk/</a></p><p><a href="http://pix.toile-libre.org/?img=1356337849.png"><span class="postimg"><img src="http://pix.toile-libre.org/upload/img/1356337849.png" alt="1356337849.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Mon, 24 Dec 2012 08:31:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11972031#p11972031</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11963491#p11963491</link>
			<description><![CDATA[<p>salut,<br />Un petit conseil, ne virez pas le fichier log ça fait planter freshclam</p><div class="codebox"><pre><code>root@ubuntu-desktop:/var/log# /usr/bin/freshclam
ERROR: Can&#039;t open /var/log/clamav/freshclam.log in append mode (check permissions!).
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).</code></pre></div><p>j&#039;ai du faire</p><div class="codebox"><pre><code>root@ubuntu-desktop:/var/log# mkdir clamav</code></pre></div><div class="codebox"><pre><code>root@ubuntu-desktop:/var/log/clamav# touch freshclam.log</code></pre></div><div class="codebox"><pre><code>root@ubuntu-desktop:/var/log/clamav# chmod 666 freshclam.log</code></pre></div><p>pour que ça refonctionne</p><div class="codebox"><pre><code>root@ubuntu-desktop:/var/log/clamav# /usr/bin/freshclam
ClamAV update process started at Sun Dec 23 11:16:27 2012
Downloading main.cvd [100%]
.......
Downloading daily.cvd [100%]
daily.cvd updated (version: 16030, sigs: 399340, f-level: 63, builder: neo)
Downloading bytecode-209.cdiff [100%]
bytecode.cld updated (version: 209, sigs: 40, f-level: 63, builder: neo)
Database updated (1443767 signatures) from db.local.clamav.net (IP: 193.218.105.9)</code></pre></div><p><a href="http://pix.toile-libre.org/?img=1356258137.png"><span class="postimg"><img src="http://pix.toile-libre.org/upload/img/1356258137.png" alt="1356258137.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Sun, 23 Dec 2012 10:22:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11963491#p11963491</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4039275#p4039275</link>
			<description><![CDATA[<div class="quotebox"><cite>kurow a écrit&#160;:</cite><blockquote><div><p>et aussi comment vous faite pour afficher en noire les méssage du terminal ? sa fait bien.</p></div></blockquote></div><p>tu met ton code entre les balises <strong>code</strong><br />[ c o d e ]&#160; ton code ici&#160; &#160;[ / c o d e ]<br />c&#039;est l&#039;icone <span class="postimg"><img src="http://forum.ubuntu-fr.org/img/fluxtoolbar/smooth/bt_pre.png" alt="code" /></span></p><p>P.S. : alors fan de ff7 ?</p>]]></description>
			<author><![CDATA[dummy@example.com (fanfantasy7)]]></author>
			<pubDate>Mon, 14 Mar 2011 21:55:23 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4039275#p4039275</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038846#p4038846</link>
			<description><![CDATA[<p>c&#039;est bon j&#039;ai trouver. j&#039;avais pas pris mon temps a lire plus haut ! merci pour le lien</p>]]></description>
			<author><![CDATA[dummy@example.com (kurow)]]></author>
			<pubDate>Mon, 14 Mar 2011 17:26:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038846#p4038846</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038842#p4038842</link>
			<description><![CDATA[<p>comment sa se fait !? : grandtoubab ta un moteur anti virus 0.97! je n&#039;arrive toujours pas a mettre a jour le moteur .</p>]]></description>
			<author><![CDATA[dummy@example.com (kurow)]]></author>
			<pubDate>Mon, 14 Mar 2011 17:22:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038842#p4038842</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038833#p4038833</link>
			<description><![CDATA[<p><a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=3799443#p3799443">http://forum.ubuntu-fr.org/viewtopic.ph … 3#p3799443</a><br /><a href="http://pix.toile-libre.org/?img=1300122854.png"><span class="postimg"><img src="http://pix.toile-libre.org/upload/img/1300122854.png" alt="1300122854.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Mon, 14 Mar 2011 17:14:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038833#p4038833</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038813#p4038813</link>
			<description><![CDATA[<p>j&#039;ignore si il est a jour clamav, j&#039;ai le même soucis<br /> pour le maj du moteur de l&#039;anti virus</p>]]></description>
			<author><![CDATA[dummy@example.com (kurow)]]></author>
			<pubDate>Mon, 14 Mar 2011 16:57:53 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038813#p4038813</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038809#p4038809</link>
			<description><![CDATA[<p>bonjour</p><p>je suis nouveau sur ubuntu et il y a juste une petite chose que j&#039;aimerais savoir. lorsque je fait freshclam il me marque warning ! c&#039;est grave ou pas ? et comment coller une petite photo comme celui de fanfantasy 7 ! j&#039;aimerai bien collé un sephirot... et aussi comment vous faite pour afficher en noire les méssage du terminal ? sa fait bien. j&#039;ai fait un colé copier pour le freshclam.<br />sudo freshclam<br />ClamAV update process started at Mon Mar 14 17:10:24 2011<br /><span class="bbu">WARNING:</span> Can&#039;t query current.cvd.clamav.net<br /><span class="bbu">WARNING:</span> Invalid DNS reply. Falling back to HTTP mode.<br />Reading CVD header (main.cvd): OK (IMS)<br />main.cvd is up to date (version: 53, sigs: 846214, f-level: 53, builder: sven)<br />Reading CVD header (daily.cvd): OK (IMS)<br />daily.cld is up to date (version: 12837, sigs: 72793, f-level: 60, builder: edwin)<br />Reading CVD header (bytecode.cvd): OK (IMS)<br />bytecode.cvd is up to date (version: 142, sigs: 40, f-level: 60, builder: acab)</p><p>cordialement</p>]]></description>
			<author><![CDATA[dummy@example.com (kurow)]]></author>
			<pubDate>Mon, 14 Mar 2011 16:53:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=4038809#p4038809</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3834290#p3834290</link>
			<description><![CDATA[<p>merci pour l&#039;info<br />bizarre, il ne me semble pas l&#039;avoir installé<br />je viens de le désinstaller, ainsi que ses dépendances</p>]]></description>
			<author><![CDATA[dummy@example.com (fanfantasy7)]]></author>
			<pubDate>Sat, 06 Nov 2010 08:38:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3834290#p3834290</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3834048#p3834048</link>
			<description><![CDATA[<p>Euh nan, ClamAV n&#039;est pas par défaut</p><div class="codebox"><pre><code>me@ubuntu:~$ clamscan
Le programme « clamscan » n&#039;est pas installé.  Vous pouvez l&#039;installer en saisissant :
sudo apt-get install clamav</code></pre></div><p>Dixit une installation fraiche<br />Mais si on le propose dans les dépôts, même si ça ne détecte par les bébêtes pour Linux, c&#039;est dans le cas où on est sur un dual boot ou encore dans le cas d&#039;un fichier par mail que tu dois faire suivre, par exemple.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ubuntu1988)]]></author>
			<pubDate>Sat, 06 Nov 2010 01:14:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3834048#p3834048</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  La mise a jour clamAV et clamtk]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3833784#p3833784</link>
			<description><![CDATA[<p>Bonsoir,</p><div class="quotebox"><cite>Ubuntu1988 a écrit&#160;:</cite><blockquote><div><p>De plus, Clam AV s&#039;occupe uniquement des virus Windows, donc juste utile dans les cas d&#039;un double boot <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Et si tu as un surf responsable, tu en as encore moins besoin sous Linux <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></div></blockquote></div><p>tu est sur ?<br />un fichier windows ne peut pas faire de mal à ubuntu puisqu&#039;il n&#039;execute pas les .exe<br />donc à quoi bon chercher à détecter un fichier windows ?<br />ClamAV est installé par défaut à l&#039;installation de la 10.10, il doit y avoir une raison</p>]]></description>
			<author><![CDATA[dummy@example.com (fanfantasy7)]]></author>
			<pubDate>Fri, 05 Nov 2010 21:47:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3833784#p3833784</guid>
		</item>
	</channel>
</rss>
