<?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=377552&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / debutant: installation de tuxguardian.]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=377552</link>
		<description><![CDATA[Les sujets les plus récents dans debutant: installation de tuxguardian..]]></description>
		<lastBuildDate>Sun, 07 Feb 2010 15:37:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3264492#p3264492</link>
			<description><![CDATA[<p>salut<br />merci ça m as déjà beaucoup aidé je commence a comprendre ça se complique en lisant la page <a href="http://doc.ubuntu-fr.org/tuxguardian">http://doc.ubuntu-fr.org/tuxguardian</a> je me suis rendu compte qu il y a parfois des erreurs ça ressemble beaucoup a la mienne dont voici le résultat final aprés correction la voici:</p><div class="codebox"><pre><code> Compiling and installing the frontend
------------------------------------------------
make[1]: entrant dans le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/frontend »
make[1]: Rien à faire pour « first ».
make[1]: quittant le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/frontend »
-e</code></pre></div><div class="codebox"><pre><code>Compiling the daemon
------------------------------------------------
make[1]: entrant dans le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/daemon »
gcc -pthread daemon.c pblhash.c pbl.c md5.c -o tg-daemon
make[1]: quittant le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/daemon »
-e</code></pre></div><div class="codebox"><pre><code>Installing the daemon
------------------------------------------------
make[1]: entrant dans le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/daemon »
Done.
make[1]: quittant le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/daemon »
-e</code></pre></div><div class="codebox"><pre class="vscroll"><code>Compiling the module
------------------------------------------------
make[1]: entrant dans le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/module »
make -C /lib/modules/2.6.31-19-generic/build/ SUBDIRS=/home/anne/Téléchargements/tuxguardian-0.5/module modules
make[2]: entrant dans le répertoire « /usr/src/linux-headers-2.6.31-19-generic »
  CC [M]  /home/anne/Téléchargements/tuxguardian-0.5/module/tg.o
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:365: error: unknown field ‘ptrace’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:365: error: ‘cap_ptrace’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:367: error: unknown field ‘capset_check’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:367: error: ‘cap_capset_check’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:368: error: unknown field ‘capset_set’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:368: error: ‘cap_capset_set’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:372: error: unknown field ‘bprm_apply_creds’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:372: error: ‘cap_bprm_apply_creds’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:374: error: unknown field ‘bprm_set_security’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:374: error: ‘cap_bprm_set_security’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:376: error: unknown field ‘task_post_setuid’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:376: error: ‘cap_task_post_setuid’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:377: error: unknown field ‘task_reparent_to_init’ specified in initializer
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:377: error: ‘cap_task_reparent_to_init’ undeclared here (not in a function)
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c: In function ‘tuxguardian_init’:
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:414: error: implicit declaration of function ‘mod_reg_security’
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c: In function ‘tuxguardian_exit’:
/home/anne/Téléchargements/tuxguardian-0.5/module/tg.c:430: error: implicit declaration of function ‘unregister_security’
make[3]: *** [/home/anne/Téléchargements/tuxguardian-0.5/module/tg.o] Erreur 1
make[2]: *** [_module_/home/anne/Téléchargements/tuxguardian-0.5/module] Erreur 2
make[2]: quittant le répertoire « /usr/src/linux-headers-2.6.31-19-generic »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /home/anne/Téléchargements/tuxguardian-0.5/module »
make: *** [all] Erreur 2
anne@anne-desktop:~/Téléchargements/tuxguardian-0.5$ 
anne@anne-desktop:~/Téléchargements/tuxguardian-0.5$ make install
-e No need to &#039;make install&#039;. Just type &#039;make&#039;
anne@anne-desktop:~/Téléchargements/tuxguardian-0.5$ 
anne@anne-desktop:~/Téléchargements/tuxguardian-0.5$ make clean</code></pre></div><p>voila je ne saurais pas vous lire avant la semaine prochaine j attends vos réponses quand méme merci a plus<br />sweet1201</p>]]></description>
			<author><![CDATA[dummy@example.com (sweet1201)]]></author>
			<pubDate>Sun, 07 Feb 2010 15:37:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3264492#p3264492</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3263691#p3263691</link>
			<description><![CDATA[<p>Et toujours, quand on a des noms comme ça, vérifier qu&#039;il existe :<br />Tapper &quot;tar xf tux&quot; suivi de la touche &quot;tabulation&quot; qui doit normalement compléter le nom du fichier ! Ça évite plein de fautes de frappe !</p>]]></description>
			<author><![CDATA[dummy@example.com (serged)]]></author>
			<pubDate>Sun, 07 Feb 2010 08:11:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3263691#p3263691</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262475#p3262475</link>
			<description><![CDATA[<p>c&#039;est normal que tu ais ses erreurs, il faut que tu aille dans le dossier où se situe l&#039;archive &quot;tuxguardian-0.5.tar.gz&quot;</p><p>il suffit de lire se que te dit le terminal pour le savoir , pas difficile à comprendre !</p><div class="codebox"><pre><code>la fonction open a échoué: Aucun fichier ou dossier de ce type</code></pre></div><p>imaginons que tu ais téléchargé &quot;tuxguardian-0.5.tar.gz&quot; sur le bureau, tu ouvre un terminal et tu tape:</p><br /><div class="codebox"><pre><code>cd Bureau

tar -xf tuxguardian-0.5.tar.gz

cd tuxguardian-0.5

sudo make

make install

make clean</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (JB-home)]]></author>
			<pubDate>Sat, 06 Feb 2010 18:42:47 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262475#p3262475</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262462#p3262462</link>
			<description><![CDATA[<p>re<br />je suis débutant mais en linux avant j avais windows et zone alarm et quand j ai lu que tuxguardian ressemblait a zone alarm je voulais essayer en général j apprend beaucoup par moi même en faisant des recherches mais bon en effet je peux faire au plus simple en effet<br />sweet1201</p>]]></description>
			<author><![CDATA[dummy@example.com (sweet1201)]]></author>
			<pubDate>Sat, 06 Feb 2010 18:37:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262462#p3262462</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262141#p3262141</link>
			<description><![CDATA[<p>Je ne connais pas du tout tuxguardian et je n&#039;ai aucune idée du pourquoi tu as cette erreur mais je ne comprends pas pourquoi alors que tu te dis débutant, tu veux te lancer dans une compilation.<br />Tu as besoin d&#039;un firewall? Regarde dans les dépôts ce qui est disponible et installe depuis les dépôts. Ca t&#039;évitera bien des problèmes. <br />Si tu veux un firewall accessible, installe gufw:<br />http://doc.ubuntu-fr.org/gufw</p>]]></description>
			<author><![CDATA[dummy@example.com (Michel Leunen)]]></author>
			<pubDate>Sat, 06 Feb 2010 16:45:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262141#p3262141</guid>
		</item>
		<item>
			<title><![CDATA[debutant: installation de tuxguardian.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262093#p3262093</link>
			<description><![CDATA[<p>bonjour </p><p>&#160; &#160; &#160; &#160; &#160; &#160; &#160;je suis débutant total, c est la première fois que j essaie d utiliser un terminal.je voudrais installer tuxguardian<br /><a href="http://doc.ubuntu-fr.org/tuxguardian">http://doc.ubuntu-fr.org/tuxguardian</a> J ai téléchargé le fichier sur le site&#160; j ai mis le fichier dans mes documents,ensuite j ai rentré la commande dans le terminal: </p><div class="codebox"><pre><code>tar -xf tuxguardian-0.5.tar.gz
         cd tuxguardian-0.5
         sudo make</code></pre></div><p>et le terminal m indique:</p><div class="codebox"><pre><code> tar: tuxguardian-0.5.tar.gz : la fonction open a échoué: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable : arrêt du traitement
anne@anne-desktop:~$ cd tuxguardian-0.5
bash: cd: tuxguardian-0.5: Aucun fichier ou dossier de ce type
anne@anne-desktop:~$ sudo make
make: *** Pas de cibles spécifiées et aucun makefile n&#039;a été trouvé. Arrêt</code></pre></div><p>que faire merci <br />sweet1201</p>]]></description>
			<author><![CDATA[dummy@example.com (sweet1201)]]></author>
			<pubDate>Sat, 06 Feb 2010 16:28:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3262093#p3262093</guid>
		</item>
	</channel>
</rss>
