<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>Blog de besen</title>
        <link>http://besen.vox.com/library/posts/page/1/</link>
        <description></description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Thu, 21 Jun 2007 16:00:39 +0200</lastBuildDate>
        <copyright>Copyright 2007</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>Installing Slimserver on the NSLU2...</title>
            <link>http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(besen)</author>
            <comments>http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 21 Jun 2007 16:00:39 +0200</pubDate>         
            
            <description>    &lt;div id=&quot;wikitext&quot;&gt;
&lt;h2&gt;Installer Slimserver 6.5.1 sur un &lt;span class=&quot;wikiword&quot;&gt;NSLU2&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Ce guide est une traduction partielle de &lt;a class=&quot;urllink&quot; href=&quot;http://www.openfsg.com/forum/viewtopic.php?p=14920#14920&quot; rel=&quot;nofollow&quot;&gt;http://www.openfsg.com/forum/viewtopic.php?p=14920#14920&lt;/a&gt; .  Tout les crédits vont donc à &amp;quot;&lt;em&gt;bpa of openfsg.com&lt;/em&gt;&amp;quot;.
&lt;/p&gt;
&lt;h3&gt;Téléchargement des sources&lt;br /&gt;&lt;/h3&gt;

&lt;p class=&quot;vspace&quot;&gt;Vous pouvez trouver les sources de Slimserver 6.5.1 à l&amp;#39;adresse ci-dessous:&lt;br /&gt;&lt;a class=&quot;urllink&quot; href=&quot;http://homepage.eircom.net/%7Ealtondsl/slim/ss65_6.5.1-1_armeb.ipk&quot; rel=&quot;nofollow&quot;&gt;http://homepage.eircom.net/~altondsl/slim/ss65_6.5.1-1_armeb.ipk&lt;/a&gt;
&lt;/p&gt;
&lt;p class=&quot;vspace&quot;&gt;Pour le télécharger sur le NSLU2, vous pouvez utiliser wget ou curl.
&lt;/p&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
&lt;p&gt;L&amp;#39;installation va placer les fichier aux emplacements suivant - De ce fait si vous utilisez déjà ces emplacements, veuillez déplacer les fichiers qui sont déjà dedans.
&lt;/p&gt;&lt;pre&gt; /home/slimserver&lt;br /&gt; /opt/share/ss65&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;1) Login as root, and make sure your PATH is correct:
&lt;/p&gt;
&lt;pre&gt; # export PATH=$PATH:/opt/libexec:/opt/bin&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;2) Add the slimserver group and user by editing /etc/passwd and /etc/group.  Create the /home/slimserver folder.
&lt;/p&gt;
&lt;p class=&quot;vspace&quot;&gt;3) Install the perl, expat and mysql packages. The
slimserver ipkg will request them but it is better to do manually in
case there are problems, you&amp;#39;ll know where to look.
&lt;/p&gt;
&lt;pre&gt; # ipkg update; ipkg install perl expat mysql perl-compress-zlib&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;4) Create the /home/slimserver folder, and add the slimserver group (edit /etc/group) and slimserver user (edit /etc/passwd).
&lt;/p&gt;
&lt;p class=&quot;vspace&quot;&gt;5) Change current directory to where the ss65_6.5.1-1_armeb.ipk has been saved.
&lt;/p&gt;
&lt;p class=&quot;vspace&quot;&gt;6) install the Slimserserver package with the command
&lt;/p&gt;
&lt;pre&gt; # ipkg install ss65_6.5.1-1_armeb.ipk &lt;br /&gt;&lt;br /&gt; Change the first line in /opt/share/ss65/slimserver.pl from &amp;quot;#!/usr/bin/perl -w&amp;quot; to &amp;quot;#!/opt/bin/perl -w&amp;quot;, and fix some permissions:&lt;br /&gt;&lt;br /&gt; # chmod a=rw /opt/share/ss65/Slim/Utils&lt;br /&gt; # chmod -R a=rwx /opt/share/ss65&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;7) Edit /opt/share/ss65/MySQL/my.tt, add a &amp;quot;#&amp;quot; in front of &amp;quot;innodb_fast_shutdown  = 1&amp;quot;
&lt;/p&gt;
&lt;p class=&quot;vspace&quot;&gt;8) If it install goes OK, try the command
&lt;/p&gt;
&lt;pre&gt; # slimserver&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;The response should be
&lt;/p&gt;&lt;pre&gt; Usage: /opt/bin/slimserver {start|stop|status|enable|disable|firewall|wanenable|wandisable|info} &lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;9) If it works. then try
&lt;/p&gt;
&lt;pre&gt; # slimserver info &lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;10) To start slimserver used the command below - it will take a couple of minutes before your see a &amp;quot;Slimserver Started message&amp;quot;
&lt;/p&gt;
&lt;pre&gt; # slimserver start &lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;11) To see progress through log file you can do
&lt;/p&gt;
&lt;pre&gt; # tail /home/slimserver/slimserver.log&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;vspace&quot;&gt;The following is a normal start - the last line about port 9000 indicate web interface is ready.
&lt;/p&gt;
&lt;pre class=&quot;escaped&quot;&gt; # tail /home/slimserver/slimserver.log&lt;br /&gt;&lt;br /&gt;        http://nslu2:9000/&lt;br /&gt; 2007-01-22 20:39:37.8519 Attempt to free unreferenced scalar: SV 0x1bc6b4c.&lt;br /&gt; 2007-01-22 20:40:51.0064 Use of uninitialized value in join or string at /opt/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.&lt;br /&gt; 2007-01-22 20:42:07.4538 Your data source needs to be configured. Please open your web browser,&lt;br /&gt; 2007-01-22 20:42:07.4763 go to the following URL, and click on the &amp;quot;Server Settings&amp;quot; link.&lt;br /&gt;&lt;br /&gt; 2007-01-22 20:42:07.4785 The URL to access SlimServer is now:&lt;br /&gt;&lt;br /&gt;        http://nslu2:9000/&lt;br /&gt;&lt;/pre&gt;
&lt;p class=&quot;vspace&quot;&gt;12) By default slimserver will not start as part of
boot - if you want this then add an executable script as
/opt/etc/init.d/S85slimserver:
&lt;/p&gt;
&lt;pre class=&quot;escaped&quot;&gt; #!/bin/sh&lt;br /&gt; /opt/bin/slimserver start&lt;br /&gt;&lt;/pre&gt;
&lt;p class=&quot;vspace&quot;&gt;There is an issue with this build - there seems to be too many mysql processes started. &lt;em&gt;bpa of openfsg.com&lt;/em&gt; is looking into it.
&lt;/p&gt;
&lt;h3&gt;Issues&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;It seems like the mysql server gets kicked off twice: once when it is installed and then again when slimserver starts up.
&lt;/li&gt;&lt;li&gt;You shouldn&amp;#39;t bother to install this on anything but a &lt;span class=&quot;wikiword&quot;&gt;&lt;a class=&quot;createlinktext&quot; href=&quot;http://www.nslu2-linux.org/wiki/Applications/TurboSlug?action=edit&quot; title=&quot;Page not found - click link to create page&quot;&gt;TurboSlug&lt;/a&gt;&lt;a class=&quot;createlink&quot; href=&quot;http://www.nslu2-linux.org/wiki/Applications/TurboSlug?action=edit&quot; title=&quot;Page not found - click link to create page&quot;&gt;?&lt;/a&gt;&lt;/span&gt;.  Even turbo, scanning the whole music library took half an hour.
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2252881dd8fdb00d09e7a1613be2b?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://besen.vox.com/tags/">nslu</category> 
            <category domain="http://besen.vox.com/tags/">slimserver</category>   
        </item> 
 
        <item>
            <title>La SqueezBox OK... Le SlimServer: je sais pas encore...</title>
            <link>http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(besen)</author>
            <comments>http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 29 Sep 2006 09:37:41 +0200</pubDate>         
            
            <description>          

    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2252881dd8fdb00c22529a2258e1d&quot; at:format=&quot;medium&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://besen.vox.com/library/photo/6a00c2252881dd8fdb00c22529a2258e1d.html&quot;&gt;&lt;img src=&quot;http://a5.vox.com/6a00c2252881dd8fdb00c22529a2258e1d-200pi&quot; alt=&quot;1&quot; title=&quot;1&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://besen.vox.com/library/photo/6a00c2252881dd8fdb00c22529a2258e1d.html&quot; title=&quot;1&quot;&gt;1&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;
Avant-hier j&amp;#39;ai reçu mon nouveau joujou: une &lt;a href=&quot;http://www.slimdevices.com/pi_squeezebox.html&quot;&gt;SqueezeBox&lt;/a&gt; du constructeur &lt;a href=&quot;http://www.slimdevices.com/&quot;&gt;SlimDevices&lt;/a&gt; (commande chez &lt;a href=&quot;http://domadoo.fr/produit-395-2-SLIM_DEVICES_Squeezebox_3_%28noir%29.htm&quot;&gt;Domadoo&lt;/a&gt;, service irréprochable et prix imbattable, soit dit en passant).&lt;/p&gt;&lt;p&gt;La configuration est nickel et l&amp;#39;objet est vraiment bien pensé. Après l&amp;#39;ouverture d&amp;#39;un compte chez &lt;a href=&quot;http://www.squeezenetwork.com&quot;&gt;SqueezeNetwork&lt;/a&gt; et la configuration WIFI (clé WPA2 compliqué à saisir car très longue en saisie SMS), tout est ok et près à l&amp;#39;utilisation pour les webradios et le réveil matin :) En gros installation en 30 minutes environ sans lire la notice et cablage HiFi inclus.&lt;/p&gt;&lt;p&gt;Là où tout se complique dans mon cas, c&amp;#39;est l&amp;#39;installation de &lt;a href=&quot;http://www.slimdevices.com/su_downloads.html&quot;&gt;SlimServer &lt;/a&gt;sur mon portable sous XP Familial SP2... L&amp;#39;installation se déroule à merveille, mais impossible de le démarrer: il reste en &amp;quot;Starting...&amp;quot;. J&amp;#39;ai réussi à le démarrer correctement une fois, mais les interfaces Web ne répondaient plus dés le deuxième clic :(&lt;/p&gt;&lt;p&gt;J&amp;#39;ai donc laissé un message sur leur &lt;a href=&quot;http://forums.slimdevices.com/showthread.php?t=28021&quot;&gt;forum en français&lt;/a&gt; pour le moment. Je vous tiendrai au courant des péripéties à venir, sachant que ce week-end je devrait installer SlimServer sur le &lt;a href=&quot;http://www-fr.linksys.com/servlet/Satellite?c=L_Product_C2&amp;amp;childpagename=FR%2FLayout&amp;amp;cid=1124811032122&amp;amp;pagename=Linksys%2FCommon%2FVisitorWrapper&quot;&gt;LinkSys NSLU2&lt;/a&gt;.&lt;br /&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2252881dd8fdb00c22528b41bf219?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://besen.vox.com/tags/">squeezebox</category> 
            <category domain="http://besen.vox.com/tags/">slimdevices</category>    
        </item> 
 
        <item>
            <title>Gestion des packages Debian</title>
            <link>http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(besen)</author>
            <comments>http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 28 Sep 2006 10:24:48 +0200</pubDate>         
            
            <description>    &lt;p&gt;&amp;#160;Gestion des packages&lt;br /&gt;$&amp;gt; apt-get update&lt;/p&gt;&lt;p&gt;Mets à jour tous les packages à la dernière version&lt;br /&gt;$&amp;gt; apt-get -u upgrade&lt;/p&gt;&lt;p&gt;Install Package Debian&lt;br /&gt;$&amp;gt; apt-get install NOM_PACKAGE&lt;/p&gt;&lt;p&gt;Voir un Package Debian&lt;br /&gt;$&amp;gt; apt-cache show NOM_PACKAGE&lt;/p&gt;&lt;p&gt;Module PHP&lt;br /&gt;$&amp;gt; apt-cache search php4 | less&lt;/p&gt;&lt;p&gt;Liste modules&lt;br /&gt;$&amp;gt; dpkg -l&lt;/p&gt;&lt;p&gt;Gestion des packages&lt;br /&gt;$&amp;gt; dselect&lt;/p&gt;&lt;p&gt;Désinstaller un package&lt;br /&gt;$&amp;gt; apt-get remove --purge mon_package&lt;/p&gt;&lt;p&gt;Efface du disque les packages téléchargés pour être installés&lt;br /&gt;$&amp;gt; apt-get clean&lt;/p&gt;&lt;p&gt;Reconfigurer un package&lt;br /&gt;$&amp;gt; dpkg-reconfigure nom_package&lt;/p&gt;&lt;p&gt;Exporter la liste des paquetages installés&lt;br /&gt;$&amp;gt; dpkg --get-selections &amp;gt; mes_paquetages&lt;/p&gt;&lt;p&gt;Installer liste de paquetages&lt;br /&gt;$&amp;gt; dpkg --set-selections &amp;lt; mes_paquetages&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2252881dd8fdb00c225287feb549d?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://besen.vox.com/tags/">linux</category> 
            <category domain="http://besen.vox.com/tags/">debian</category>   
        </item> 
    </channel>
</rss>

