User Tools

Site Tools


informatica:linux:debootstrap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:debootstrap [2009/12/10 09:02] 192.168.1.30informatica:linux:debootstrap [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 48: Line 48:
   exit   exit
  
-===== Arrancar aplicaciones que usen X ===== 
  
-1. (Desde el entorno principal) Deshabilitar la seguridad de conexión al servidor x: 
  
-  xhost + 
  
-  access control disabled, clients can connect from any host 
  
-Pero mejor echarle un ojo a:+ 
 +===== Arrancar aplicaciones que usen X =====
  
 https://wiki.skolelinux.de/DebianLive/Howto/Starting_X11_Applications_in_Chroot https://wiki.skolelinux.de/DebianLive/Howto/Starting_X11_Applications_in_Chroot
  
-rumour has it, xhost is EVIL!  There are so many other ways of getting remote X apps to work that xhost should never be needed.  For a more sensible approach, use ssh X11 forwarding, ask me about <sshx>.  Also see <mit-magic-cookie>, http://www.acm.uiuc.edu/workshops/cool_unix/xauth.html <nolisten> and "apt-cache show xbase-clients | grep xhost" To run applications on your local machine as another usersee <root x>.  See also <xhost +localhost>.+1. (Servidor) Deshabilitar seguridad para acceder a las X: 
 + 
 +  sudo xhost 
 +   
 +2(Servidor) Entrar en entorno chroot: 
 + 
 +  sudo chroot /ruta/chroot 
 +   
 +3(Chroot) Lo hice como rootno se si es estrictamente necesario: 
 + 
 +<code> 
 +source etc/profile 
 +export DISPLAY=:
 +export LC_ALL=C 
 +</code>
  
 ===== Errores ===== ===== Errores =====
informatica/linux/debootstrap.1260435749.txt.gz · Last modified: 2015/04/13 20:19 (external edit)