Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Common Problems)
Line 578: Line 578:
 
  rm /var/lib/apt/lists/*knoppix*
 
  rm /var/lib/apt/lists/*knoppix*
  
===Common Problems===
+
===Problemas Comuns===
* [[Dev_null_permission_denied|/dev/null: Permission Denied]] Chroot problems accessing device files
+
* [[Dev_null_permission_denied|/dev/null: Permission Denied]] -- trata de problemas de "chroot" no acesso a arquivos de dispositivos.
  
* You've <code>startx</code>'d (into whatever window manager you like) and you start a terminal (gnome-terminal, konsole, xterm).  Nothing happens (such is the case in fluxbox, and you'll see an error in you <code>~/.xsession-errors</code> file).  Or perhaps the error is helpfully displayed: <code>
+
* Você faz <tt>startx</tt> para chamar algum ambiente de janelas que você tenha e iniciou um terminal ("gnome-terminal", "konsole", "xterm", etc.), mas nada aconteceu ou talvez um erro seja exibido como:
  get_pty: not enough ptys
+
get_pty: not enough ptys
</code>
+
*: Consegui resolver isso assim: 
I had plenty yesterday... but then I <code>chroot</code>ed so, to solve this, <code>
+
<nowki>
  # NOT in your chroot environment
+
# FORA do ambiente "chroot"
  cd /mnt/hda1/knx/source/KNOPPIX/dev
+
cd /mnt/hda1/knx/source/KNOPPIX/dev
  MAKEDEV pty
+
MAKEDEV pty
  
  # enter your chroot environment
+
# DENTRO do ambiente "chroot"
  chroot /mnt/hda1/knx/source/KNOPPIX/
+
chroot /mnt/hda1/knx/source/KNOPPIX/
  
  # and mount /dev/pts
+
# e montadndo "<tt>/dev/pts</tt>"
  mount -t devpts /dev/pts/ /dev/pts
+
mount -t devpts /dev/pts/ /dev/pts
 
+
</nowiki>
</code>
+
*: Pode ser que dê o erro "fstab not found" que dá na montagem de "proc", então você ignora, apenas.
it might give that same "fstab not found" error as mounting proc
+
* Inicie o X novamente e tente entrar no terminal, pois deve funcionar.  
does.  so do what you'd do then, disregard.
+
* Obrigado a: 'technovelty' em http://www.technovelty.org/linux/tips/xinchroot.html pela entendimento.
 
+
start your X up again and try your terminal, should work.
+
thanks to: technovelty[http://www.technovelty.org/linux/tips/xinchroot.html] for the final enlightenment
+
  
 
===Veja Também===
 
===Veja Também===

Revision as of 16:48, 22 June 2007