<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.ac-graphic.net/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>The road to 42 - debian</title>
  <link>http://blog.ac-graphic.net/</link>
  <description></description>
  <language>en</language>
  <pubDate>Tue, 15 Jul 2008 21:34:53 +0200</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-sa/2.0/be/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>VMWare Workstation and Kernel 2.6.25</title>
    <link>http://blog.ac-graphic.net/post/VMWare-Workstation-and-Kernel-2625</link>
    <guid isPermaLink="false">urn:md5:137779e099f8bd15b5707e884691bb5a</guid>
    <pubDate>Wed, 30 Apr 2008 14:07:00 +0200</pubDate>
    <dc:creator>Antoine</dc:creator>
        <category>debian</category><category>hacking</category><category>kernel</category><category>vmmon</category><category>vmnet</category><category>vmware</category>    
    <description>    &lt;p&gt;To be able to use VMWare workstation and the kernel 2.6.25, you need to apply somes patches. We can find a lot of patches about this issue with Google, but no one worked for me. You will find the patches I made with the modifications I did to be able to compile vmmon and vmnet modules. Here is the list of website I visited, my patches are custom compilations of thoose patches.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://article.gmane.org/gmane.linux.redhat.fedora.devel/76714&quot;&gt;Another 4.3 c++ question.... (vmware kernel g++ module rebuild issue)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://myn.meganecco.org/&quot;&gt;vmware-any-any-update116 + Linux 2.6.25 git 20080419版 (20080419)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bbs.archlinux.org/viewtopic.php?pid=359846&quot;&gt;Vmware Workstation and kernel 2.6.25&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://jon.limedaley.com/plog/archives/2008/04/18/vmware-1.0.5-patch-for-2.6.25-kernel&quot;&gt;VMWare 1.0.5 Server patch for 2.6.25 kernel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;First, install &lt;em&gt;vmware-workstation&lt;/em&gt; and do not run &lt;code&gt;vmware-config.pl&lt;/code&gt;. Then, uncompress &lt;em&gt;vmware-any-any-update116&lt;/em&gt; and run runme.pl. It will fail, it is ok. You've probably already done this ;)&lt;/p&gt;


&lt;p&gt;Now, it is a bit more complicated. Go to the directory &lt;code&gt;/usr/lib/vmware/modules/source&lt;/code&gt; and uncompress &lt;code&gt;vmmon.tar&lt;/code&gt; and &lt;code&gt;vmnet.tar&lt;/code&gt;. Then, apply &lt;a href=&quot;http://blog.ac-graphic.net/public/Patches/vmmon.patch&quot; hreflang=&quot;en&quot;&gt;this patch&lt;/a&gt; and &lt;a href=&quot;http://blog.ac-graphic.net/public/Patches/vmnet.patch&quot; hreflang=&quot;en&quot;&gt;this patch&lt;/a&gt; to the folders &lt;code&gt;vmmon-only&lt;/code&gt; and &lt;code&gt;vmnet-only&lt;/code&gt;. Now, make archives again. So, we have to do something like this, as root, :&lt;/p&gt;
&lt;pre&gt;
cd /usr/lib/vmware/modules/source
tar -xvf vmmon.tar
tar -xvf vmnet.tar
wget http://blog.ac-graphic.net/public/Patches/vmnet.patch
wget http://blog.ac-graphic.net/public/Patches/vmmon.patch
patch -p0 &amp;lt; vmnet.patch
patch -p0 &amp;lt; vmmon.patch
tar -cvf vmmon.tar vmmon-only
tar -cvf vmnet.tar vmnet-only
cd /location/of/vmware-any-any
./runme.pl
&lt;/pre&gt;


&lt;p&gt;Now, go to &lt;code&gt;/usr/src/linux&lt;/code&gt; and apply &lt;a href=&quot;http://blog.ac-graphic.net/public/Patches/paravirt.patch&quot; hreflang=&quot;en&quot;&gt;this patch&lt;/a&gt; and &lt;a href=&quot;http://blog.ac-graphic.net/public/Patches/page.patch&quot; hreflang=&quot;en&quot;&gt;this other one&lt;/a&gt; to &lt;code&gt;paravirt.h&lt;/code&gt; and &lt;code&gt;page.h&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Now, you can run &lt;code&gt;/usr/bin/vmware-config.pl&lt;/code&gt; and enjoy ! Note you can have several warning at the compilation, but don't take care.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.ac-graphic.net/post/VMWare-Workstation-and-Kernel-2625#comment-form</comments>
      <wfw:comment>http://blog.ac-graphic.net/post/VMWare-Workstation-and-Kernel-2625#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.ac-graphic.net/feed/rss2/comments/35</wfw:commentRss>
      </item>
    
  <item>
    <title>Installer Debian Sid sur un Dell Latitude D420</title>
    <link>http://blog.ac-graphic.net/post/Installer-Debian-Sid-sur-un-Dell-Latitude-D420</link>
    <guid isPermaLink="false">urn:md5:861a969f0cee68ec1ba499fbf23fe6b2</guid>
    <pubDate>Thu, 06 Mar 2008 10:15:00 +0100</pubDate>
    <dc:creator>Antoine</dc:creator>
        <category>d420</category><category>debian</category><category>dell</category><category>linux</category>    
    <description>    &lt;p&gt;Après avoir sauvegardé toutes ses informations, il est temps d'installer notre système d'exploitation de base. J'ai choisis Debian Sid, c'est un choix arbitraire mais pourquoi changer de distribution quand on est content de celle que l'on a.&lt;/p&gt;


&lt;h2&gt;Télécharger l'image&lt;/h2&gt;

&lt;p&gt;Avant tout, il nous faut télécharger l'image et la graver sur un cd-rom afin de pouvoir installer notre système. Pour ce faire, rendez-vous sur le site de &lt;a href=&quot;http://www.debian.org/&quot; hreflang=&quot;en&quot;&gt;debian&lt;/a&gt;, cliquez sur &quot;obtain a copy&quot; et ensuite sur &quot;Download a small image file, record it to a CD/DVD/USB disk/floppy, and install using the Internet.&quot;, nous nous contentons de télécharger une petite image et d'installer la suite à partir des répertoires présents sur Internet. Vous arrivez alors sur &lt;a href=&quot;http://www.us.debian.org/distrib/netinst&quot; hreflang=&quot;en&quot;&gt;cette page&lt;/a&gt;, choisissez l'architecture i386 et téléchargez l'image. Une fois l'image téléchargée, copiez la sur un disque. Reportez vous à la documentation de votre logiciel favori pour savoir comment copier une image ISO sur un disque.&lt;/p&gt;


&lt;h2&gt;Configuration de l'installation&lt;/h2&gt;

&lt;p&gt;Branchez le lecteur Cd-rom externe comme précisé dans la documentation Dell fournie avec votre ordinateur. Une fois celui-ci branché, allumez l'ordinateur et insérez le cd-rom. Si vous êtes rapide, l'ordinateur démarrera sur le cd-rom. Dans le cas contraire, appuyez longement sur le bouton d'allumage de l'ordinateur et ré-allumez le. Notez que si un système d'exploitation est déjà installé, vous pouvez redémarrer l'ordinateur avec le cd-rom dedans, l'ordinateur démarrera alors sur le cd-rom.&lt;/p&gt;


&lt;p&gt;Vous arrivez alors sur un écran noir avec le logo de debian en grand. Tapez maintenant &lt;code&gt;installgui&lt;/code&gt; puis tapez sur Enter. Parfois, il se peut que le verrouillage du pavé numérique soit effectif. Si à la place d'avoir entré &lt;code&gt;installgui&lt;/code&gt;, vous tapez &lt;code&gt;5nstq33g45&lt;/code&gt; c'est que c'est le cas. Désactivez le en appuyant sur Fn+Verr Num.&lt;/p&gt;


&lt;p&gt;Choisissez tout d'abord votre langue. Dans la suite de l'article, je considère que l'anglais a été choisi.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/languagechooser_language-name_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.languagechooser_language-name_0_m.jpg&quot; alt=&quot;languagechooser_language-name_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Ensuite, choisissez votre pays. Si celui-ci n'est pas dans la liste principale, double-cliquez sur &lt;em&gt;other&lt;/em&gt; et choisissez votre pays. Dans mon cas, j'ai choisi &quot;Belgique&quot;.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/countrychooser_country-name_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.countrychooser_country-name_0_m.jpg&quot; alt=&quot;countrychooser_country-name_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Choisissez maintenant votre format de clavier. Pour ma part, il s'agit d'un clavier français. Sauf demande spéciale, il est généralement le même que le celui du pays dans lequel l'ordinateur a été acheté. Si vous avez un doute, le nom du clavier se trouve sur le bon de commande de votre Dell.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/console-keymaps-at_keymap_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.console-keymaps-at_keymap_0_m.jpg&quot; alt=&quot;console-keymaps-at_keymap_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;Recherche du matériel&lt;/h2&gt;

&lt;p&gt;Debian recherche maintenant le matériel présent sur l'ordinateur. Une fois cela fait, il scanne le cd-rom à la recherche des fichiers qui lui sont nécessaire. Et enfin, il charge les modules dont il a besoin pour que l'installation se passe comme il faut. Cette étape se passe, heureusement, sans aucune difficulté.&lt;/p&gt;


&lt;h2&gt;La configuration du réseau&lt;/h2&gt;

&lt;p&gt;L'étape suivante est la configuration du réseau. Choisissez l'interface &lt;em&gt;eth1&lt;/em&gt; dans notre cas, elle porte le nom &quot;Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express&quot;. La configuration du réseau se fait normalement de manière automatique si votre réseau utilise le DHCP. Dans le cas contraire, l'installateur vous proposera de configurer le réseau manuellement, j'ai considéré que le réseau se configurait de manière automatique.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/netcfg_choose_interface_1.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.netcfg_choose_interface_1_m.jpg&quot; alt=&quot;netcfg_choose_interface_1.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Toujours pour la configuration du réseau, nous devons choisir un nom pour la machine. Entrez le nom que vous voulez donner à votre machine et cliquez sur &quot;Continue&quot;.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/netcfg_get_hostname_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.netcfg_get_hostname_0_m.jpg&quot; alt=&quot;netcfg_get_hostname_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Nous devons entrer le nom de domaine de notre réseau. Si vous avez plusieurs machines en réseau, veillez à utiliser le même nom. Dans le cas d'une installation en entrerprise, vous savez probablement ce qu'il faut mettre.&lt;/p&gt;


&lt;h2&gt;Le partitionnement&lt;/h2&gt;

&lt;p&gt;Debian détecte maintenant les disques et les partitions. Choisissez &quot;Edit partition table manually&quot;. Créez trois partitions, une pour la racine de 12 GB, une autre de 2.2 GB pour la swap et enfin, le reste pour la partition /home. C'est bien évidement une proposition, vous pouvez adapter en fonction de vos besoins. Sélectionnez  &quot;Finish partitionning and write changes to disk&quot; et cliquez sur Continue. Confirmez en sélectionnant &quot;Yes&quot; et cliquez sur &quot;Continue&quot;. Le système va maintenant formatter les partitions, au vu de la vitesse du disque dur il est normal que cela prennent du temps. Ne vous inquiètez donc pas.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/partman_choose_partition_1.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.partman_choose_partition_1_m.jpg&quot; alt=&quot;partman_choose_partition_1.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;Les utilisateurs&lt;/h2&gt;

&lt;p&gt;Debian va ensuite configurer l'horloge et puis vous demander votre mot de passe administrateur. Veuillez à mettre un mot de passe suffisament long, n'oubliez jamais l'importance de ce mot de passe.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/passwd_root-password_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.passwd_root-password_0_m.jpg&quot; alt=&quot;passwd_root-password_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Nous passons maintenant à la configuration de l'utilisateur principal. Entrez votre nom complet et cliquez sur &quot;Continue&quot;. Choisissez ensuite un nom d'utilisateur et cliquez encore sur &quot;Continue&quot;.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/passwd_username_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.passwd_username_0_m.jpg&quot; alt=&quot;passwd_username_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Et enfin, entrez le mot de passe pour cet utilisateur et re-cliquez sur &quot;Continue&quot;.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/passwd_user-password_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.passwd_user-password_0_m.jpg&quot; alt=&quot;passwd_user-password_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;Installation de base&lt;/h2&gt;

&lt;p&gt;Debian installe maintenant le système de base. Au vu du type d'installation que nous sommes occupés à faire, il est indispensable de disposer d'une connection Internet, n'oubliez donc pas d'allumer votre modem si celui-ci ne l'est pas déjà. Après son installation, l'installateur va demander si vous voulez utilisez un mirroir. Un miroir est un serveur qui contient une copie des différents paquets Debian. En choisissant un miroir proche de chez vous, vous augmentez vos chances de rapidité de téléchargement des paquets. Choisissez &quot;Yes&quot; et continuez.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/apt-setup_use_mirror_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.apt-setup_use_mirror_0_m.jpg&quot; alt=&quot;apt-setup_use_mirror_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Choisissez dans la liste votre pays ou un pays proche, continuez.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/mirror_http_countries_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.mirror_http_countries_0_m.jpg&quot; alt=&quot;mirror_http_countries_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Choisissez maintenant un des serveurs, peu importe lequel, continuez. Le mieux est souvent de sélectionner le serveur qui correspond à son &lt;em&gt;provider&lt;/em&gt;, si celui-ci est présent dans la liste.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/mirror_http_mirror_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.mirror_http_mirror_0_m.jpg&quot; alt=&quot;mirror_http_mirror_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Si vous utilisez un proxy, vous pouvez l'entrer dans l'écran suivant. N'utilisant pas de proxy, je ne détaille pas ceci. L'installateur se connecter maintenant à Internet pour aller rechercher la liste des paquets disponibles. Si vous voulez, vous pouvez participer au concours de popularité des paquets, toutes les informations qui seront envoyée sont anonymes.&lt;/p&gt;


&lt;h2&gt;Installation des paquets&lt;/h2&gt;

&lt;p&gt;Choisissez dans la liste suivante les catégories de logiciel que vous voulez installer. Afin de conserver un système très propre, je n'installe rien à partir de cette liste. Je préfere installer les paquets un à un, afin d'être sur de ce que j'installe.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/tasksel_first_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.tasksel_first_0_m.jpg&quot; alt=&quot;tasksel_first_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;Installation du gestionnaire de démarrage.&lt;/h2&gt;

&lt;p&gt;Debian installe maintenant GRUB, GRUB permet le démarrage de votre distribution. Sur l'écran suivant, choisissez &quot;Yes&quot; et continuez.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/grub-installer_only_debian_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.grub-installer_only_debian_0_m.jpg&quot; alt=&quot;grub-installer_only_debian_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;Terminez l'installation&lt;/h2&gt;

&lt;p&gt;Vous pouvez maintenant redémarrer sur votre nouveau système, tout propre, tout beau.
&lt;a href=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/finish-install_reboot_in_progress_0.png&quot;&gt;&lt;img src=&quot;http://blog.ac-graphic.net/public/Screenshots/Debian/.finish-install_reboot_in_progress_0_m.jpg&quot; alt=&quot;finish-install_reboot_in_progress_0.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.ac-graphic.net/post/Installer-Debian-Sid-sur-un-Dell-Latitude-D420#comment-form</comments>
      <wfw:comment>http://blog.ac-graphic.net/post/Installer-Debian-Sid-sur-un-Dell-Latitude-D420#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.ac-graphic.net/feed/rss2/comments/27</wfw:commentRss>
      </item>
    
</channel>
</rss>