<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>Blog de besen</title>
    <link rel="self" type="application/atom+xml" title="Blog de besen (Atom)" href="http://besen.vox.com/library/posts/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="Blog de besen" href="http://besen.vox.com/library/posts/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="Blog de besen" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00c2252881dd8fdb00c2252881df8fdb" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="Blog de besen" href="http://besen.vox.com/library/posts/atom.xml" />   
    <link rel="last" type="application/atom+xml" title="Blog de besen" href="http://besen.vox.com/library/posts/page/1/atom.xml" />  
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2007-07-10T17:45:16Z</updated> 
    <author>
        <name>besen</name>
        <uri>http://besen.vox.com/?_c=feed-atom-full</uri>
    </author> 
    <id>tag:vox.com,2006:6p00c2252881dd8fdb/</id>  
    
    <entry>
        <title>Installing Slimserver on the NSLU2...</title>   
        <link rel="alternate" type="text/html" title="Installing Slimserver on the NSLU2..." href="http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-atom-full" />  
        <link rel="service.post" type="application/atom+xml" title="Installing Slimserver on the NSLU2..." href="http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-atom-full#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Installing Slimserver on the NSLU2..." href="http://www.vox.com/atom/svc=post/asset_id=6a00c2252881dd8fdb00d09e7a1613be2b" />          <id>tag:vox.com,2007-06-21:asset-6a00c2252881dd8fdb00d09e7a1613be2b</id>
        <published>2007-06-21T14:00:39Z</published>
        <updated>2007-07-10T17:45:16Z</updated>
    
        <author>
            <name>besen</name>
            <uri>http://besen.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://besen.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
        <div id="wikitext">
<h2>Installer Slimserver 6.5.1 sur un <span class="wikiword">NSLU2</span></h2>
<p>Ce guide est une traduction partielle de <a class="urllink" href="http://www.openfsg.com/forum/viewtopic.php?p=14920#14920" rel="nofollow">http://www.openfsg.com/forum/viewtopic.php?p=14920#14920</a> .  Tout les crédits vont donc à &quot;<em>bpa of openfsg.com</em>&quot;.
</p>
<h3>Téléchargement des sources<br /></h3>

<p class="vspace">Vous pouvez trouver les sources de Slimserver 6.5.1 à l&#39;adresse ci-dessous:<br /><a class="urllink" href="http://homepage.eircom.net/%7Ealtondsl/slim/ss65_6.5.1-1_armeb.ipk" rel="nofollow">http://homepage.eircom.net/~altondsl/slim/ss65_6.5.1-1_armeb.ipk</a>
</p>
<p class="vspace">Pour le télécharger sur le NSLU2, vous pouvez utiliser wget ou curl.
</p>
<h3>Installation</h3>
<p>L&#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.
</p><pre> /home/slimserver<br /> /opt/share/ss65<br /></pre><p class="vspace">1) Login as root, and make sure your PATH is correct:
</p>
<pre> # export PATH=$PATH:/opt/libexec:/opt/bin<br /></pre><p class="vspace">2) Add the slimserver group and user by editing /etc/passwd and /etc/group.  Create the /home/slimserver folder.
</p>
<p class="vspace">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&#39;ll know where to look.
</p>
<pre> # ipkg update; ipkg install perl expat mysql perl-compress-zlib<br /></pre><p class="vspace">4) Create the /home/slimserver folder, and add the slimserver group (edit /etc/group) and slimserver user (edit /etc/passwd).
</p>
<p class="vspace">5) Change current directory to where the ss65_6.5.1-1_armeb.ipk has been saved.
</p>
<p class="vspace">6) install the Slimserserver package with the command
</p>
<pre> # ipkg install ss65_6.5.1-1_armeb.ipk <br /><br /> Change the first line in /opt/share/ss65/slimserver.pl from &quot;#!/usr/bin/perl -w&quot; to &quot;#!/opt/bin/perl -w&quot;, and fix some permissions:<br /><br /> # chmod a=rw /opt/share/ss65/Slim/Utils<br /> # chmod -R a=rwx /opt/share/ss65</pre><p class="vspace">7) Edit /opt/share/ss65/MySQL/my.tt, add a &quot;#&quot; in front of &quot;innodb_fast_shutdown  = 1&quot;
</p>
<p class="vspace">8) If it install goes OK, try the command
</p>
<pre> # slimserver<br /></pre><p class="vspace">The response should be
</p><pre> Usage: /opt/bin/slimserver {start|stop|status|enable|disable|firewall|wanenable|wandisable|info} <br /></pre><p class="vspace">9) If it works. then try
</p>
<pre> # slimserver info <br /></pre><p class="vspace">10) To start slimserver used the command below - it will take a couple of minutes before your see a &quot;Slimserver Started message&quot;
</p>
<pre> # slimserver start <br /></pre><p class="vspace">11) To see progress through log file you can do
</p>
<pre> # tail /home/slimserver/slimserver.log<br /></pre><p class="vspace">The following is a normal start - the last line about port 9000 indicate web interface is ready.
</p>
<pre class="escaped"> # tail /home/slimserver/slimserver.log<br /><br />        http://nslu2:9000/<br /> 2007-01-22 20:39:37.8519 Attempt to free unreferenced scalar: SV 0x1bc6b4c.<br /> 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.<br /> 2007-01-22 20:42:07.4538 Your data source needs to be configured. Please open your web browser,<br /> 2007-01-22 20:42:07.4763 go to the following URL, and click on the &quot;Server Settings&quot; link.<br /><br /> 2007-01-22 20:42:07.4785 The URL to access SlimServer is now:<br /><br />        http://nslu2:9000/<br /></pre>
<p class="vspace">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:
</p>
<pre class="escaped"> #!/bin/sh<br /> /opt/bin/slimserver start<br /></pre>
<p class="vspace">There is an issue with this build - there seems to be too many mysql processes started. <em>bpa of openfsg.com</em> is looking into it.
</p>
<h3>Issues</h3>
<ul><li>It seems like the mysql server gets kicked off twice: once when it is installed and then again when slimserver starts up.
</li><li>You shouldn&#39;t bother to install this on anything but a <span class="wikiword"><a class="createlinktext" href="http://www.nslu2-linux.org/wiki/Applications/TurboSlug?action=edit" title="Page not found - click link to create page">TurboSlug</a><a class="createlink" href="http://www.nslu2-linux.org/wiki/Applications/TurboSlug?action=edit" title="Page not found - click link to create page">?</a></span>.  Even turbo, scanning the whole music library took half an hour.
</li></ul>
</div>    <p style="clear:both;"> 
    <a href="http://besen.vox.com/library/post/installing-slimserver-on-the-nslu2.html?_c=feed-atom-full#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c2252881dd8fdb00d09e7a1613be2b?_c=feed-atom-full">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="nslu" scheme="http://besen.vox.com/tags/nslu/" label="nslu" /> 
    <category term="slimserver" scheme="http://besen.vox.com/tags/slimserver/" label="slimserver" /> 
    </entry> 
    
    <entry>
        <title>La SqueezBox OK... Le SlimServer: je sais pas encore...</title>   
        <link rel="alternate" type="text/html" title="La SqueezBox OK... Le SlimServer: je sais pas encore..." href="http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-atom-full" />  
        <link rel="service.post" type="application/atom+xml" title="La SqueezBox OK... Le SlimServer: je sais pas encore..." href="http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-atom-full#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="La SqueezBox OK... Le SlimServer: je sais pas encore..." href="http://www.vox.com/atom/svc=post/asset_id=6a00c2252881dd8fdb00c22528b41bf219" />            <id>tag:vox.com,2006-09-29:asset-6a00c2252881dd8fdb00c22528b41bf219</id>
        <published>2006-09-29T07:37:41Z</published>
        <updated>2006-09-29T07:37:41Z</updated>
    
        <author>
            <name>besen</name>
            <uri>http://besen.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://besen.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
              

    

    
    
    
<div at:enclosure="asset" at:xid="6a00c2252881dd8fdb00c22529a2258e1d" at:format="medium" at:align="left"
    class="enclosure enclosure-left enclosure-medium photo-enclosure" 
     style="text-align: center; float: left;">
<div class="enclosure-inner"
    
        style="padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;"
    >
    <div class="enclosure-list">
        <div class="enclosure-item photo-asset last">
    
            <div class="enclosure-image">
        
                <a href="http://besen.vox.com/library/photo/6a00c2252881dd8fdb00c22529a2258e1d.html"><img src="http://a5.vox.com/6a00c2252881dd8fdb00c22529a2258e1d-200pi" alt="1" title="1" /></a>
        
            </div>
            <div class="enclosure-meta">
                <div class="enclosure-asset-name"><a href="http://besen.vox.com/library/photo/6a00c2252881dd8fdb00c22529a2258e1d.html" title="1">1</a></div>
            </div>
    
        </div>
    </div>
</div>
</div><!-- end enclosure -->
<p>
Avant-hier j&#39;ai reçu mon nouveau joujou: une <a href="http://www.slimdevices.com/pi_squeezebox.html">SqueezeBox</a> du constructeur <a href="http://www.slimdevices.com/">SlimDevices</a> (commande chez <a href="http://domadoo.fr/produit-395-2-SLIM_DEVICES_Squeezebox_3_%28noir%29.htm">Domadoo</a>, service irréprochable et prix imbattable, soit dit en passant).</p><p>La configuration est nickel et l&#39;objet est vraiment bien pensé. Après l&#39;ouverture d&#39;un compte chez <a href="http://www.squeezenetwork.com">SqueezeNetwork</a> et la configuration WIFI (clé WPA2 compliqué à saisir car très longue en saisie SMS), tout est ok et près à l&#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.</p><p>Là où tout se complique dans mon cas, c&#39;est l&#39;installation de <a href="http://www.slimdevices.com/su_downloads.html">SlimServer </a>sur mon portable sous XP Familial SP2... L&#39;installation se déroule à merveille, mais impossible de le démarrer: il reste en &quot;Starting...&quot;. J&#39;ai réussi à le démarrer correctement une fois, mais les interfaces Web ne répondaient plus dés le deuxième clic :(</p><p>J&#39;ai donc laissé un message sur leur <a href="http://forums.slimdevices.com/showthread.php?t=28021">forum en français</a> pour le moment. Je vous tiendrai au courant des péripéties à venir, sachant que ce week-end je devrait installer SlimServer sur le <a href="http://www-fr.linksys.com/servlet/Satellite?c=L_Product_C2&amp;childpagename=FR%2FLayout&amp;cid=1124811032122&amp;pagename=Linksys%2FCommon%2FVisitorWrapper">LinkSys NSLU2</a>.<br /> </p>   <p style="clear:both;"> 
    <a href="http://besen.vox.com/library/post/la-squeezbox-ok-le-slimserver-je-sais-pas-encore.html?_c=feed-atom-full#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c2252881dd8fdb00c22528b41bf219?_c=feed-atom-full">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="squeezebox" scheme="http://besen.vox.com/tags/squeezebox/" label="squeezebox" /> 
    <category term="slimdevices" scheme="http://besen.vox.com/tags/slimdevices/" label="slimdevices" /> 
    </entry> 
    
    <entry>
        <title>Gestion des packages Debian</title>   
        <link rel="alternate" type="text/html" title="Gestion des packages Debian" href="http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-atom-full" />  
        <link rel="service.post" type="application/atom+xml" title="Gestion des packages Debian" href="http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-atom-full#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Gestion des packages Debian" href="http://www.vox.com/atom/svc=post/asset_id=6a00c2252881dd8fdb00c225287feb549d" />          <id>tag:vox.com,2006-09-28:asset-6a00c2252881dd8fdb00c225287feb549d</id>
        <published>2006-09-28T08:24:48Z</published>
        <updated>2006-09-28T08:24:48Z</updated>
    
        <author>
            <name>besen</name>
            <uri>http://besen.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://besen.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
        <p>&#160;Gestion des packages<br />$&gt; apt-get update</p><p>Mets à jour tous les packages à la dernière version<br />$&gt; apt-get -u upgrade</p><p>Install Package Debian<br />$&gt; apt-get install NOM_PACKAGE</p><p>Voir un Package Debian<br />$&gt; apt-cache show NOM_PACKAGE</p><p>Module PHP<br />$&gt; apt-cache search php4 | less</p><p>Liste modules<br />$&gt; dpkg -l</p><p>Gestion des packages<br />$&gt; dselect</p><p>Désinstaller un package<br />$&gt; apt-get remove --purge mon_package</p><p>Efface du disque les packages téléchargés pour être installés<br />$&gt; apt-get clean</p><p>Reconfigurer un package<br />$&gt; dpkg-reconfigure nom_package</p><p>Exporter la liste des paquetages installés<br />$&gt; dpkg --get-selections &gt; mes_paquetages</p><p>Installer liste de paquetages<br />$&gt; dpkg --set-selections &lt; mes_paquetages</p>   <p style="clear:both;"> 
    <a href="http://besen.vox.com/library/post/gestion-des-packages-debian.html?_c=feed-atom-full#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c2252881dd8fdb00c225287feb549d?_c=feed-atom-full">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="linux" scheme="http://besen.vox.com/tags/linux/" label="linux" /> 
    <category term="debian" scheme="http://besen.vox.com/tags/debian/" label="debian" /> 
    </entry> 
</feed>


