<?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;fid=28&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Serveurs]]></title>
		<link>http://forum.ubuntu-fr.org/index.php</link>
		<description><![CDATA[Les sujets les plus récents sur Forum Ubuntu-fr.org.]]></description>
		<lastBuildDate>Wed, 22 May 2013 06:54:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[phpmyadmin inaccessible]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1097421&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>phpmyadmin inaccessible</p></div></blockquote></div><p>Et t&#039;es pas content ? <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Atomo)]]></author>
			<pubDate>Wed, 22 May 2013 06:54:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1097421&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu] Apache : le mode proxy ne fonctionne plus]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285621&amp;action=new</link>
			<description><![CDATA[<p>Je viens de trouver finalement, il fallait juste désactiver ssl (de webmin) et également rajouter &quot;referer=localhost&quot; dans /etc/webmin/config</p>]]></description>
			<author><![CDATA[dummy@example.com (renaud07)]]></author>
			<pubDate>Wed, 22 May 2013 01:20:17 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285621&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Analyseur de Log]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285491&amp;action=new</link>
			<description><![CDATA[<p>Salut. En faite pour visualiser les logs je voudrais juste utiliser le navigateur par défaut. Sans application.</p><p>En cherchant un peux plus j&#039;ai trouvé un topic qui présente plusieurs analyseur de log : <a href="http://lea-linux.org/documentations/Logith%C3%A8que:Analyseurs_de_logs">http://lea-linux.org/documentations/Log … rs_de_logs</a></p><p>Je teste la solution &quot;AWStats&quot; en ce moment.</p>]]></description>
			<author><![CDATA[dummy@example.com (snake-_-)]]></author>
			<pubDate>Tue, 21 May 2013 20:24:32 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285491&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Config RDP]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1263471&amp;action=new</link>
			<description><![CDATA[<p>up <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (EAEK)]]></author>
			<pubDate>Tue, 21 May 2013 18:44:20 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1263471&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[rsync over ssh = connection unexpectedly closed]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285411&amp;action=new</link>
			<description><![CDATA[<p>Bonjour,</p><p>J&#039;utilise rsync sur un réseau local. le client est un ubuntu 12.04 et le serveur un debian. Tout fonctionne parfaitement avec un échange de key ssh pour établir la session sans saisie de psw.</p><p>Je veux ouvrir le serveur sur l&#039;internet et pour cela crypter les flux. J&#039;ai donc complété l&#039;appel de rsync d&#039;un -e ssh et là :</p><div class="codebox"><pre><code>rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]</code></pre></div><p>Le user est le même sur le client et le serveur. Sur les 2 machines : rsync&#160; version 3.0.9&#160; protocol version 30. Rien dans le log de rsync.</p><p>Qu&#039;ai-je oublié ?<br />Merci.</p>]]></description>
			<author><![CDATA[dummy@example.com (BrunoL)]]></author>
			<pubDate>Tue, 21 May 2013 17:31:44 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285411&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Installation MySql couplé avec truecrypt]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285131&amp;action=new</link>
			<description><![CDATA[<p>Pour ceux qui ont le même soucis que moi, je viens de trouver une façon assez barbare en attendant un truc vachement plus propre:</p><p>Je viens de taper un script de secours qu&#039;il suffit de lancer une fois que votre serveur a démarré (pensez a l&#039;éditer pour ajouter le chemin de votre fichier truecrypt), ce dernier désinstalle complètement mysql puis réinstalle le tout.</p><div class="quotebox"><blockquote><div><p>#!/bin/sh<br />sudo apt-get purge mysql-server -y<br />sudo apt-get autoremove<br />sudo apt-get install mysql-server -y</p><p>sudo rm /var/lib/mysql #suppression ancien lien symbolique/delete symbolic link<br />sudo truecrypt --mount ./ZoneSec/BDD_Serv.dtc #EDIT HERE YOUR TRUECRYPT&#039;S CONTAINER<br />sudo ln -s /media/truecrypt1/mysql /var/lib/mysql #on recree un lien symbolic / recreat a new symbolic link<br />sudo service apparmor reload<br />sudo service mysql restart</p></div></blockquote></div><p>Edit: je suis en train de tester le script, pour le moment il a marché 1X sur 2<br />Edit 2: reeeeennnn, le script marche déjà plus</p>]]></description>
			<author><![CDATA[dummy@example.com (voxpopuli)]]></author>
			<pubDate>Tue, 21 May 2013 14:52:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285131&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Squid transparent HTTPS]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285201&amp;action=new</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je suis en train de mettre en place un proxy transparent, tout fonctionne sauf en https, j&#039;ai suivi ce <a href="http://monblog.system-linux.net/blog/2013/03/23/mettre-en-oeuvre-squid-transparent-https-sous-debian/">tutoriel</a> pour la partie https. Je touche au but mais la plupart des sites ont des erreurs même une fois le certificat importé, le seul site https qui fonctionne est Google (Gmail, Facebook... non). La syntaxe pour la génération vous paraît correcte ?</p><div class="codebox"><pre><code>openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout  /etc/pki/squid/proxy.key -out /etc/pki/squid/proxy.pem</code></pre></div><p>Merci d&#039;avance <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (molter85)]]></author>
			<pubDate>Tue, 21 May 2013 14:36:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285201&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[timeoutd, non disponible pour ubuntu 12.04 LTS Server ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1285141&amp;action=new</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je pense rater un point important mais impossible de mettre le doigt dessus...</p><p>Je suis en cours d&#039;installation de mon serveur ubuntu 12.04 LTS Server 64b, je cherche à installer le package timeoutd, quand je fais un </p><div class="codebox"><pre><code>sudo apt-get install timeoutd</code></pre></div><p>Le m&#039;sieur me répond sans broncher : unable to locate package timeoutd</p><p>Est-ce que ce package est connu sous un autre nom ?</p><p>Merci d&#039;avance</p>]]></description>
			<author><![CDATA[dummy@example.com (Nik0s)]]></author>
			<pubDate>Tue, 21 May 2013 14:09:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1285141&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[outil ftp qui permet la recherche de fichiers ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1281711&amp;action=new</link>
			<description><![CDATA[<p>merci pour vos réponses <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> <br />je vais m&#039;orienter vers la piste :</p><div class="quotebox"><cite>tiramiseb a écrit&#160;:</cite><blockquote><div><p>Par ailleurs, pas besoin de sshfs généralement car Nautilus sait accéder directement aux répertoires distants en SSH par le biais de GVFS, en pointant simplement vers ssh://nomduserveur.</p></div></blockquote></div><p>je suis quand même sur pleins de sujets en même temps :<br />- mettre en place 2 vhosts sur mon serveur. (C&#039;est ma <strong>bête noire</strong> <img src="http://forum.ubuntu-fr.org/img/smilies/roll.png" width="15" height="15" alt="roll" /> je rame avec mod_jk depuis plus de 6 mois là dessus, peut-etre je devrais utiliser une redirection proxy, mais je suis pas sur que tomcat7 et une configuration en proxy cohabitent bien ensemble -enfin surement je me trompe)<br />- remettre tous mes LogLevel à info car mon serveur est très lent même en ligne de commande.<br />- nettoyer mes logs tomcat7, apache2, mod_jk.</p>]]></description>
			<author><![CDATA[dummy@example.com (armor_hic)]]></author>
			<pubDate>Tue, 21 May 2013 12:08:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1281711&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[comment changer de place à phpmyadmin ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1281681&amp;action=new</link>
			<description><![CDATA[<p>merci pour ces commandes de controles <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="codebox"><pre><code>sudo lsof -i:8080 &amp;&amp; sudo lsof -i:80</code></pre></div><p>renvoie </p><div class="quotebox"><blockquote><div><p>ava&#160; &#160; 8187 root&#160; &#160;41u&#160; IPv6&#160; 23972&#160; &#160; &#160; 0t0&#160; TCP *:http-alt (LISTEN)<br />COMMAND&#160; PID&#160; &#160; &#160;USER&#160; &#160;FD&#160; &#160;TYPE DEVICE SIZE/OFF NODE NAME<br />apache2 8249&#160; &#160; &#160;root&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8254 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8255 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8256 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8260 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8261 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8265 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8271 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8272 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8273 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)<br />apache2 8273 www-data&#160; &#160;15u&#160; IPv6&#160; 24184&#160; &#160; &#160; 0t0&#160; TCP <a href="http://www.gerd.fr">www.gerd.fr</a>:http-&gt;static-csq-cds-004105.business.bouyguestelecom.com:62860 (ESTABLISHED)<br />apache2 8276 www-data&#160; &#160; 4u&#160; IPv6&#160; 24152&#160; &#160; &#160; 0t0&#160; TCP *:http (LISTEN)</p></div></blockquote></div><p>pour ce qui est du reverse proxy, j&#039;ai jamais su ce qu&#039;est un proxy c&#039;est pour cela que j&#039;ai choisi mod_jk.<br />mais je crois que je vais devoir m&#039;y mettre (cela ne me déplait pas).<br />En général j&#039;essaie d&#039;apprendre les définitions d&#039;abord : un service , un moteur , un connecteur , ... donc un proxy est ...<br />je vous en reparle plus tard <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (armor_hic)]]></author>
			<pubDate>Tue, 21 May 2013 10:37:05 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1281681&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problème serveur DNS]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1284891&amp;action=new</link>
			<description><![CDATA[<p>Bonjour à tous.</p><p>J&#039;ai configuré mon serveur DNS sur Ubuntu 11.04 avec bind9. J&#039;arrive à avoir accès aux machines de ma zone local.com via des ping. Je réussis à joindre mes machines qui ont pour nom <strong>srv1.local.com</strong> et <strong>srv2.local.com</strong>. La commande <strong>host sur srv1.local.com</strong> me donne bel et bien l&#039;adresse ip de ce dernier. Mon problème est que la commande <strong>nslookup&#160; local.com</strong> me retourne une erreur du type <strong> Can&#039;t find local.com: No answer</strong> . <br />Est ce que quelqu&#039;un aurait une solution à ce problème?</p><p>Merci d&#039;avance pour votre aide.</p>]]></description>
			<author><![CDATA[dummy@example.com (keita)]]></author>
			<pubDate>Tue, 21 May 2013 10:12:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1284891&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[PhpMyAdmin apache2 HELP]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1283251&amp;action=new</link>
			<description><![CDATA[<p>salut, penses a retourner les messages d&#039;erreur ou les liens des tutos suivis, c&#039;est plus simple pour résoudre les problemes.</p>]]></description>
			<author><![CDATA[dummy@example.com (pires57)]]></author>
			<pubDate>Mon, 20 May 2013 23:54:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1283251&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Installation des services unreadircd]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1282761&amp;action=new</link>
			<description><![CDATA[<p>Personne ne peux m&#039;aider ? <img src="http://forum.ubuntu-fr.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Atomo)]]></author>
			<pubDate>Mon, 20 May 2013 16:06:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1282761&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[vsftpd Erreur 530 Login incorrect [suite- Erreur make de vsftpd-3.0.2]]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1253411&amp;action=new</link>
			<description><![CDATA[<p>Trouvé ! (le plus dur avec Google, est de savoir quoi y taper ...)</p><p>Bug de vsftpd, détail de la marche à suivre sur les posts #25 à #27 :</p><p><a href="https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372">https://bugs.launchpad.net/ubuntu/+sour … ug/1160372</a></p><p>Pour ceux qui ne comprennent pas l&#039;anglais ou qui ne veulent pas lire, le plus simple c&#039;est de DL une des 2 versions (post #25 pour amd64 et post #26 pour i386)<br />Supprimer vsftpd<br /># sudo apt-get remove vsftpd</p><p>Se placer dans le dossier de téléchargement et l&#039;installer avec<br /># sudo dpkg -i vsftpd_3.0.2-1ubuntu1_amd64_patched.deb</p><p>ou<br /># sudo dpkg -i vsftpd_3.0.2-1ubuntu1_i386_patched.deb</p><p>++</p>]]></description>
			<author><![CDATA[dummy@example.com (rudy1317)]]></author>
			<pubDate>Mon, 20 May 2013 14:33:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1253411&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Impossible d'éxécuter un programme depuis SSHFS]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1280311&amp;action=new</link>
			<description><![CDATA[<p>Un petit Up s&#039;il vous plait <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Merci <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Crone123)]]></author>
			<pubDate>Mon, 20 May 2013 10:44:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?id=1280311&amp;action=new</guid>
		</item>
	</channel>
</rss>
