<?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>Astuces d&#039;Absolacom &#187; lucid</title>
	<atom:link href="http://astuces.absolacom.com/tag/lucid/feed/" rel="self" type="application/rss+xml" />
	<link>http://astuces.absolacom.com</link>
	<description>La voie est libre mais pleine d&#039;achoppements</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:59:43 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu: faire fonctionner la carte Ethernet Atheros AR8151</title>
		<link>http://astuces.absolacom.com/ubuntu/ubuntu-faire-fonctionner-la-carte-ethernet-atheros-ar8151/</link>
		<comments>http://astuces.absolacom.com/ubuntu/ubuntu-faire-fonctionner-la-carte-ethernet-atheros-ar8151/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 17:01:27 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[planet-libre]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ar8151]]></category>
		<category><![CDATA[atheros]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logiciel]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[reseau]]></category>
		<category><![CDATA[serveur]]></category>
		<category><![CDATA[système]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=1266</guid>
		<description><![CDATA[Ethernet controller [0200]: Atheros Communications AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1) Les derniers pilotes Athéros ne sont pas disponibles. Le serveur semble down ou cassé, mais il est possible d&#8217;installer les drivers pour faire fonctionner cette carte réseau grâce à un forum allemand. Installons d&#8217;abord les éléments nécessaires sudo apt-get install --reinstall linux-headers-$&#40;uname -r&#41; [...]]]></description>
			<content:encoded><![CDATA[<h2>Ethernet controller [0200]: Atheros Communications AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)</h2>
<p>Les derniers pilotes <a href="http://partner.atheros.com/Drivers.aspx" target="_blank">Athéros</a> ne sont pas disponibles. Le serveur semble down ou cassé, mais il est possible d&#8217;installer les drivers pour faire fonctionner cette carte réseau grâce à un forum allemand.</p>
<p><strong>Installons d&#8217;abord les éléments nécessaires</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--reinstall</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span> build-essential</pre></div></div>

<p>Nous allons ensuite installer DKMS pour installer le module</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--reinstall</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span> build-essential dkms        <span style="color: #666666; font-style: italic;"># s'ils ne sont pas déjà installés</span>
<span style="color: #666666; font-style: italic;">## Pour Ubuntu 10.04</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>media.cdn.ubuntu-de.org<span style="color: #000000; font-weight: bold;">/</span>forum<span style="color: #000000; font-weight: bold;">/</span>attachments<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2666793</span><span style="color: #000000; font-weight: bold;">/</span>AR81Family-linux-v1.0.1.14_dkms.tar.gz
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">tar</span> xvf AR81Family-linux-v1.0.1.14_dkms.tar.gz <span style="color: #660033;">-C</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src
&nbsp;
<span style="color: #666666; font-style: italic;"># Pour Ubuntu 10.10 et supérieur</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>media.cdn.ubuntu-de.org<span style="color: #000000; font-weight: bold;">/</span>forum<span style="color: #000000; font-weight: bold;">/</span>attachments<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2666793</span><span style="color: #000000; font-weight: bold;">/</span>AR81Family-linux-v1.0.1.14_10.10.tar.gz
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">tar</span> xvf AR81Family-linux-v1.0.1.14_10.10.tar.gz <span style="color: #660033;">-C</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src</pre></div></div>

<p><strong>Création du module et installation</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dkms add <span style="color: #660033;">-m</span> atl1e <span style="color: #660033;">-v</span> 1.0.1.14
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dkms build <span style="color: #660033;">-m</span> atl1e <span style="color: #660033;">-v</span> 1.0.1.14
<span style="color: #c20cb9; font-weight: bold;">sudo</span> dkms <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">-m</span> atl1e <span style="color: #660033;">-v</span> 1.0.1.14</pre></div></div>

<p><strong>Chargement du module et test</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe atl1e
<span style="color: #c20cb9; font-weight: bold;">dmesg</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #ff0000;">'atl1e|eth'</span>
<span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #660033;">-a</span></pre></div></div>

<p>Malheureusement, l&#8217;archive pour 10.10 et supérieurs n&#8217;est plus disponible sur ce site. Je met donc au moins l&#8217;archive pour 10.04 à disposition sur le mien au cas où elle disparaitrait</p>
<p><a href="http://astuces.absolacom.com/wp-content/uploads/2011/12/AR81Family-linux-v1.0.1.14_dkms.tar.gz">AR81Family-linux-v1.0.1.14_dkms.tar</a></p>
<p>Source: <a href="http://forum.ubuntuusers.de/topic/lan-geht-nicht-wlan-schon/#post-2666793" target="_blank">http://forum.ubuntuusers.de/topic/lan-geht-nicht-wlan-schon/#post-2666793</a></p>
]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/ubuntu-faire-fonctionner-la-carte-ethernet-atheros-ar8151/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Activer XDMCP sur Ubuntu Lucid 10.04</title>
		<link>http://astuces.absolacom.com/ubuntu/activer-xdmcp-sur-ubuntu-lucid-10-04/</link>
		<comments>http://astuces.absolacom.com/ubuntu/activer-xdmcp-sur-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 17:42:18 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[borne]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logiciel]]></category>
		<category><![CDATA[planet-libre]]></category>
		<category><![CDATA[serveur]]></category>
		<category><![CDATA[système]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=1171</guid>
		<description><![CDATA[Cette astuce fonctionne peut être avec les versions suivantes, mais je ne l&#8217;ai pas testée. A confirmer. Si vous avez besoin d&#8217;utiliser XDMCP sur votre réseau, vous constaterez qu&#8217;avec la &#171;&#160;nouvelle&#160;&#187; version de GDM, il n&#8217;est plus possible de l&#8217;activer facilement1. Or, il suffit de quelques manipulations pour la remettre en place. Paramétrer le serveur [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Cette astuce fonctionne peut être avec les versions suivantes, mais je ne l&#8217;ai pas testée. A confirmer.</p></blockquote>
<p>Si vous avez besoin d&#8217;utiliser XDMCP sur votre réseau, vous constaterez qu&#8217;avec la &laquo;&nbsp;nouvelle&nbsp;&raquo; version de GDM, il n&#8217;est plus possible de l&#8217;activer facilement<sup><a href="http://astuces.absolacom.com/ubuntu/activer-xdmcp-sur-ubuntu-lucid-10-04/#footnote_0_1171" id="identifier_0_1171" class="footnote-link footnote-identifier-link" title="en tout cas, pas aussi facilement qu&amp;#8217;avant">1</a></sup>.</p>
<p>Or, il suffit de quelques manipulations pour la remettre en place.</p>
<h2>Paramétrer le serveur XDMCP</h2>
<p>Tout d&#8217;abord, il faut créer le fichier<em> /etc/gdm/custom.conf</em> qui va enregistrer les options de GDM, et en particulier celles concernant XDMCP.</p>
<p>Remplissez le avec ceci:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>daemon<span style="color: #7a0874; font-weight: bold;">&#93;</span>
 <span style="color: #007800;">User</span>=gdm
 <span style="color: #007800;">Group</span>=gdm
<span style="color: #7a0874; font-weight: bold;">&#91;</span>security<span style="color: #7a0874; font-weight: bold;">&#93;</span>
 <span style="color: #007800;">DisallowTCP</span>=<span style="color: #c20cb9; font-weight: bold;">true</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>xdmcp<span style="color: #7a0874; font-weight: bold;">&#93;</span>
 <span style="color: #007800;">Enable</span>=<span style="color: #c20cb9; font-weight: bold;">true</span>
 <span style="color: #007800;">DisplaysPerHost</span>=<span style="color: #000000;">2</span>
 <span style="color: #007800;">HonorIndirect</span>=<span style="color: #c20cb9; font-weight: bold;">false</span>
 <span style="color: #007800;">MaxPending</span>=<span style="color: #000000;">4</span>
 <span style="color: #007800;">MaxSessions</span>=<span style="color: #000000;">16</span>
 <span style="color: #007800;">MaxWait</span>=<span style="color: #000000;">30</span>
 <span style="color: #007800;">MaxWaitIndirect</span>=<span style="color: #000000;">30</span>
 <span style="color: #007800;">PingIntervalSeconds</span>=<span style="color: #000000;">60</span>
 <span style="color: #007800;">Port</span>=<span style="color: #000000;">177</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>greeter<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>chooser<span style="color: #7a0874; font-weight: bold;">&#93;</span>
 <span style="color: #007800;">Multicast</span>=<span style="color: #c20cb9; font-weight: bold;">false</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>debug<span style="color: #7a0874; font-weight: bold;">&#93;</span>
 <span style="color: #007800;">Enable</span>=<span style="color: #c20cb9; font-weight: bold;">false</span></pre></div></div>

<p>Il suffit ensuite de redémarrer le service GDM pour activer le XDMCP.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">service gdm restart</pre></div></div>

<p>Cependant, si vous avez désactivé IPV6 sur votre réseau, cela ne fonctionnera pas, puisque XDMCP écoute par défaut en IPV6 désormais. Vous pouvez le voir en root avec la commande <em>netstat</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>test4:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>manu<span style="color: #666666; font-style: italic;"># netstat -putan|grep 177</span>
udp6       <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span> :::<span style="color: #000000;">177</span>        :::<span style="color: #000000; font-weight: bold;">*</span>        <span style="color: #000000;">646</span><span style="color: #000000; font-weight: bold;">/</span>gdm-binary</pre></div></div>

<p>Il faut alors désactiver IPV6 sur l&#8217;ordinateur qui diffusera son affichage, par exemple en le désactivant au niveau du noyau.</p>
<p>On peut le faire en rajoutant une option au fichier de configuration de grub. Modifiez les fichier /etc/default/grub pour ajouter l&#8217;option &laquo;&nbsp;ipv6.disable=1&#8243;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">GRUB_CMDLINE_LINUX_DEFAULT</span>=<span style="color: #ff0000;">&quot;ipv6.disable=1 quiet splash&quot;</span></pre></div></div>

<p>Reconstruisez le fichier de configuration de grub par &laquo;&nbsp;sudo update-grub&nbsp;&raquo; puis redémarrez votre ordinateur. <em>Netstat</em> vous indique alors que XDMCP écoute en IPV4<sup><a href="http://astuces.absolacom.com/ubuntu/activer-xdmcp-sur-ubuntu-lucid-10-04/#footnote_1_1171" id="identifier_1_1171" class="footnote-link footnote-identifier-link" title="notez le 6 qui a disparu et la notation des adresses">2</a></sup></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>test4:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>manu<span style="color: #666666; font-style: italic;"># netstat -putan|grep 177</span>
udp       <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span> 0.0.0.0:<span style="color: #000000;">177</span>        0.0.0.0<span style="color: #000000; font-weight: bold;">*</span>        <span style="color: #000000;">658</span><span style="color: #000000; font-weight: bold;">/</span>gdm-binary</pre></div></div>

<h2>Utiliser le client XDMCP</h2>
<p>On peut utiliser <a href="http://sourceforge.net/projects/xming/" target="_blank">Xming</a> depuis Windows, mais depuis Linux, il est plus simple d&#8217;utiliser <a href="http://doc.ubuntu-fr.org/tsclient" target="_blank"><em>tsclient</em></a>. Dans la liste des protocoles, si vous ne voyez pas XDMCP, c&#8217;est qu&#8217;il vous faut l&#8217;installer le paquet <em>xnest</em></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xnest</pre></div></div>

<p><a href="http://astuces.absolacom.com/wp-content/uploads/2011/07/tsclient.png"><img class="aligncenter size-medium wp-image-1176" title="tsclient" src="http://astuces.absolacom.com/wp-content/uploads/2011/07/tsclient-270x300.png" alt="tsclient avec XDMCP" width="270" height="300" /></a>Ensuite, pour la connexion, c&#8217;est du classique.</p>
<h2>Un client XDMCP en console</h2>
<p>Si vous désirez lancer une session XDMCP systématiquement, il est inutile se charger gnome ou un gestionnaire de fenêtres simplement pour lancer tsclient puis votre session XDMCP. Il est possible de lancer celle ci directement.</p>
<p><a title="Désactiver le lancement de GDM sur Lucid" href="http://astuces.absolacom.com/serveur/desactiver-le-lancement-de-gdm-sur-lucid/" target="_blank">Désactivez le lancement de GDM</a>, puis logguez vous sur l&#8217;ordinateur et tapez la commande suivante:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>X11R6<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>X <span style="color: #660033;">-query</span> 192.168.1.2</pre></div></div>

<p>où 192.168.1.2 est le serveur sur lequel vous avez activé XDMCP.</p>
<h4>Sources:</h4>
<ul>
<li><a class="linkification-ext" title="Linkification: http://doc.ubuntu-fr.org/tutoriel/comment_creer_un_terminal_x_ou_recycler_une_vieille_machine?s=xdmcp" href="http://doc.ubuntu-fr.org/tutoriel/comment_creer_un_terminal_x_ou_recycler_une_vieille_machine?s=xdmcp">http://doc.ubuntu-fr.org/tutoriel/comment_creer_un_terminal_x_ou_recycler_une_vieille_machine?s=xdmcp</a></li>
<li><a class="linkification-ext" title="Linkification: http://ubuntuforums.org/showthread.php?t=1471703" href="http://ubuntuforums.org/showthread.php?t=1471703">http://ubuntuforums.org/showthread.php?t=1471703</a></li>
</ul>
Notes:<ol class="footnotes"><li id="footnote_0_1171" class="footnote">en tout cas, pas aussi facilement qu&#8217;avant</li><li id="footnote_1_1171" class="footnote">notez le 6 qui a disparu et la notation des adresses</li></ol>]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/activer-xdmcp-sur-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid: résoudre l&#8217;erreur &#171;&#160;service xxx start: exec:129: start: not found&#160;&#187;</title>
		<link>http://astuces.absolacom.com/ubuntu/ubuntu-lucid-resoudre-lerreur-service-xxx-start-exec129-start-not-found/</link>
		<comments>http://astuces.absolacom.com/ubuntu/ubuntu-lucid-resoudre-lerreur-service-xxx-start-exec129-start-not-found/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 10:54:01 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[planet-libre]]></category>
		<category><![CDATA[serveur]]></category>
		<category><![CDATA[système]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=820</guid>
		<description><![CDATA[Sur certains système Ubuntu Lucid fraichement installés, j&#8217;ai remarqué une erreur étrange qui n&#8217;est pas systématique, alors que le disque d&#8217;installation est le même (pas une copie, mais véritablement le même) et que les ordinateurs sont parfois différents mais parfois identiques. Je viens de reconstater l&#8217;erreur sur deux ordinateurs strictement identiques (seuls les numéros de [...]]]></description>
			<content:encoded><![CDATA[<p>Sur certains système Ubuntu Lucid fraichement installés, j&#8217;ai remarqué une erreur étrange qui n&#8217;est pas systématique, alors que le disque d&#8217;installation est le même (pas une copie, mais véritablement le même) et que les ordinateurs sont parfois différents mais parfois identiques.<a href="http://astuces.absolacom.com/wp-content/uploads/2010/09/broken.jpg"><img class="alignright size-thumbnail wp-image-825" title="Ecran Cassé" src="http://astuces.absolacom.com/wp-content/uploads/2010/09/broken-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Je viens de reconstater l&#8217;erreur sur deux ordinateurs strictement identiques (seuls les numéros de série changent), installés l&#8217;un après l&#8217;autre avec le même disque d&#8217;installation.</p>
<p>Sur l&#8217;un des systèmes, pas de problème. Sur l&#8217;autre, des erreurs non flagrantes apparaissent:</p>
<p>A l&#8217;installation d&#8217;un programme lançant un service, il apparait une erreur de ce type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">...
Paramétrage de cups-pdf <span style="color: #7a0874; font-weight: bold;">&#40;</span>2.5.0-<span style="color: #000000;">12</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> ...
   <span style="color: #000000; font-weight: bold;">*</span> Reloading Common Unix Printing System: cupsd                        <span style="color: #7a0874; font-weight: bold;">&#91;</span>fail<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>Quand on relance manuellement le service, on a ceci:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#service ssh restart</span>
<span style="color: #7a0874; font-weight: bold;">exec</span>: <span style="color: #000000;">129</span>: restart: not found</pre></div></div>

<p>C&#8217;est bien sûr la même chose avec <em>stop, restart</em>, &#8230;</p>
<p>Après beaucoup de recherches, j&#8217;avais trouvé que c&#8217;était un problème dû à <em>udev</em>. Je ne me souviens plus de la raison donnée à l&#8217;époque.</p>
<p>Comme le problème vient de m&#8217;arriver de nouveau, je vous donne la solution, au cas où vous vous trouveriez dans le même cas: il faut réinstaller udev et redémarrer l&#8217;ordinateur (facultatif, mais préférable pour que tous les services soient lancés dans l&#8217;ordre prévu)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--reinstall</span> udev
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--reinstall</span> upstart</pre></div></div>

<p>Je dis que ce n&#8217;est pas flagrant, parce que la première fois, j&#8217;ai livré l&#8217;ordinateur sans constater de dysfonctionnement à l&#8217;usage. Alors que j&#8217;avais testé le fonctionnement général, comme à chaque fois. C&#8217;est le fait de devoir relancer manuellement <em>cups</em> à chaque fois pour pouvoir imprimer qui a révélé le problème.</p>
<p>Aujourd&#8217;hui, je ne me fais plus avoir.</p>
]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/ubuntu-lucid-resoudre-lerreur-service-xxx-start-exec129-start-not-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid:Editer le chemin de Nautilus</title>
		<link>http://astuces.absolacom.com/ubuntu/ubuntu-lucidediter-le-chemin-de-nautilus/</link>
		<comments>http://astuces.absolacom.com/ubuntu/ubuntu-lucidediter-le-chemin-de-nautilus/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 15:09:48 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[bureautique]]></category>
		<category><![CDATA[logiciel]]></category>
		<category><![CDATA[planet-libre]]></category>
		<category><![CDATA[système]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[nautilus]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=655</guid>
		<description><![CDATA[Sur les anciennes versions de gnome, il était possible d&#8217;afficher et de modifier le chemin autrement qu&#8217;avec des boutons, et basculer d&#8217;un mode à l&#8217;autre en cliquant sur le bouton représentant un crayon et une feuille. Sur Lucid, cette possibilité a été supprimée. En fait, seul le bouton a disparu, mais il est toujours possible [...]]]></description>
			<content:encoded><![CDATA[<p>Sur les anciennes versions de gnome, il était possible d&#8217;afficher et de modifier le chemin autrement qu&#8217;avec des boutons, et basculer d&#8217;un mode à l&#8217;autre en cliquant sur le bouton représentant un crayon et une feuille.</p>
<p><a href="http://astuces.absolacom.com/wp-content/uploads/2010/04/nautilus_chemin_1.png"><img class="aligncenter size-medium wp-image-657" title="nautilus_chemin_1" src="http://astuces.absolacom.com/wp-content/uploads/2010/04/nautilus_chemin_1-300x76.png" alt="" width="300" height="76" /></a></p>
<p>Sur <a href="http://doc.ubuntu-fr.org/lucid" target="_blank">Lucid</a>, cette possibilité a été supprimée. En fait, seul le bouton a disparu, mais il est toujours possible de passer d&#8217;un mode à l&#8217;autre en utilisant les racourcis <strong>CTRL + L</strong> pour afficher le chemin textuel, et <strong>ESC</strong> (avec la barre d&#8217;adresse active) pour revenir aux boutons.</p>
<p>&#8212;</p>
<p>Fin de l&#8217;article technique.</p>
<p>Réflexions personnelles:</p>
<p>On va encore me targuer de nostalgie, mais je trouve que la possibilité de passer simplement d&#8217;un mode à l&#8217;autre était important:</p>
<ul>
<li> Pour les geeks, pas la peine de faire un dessin</li>
<li> Pour les autres, ça permettait une première approche de l&#8217;arborescence et du classement des dossiers autrement que renfermé dans le mode &laquo;&nbsp;dossier à cliquer&nbsp;&raquo;. L&#8217;argument de dire que c&#8217;est compliqué, que ça n&#8217;apporte rien ou que ça perturbe les gens ne tient pas: tous les explorateurs des XP que je connais ont cette barre et personne n&#8217;a suivi de thérapie à cause de celle ci. Les gens utilisent, ou pas, mais ça ne les gène pas.</li>
</ul>
<p>Est ce une évolution progressive vers un mode de travail différent ? Peut être, l&#8217;avenir nous le dira.<br />
Toujours est il que je constate que les systèmes d&#8217;exploitation (quels qu&#8217;ils soient), sous prétexte d&#8217;offrir une <em>expérience utilisateur étendue</em> (mauvaise traduction de <em>enhanced user experience</em>), cachent de plus en plus le fonctionnement du système à l&#8217;utilisateur, y compris l&#8217;emplacement de ses propres fichiers. Comment, dans ce cas, peut il construire sa représentation mentale de son environnement numérique? Et s&#8217;y retrouver ? A moins que&#8230;</p>
<p>A moins que les documents utilisateurs ne soient plus stockés dans l&#8217;ordinateur, mais <a href="http://fr.wikipedia.org/wiki/Informatique_dans_les_nuages" target="_blank">dans les nuages</a>. Si j&#8217;en conçois bien les avantages indéniables pour tous, j&#8217;ai aussi <a href="http://www.2803.fr/logiciel/cloud-computing-doit-on-tout-stocker-en-ligne-4973/" target="_blank">conscience</a> des <a href="http://www.kinaze.org/les-risques-du-cloud-computing/" target="_blank">inconvénients</a>!</p>
<p>A l&#8217;heure où l&#8217;accès à l&#8217;internet n&#8217;est toujours <a href="http://www.korben.info/lacces-internet-est-un-enfin-un-droit-pour-le-moment-en-finlande.html" target="_blank">pas un droit</a> inaliénable, où la popularité se compte en pages Facebook, tweeter et autres contacts MSN, ne plus avoir le contrôle de ses données c&#8217;est aussi ne plus exister en tant qu&#8217;individu <a title="Dans la vraie vie (In Real Life)" href="#">IRL</a> si <em><a href="http://fr.wikipedia.org/wiki/Haute_autorit%C3%A9_pour_la_diffusion_des_%C5%93uvres_et_la_protection_des_droits_sur_internet" target="_blank">HADOPI</a> and co</em> vous a dans le viseur.</p>
<p>Mais n&#8217;est ce pas (un peu) le but recherché?</p>
<h6>Mode paranoïa: off. Merci d&#8217;avoir suivi. Tout ça pour une pauvre barre d&#8217;adresse&#8230;</h6>
<p>Edit du 03/06/2010: <a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=3465474#p3465474" target="_blank">sur le forum Ubuntu</a>, une astuce a été donnée pour retrouver un bouton permettant de basculer d&#8217;un mode à l&#8217;autre en utilisant &laquo;&nbsp;nautilus-actions&nbsp;&raquo;. Cela fonctionne bien, sauf que le bouton n&#8217;est plus à son emplacement habituel, ce qui n&#8217;est pas très grave.</p>
]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/ubuntu-lucidediter-le-chemin-de-nautilus/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Perte du réglage de volume sur Ubuntu Lucid</title>
		<link>http://astuces.absolacom.com/ubuntu/perte-du-reglage-de-volume-sur-ubuntu-lucid/</link>
		<comments>http://astuces.absolacom.com/ubuntu/perte-du-reglage-de-volume-sur-ubuntu-lucid/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:00:21 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[logiciel]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=643</guid>
		<description><![CDATA[Attention: Lucid est encore en beta au jour d&#8217;écriture de cet article, et les choses évolueront certainement dans les prochains jours. Si vous avez installé la version d&#8217;Ubuntu Lucid Lynx, lors d&#8217;une mise à jour vous avez peut être pu vous trouver, comme moi, sans applet de volume dans la zone de notification, alors que [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Attention: Lucid est encore en beta au jour d&#8217;écriture de cet article, et les choses évolueront certainement dans les prochains jours.</strong><br />
Si vous avez installé la version d&#8217;Ubuntu Lucid Lynx, lors d&#8217;une mise à jour vous avez peut être pu vous trouver, comme moi, sans applet de volume dans la zone de notification, alors que le son fonctionne (par exemple à l&#8217;ouverture).<br />
Pour la retrouver, il vous suffit de taper la commande suivante, puis de vous délogguer pour pouvoir de nouveau accéder au réglage de volume :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--reinstall</span> gnome-applets gnome-applets-data indicator-sound indicator-applet</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/perte-du-reglage-de-volume-sur-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remettre les boutons de fenêtre de Lucid à droite</title>
		<link>http://astuces.absolacom.com/ubuntu/remettre-les-boutons-de-fenetre-de-lucid-a-droite/</link>
		<comments>http://astuces.absolacom.com/ubuntu/remettre-les-boutons-de-fenetre-de-lucid-a-droite/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:46:12 +0000</pubDate>
		<dc:creator>manuberro</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[planet-libre]]></category>
		<category><![CDATA[système]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://astuces.absolacom.com/?p=597</guid>
		<description><![CDATA[Je teste de plus en plus Ubuntu Lucid, puisque mes programmes devront tourner le plus tôt possible sur cette version dans un peu plus d&#8217;un mois. C&#8217;est encore une version instable, donc il est déconseillé de l&#8217;utiliser en production avant sa sortie officielle Avec le nouveau thème, Ubuntu Lucid apporte une modification qui n&#8217;est pas [...]]]></description>
			<content:encoded><![CDATA[<p>Je teste de plus en plus Ubuntu Lucid, puisque mes programmes devront tourner le plus tôt possible sur cette version dans un peu plus d&#8217;un mois. C&#8217;est encore une version instable, donc il est déconseillé de l&#8217;utiliser en production avant sa sortie officielle</p>
<p>Avec le nouveau thème, Ubuntu Lucid apporte une modification qui n&#8217;est pas anodine: les boutons de fenêtre (maximiser, minimiser et fermer) sont placés à gauche de la barre de titre au lieu d&#8217;être à droite.</p>
<p>C&#8217;est sans doute très &laquo;&nbsp;<em>staaaïle</em>&laquo;&nbsp;, mais c&#8217;est surtout une remise en cause de nombreuses années d&#8217;habitudes qui va fortement perturber les utilisateurs, moi y compris.</p>
<p>Autant le nouveau thème mauve ne me dérange pas trop (bien que je trouve qu&#8217;il fasse très féminin, mais c&#8217;est peut être une chance d&#8217;attirer les femmes vers le libre), autant cette modification d&#8217;emplacement de boutons me fait faire des kilomètres avec la souris et me provoque une frustration à chaque manipulation de fenêtre. Sans compter que mes clients vont me hair si je leur change leurs habitudes.</p>
<p>De plus, plusieurs thèmes deviennent affreux parce qu&#8217;ils n&#8217;ont pas été conçus avec la possibilité de mettre les boutons à gauche.</p>
<p><a href="http://astuces.absolacom.com/wp-content/uploads/2010/03/boutons_gauche_titre.png"><img class="aligncenter size-full wp-image-598" title="boutons_gauche_titre" src="http://astuces.absolacom.com/wp-content/uploads/2010/03/boutons_gauche_titre.png" alt="" width="816" height="86" /></a>(Le thème de l&#8217;image n&#8217;est pas le mauve dont je vous parlais ci dessus)</p>
<p>Heureusement, il est assez simple de revenir à l&#8217;ancien emplacement des boutons (quand on connait la méthode).</p>
<p>Lancer gconf-editor par Alt+F2 et rendez vous à <em>/apps/metacity/general/button_layout</em>. Remplacez &laquo;&nbsp;maximize,minimize,close:&nbsp;&raquo; par &laquo;&nbsp;:minimize,maximize,close&nbsp;&raquo; (ne déplacez pas seulement les deux points de la fin au début de la chaine, notez que les boutons ne sont pas dans l&#8217;ordre habituel). La modification est immédiate dès que vous validez.</p>
<p><a href="http://astuces.absolacom.com/wp-content/uploads/2010/03/boutons_droite_titre.png"><img class="aligncenter size-full wp-image-599" title="boutons_droite_titre" src="http://astuces.absolacom.com/wp-content/uploads/2010/03/boutons_droite_titre.png" alt="" width="799" height="75" /></a></p>
<p>Il est possible que les choses changent encore avant la sortie officielle, mais dans le cas contraire, vous saurez au moins comment remettre les boutons à l&#8217;endroit où vous allez machinalement les chercher.</p>
]]></content:encoded>
			<wfw:commentRss>http://astuces.absolacom.com/ubuntu/remettre-les-boutons-de-fenetre-de-lucid-a-droite/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

