<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RemindeR AremoX</title>
	<atom:link href="http://aremox.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aremox.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Mar 2011 09:33:25 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aremox.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RemindeR AremoX</title>
		<link>http://aremox.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aremox.wordpress.com/osd.xml" title="RemindeR AremoX" />
	<atom:link rel='hub' href='http://aremox.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AverTV DVB-T USB 2.0 (A800) con mando a distancia</title>
		<link>http://aremox.wordpress.com/2007/09/22/avertv-dvb-t-usb-20-a800-con-mando-a-distancia/</link>
		<comments>http://aremox.wordpress.com/2007/09/22/avertv-dvb-t-usb-20-a800-con-mando-a-distancia/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 15:13:31 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/09/22/avertv-dvb-t-usb-20-a800-con-mando-a-distancia/</guid>
		<description><![CDATA[Editado: adjunto ficheros de configuración ya que al pegar los de blog no se pegan bien. Teneis que renombrar estos ficheros sin el .doc del final  hardware.conf lircd.conf .lircrc ¿Hoy en dia que es una television sin mando a distancia ? Nada verdad, pues vamos a ver como configurar un mando a distancia en debian en [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=24&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Editado: <span style="font-family:Georgia;">adjunto ficheros de configuración ya que al pegar los de blog no se pegan bien. Teneis que renombrar estos ficheros sin el .doc del final</span></p>
<p><span style="font-family:Georgia;"> <a href="http://aremox.files.wordpress.com/2007/11/hardwareconf.doc" title="hardware.conf">hardware.conf</a></span></p>
<p><span style="font-family:Georgia;"><a href="http://aremox.files.wordpress.com/2007/11/lircdconf.doc" title="lircd.conf">lircd.conf</a></span></p>
<p><span style="font-family:Georgia;"><a href="http://aremox.files.wordpress.com/2007/11/lircrc.doc" title=".lircrc">.lircrc</a></span></p>
<p>¿Hoy en dia que es una television sin mando a distancia ? Nada verdad, pues vamos a ver como configurar un mando a distancia en debian en concreto  el mando de la Avermedia AverTV DVB-T USB 2.0</p>
<p><span id="more-24"></span></p>
<p>1 Primero nos bajamos los driver de la tartjeta</p>
<p>cd ~</p>
<p>wget <a href="http://www.linuxtv.org/downloads/firmware/dvb-usb-avertv-a800-02.fw">http://www.linuxtv.org/downloads/firmware/dvb-usb-avertv-a800-02.fw</a></p>
<p>mv dvb-usb-avertv-a800-02.fw /lib/firmware/`uname -r`/</p>
<p>2 instalamos el paque LIRC</p>
<p>apt-get install lirc lirc-x</p>
<p>3 buscamos en donde esta escuchando el mando</p>
<p>X sera el numero que corresponda al mando</p>
<p>Yo probe event1 luego event2 despues el event3 y por ultimo event4 que era donde tenia el mando</p>
<p>Pulsamos teclas del mando y tiene que apareceran caracteres raros</p>
<p>cat /dev/input/event4</p>
<p>{� E�����{� E�</p>
<p>Para salir ctrl + c</p>
<p>4Indicamos a LIRC que modelo de mando tenemos</p>
<p>nano /etc/lirc/hardware.conf</p>
<p>y modificamos los siguientes parametros</p>
<p># /etc/lirc/hardware.conf</p>
<p>#</p>
<p># Arguments which will be used when launching lircd</p>
<p>LIRCD_ARGS=&#8221;"</p>
<p># Don&#8217;t start lircmd even if there seems to be a good config file</p>
<p># START_LIRCMD=false</p>
<p>#Try to load appropriate kernel modules</p>
<p>LOAD_MODULES=false</p>
<p># Run &#8220;lircd &#8211;driver=help&#8221; for a list of supported drivers.</p>
<p>DRIVER=&#8221;dev/input&#8221;</p>
<p># If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be</p>
<p># automatically used instead</p>
<p>DEVICE=&#8221;/dev/input/event2&#8243;</p>
<p>MODULES=&#8221;"</p>
<p># Default configuration files for your hardware if any</p>
<p>LIRCD_CONF=&#8221;"</p>
<p>LIRCMD_CONF=&#8221;"</p>
<p>5 Le indicamos las frecuencias del mando</p>
<p>nano /etc/lirc/lircd.conf</p>
<p>y modificamos lo siguiente</p>
<p>#</p>
<p># this config file was created by using lirc-0.8 on Thu Sept 14 2006</p>
<p>#</p>
<p># contributed by elturisto</p>
<p>#</p>
<p># brand: AVerMedia</p>
<p># model no. of remote control: RM-FP</p>
<p># devices being controlled by this remote: AVerMedia DVB-T USB2.0 (A800)</p>
<p>#</p>
<p>begin remote</p>
<p>name  rmfp</p>
<p>bits           32</p>
<p>flags SPACE_ENC|CONST_LENGTH</p>
<p>eps            30</p>
<p>aeps          100</p>
<p>header       8967  4524</p>
<p>one           565  1682</p>
<p>zero          565   559</p>
<p>ptrail        561</p>
<p>repeat       8968  2276</p>
<p>  gap          107905</p>
<p>  toggle_bit      0</p>
<p>      begin codes</p>
<p>          power                    0&#215;00010074</p>
<p>          source                   0&#215;00010094</p>
<p>          1                        0&#215;00010002</p>
<p>          2                        0&#215;00010003</p>
<p>          3                        0&#215;00010004</p>
<p>          4                        0&#215;00010005</p>
<p>          5                        0&#215;00010006</p>
<p>          6                        0&#215;00010007</p>
<p>          7                        0&#215;00010008</p>
<p>          8                        0&#215;00010009</p>
<p>          9                        0x0001000a</p>
<p>          0                        0x0001000b</p>
<p>#          display                </p>
<p>#          snapshot               </p>
<p>          chrtn                    0x0001006a</p>
<p>          chprev                   0x000100ca</p>
<p>          chup                     0&#215;00010192</p>
<p>          chdown                   0&#215;00010193</p>
<p>          voldown                  0&#215;00010072</p>
<p>          volup                    0&#215;00010073</p>
<p>          fullscreen               0&#215;00010174</p>
<p>          mute                     0&#215;00010071</p>
<p>          audio                    0&#215;00010188</p>
<p>          record                   0x000100a7</p>
<p>          play                     0x000100cf</p>
<p>          stop                     0&#215;00010080</p>
<p>          pause                    0x000100a4</p>
<p>          rewind                   0x0001009e</p>
<p>          forward                  0x0001009f</p>
<p>          teletext                 0&#215;00010184</p>
<p>          last                     0&#215;00010194</p>
<p>         next                     0&#215;00010195</p>
<p>          epg                      0x0001016d</p>
<p>          menu                     0x0001008b</p>
<p>      end codes</p>
<p>end remote</p>
<p>Las frecuencias del la tecla display y la de snapshot no he encontrado las frecuencias y las que hay en la web de LIRC.ORG no me iban.</p>
<p>6 Reconfiguramos lirc para que pille los parametros nuevos</p>
<p>dpkg-reconfigure lirc</p>
<p>7 Provamos que todo funciona</p>
<p>irw</p>
<p>0000000000010005 00 4 rmfp</p>
<p>0000000000010006 00 5 rmfp</p>
<p>000000000001000a 00 9 rmfp</p>
<p>000000000001000b 00 0 rmfp</p>
<p>0000000000010192 00 chup rmfp</p>
<p>0000000000010072 00 voldown rmfp</p>
<p>0000000000010073 00 volup rmfp</p>
<p>al pulsar las teclas os han tenido que aparecer algo parecido a lo anterior</p>
<p>8 asociamos las teclas a los programas</p>
<p>nano ~/.lircrc</p>
<p>añadimos la configuracion de las teclas y los programas. este es un ejemplo de configuracion para amarok y kaffeine</p>
<p>#amarok</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = menu</p>
<p>        config = amarok</p>
<p>end</p>
<p>begin</p>
<p>       prog = irexec</p>
<p>        button = power</p>
<p>       config = dcop amarok MainApplication-Interface quit</p>
<p>end</p>
<p>begin</p>
<p>    prog = irexec</p>
<p>    button = play</p>
<p>    config = dcop amarok player play</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = forward</p>
<p>        config = dcop amarok player seekRelative 10</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = rewind</p>
<p>        config = dcop amarok player seekRelative -5</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = pause</p>
<p>        config = dcop amarok player pause</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = stop</p>
<p>        config = dcop amarok player stop</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>       button = next</p>
<p>       config = dcop amarok player next</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>       button = last</p>
<p>        config = dcop amarok player prev</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>       button = chup</p>
<p>       config = dcop amarok player next</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = chdown</p>
<p>        config = dcop amarok player prev</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = volup</p>
<p>       config = dcop amarok player volumeUp</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = mute</p>
<p>        config = dcop amarok player mute</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = voldown</p>
<p>        config = dcop amarok player volumeDown</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = epg</p>
<p>        config = dcop amarok playlist togglePlaylist</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = chrtn</p>
<p>        config = toggleRandomAmarok</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = fullscreen</p>
<p>        config = dcop amarok player showOSD</p>
<p>end</p>
<p>#kaffeine</p>
<p>begin</p>
<p>       prog = irexec</p>
<p>        button = source</p>
<p>        config = kaffeine</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = play</p>
<p>        config = dcop kaffeine KaffeineIface play</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = pause</p>
<p>        config = dcop kaffeine KaffeineIface pause</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = stop</p>
<p>        config = dcop kaffeine KaffeineIface stop</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = forward</p>
<p>        config = dcop kaffeine KaffeineIface posPlus</p>
<p>end</p>
<p>begin</p>
<p>       prog = irexec</p>
<p>        button = rewind</p>
<p>        config = dcop kaffeine KaffeineIface posMinus</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = next</p>
<p>        config = dcop kaffeine KaffeineIface next</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = last</p>
<p>        config = dcop kaffeine KaffeineIface previous</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = chup</p>
<p>        config = dcop kaffeine KaffeineIface next</p>
<p>end</p>
<p>begin</p>
<p>       prog = irexec</p>
<p>        button = chdown</p>
<p>        config = dcop kaffeine KaffeineIface previous</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = power</p>
<p>        config = dcop kaffeine KaffeineIface quit</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = volup</p>
<p>        config = dcop kaffeine KaffeineIface volUp</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = mute</p>
<p>        config = dcop kaffeine KaffeineIface mute</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>        button = voldown</p>
<p>       config = dcop kaffeine KaffeineIface volDown</p>
<p>end</p>
<p>begin</p>
<p>        prog = irexec</p>
<p>       button = fullscreen</p>
<p>        config = dcop kaffeine KaffeineIface fullscreen</p>
<p>end</p>
<p># Chiffres</p>
<p>begin</p>
<p>        prog = irxevent</p>
<p>        button = 1  </p>
<p>        config = Key 1 CurrentWindow</p>
<p>end</p>
<p>begin</p>
<p>       prog = irxevent</p>
<p>        button = 2  </p>
<p>        config = Key 2 CurrentWindow</p>
<p>end begin</p>
<p>        prog = irxevent</p>
<p>        button = 3 </p>
<p>        config = Key 3 CurrentWindow</p>
<p>end begin</p>
<p>       prog = irxevent</p>
<p>        button = 4 </p>
<p>        config = Key 4 CurrentWindow</p>
<p>end begin</p>
<p>       prog = irxevent </p>
<p>       button = 5  </p>
<p>        config = Key 5 CurrentWindow</p>
<p>end</p>
<p>begin</p>
<p>       prog = irxevent</p>
<p>        button = 6  </p>
<p>        config = Key 6 CurrentWindow</p>
<p>end</p>
<p>begin</p>
<p>        prog = irxevent</p>
<p>        button = 7  </p>
<p>       config = Key 7 CurrentWindow</p>
<p>end begin</p>
<p>        prog = irxevent</p>
<p>       button = 8  </p>
<p>       config = Key 8 CurrentWindow</p>
<p>end begin</p>
<p>        prog = irxevent</p>
<p>        button = 9  </p>
<p>        config = Key 9 CurrentWindow</p>
<p>end begin</p>
<p>        prog = irxevent</p>
<p>        button = 0 </p>
<p>        config = Key 0 CurrentWindow</p>
<p>end</p>
<p>9 configuramos el sistema para que arranque los programas que escuchan al mando para gnome :</p>
<p>Sistema-Preferencias-Sesion-Programas al iniciar : <strong>irxevent</strong> y <strong>irexec</strong></p>
<p>para KDE: creamos dos ficheros</p>
<p>este primero</p>
<p>kate ~/.kde/Autostart/irexec #!/bin/bash irexec</p>
<p>y  luego este</p>
<p>kate ~/.kde/Autostart/irxevent #!/bin/bash irxevent</p>
<p>y les damos permisos de ejecucion</p>
<p>chmod u+x ~/.kde/Autostart/irexec ~/.kde/Autostart/irxevent</p>
<p>Cerramos sesion y volvemos a entrar para comprobar que los carga bien</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=24&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/09/22/avertv-dvb-t-usb-20-a800-con-mando-a-distancia/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>
	</item>
		<item>
		<title>LDAP en LENNY</title>
		<link>http://aremox.wordpress.com/2007/09/22/ldap-en-lenny/</link>
		<comments>http://aremox.wordpress.com/2007/09/22/ldap-en-lenny/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 14:52:38 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/09/22/ldap-en-lenny/</guid>
		<description><![CDATA[Este año ha salido ETCH pero ya está en versión de pruebas LENNY, a si  que por qué no probar con cosas nuevas Pues con esto nos ponemos manos a la obra 1º Instalamos los paquetes de compilación #apt-get install make gcc gcc++ 2º Instalamos el demonio de ldap y las utilidades. Nos hará unas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=23&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Este año ha salido ETCH pero ya está en versión de pruebas LENNY, a si  que por qué no probar con cosas nuevas</p>
<p>Pues con esto nos ponemos manos a la obra</p>
<p>1º Instalamos los paquetes de compilación</p>
<p>#apt-get install make gcc gcc++</p>
<p>2º Instalamos el demonio de ldap y las utilidades. Nos hará unas preguntas para configurar la base de datos y demás parámetros</p>
<p><span id="more-23"></span></p>
<p>#apt-get install slapd ldap-utils</p>
<p>3º Tendremos que reconfigurar el paquete slapd, para indicarle algunas cosas que no nos ha preguntado antes</p>
<p>#dpkg-reconfigure slapd</p>
<p>Desea omitir la configuración de ldap: no<br />
Introduzca el nombre de dominio DNS: aremox.asd<br />
Introduzca el nombre de su organización: aremox.asd</p>
<p>Contraseña del administrador: 123456<br />
Verificación de la contraseña: 123456<br />
Motor de base de datos a utilizar: BDB<br />
Desea que se borre la base de datos cuando purgue el paquete slapd: NO<br />
Desea mover la base de datos antigua: SI<br />
Permitir el protocolo LDAPV2: si</p>
<p>4º Probamos si funciona ldap</p>
<p>#ldapsearch -x -b &#8220;dc=aremox,dc=asd&#8221;</p>
<p># extended LDIF</p>
<p>#</p>
<p># LDAPv3</p>
<p># base &lt;dc=aremox,dc=asd&gt; with scope subtree</p>
<p># filter: (objectclass=*)</p>
<p># requesting: ALL</p>
<p>#</p>
<p># aremox.asd</p>
<p>dn: dc=aremox,dc=asd</p>
<p>objectClass: top</p>
<p>objectClass: dcObject</p>
<p>objectClass: organization</p>
<p>o: aremox.asd</p>
<p>dc: aremox</p>
<p># admin, aremox.asd</p>
<p>dn: cn=admin,dc=aremox,dc=asd</p>
<p>objectClass: simpleSecurityObject</p>
<p>objectClass: organizationalRole</p>
<p>cn: admin</p>
<p>description: LDAP administrator</p>
<p># search result</p>
<p>search: 2</p>
<p>result: 0 Success</p>
<p># numResponses: 3</p>
<p># numEntries: 2</p>
<p>5º Instalamos samba</p>
<p>#apt-get install samba samba-doc smbldap-tools</p>
<p>Nos pregunta el nombre del domino Windows</p>
<p>Nombre del domonimio o grupo de trabajo: AREMOX</p>
<p>Modificar smb.conf para que use la configuración WINS proveniente de DHCP: no</p>
<p>6º Añadimos el soporte de samba a ldap</p>
<p>#cd /usr/share/doc/samba-doc/examples/LDAP</p>
<p>#gunzip samba.schema.gz</p>
<p>#cp samba.schema /etc/ldap/schema</p>
<p>#nano /etc/ldap/slapd.conf</p>
<p>Añadimos esta línea</p>
<p>include /etc/ldap/schema/samba.schema</p>
<p>7º Configuramos samba, dejando el fichero /etc/samba/smb.conf como el siguiente pero con los parámetros de nuestro sistema</p>
<p>[global]</p>
<p>#Configuración básica del servidor</p>
<p>workgroup = AREMOX</p>
<p>netbios name = FENIX</p>
<p>#Impresora</p>
<p>use client driver = yes</p>
<p>load printers = yes</p>
<p>printing = cups</p>
<p>printcap name = cups</p>
<p># configuración para que la maquina sea el PDC master</p>
<p>domain logons = Yes</p>
<p>os level = 64</p>
<p>preferred master = Yes</p>
<p>domain master = Yes</p>
<p>#Configuraciones varias para samba</p>
<p>passwd program = /usr/sbin/smbldap-passwd -o &#8216;%u&#8217;</p>
<p>username map = /etc/samba/smbusers</p>
<p>log level = 3</p>
<p>log file = /var/log/log.%m</p>
<p>max log size = 50</p>
<p>name resolve order = wins lmhosts host bcast</p>
<p>#Scripts para automatizar la adicion de cuentas y maquinas</p>
<p>add user script = /usr/sbin/smbldap-useradd -m &#8216;%u&#8217;</p>
<p>delete user script = /usr/sbin/smbldap-userdel &#8216;%u&#8217;</p>
<p>add group script = /usr/sbin/smbldap-groupadd -p &#8216;%g&#8217;</p>
<p>delete group script = /usr/sbin/smbldap-groupdel &#8216;%g&#8217;</p>
<p>add user to group script = /usr/sbin/smbldap-groupmod -m &#8216;%u&#8217; &#8216;%g&#8217;</p>
<p>delete user from group script = /usr/sbin/smbldap-groupmod -x &#8216;%u&#8217; &#8216;%g&#8217;</p>
<p>set primary group script = /usr/sbin/smbldap-usermod -g &#8216;%g&#8217; &#8216;%u&#8217;</p>
<p>add machine script = /usr/sbin/smbldap-useradd -w &#8216;%u&#8217;</p>
<p>unix password sync = yes</p>
<p>#parametros logon y profiles moviles (sin profiles moviles ahora)</p>
<p>logon script = logon.bat</p>
<p>logon path =</p>
<p>logon drive =</p>
<p>logon home =</p>
<p>wins support = Yes</p>
<p>#parametros para el soporte de LDAP</p>
<p>passdb backend = ldapsam:ldap://127.0.0.1</p>
<p>ldap admin dn = cn=admin,dc=aremox,dc=asd</p>
<p>ldap group suffix = ou=Groups</p>
<p>ldap idmap suffix = ou=Idmap</p>
<p>ldap machine suffix = ou=Computers</p>
<p>ldap passwd sync = Only</p>
<p>ldap suffix = dc=aremox,dc=com</p>
<p>ldap ssl = no</p>
<p>ldap user suffix = ou=People</p>
<p>#configuracion idmap</p>
<p>idmap uid = 15000-20000</p>
<p>idmap gid = 15000-20000</p>
<p>#configuración directorios y admins</p>
<p>create mask = 0777</p>
<p>directory mask = 0777</p>
<p>admin users = @administradores</p>
<p>security = user</p>
<p>encrypt passwords = true</p>
<p>socket options = SO_KEEPALIVE TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192</p>
<p>#directorios compartidos</p>
<p>[netlogon]</p>
<p>comment = Network Logon Service</p>
<p>path = /var/lib/samba/netlogon/scripts</p>
<p>guest ok = Yes</p>
<p>browsable = no</p>
<p>[tmp]</p>
<p>comment = Espacio para ficheros temporales</p>
<p>path = /tmp</p>
<p>read only = No</p>
<p>guest ok = Yes</p>
<p>[printers]</p>
<p>comment = All Printers</p>
<p>path = /tmp</p>
<p>create mask = 0700</p>
<p>printable = Yes</p>
<p>browseable = No</p>
<p>[print$]</p>
<p>comment = Printer Drivers</p>
<p>path = /var/lib/samba/printers</p>
<p>[Descargas]</p>
<p>comment = descargas</p>
<p>path = /descargas/Incoming</p>
<p>read only = no</p>
<p>browsable = yes</p>
<p>[Musica]</p>
<p>comment = &#8220;Musica&#8221;</p>
<p>path = /musica</p>
<p>browsable =yes</p>
<p>read only = No</p>
<p>8º Indicamos la clave del administrador de ldap en samba, es la misma que usaremos para meter las maquinas en dominio</p>
<p>#smbpasswd -w 123456</p>
<p>#/etc/init.d/samba restart</p>
<p>#/etc/init.d/slapd stop</p>
<p>#su – openldap -c slapindex</p>
<p>#/etc/init.d/slapd start</p>
<p>9º Instalamos ldap-account-manager que nos ayudara a gestionar ldap</p>
<p>#apt-get install ldap-account-manager php5-mcrypt php5-mhash</p>
<p>10º Configuramos ldap-account-manager</p>
<p>En un navegador ponemos <a href="http://la-ip-de-ldap-account-manager/lam">http://la-ip-de-ldap-account-manager/lam</a></p>
<p>Entramos en lam configuration &#8211;&gt; Edit Server Profiles (password:lam) &#8211;&gt; Edit Account types</p>
<p>Configuramos con los parametros que pusimos en samba (Users, Groups, Computers, sambaDomainName=AREMOX) y pulsamos OK</p>
<p><a href="http://aremox.files.wordpress.com/2007/09/clip-image002.jpg"><img style="border-width:0;" src="http://aremox.files.wordpress.com/2007/09/clip-image002-thumb.jpg?w=244&#038;h=178" border="0" alt="clip_image002" width="244" height="178" /></a></p>
<p>Configuramos los datos de nuestro servidor y el usuario administrador</p>
<p><a href="http://aremox.files.wordpress.com/2007/09/clip-image004.jpg"><img style="border-width:0;" src="http://aremox.files.wordpress.com/2007/09/clip-image004-thumb.jpg?w=244&#038;h=178" border="0" alt="clip_image004" width="244" height="178" /></a></p>
<p><a href="http://aremox.files.wordpress.com/2007/09/clip-image006.jpg"><img style="border-width:0;" src="http://aremox.files.wordpress.com/2007/09/clip-image006-thumb.jpg?w=244&#038;h=178" border="0" alt="clip_image006" width="244" height="178" /></a></p>
<p>También cambiamos la password y pulsamos OK</p>
<p>En la pantalla principal ponemos la password y pulsamos Inicio de sesión</p>
<p><a href="http://aremox.files.wordpress.com/2007/09/clip-image008.jpg"><img style="border-width:0;" src="http://aremox.files.wordpress.com/2007/09/clip-image008-thumb.jpg?w=244&#038;h=178" border="0" alt="clip_image008" width="244" height="178" /></a></p>
<p>Nos informa de que no están creadas las OU pero le damos a cancelar</p>
<p>Pinchamos en visor del árbol y vemos que tenemos creadas dos entradas una con cn=admin y otra con sambaDomainName=AREMOX</p>
<p>Pinchamos sobre samba y buscamos sambaSID</p>
<p>Copiamos el número que aparece</p>
<p>S-1-5-21-3784252129-1407029805-4230330455</p>
<p>Si en la consola ejecutamos</p>
<p># net getlocalsid</p>
<p>SID for domain FENIX is: S-1-5-21-3784252129-1407029805-4230330455</p>
<p>Nos tiene que dar el mismo número</p>
<p>11º Preparamos las herramientas de ldap-tools</p>
<p>#mkdir -p /etc/opt/IDEALX/smbldap-tools/</p>
<p>#cd /usr/share/doc/smbldap-tools/examples/</p>
<p>#gunzip smbldap.conf.gz</p>
<p>#cp /usr/share/doc/smbldap-tools/examples/smbldap.conf /etc/opt/IDEALX/smbldap-tools/</p>
<p># cp /usr/share/doc/smbldap-tools/examples/smbldap_bind.conf /etc/opt/IDEALX/smbldap-tools/</p>
<p>#nano /etc/opt/IDEALX/smbldap-tools/smbldap.conf</p>
<p>Configuramos el fichero con nuestros datos</p>
<p>SID=&#8221;S-1-5-21-3784252129-1407029805-4230330455&#8243;</p>
<p>sambaDomain=&#8221;AREMOX&#8221;</p>
<p>slaveLDAP=&#8221;127.0.0.1&#8243;</p>
<p>slavePort=&#8221;389&#8243;</p>
<p>masterLDAP=&#8221;127.0.0.1&#8243;</p>
<p>masterPort=&#8221;389&#8243;</p>
<p>ldapTLS=&#8221;1&#8243;</p>
<p>verify=&#8221;require&#8221;</p>
<p>cafile=&#8221;/etc/opt/IDEALX/smbldap-tools/ca.pem&#8221;</p>
<p>clientcert=&#8221;/etc/opt/IDEALX/smbldap-tools/smbldap-tools.pem&#8221;</p>
<p>clientkey=&#8221;/etc/opt/IDEALX/smbldap-tools/smbldap-tools.key&#8221;</p>
<p>suffix=&#8221;dc=aremox,dc=asd&#8221;</p>
<p>usersdn=&#8221;ou=Users,${suffix}&#8221;</p>
<p>computersdn=&#8221;ou=Computers,${suffix}&#8221;</p>
<p>groupsdn=&#8221;ou=Groups,${suffix}&#8221;</p>
<p>idmapdn=&#8221;ou=Idmap,${suffix}&#8221;</p>
<p>sambaUnixIdPooldn=&#8221;sambaDomainName=AREMOX,${suffix}&#8221;</p>
<p>scope=&#8221;sub&#8221;</p>
<p>hash_encrypt=&#8221;MD5&#8243;</p>
<p>crypt_salt_format=&#8221;%s&#8221;</p>
<p>userLoginShell=&#8221;/bin/bash&#8221;</p>
<p>userHome=&#8221;/home/%U&#8221;</p>
<p>userHomeDirectoryMode=&#8221;700&#8243;</p>
<p>userGecos=&#8221;System User&#8221;</p>
<p>defaultUserGid=&#8221;513&#8243;</p>
<p>defaultComputerGid=&#8221;515&#8243;</p>
<p>skeletonDir=&#8221;/etc/skel&#8221;</p>
<p>defaultMaxPasswordAge=&#8221;45&#8243;</p>
<p>userSmbHome=&#8221;\\FENIX\%U&#8221;</p>
<p>userProfile=&#8221;\\FENIX\profiles\%U&#8221;</p>
<p>userHomeDrive=&#8221;H:&#8221;</p>
<p>userScript=&#8221;logon.bat&#8221;</p>
<p>mailDomain=&#8221;aremox.com&#8221;</p>
<p>with_smbpasswd=&#8221;0&#8243;</p>
<p>smbpasswd=&#8221;/usr/bin/smbpasswd&#8221;</p>
<p>with_slappasswd=&#8221;0&#8243;</p>
<p>slappasswd=&#8221;/usr/sbin/slappasswd&#8221;</p>
<p>#nano /etc/opt/IDEALX/smbldap-tools/smbldap_bind.conf</p>
<p>Lo editamos y lo configuramos con nuestros datos</p>
<p>############################</p>
<p># Credential Configuration #</p>
<p>############################</p>
<p># Notes: you can specify two differents configuration if you use a</p>
<p># master ldap for writing access and a slave ldap server for reading access</p>
<p># By default, we will use the same DN (so it will work for standard Samba</p>
<p># release)</p>
<p>slaveDN=&#8221;cn=admin,dc=aremox,dc=asd&#8221;</p>
<p>slavePw=&#8221;123456&#8243;</p>
<p>masterDN=&#8221;cn=admin,dc=aremox,dc=asd&#8221;</p>
<p>masterPw=&#8221;123456&#8243;</p>
<p>#smbldap-populate</p>
<p>Al final nos pide una pasword que es la misma que la de samba o la de ldap, antes nos habrá creado los OU y grupos que lam nos decía que faltaban, si entramos ahora lo podemos comprobar, además de poder crear un usuario para hacer pruebas</p>
<p>12º Configurar maquina UNIX para logarse en ldap</p>
<p>NSS</p>
<p>#apt-get install libnss-ldap</p>
<p>Reconfiguramos</p>
<p>#dpkg-reconfigure libnss-ldap</p>
<p>Nos pedirá la siguiente información</p>
<p>Servidor de LDAP 127.0.0.1</p>
<p>Nombre distintivo (DN) dc=aremox,dc=asd</p>
<p>Versión de LDAP 3</p>
<p>Se requiere usuario para la base de datos LDAP no</p>
<p>Privilegios especiales de LDAP para root sí</p>
<p>Configuración leíble y escribible sólo para el propietario sí</p>
<p>Cuenta LDAP para root cn=admin,dc=aremox,dc=asd</p>
<p>Contraseña para la cuenta LDAP de root suclave (La misma del admin de LDAP)</p>
<p>editamos el archivo de configuración /etc/nsswitch.conf y lo modificamos para que queden así:</p>
<p>passwd: compat ldap</p>
<p>group: compat ldap</p>
<p>shadow: compat ldap</p>
<p>hosts: files dns ldap</p>
<p>networks: files</p>
<p>protocols: db files</p>
<p>services: db files</p>
<p>ethers: db files</p>
<p>rpc: db files</p>
<p>netgroup: nis</p>
<p>Ya podríamos ver los usuarios LDAP como usuarios del sistema, para comprobarlo ejecutamos:</p>
<p>#getent passwd</p>
<p>&#8230;</p>
<p>ivan:x:1000:1000:ivan,,,:/home/ivan:/bin/bash</p>
<p>haldaemon:x:105:107:Hardware abstraction layer,,,:/home/haldaemon:/bin/false</p>
<p>sshd:x:106:65534::/var/run/sshd:/usr/sbin/nologin</p>
<p>openldap:x:107:109:OpenLDAP Server Account,,,:/var/lib/ldap:/bin/false</p>
<p>root:x:0:0:Netbios Domain Administrator:/home/root:/bin/false #USUARIO LDAP</p>
<p>nobody:x:999:514:nobody:/dev/null:/bin/false #USUARIO LDAP</p>
<p>iarenas:x:10000:512:Ivan Arenas Morante:/home/iarenas:/bin/bash #USUARIO LDAP</p>
<p>&#8230;</p>
<p>Donde se debería de mostrar, además de los usuarios del sistema, los usuarios que hemos creado para hacer pruebas</p>
<p>#getent group</p>
<p>&#8230;</p>
<p>openldap:x:109:</p>
<p>Domain Admins:*:512:root #GRUPOS LDAP#</p>
<p>Domain Users:*:513: #GRUPOS LDAP#</p>
<p>Domain Guests:*:514: #GRUPOS LDAP#</p>
<p>Domain Computers:*:515: #GRUPOS LDAP#</p>
<p>Administrators:*:544: #GRUPOS LDAP#</p>
<p>Account Operators:*:548: #GRUPOS LDAP#</p>
<p>Print Operators:*:550: #GRUPOS LDAP#</p>
<p>Backup Operators:*:551: #GRUPOS LDAP#</p>
<p>Replicators:*:552: #GRUPOS LDAP#</p>
<p>&#8230;</p>
<p>Al igual que el comando anterior nos muestra los grupos</p>
<p>PAM</p>
<p>#apt-get install libpam-ldap</p>
<p>Reconfiguramos</p>
<p>#dpkg-reconfigure libpam-ldap</p>
<p>Servidor de LDAP 127.0.0.1</p>
<p>Nombre distintivo (DN) dc=aremox,dc=asd</p>
<p>Versión de LDAP 3</p>
<p>Make local root Database admin sí</p>
<p>Se requiere usuario para la base de datos LDAP no</p>
<p>LDAP account for root cn=admin,dc=aremox,dc=asd</p>
<p>Contraseña para la cuenta LDAP de root suclave &#8211; La misma del admin de LDAP</p>
<p>Local crypt to use when changing passwords md5</p>
<p>Ahora vamos a editar los archivos necesarios para que funcione PAM:</p>
<p>#nano /etc/pam.d/common-account.</p>
<p>Sustituimos :</p>
<p>account required pam_unix.so</p>
<p>por:</p>
<p>account sufficient pam_ldap.so</p>
<p>account required pam_unix.so try_first_pass</p>
<p>#nano /etc/pam.d/common-auth:</p>
<p>auth required pam_unix.so nullok_secure</p>
<p>por:</p>
<p>auth sufficient pam_ldap.so</p>
<p>auth required pam_unix.so nullok_secure use_first_pass</p>
<p>#nano /etc/pam.d/common-password:</p>
<p>password required pam_unix.so nullok obscure min=4 max=8 md5</p>
<p>por:</p>
<p>password sufficient pam_ldap.so</p>
<p>password required pam_unix.so nullok obscure min=4 max=8 md5 use_first_pass</p>
<p>#nano /etc/pam.d/common-session</p>
<p>session required pam_unix.so</p>
<p>por:</p>
<p>session required pam_mkhomedir.so skel=/etc/skel/ umask=0022</p>
<p>session required pam_limits.so</p>
<p>session required pam_unix.so</p>
<p>session sufficient pam_ldap.so</p>
<p>Esto último nos crea el home del usuario por defecto si no esta creado.</p>
<p>Reiniciamos ssh</p>
<p>#/etc/init.d/ssh restart</p>
<p>Y probamos que funciona todo</p>
<p>#ssh iarenas@ip-del-mismo-servidor</p>
<p>Nos pide la password y nos crea el home si no existe</p>
<p>Si esto no funciona no reiniciéis o no podréis entrar en el sistema, para solucionarlo revisar todas las configuraciones de nss y pam</p>
<p>13º Maquina Windows</p>
<p>Panel de control à Sistema &#8211;&gt; Nombre de equipo cambiar &#8212;&gt; Marcamos Dominio</p>
<p>Ponemos en Dominio: aremox</p>
<p>Pulsamos aceptar el usuario es root y la password la de ldap y samba</p>
<p>Esto es todo, a disfrutarlo</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=23&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/09/22/ldap-en-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>

		<media:content url="http://aremox.files.wordpress.com/2007/09/clip-image002-thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://aremox.files.wordpress.com/2007/09/clip-image004-thumb.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://aremox.files.wordpress.com/2007/09/clip-image006-thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://aremox.files.wordpress.com/2007/09/clip-image008-thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalación de EPSON STYLUS D88 en cups + samba</title>
		<link>http://aremox.wordpress.com/2007/04/21/instalacion-de-epson-stylus-d88-en-cups-samba/</link>
		<comments>http://aremox.wordpress.com/2007/04/21/instalacion-de-epson-stylus-d88-en-cups-samba/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 02:03:47 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/04/21/instalacion-de-epson-stylus-d88-en-cups-samba/</guid>
		<description><![CDATA[A continuación os dejo unos pasos de cómo instalar una EPSON STYLUS D88 en CUPS en debían. 1º instalamos los paquetes apt-get install cupsys cupsys-driver-gimpprint cupsys-driver-gutenprint printconf usbutils Esto te instala todas las dependencias y los paquetes que se necesitan 2º Enchufamos la impresora 3º Configuramos el archivo de CUPS vi /etc/cups/cupsd.conf LogLevel warningSystemGroup lpadminListen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=12&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="3">A continuación os dejo unos pasos de cómo instalar una EPSON STYLUS D88 en CUPS en debían.</font></p>
<p><font size="3">1º instalamos los paquetes</font></p>
<p><font size="3">apt-get install cupsys cupsys-driver-gimpprint cupsys-driver-gutenprint printconf</font><font size="3"> usbutils</font></p>
<p><font size="3">Esto te instala todas las dependencias y los paquetes que se necesitan</font><font size="3"> <span id="more-12"></span></font><font size="3">2º Enchufamos la impresora</p>
<p>3º Configuramos el archivo de CUPS</p>
<p>vi /etc/cups/cupsd.conf</p>
<p></font><font size="2" face="Courier New">LogLevel warning</font><font size="2" face="Courier New">SystemGroup lpadmin</font><font size="2" face="Courier New">Listen localhost:631</font><font size="2" face="Courier New">Listen /var/run/cups/cups.sock</font><font size="2" face="Courier New">Listen 192.168.0.5:631 #Poner dirección del servidor</p>
<p>Browsing On</p>
<p>BrowseOrder allow,deny</p>
<p>BrowseAllow @LOCAL</p>
<p>DefaultAuthType Basic</p>
<p>&lt;Location /&gt;</p>
<p>Order allow,deny</p>
<p># Poner la red desde la que vamos a acceder (acepta asteriscos)</p>
<p>Allow 192.168.0.*</p>
<p>&lt;/Location&gt;</p>
<p>&lt;Location /admin&gt;</p>
<p>#Encryption Required // activa o desactiva la pagina segura (https)</p>
<p>Order allow,deny</p>
<p># Poner la red desde la que vamos a acceder (acepta asteriscos)</p>
<p>Allow 192.168.0.*</p>
<p>&lt;/Location&gt;</p>
<p>&lt;Location /admin/conf&gt;</p>
<p>AuthType Basic</p>
<p>Require user @SYSTEM</p>
<p>Order allow,deny</p>
<p># Poner la red desde la que vamos a acceder (acepta asteriscos)</p>
<p>Allow 192.168.0.*</p>
<p>&lt;/Location&gt;</p>
<p>&lt;Policy default&gt;</p>
<p>&lt;Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job&gt;</p>
<p>Require user @OWNER @SYSTEM</p>
<p>Order deny,allow</p>
<p>&lt;/Limit&gt;</p>
<p>&lt;Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default&gt;</p>
<p>AuthType Basic</p>
<p>Require user @SYSTEM</p>
<p>Order deny,allow</p>
<p>&lt;/Limit&gt;</p>
<p>&lt;Limit Cancel-Job CUPS-Authenticate-Job&gt;</p>
<p>Require user @OWNER @SYSTEM</p>
<p>Order deny,allow</p>
<p>&lt;/Limit&gt;</p>
<p>&lt;Limit All&gt;</p>
<p>Order deny,allow</p>
<p>&lt;/Limit&gt;</p>
<p>&lt;/Policy&gt;</p>
<p>Printcap /var/run/cups/printcap</p>
<p><font size="3">4º Reiniciamos el servicio</font><font size="3">/etc/init.d/cupsys restart.</font></p>
<p></font><font size="3">5º Ahora vamos a añadir la impresora</font><font size="3"> </font><font size="3">En el navegador ponemos http://192.168.0.5:631 o la dirección del servidor que proceda</font><font size="3"><font size="3">Pulsamos en añadir impresora y, cambiamos de pagina</font></p>
<p><font size="3">En Nombre ponemos el nombre de la impresora</font></p>
<p></font><font size="3">En Ubicación lo dejamos en blanco (es para la utilizacion de clases)</font><font size="3"> </font><font size="3">En Descripcion lo que queramos, esto nos servira para identificar la impresora si cuinciden en el nombre</font><font size="3">Pulsamos siguiente</font><font size="3"><font size="3">Nos tiene que aparecer la impresora que vamos a instalar en el puerto USB, si no, tenemos que mirar si nos falta algún paquete de los USB</font></p>
<p>La seleccionamos de la lista y pulsamos siguiente</p>
<p><font size="3">En la pagina que aparece seleccionamos el modelo y pulsamos en siguiente</font></p>
<p></font><font size="3">Con esto ya tendremos la impresora añadida.</font><font size="3"> </font></p>
<p><font size="3">6º Configuramos samba para que se pueda ver por Windows</font><font size="3"> </font><font size="3">Añadimos las siguientes líneas a /etc/samba/smb.conf</font><font size="2" face="Courier New">[printers]</font><font size="2" face="Courier New">comment = All Printers</font><font size="2" face="Courier New">path = /tmp</font><font size="2" face="Courier New">create mask = 0700</font><font size="2" face="Courier New">printable = Yes</p>
<p>browseable = No</p>
<p>[print$]</p>
<p>comment = Printer Drivers</p>
<p>path = /var/lib/samba/printers</p>
<p><font size="3">7º Reiniciamos samba</font><font size="3">/etc/init.d/samba restart</font><font size="3">8º añadimos la impresora a Windows o Linux, para esto buscamos en el explorador de red, entramos en el servidor y hacemos doble clic en la impresora</font><font size="3">Si nos pide los driver tendremos que bajárnoslos de <a href="http://esupport.epson-europe.com/ProductHome.aspx?lng=en-GB&amp;data=514BA05B08F9E9DF12E27443C45C176D8C88A220A3F01748ED37AC4F2C8FCC9B"><u><font size="3" color="#0000ff">Epson</font></u></a>.</font></p>
<p></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=12&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/04/21/instalacion-de-epson-stylus-d88-en-cups-samba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar el Unslung en el NSLU2</title>
		<link>http://aremox.wordpress.com/2007/04/08/instalar-el-unslung-en-el-nslu2/</link>
		<comments>http://aremox.wordpress.com/2007/04/08/instalar-el-unslung-en-el-nslu2/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 18:55:57 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[NSLU2]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/04/08/instalar-el-unslung-en-el-nslu2/</guid>
		<description><![CDATA[Me quedaba por probar unslung y con motivo de la instalación de un servidor cups me he dispuesto a instalarlo. Estos son mis pasos y reflexionesPara instalar Unslung primero nos bajamos el FIRMWARE en http://www.slug-firmware.net/u-dls.php Flashear el NSLU2 con el firmware descargado. Yo utilizo en Linux “upslugs2” y en Windows a tool.Para ponerlo en modo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=11&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"> <span><font face="Calibri">Me quedaba por probar unslung y con motivo de la instalación de un servidor cups me he dispuesto a instalarlo. Estos son mis pasos y reflexiones<span id="more-11"></span></font></span></span></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Para instalar Unslung primero nos bajamos el FIRMWARE en <a href="http://www.slug-firmware.net/u-dls.php"><font color="#800080">http://www.slug-firmware.net/u-dls.php</font></a> </span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Flashear el NSLU2 con el firmware descargado. Yo utilizo en Linux “<a href="http://www.nslu2-linux.org/wiki/Main/UpSlug2">upslugs2</a>” y en Windows <a href="http://www.everbesthk.com/8-download/sercomm/firmware/all_router_utility.zip">a tool</a>.</span></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Para ponerlo en modo flasheo, con el aparato apagado, se pulsa el reset que hay detrás y se mantiene pulsado mientras se pulsa el encendido, a los 10 segundos la primera luz Ready/status se cabia de naranja a rojo, entonces es cuando se suelta el reset y cuando parpadean en verde las dos luces es cuando se suelta el encendido.</span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Nos vamos a la dirección Web de nuestro NSLug </span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">En <a href="http://192.168.0.2/Management/setup.cgi?next_file=lan.htm"><span style="color:windowtext;text-decoration:none;">Administration</span></a> &gt; avanced &gt; Disk, formateamos el disco ( el 1 o el 2 dependiendo donde tengamos el USB pinchado) el usuario y la password son admin para ambos</span></span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Ahora nos vamos a home &gt; <a href="http://192.168.0.2/Management/telnet.cgi"><span style="color:windowtext;text-decoration:none;">  Manage Telnet</span></a> &gt; Enable Telnet ( el mismo usuario y password)</span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Cuando este enable nos conectamos por telnet <span> </span>(user: root password: uNSLUng)</span></span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Ahora activamos el arranque en el USB</span></span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><em>unsling disk1</em></span></code></span></span></code></font></p>
<p><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Nos pedirá la password nueva </span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';">Reiniciamos el NSLug</span></code></span></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span> </span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"></span></code></font><font face="Calibri"><code><span style="line-height:115%;font-family:'Calibri','sans-serif';"></span></code></font></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>reboot</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Al reiniciar tendremos que volver a activar el telnet y conectarnos </font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Instalamos el SSH y demás programas útil</font></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">es</font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>ipkg update</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>ipkg install openssh nano bash </em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Como la shell que viene es un poco asquerosa configuramos bash</font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>echo "/opt/bin/bash" &gt;&gt; /etc/shells</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Configuramos el passwd para el usuario root</font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>cd /etc/</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>vi passwd </em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>root:xxxxxx:0:0:root:/root:/bin/bash</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Configuramos el prom para que sea bonito</font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>ln -s /opt/etc/profile /etc/profile</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>vi /etc/profile</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>PS1="[\u@\h \w]# "</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Como no tenemos more nos tendremos que conformar con el less </font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>ipkg install less</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">Reiniciamos el cacharro </font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri"><em>reboot</em></font></span></code></p>
<p><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"></span></code><code><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"><font face="Calibri">En cuanto arranque esto está.</font></span></code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=11&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/04/08/instalar-el-unslung-en-el-nslu2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>
	</item>
		<item>
		<title>Integración de redes con OpenLDAP, Samba, CUPS y PyKota</title>
		<link>http://aremox.wordpress.com/2007/04/01/integracion-de-redes-con-openldap-samba-cups-y-pykota/</link>
		<comments>http://aremox.wordpress.com/2007/04/01/integracion-de-redes-con-openldap-samba-cups-y-pykota/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 11:21:25 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/04/01/integracion-de-redes-con-openldap-samba-cups-y-pykota/</guid>
		<description><![CDATA[Buscando información sobre LDAP y, a la espera de que samba 4 se vuelva estable, me he topado con este tutorial sobre cómo integrar OpenLDAP, Samba, CUPS y PyKota. El tutorial es un poco antiguo pero está muy bien explicado y se puede aplicar a las últimas versiones de cada aplicación (con ciertas modificaciones) y, lo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=10&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin:0 0 10pt;" class="MsoNormal"><font face="Calibri">Buscando información sobre LDAP y, a la espera de que samba 4 se vuelva estable, me he topado con este </font><a href="http://olsacupy.berlios.de/v0.2/html/index.html"><font color="#800080" face="Calibri">tutorial</font></a><font face="Calibri"> sobre cómo integrar </font><a href="http://www.openldap.org/"><font color="#800080" face="Calibri">OpenLDAP</font></a><font face="Calibri">, </font><a href="http://us1.samba.org/samba/"><font color="#800080" face="Calibri">Samba</font></a><font face="Calibri">, </font><a href="http://www.cups.org/"><font color="#800080" face="Calibri">CUPS</font></a><font face="Calibri"> y </font><a href="http://www.pykota.com/"><font color="#800080" face="Calibri">PyKota</font></a>.</p>
<p style="margin:0 0 10pt;" class="MsoNormal"><font face="Calibri">El tutorial es un poco antiguo pero está muy bien explicado y se puede aplicar a las últimas versiones de cada aplicación (con ciertas modificaciones) y, lo más importante es que esta en Castellano</font></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><font face="Calibri">El autor es Sergio González González del <span class="orgname"><a target="_top" href="http://www.ipb.pt/">Instituto Politécnico de Bragança</a>, Portugal<br />
</span></font><font face="Calibri">Dirección del tutorial <a href="http://www.sergio-gonzalez.com/documentacion.php">http://www.sergio-gonzalez.com/documentacion.php</a></font></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><font face="Calibri">Descargar <a href="http://aremox.files.wordpress.com/2007/04/ldapsambacupspykota.pdf" title="ldap+samba+cups+pykota">ldap+samba+cups+pykota</a></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=10&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/04/01/integracion-de-redes-con-openldap-samba-cups-y-pykota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>
	</item>
		<item>
		<title>Cómo meter bootsplash en Debian</title>
		<link>http://aremox.wordpress.com/2007/03/28/como-meter-bootsplash-en-debian/</link>
		<comments>http://aremox.wordpress.com/2007/03/28/como-meter-bootsplash-en-debian/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 10:51:19 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/03/28/como-meter-bootsplash-en-debian/</guid>
		<description><![CDATA[Buscando una solución a no tener que recompilar el Kernel cada vez que quería cambiar de imagen en el bootsplash, descubrí una alternativa que aunque no te permita poner una imagen de fondo en las consolas, si que te permite poner la imagen en el arranque, haciendo mas llevadera la espera. A continuación os pongo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=9&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><a href="http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/" rel="bookmark" title="Cómo meter bootsplash en Debian">  </a></h2>
<p class="MsoNormal">Buscando una solución a no tener que recompilar el Kernel cada vez que quería cambiar de imagen en el <a href="http://es.wikipedia.org/wiki/Bootsplash">bootsplash</a>, descubrí una alternativa que aunque no te permita poner una imagen de fondo en las consolas, si que te permite poner la imagen en el arranque, haciendo mas llevadera la espera.<span id="more-9"></span></p>
<p class="MsoNormal">A continuación os pongo un artículo recogido de <a href="http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/">http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/</a></p>
<h2><a href="http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/" rel="bookmark" title="Cómo meter bootsplash en Debian">  </a></h2>
<p align="center"><img src="http://img225.imageshack.us/img225/7706/kanotixsplashy500dj1aq7.jpg" /></p>
<p>Puse el vídeo de mi <a href="http://es.wikipedia.org/wiki/Etch/">Etch</a> &#8211; y eso que ha pasado apenas un rato &#8211; y me han llegado un aluvión de mails preguntándome cómo había puesto arranque gráfico, la ‘bootsplash’, vaya.</p>
<p>Hago este tutorial que, si bien ha funcionado en mi Etch, no creo que tenga problemas en otras ‘versiones’ de <a href="http://www.debian.org/" target="_blank">Debian</a>. Vamos a conseguir la misma splash que tengo yo:</p>
<ol>
<li>Nos vamos a la web del proyecto <a href="http://alioth.debian.org/projects/splashy/" target="_blank">Splashy</a>, que consiste en hacer una imagen con una barra de progreso en vez de mostrar esa lista de mensajes que ocupa toda la pantalla. Sirve para cualquier distro.</li>
<li>Nos vamos a <a href="http://alioth.debian.org/frs/?group_id=30657" target="_blank">archivos</a> (”Files”), y vamos a encontrar diferentes versiones; <strike>lo lógico sería bajarnos la última, pero no hay paquete deb, así que, una de dos, u obtenemos la antigua con el deb (que también podemos instalarla con apt mediante “apt-get install splashy splashy-themes”) o nos la compilamos nosotros. Yo he optado por instalármela con apt, ya que soy la máxima expresión de vaguería en España.</strike> nos bajamos la última, el paquete .deb.</li>
<li>Ya está instalado, con unos themes por defecto (asumiendo que lo instalaste por apt o con el deb); ahora, deberemos modificar cierta línea en /boot/grub/menu.lst para que quede algo como:kernel /boot/vmlinuz-2.6.18-4-486 root=/dev/hda4 ro quiet splash vga=792Generalmente con añadir “quiet splash vga=792″ suele bastar. Debe agregarse en la primera entrada que tengamos de Debian.</li>
<li>¡Ya está instalado! Ahora, cada vez que iniciemos nuestro Debian, aparecerá una bonita pantalla con una barra cargando.</li>
</ol>
<p>Me he cansado del theme, ¿qué hago?: Fácil, te vas a /etc/splashy/themes, ves los themes que tienes, te vueltes a /etc/splashy y modificas el config.xml a tu gusto; por ejemplo, si queremos el tema “debian”, usamos:</p>
<blockquote><p>&lt;?xml version=”1.0″ encoding=”UTF-8″?&gt;<br />
&lt;!– Automatically generated by splashy_config. Do not edit –&gt;<br />
&lt;splashy&gt;<br />
&lt;!– themes directory: conventional path /etc/splashy/themes –&gt;<br />
&lt;themes&gt;/etc/splashy/themes&lt;/themes&gt;<br />
&lt;!– current theme could be relative the themes defined above or full path –&gt;<br />
&lt;current_theme&gt;debian4&lt;/current_theme&gt;<br />
&lt;!– full path to theme to fall back in case of problems. DO NOT CHANGE –&gt;<br />
&lt;default_theme&gt;/etc/splashy/themes/debian4&lt;/default_theme&gt;<br />
&lt;fifo&gt;/etc/splashy/splashy.fifo&lt;/fifo&gt;<br />
&lt;pid&gt;/etc/splashy/splashy.pid&lt;/pid&gt;<br />
&lt;/splashy&gt;</p></blockquote>
<p>Yo tengo el default, está muy bien, pero voy a intentar si consigo uno como el de la foto de arriba. ¡Espero que sea de ayuda!</p>
<p class="MsoNormal"> Articulo recogido de <a href="http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/">http://rcda.wordpress.com/2007/03/02/como-meter-bootsplash-en-debian/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=9&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/03/28/como-meter-bootsplash-en-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>

		<media:content url="http://img225.imageshack.us/img225/7706/kanotixsplashy500dj1aq7.jpg" medium="image" />
	</item>
		<item>
		<title>Gestor de Volúmenes Lógicos (LVM)</title>
		<link>http://aremox.wordpress.com/2007/03/21/gestor-de-volumenes-logicos-lvm/</link>
		<comments>http://aremox.wordpress.com/2007/03/21/gestor-de-volumenes-logicos-lvm/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 22:15:29 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/03/21/gestor-de-volumenes-logicos-lvm/</guid>
		<description><![CDATA[Introducción LVM son las siglas de Logical Volume Manager, gestor de volúmenes lógicos, una potente herramienta presente en los actuales sistemas Linux, inspirada en la implementación de la que disponían otros sistemas como AIX y HP-UX. LVM introduce una separación entre la estructura típica de un sistema y los elementos discos, Particiones, Sistemas de ficheros [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=8&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="spip">Introducción</h3>
<p align="justify" class="spip">LVM son las siglas de Logical Volume Manager, gestor de volúmenes lógicos, una potente herramienta presente en los actuales sistemas Linux, inspirada en la implementación de la que disponían otros sistemas como AIX y HP-UX.</p>
<p align="justify" class="spip">LVM introduce una separación entre la estructura típica de un sistema y los elementos discos, Particiones, Sistemas de ficheros a los que estamos habituados.<span id="more-8"></span></p>
<p align="justify" class="spip">LVM funciona a tres niveles, a saber:</p>
<p align="justify" class="spip"><img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> Volúmenes físicos<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> Grupos de volumen<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> Volúmenes lógicos</p>
<p align="justify" class="spip">Una de las principales ventajas del sistema LVM sobre el sistema tradicional, es que LVM nos abstrae de los discos físicos y de las limitaciones de un disco, permitiendo tener sistemas de ficheros sobre varios discos, redimensionarlos según las necesidades y por lo tanto, hacer un uso más eficiente del espacio del que disponemos, con independencia de su ubicación.</p>
<p align="justify" class="spip">Los volúmenes utilizan los llamados PE [<a name="nh1" href="http://alufis35.uv.es/Gestor-de-Volumenes-Logicos-LVM.html#nb1" title="nh1" id="nh1" class="spip_note">1</a>], que son las unidades (relacionadas con el tamaño definido durante la creación), en las que se mide el tamaño o futuras ampliaciones/reducciones de los volúmenes.</p>
<p align="justify" class="spip">La estructura de LVM sería la siguiente:</p>
<dl>
<dt><a href="http://alufis35.uv.es/IMG/gif/schema.gif" title="GIF - 10.3 KB"><img width="150" src="http://alufis35.uv.es/local/cache-vignettes/L150xH125/schema-f919f.png" alt="GIF - 10.3 KB" height="125" /></a> </dt>
<dt><strong>Estructura de LVM</strong> </dt>
<dd>Extraída de http://www.ccp-west.de/tipps.html </dd>
</dl>
<h3 class="spip">Volúmenes físicos (pv)</h3>
<p align="justify" class="spip">Un volumen físico es un disco o una parte del disco que habilitaremos para su inclusión en un grupo de volúmenes.</p>
<p align="justify" class="spip">Los volúmenes físicos, pueden estar ubicados en una partición (si por ejemplo han de coexistir con sistemas tradicionales), o bien extenderse por toda una unidad de disco o incluso, sobre dispositivos md [<a name="nh2" href="http://alufis35.uv.es/Gestor-de-Volumenes-Logicos-LVM.html#nb2" title="nh2" id="nh2" class="spip_note">2</a>].</p>
<h3 class="spip">Grupos de volumen (vg)</h3>
<p align="justify" class="spip">Los grupos de volumen se definen agrupando uno o más volúmenes físicos y son por así decirlo como discos virtuales, que toman su capacidad de entre los volúmenes físicos asignados al grupo de volumen.</p>
<h3 class="spip">Volúmenes lógicos (lv)</h3>
<p align="justify" class="spip">Los volúmenes lógicos se crean dentro de un grupo de volumen y son el equivalente a las particiones en otros sistemas, es la parte de LVM que formateamos con un sistema de ficheros y que luego anexamos a nuestro sistema para poder utilizarlos como almacén de información.</p>
<h3 class="spip">Comandos</h3>
<p align="justify" class="spip">Los comandos relacionados con LVM utilizan una nomenclatura parecida entre sí, con la particularidad del comienzo de la orden que varía según sea:</p>
<p align="justify" class="spip"><img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> pv(change,display,remove,create,move,resize,scan) para volúmenes físicos<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> vg(convert,extend,reduce,scan,create,import,remove,split,change,display,merge,rename,export) para grupos de volumen<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> lv(change,display,convert,extend,remove,rename,scan,create,reduce,resize) para volúmenes lógicos</p>
<h3 class="spip">Preparación de un sistema para LVM</h3>
<h3 class="spip">Particionamiento de discos</h3>
<p align="justify" class="spip">Antes de poder utilizar LVM, debemos designar una serie de dispositivos (completos), o bien particiones (tipo 8e en fdisk)</p>
<p align="justify" class="spip">Tras modificar el esquema de particiones en un sistema en ejecución, recuerde ejecutar el comando &#8220;partprobe&#8221; para actualizar la tabla de particiones en el kernel según el nuevo esquema definido.</p>
<p align="justify" class="spip">En nuestro caso de ejemplo, contamos con dos discos duros hda y sda.</p>
<p align="justify" class="spip">En hda tenemos una partición, hda1 donde estará almacenado el /boot (la partición que contiene el kernel, y los initr’s no puede estar en un volumen LVM) y el resto está disponible, por lo que crearemos una partición hda2, que ocupará el resto del disco duro.</p>
<p align="justify" class="spip">En sda, tenemos todo el disco duro disponible para utilizarlo con LVM, así que definiremos una partición sda1 que dedicaremos enteramente a esta finalidad.</p>
<h3 class="spip">Creación de volúmenes físicos (PV)</h3>
<p align="justify" class="spip">Los volúmenes físicos son las unidades donde se asienta la estructura de las grupos de volúmenes, su creación, es tan sencilla como ejecutar:</p>
<p align="justify" class="spip">pvcreate /dev/hda2</p>
<p align="justify" class="spip">pvcreate /dev/sda1</p>
<p align="justify" class="spip">Si a continuación ejecutamos &#8220;pvscan&#8221;, podremos consultar un listado de los volúmenes físicos definidos en el sistema, así como el tipo de metadatos (lvm o lvm2) y su capacidad y un resumen de la capacidad total, la utilizada y la disponible.</p>
<p align="justify" class="spip">Para ver el estado detallado, podremos ejecutar pvdisplay, que nos mostrará más información como el tamaño, los PE\’<em>s</em> disponibles, etc</p>
<h3 class="spip">Creación de grupos de volúmenes (VG)</h3>
<p align="justify" class="spip">Los grupos de volúmenes son los cajones, que ubicados sobre los volúmenes físicos, definen la agrupación para los volúmenes lógicos, permitiendo clarificar así la estructura de los mismos.</p>
<p align="justify" class="spip">Para crear un grupo de volumen haremos:</p>
<p align="justify" class="spip">vgcreate Prueba /dev/sda1</p>
<p align="justify" class="spip">Este comando creará un grupo de volúmenes llamado Prueba sobre el volumen físico en /dev/sda1</p>
<p align="justify" class="spip">Para comprobar que la acción ha sido realizada correctamente, podremos ejecutar vgscan para ver un listado de los grupos de volumen definidos.</p>
<h3 class="spip">Creación de volúmenes lógicos (LV)</h3>
<p align="justify" class="spip">Los volúmenes lógicos son el equivalente a las particiones, es el lugar donde vamos a poner un sistema de ficheros y en consecuencia los datos.</p>
<p align="justify" class="spip">Los volúmenes lógicos se definen dentro de un grupo de volúmenes de la siguiente forma:</p>
<p align="justify" class="spip">lvcreate Prueba -n Inicial -L 2G</p>
<p align="justify" class="spip">Si ejecutamos a continuación lvscan, tendremos un listado de todos los grupos de volumen definidos y su tamaño, entre ellos, &#8220;Inicial&#8221;, definido dentro de &#8220;Prueba&#8221; y con un tamaño de 2 Gb</p>
<h3 class="spip">Creación de un sistema de ficheros</h3>
<p align="justify" class="spip">Antes de poder utilizar el volumen lógico, deberemos prepararlo para contener datos y crear la estructura de un sistema de ficheros, esta vez, el comando es idéntico a cuando creamos un sistema de ficheros sobre un disco físico, pero especificando el volumen lógico, por ejemplo:</p>
<p align="justify" class="spip">mkfs.ext3 /dev/Prueba/Inicial</p>
<p align="justify" class="spip">Es muy recomendable hacer uso de un sistema de ficheros que podamos redimensionar, ya que como se comentó, una de las ventajas de LVM es la posibilidad de redimensionar las unidades lógicas, y hace falta en consecuencia, que el sistema de ficheros que está en ese &#8220;contenedor&#8221;, sea capaz de crecer o de disminuir del mismo modo.</p>
<p align="justify" class="spip">Ahora, ya podremos montar el sistema de ficheros, por ejemplo:</p>
<p align="justify" class="spip">mount /dev/Prueba/Inicial /mnt</p>
<h3 class="spip">Redimensionamiento de una unidad LVM</h3>
<p align="justify" class="spip">EXT3, el sistema de ficheros utilizado por defecto en la distribución, permite redimensionamiento de discos, el sistema de ficheros puede crecer sin tener que dejar de utilizarlo, pero para reducir su tamaño, es necesario detener su uso, aun así, nos permite la posibilidad muy intersante de crear sistemas de ficheros pequeños, adaptados a nuestro uso inicial y luego ir haciéndolos crecer cuando sea necesario sin tener que detener las operaciones que estemos llevando a caba en el equipo.</p>
<p align="justify" class="spip">A modo de ejemplo, y siguiendo con la dinámica de los ejemplos de creación de un sistema con LVM, vamos a extender el sistema de ficheros de &#8220;Inicial&#8221;, aumentándolo en 250 Mb, para ello haremos:</p>
<p align="justify" class="spip"><img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> pvscan (donde nos mostrará los volúmenes físicos y el espacio libre)<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> En caso de ser necesario, ampliaremos el vg añadiendo un nuevo pv:<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> pvcreate /dev/disconuevo<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> vgextend Prueba /dev/disconuevo A partir de ese momento, el vg tendrá el espacio disponible listo para ser usado por los lv y lo ampliaremos del siguiente modo:<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> lvextend -L +250M /dev/Prueba/Inicial<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> ext2online /dev/mapper/Prueba-Inicial</p>
<p align="justify" class="spip">Al acabar, el sistema de ficheros montado en /mnt habrá aumentado en 250 Mb su capacidad disponible</p>
<p align="justify" class="spip">También, podemos aumentar el volumen a un tamaño total, por ejemplo, aumentar el volumen a 4 Gb, ejecutando:</p>
<p align="justify" class="spip"><img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> lvextend -L 4G /dev/Prueba/Inicial<br />
<img width="8" src="http://alufis35.uv.es/dist/puce.gif" alt="-" height="11" /> ext2online /dev/mapper/Prueba-Inicial</p>
<p align="justify" class="spip">En el caso de Fedora Core 6 (FC6), la utilidad ext2online no existe, pues ha sido integrada en resize2fs, por lo que llevaremos a cabo el redimensionamiento con resize2fs -p /dev/Prueba-Inicial [tamaño final].</p>
<p align="justify" class="spip"><strong>ATENCIÓN: Éste es un proceso muy peligroso, pues podemos perder datos</strong></p>
<p align="justify" class="spip">Si queremos reducir el tamaño de una unidad lógica, primero, deberemos anotar el espacio utilizado en el sistema de ficheros y proceder a desmontarlo:</p>
<p align="justify" class="spip">umount /dev/mapper/Prueba-Inicial</p>
<p align="justify" class="spip">El siguiente paso, es reducir el sistema de ficheros:</p>
<p align="justify" class="spip">resize2fs /dev/mapper/Prueba-Inicial [Tamaño nuevo]</p>
<p align="justify" class="spip">Recomiendo reducir el tamaño del sistema de ficheros por debajo del tamaño final que deseamos alcanzar, para así tener un margen de seguridad. Este tamaño, deberá ser SIEMPRE mayor que la capacidad [<a name="nh3" href="http://alufis35.uv.es/Gestor-de-Volumenes-Logicos-LVM.html#nb3" title="nh3" id="nh3" class="spip_note">3</a>] utilizada del volumen.</p>
<p align="justify" class="spip">Acabado el proceso, podemos redimensionar el volumen lógico:</p>
<p align="justify" class="spip">lvextend -L -2G /dev/mapper/Prueba-Inicial</p>
<p align="justify" class="spip">Y volveremos a estirar el sistema de ficheros de nuevo con resize2fs /dev/mapper/Prueba-Inicial para ocupar todo el espacio disponible en el volumen.</p>
<h3 class="spip">Herramienta gráfica</h3>
<p align="justify" class="spip">Red Hat o Fedora Core incorporan una herramienta gráfica &#8220;system-config-lvm&#8221; que permite realizar la gestión de los volúmenes presentes en el sistema de forma gráfica, a continuación se muestran unas capturas de pantalla del aspecto de la aplicación.</p>
<p align="justify" class="spip">En la siguiente captura podemos ver los volúmenes físicos no asignados a algún grupo de volumen, y con las opciones que nos proporciona el gestor, podremos añadirlos a un grupo de volumen existente, o bien crear un nuevo grupo de volumen:</p>
<dl>
<dt><a href="http://alufis35.uv.es/IMG/jpg/lvm3.jpg" title="JPG - 75.5 KB"><img width="150" src="http://alufis35.uv.es/local/cache-vignettes/L150xH101/lvm3-63a1d.jpg" alt="JPG - 75.5 KB" height="101" /></a> </dt>
<dt><strong>PV no asignados</strong> </dt>
</dl>
<p align="justify" class="spip">Aquí, podremos crear un nuevo volumen lógico dentro del grupo de volumen, podremos indicar el nombre del volumen, el tipo de volumen, así como el tamaño y sistema de ficheros:</p>
<dl>
<dt><a href="http://alufis35.uv.es/IMG/jpg/lvm6.jpg" title="JPG - 37 KB"><img width="124" src="http://alufis35.uv.es/local/cache-vignettes/L124xH150/lvm6-7315f.jpg" alt="JPG - 37 KB" height="150" /></a> </dt>
<dt><strong>Crear VL</strong> </dt>
</dl>
<p align="justify" class="spip">En esta vista de la aplicación podemos ver el grupo de volumen &#8220;Test&#8221; y la vista lógica y física de los volúmenes creados dentro del mismo (como vemos, Test, está compuesto por cuatro particiones o volúmenes físicos: sdb1,sdb2,sdb3,sdb4)</p>
<dl>
<dt><a href="http://alufis35.uv.es/IMG/jpg/lvm8.jpg" title="JPG - 79.2 KB"><img width="150" src="http://alufis35.uv.es/local/cache-vignettes/L150xH101/lvm8-1a698.jpg" alt="JPG - 79.2 KB" height="101" /></a> </dt>
<dt><strong>Vista VL</strong> </dt>
</dl>
<p align="justify" class="spip">Vemos, al tener marcado el espacio libre del volumen lógico, dónde está ubicado el espacio libre a nivel físico y el número de extensiones que corresponden a cada volumen físico.</p>
<p align="justify" class="spip">&nbsp;</p>
<p align="justify" class="spip">Tutorial cogido de <a href="http://alufis35.uv.es/Gestor-de-Volumenes-Logicos-LVM.html">http://alufis35.uv.es/Gestor-de-Volumenes-Logicos-LVM.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=8&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/03/21/gestor-de-volumenes-logicos-lvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/local/cache-vignettes/L150xH125/schema-f919f.png" medium="image">
			<media:title type="html">GIF - 10.3 KB</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/dist/puce.gif" medium="image">
			<media:title type="html">-</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/local/cache-vignettes/L150xH101/lvm3-63a1d.jpg" medium="image">
			<media:title type="html">JPG - 75.5 KB</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/local/cache-vignettes/L124xH150/lvm6-7315f.jpg" medium="image">
			<media:title type="html">JPG - 37 KB</media:title>
		</media:content>

		<media:content url="http://alufis35.uv.es/local/cache-vignettes/L150xH101/lvm8-1a698.jpg" medium="image">
			<media:title type="html">JPG - 79.2 KB</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar Debian en NSLU2</title>
		<link>http://aremox.wordpress.com/2007/03/21/instalar-debian-en-nslu2/</link>
		<comments>http://aremox.wordpress.com/2007/03/21/instalar-debian-en-nslu2/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 21:45:37 +0000</pubDate>
		<dc:creator>aremox</dc:creator>
				<category><![CDATA[NSLU2]]></category>

		<guid isPermaLink="false">http://aremox.wordpress.com/2007/03/21/instalar-debian-en-nslu2/</guid>
		<description><![CDATA[Hace unas semanas me compre un NSLU2 y, buscando información de cómo instalar debian en el, me encontre con este tutorial de saghul. Le actualizado un poco los link y le añadido algun comentario para que se entendiera mejor 1) Bajar el firmware DebianSlug 3.10 Beta de aquí. (Es el binario de SlugOS, el Debian/NSLU2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=7&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:14pt;font-family:'Times New Roman','serif';"></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:14pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';">Hace unas semanas me compre un <a href="http://en.wikipedia.org/wiki/NSLU2"><span style="color:purple;">NSLU2</span></a> y, buscando información de cómo instalar debian en el, me encontre con este <a href="http://saghul.wordpress.com/2006/08/14/instalar-debian-en-el-nslu2-debianslug/"><span style="color:purple;">tutorial</span></a> de <a href="http://saghul.wordpress.com/about/"><span style="color:blue;">saghul</span></a>. Le actualizado un poco los link y le añadido algun comentario para que se entendiera mejor<span> <span id="more-7"></span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">1) Bajar el firmware DebianSlug 3.10 Beta de <a target="_blank" href="http://www.slug-firmware.net/"><span style="color:purple;">aquí</span></a>. (Es el binario de SlugOS, el Debian/NSLU2 es con instalador pero da algunos problemas con los driver USB, el Unslung no lo he probado)<br />
2) Flashear el NSLU2 con el firmware descargado (no importa el método: Web, Upgrade Utility,…). Yo utilizo en Linux “<a href="http://www.nslu2-linux.org/wiki/Main/UpSlug2"><span style="color:blue;">upslugs2</span></a>” y en Windows <a href="http://www.everbesthk.com/8-download/sercomm/firmware/all_router_utility.zip"><span style="color:blue;">a tool</span></a>. Para ponerlo en modo flasheo, con el aparato apagado, se pulsa el reset que hay detrás y se mantiene pulsado mientras se pulsa el encendido, a los 10 segundos la primera luz Ready/status se cabia de naranja a rojo, entonces es cuando se suelta el reset y cuando parpadean en verde las dos luces es cuando se suelta el encendido.<br />
3) Una vez flasheado el firmware, esperar a que el NSLU2 arranque (para ver cuando arranca ping -t ip_del_slug, y ademas pita para avisarte)<br />
4) Cuando el NSLU2 arranque ya podemos inicar sesión mediante SSH con el usuario root y la contraseña opeNSLUg.</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:12pt;font-family:'Times New Roman','serif';">Ahora empieza lo bueno:</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">1) Particionar el pendrive (si no lo hemos hecho ya) para eliminar particiones usar la opción d de fdsik</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">fdisk /dev/sda</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">n  #(añadir nueva partición)</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">p  #(primaria)</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">1  #(primera partición)</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">1  #(sector de comienzo)</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">+896M  #(sector de fianl o tamaño de la partición.</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">Esto añadirá una partición de 896MB que se montará como /)</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">n</span></span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';">p</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font></p>
<p><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">2  #(segunda partición)</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span> </span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">1</span></span></span></span></span></font><font face="Times New Roman"><span style="font-size:14pt;"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">+128M  #(la partición swap será de 128MB)</span></p>
<p></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">t  #(cambiar el tipo de partición)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">2  #(segunda partición)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">82 #(cambiar el tipo a 82 &#8211; swap)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">w  #(escribitr la tabla de particiones)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">q  #(salir)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">En este momento será necesario reiniciar el NSLU2.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">2) Ahora se preparará el sistema de ficheros y la swap:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mkfs.ext3</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"> /dev/sda1</span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mkswap</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"> /dev/sda2</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">sync; sync; sync</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">swapon /dev/sda2</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">Con esto las particiones ya están listas para continuar.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">3) Montar el sistema de ficheros:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mkdir /mnt/debinst</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mount /dev/sda1 </span><span style="font-size:10pt;font-family:'Times New Roman','serif';">/mnt/debinst</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mkdir /mnt/debinst/work</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">cd /mnt/debinst/work</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">4) Comprobar la conexión a la red con route. En caso de que se haya perdido la puerta de enlace ponerla con </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> <span style="font-size:10pt;">route add default gw xx.xx.xx.xx</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">Si ya existe una conexión con el router la borramos</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:14pt;"></span><span style="font-size:10pt;">route del default</span><span style="font-size:10pt;">route </span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;">add default gw xx.xx.xx.xx</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">5) Añadir los servidores DNS al fichero /etc/resolv.conf de la siguiente manera:</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">nameserver xx.xx.xx.xx</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">6) Descargar el .udeb del debootstrap:</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';">wget <a href="ftp://ftp.nl.debian.org/debian/pool/main/d/debootstrap/debootstrap-udeb_0.3.3.2_arm.udeb">ftp://ftp.nl.debian.org/debian/pool/main/d/debootstrap/debootstrap-udeb_0.3.3.2_arm.udeb</a></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">7) Extraer el debrootstrap:</span></span></p>
<p></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">ar -x debootstrap-udeb_0.3.3.2_arm.udeb </span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">tar xzvf data.tar.gz</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">8 ) Ejecutar el debrootstrap con la arquitectura y distribución deseadas:</span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">export DEBOOTSTRAP_DIR=`pwd`/usr/lib/debootstrap</span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">./usr/sbin/debootstrap &#8211;arch arm sid /mnt/debinst <a href="http://ftp.nl.debian.org/debian/">http://ftp.nl.debian.org/debian/</a></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">9) Copiar algunos ficheros de configuración importantes:</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> </span></span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';">cd ..</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> </span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> </span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';">cp /etc/resolv.conf etc/resolv.conf</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> </span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';">cp /etc/hostname etc/hostname</span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">10) Copiar los módulos del Kernel:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">cp -a /lib/modules/* lib/modules</span></p>
<p></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">11) Montar el sistema de ficheros proc:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">mount -t proc proc /mnt/debinst/proc</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">12) Hacer chroot al nuevo entorno Debian:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span>cd /</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> chroot /mnt/debinst</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">13) Preparar un fstab correcto. Para ello podemos usar nano, haciendo vi /etc/fstab y poniendo lo siguiente:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';">vi /etc/fstab</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">proc            /proc           proc    defaults        0  0</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">/dev/sda1       /               ext3    defaults        1  1</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">/dev/sda2       swap            swap    defaults        0  0</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">Esto puede variar si se han creado más particiones.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">14) Editar el inittab ejecutando nano /etc/inittab y desabilitar las tty (del 1 al 6) poniendo una # delante.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"> A continuación se inserará la siguiente línea:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>S0:2345:respawn:/sbin/getty 115200 ttyS0</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">15) Configurar la red. Editar el fichero /etc/network/interfaces para dejarlo de la siguiente manera:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"># /etc/network/interfaces</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"># configuration file for ifup(8), ifdown(8)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">#</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"># The loopback interface</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        auto lo</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        iface lo inet loopback</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">#</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"># The NSLU2 built-in ethernet</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        auto eth0</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        iface eth0 inet static</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        </span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';">        pre-up modprobe -f ixp400</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        pre-up modprobe -f ixp400_eth</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        </span><span style="font-size:10pt;font-family:'Times New Roman','serif';">address 192.168.1.77</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        netmask 255.255.255.0</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">        gateway 192.168.1.254</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">Por supuesto, sustituye los valores quí mostrados por los acordes a tu red.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">16) Poner un repositorio para apt.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"> Editar el archivo /etc/apt/sources.list y poner:</span><span style="font-size:12pt;font-family:'Times New Roman','serif';"> </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">deb http://ftp.de.debian.org/debian unstable main non-free contrib</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">17) Actualizar la distribución e instalar algunos paquetes:</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">apt-get update</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>apt-get -y dist-upgrade</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>apt-get -y install anacron popularity-contest nslu2-utils</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">18) Crear el fichero shadow (si no esta creado ya) y preparar la contraseña para acceder por SSH:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span>touch /etc/shadow</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>pwconv</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>passwd</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">19) Instalar SSH. </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';">Es muy importante, ya que de lo contrario no se prodría iniciar sesión en el NSLU2:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">apt-get -y install openssh-server</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">20) Salir del entorno Debian al que hemos hecho chroot presionando Control+D.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">21) Desmontar los sistemas de ficheros:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">umount /mnt/debinst/proc</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> killall syslogd anacron</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> </span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';">umount /mnt/debinst</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">22) Hacer que el NSLU2 arranque del pendrive con Debian:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span></span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span></span>turnup disk /dev/sda1 -t ext3 (esto no se si funciona, tengo que comprobarlo, pero aunque falle, el cacharrito arranca)</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">23) Reiniciar y esperar a que arranque desde el pendrive.</span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">24) Instalar los locales:</span><span style="font-size:10pt;font-family:'Times New Roman','serif';"><span> </span>apt-get install locales</span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:10pt;font-family:'Times New Roman','serif';"> dpkg-reconfigure locales</span></p>
<p><span style="font-size:10pt;font-family:'Times New Roman','serif';"></span><span style="font-size:8.5pt;font-family:'Times New Roman','serif';"></span><span style="font-size:12pt;font-family:'Times New Roman','serif';">25) Ya está! El NSLU2 ya tiene Debian instalado y funcionando perfectamente. </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';">A disfrutar!!  </span></p>
<p><span style="font-size:12pt;font-family:'Times New Roman','serif';">Este <a href="http://saghul.wordpress.com/2006/08/14/instalar-debian-en-el-nslu2-debianslug/"><span style="color:purple;">tutorial</span></a> a sido escrito por <a href="http://saghul.wordpress.com/about/"><span style="color:blue;">saghul</span></a> en <a href="http://saghul.wordpress.com/"><span style="color:blue;">http://saghul.wordpress.com</span></a></span><span style="font-size:12pt;line-height:115%;font-family:'Times New Roman','serif';"> </span></p>
<p></span></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aremox.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aremox.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aremox.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aremox.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aremox.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aremox.wordpress.com&amp;blog=900887&amp;post=7&amp;subd=aremox&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aremox.wordpress.com/2007/03/21/instalar-debian-en-nslu2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd41d23d25441e211570994d9535e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aremox</media:title>
		</media:content>
	</item>
	</channel>
</rss>
