Atualizar o Debian ETCH (4.0) para o LENNY (5.0)

Publicado por jairus lopes em 23/08/2011

[ Hits: 5.664 ]

 


Atualizar o Debian ETCH (4.0) para o LENNY (5.0)



Bom dia !!!

Como muitas das vezes nos deparamos com problemas de atualização de versão de distribuição. Esta dica vai para aqueles que querem atualizar a versão ETCH para LENNY do Debian.

1º Passo: Atualizar a versão instalada.

# vi /etc/apt/sources.list

#-----------------Repositório ETCH----------------------------
deb http://archive.debian.org/debian etch contrib main non-free

# aptitude update
# aptitude upgrade

2º Passo: Alterar repositórios e fazer atualização.

# vi /etc/apt/sources.list

#-----------------Repositório LENNY---------------------------
deb http://ftp.br.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.br.debian.org/debian/ lenny main contrib non-free

# aptitude update
# aptitude install dpkg aptitude apt
# aptitude upgrade

# dpkg -l libfam0c102 | grep ^ii
# aptitude install libfam0
# aptitude full-upgrade

3º Passo: Reiniciar a máquina.

# reboot
# uname -r

Obs.: Após a atualização você pode encontrar problemas no servidor gráfico - xorg . Atualize-o com todos os módulos, inclusive o "vesa".

# apt-get install xserver-xorg-video-vesa

Segue abaixo, a configuração do meu xorg.conf.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "abnt2"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Driver      "vesa"
#   Option      RenderAccel   "true"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Configured Video Device"  
   Monitor      "Configured Monitor"
   DefaultDepth   24
   SubSection   "Display"
      Depth   1
      Modes   "800x600" "640x480"
   EndSubSection
   SubSection   "Display"
      Depth   4
      Modes   "800x600" "640x480"
   EndSubSection
   SubSection   "Display"
      Depth   8
      Modes   "800x600" "640x480"
   EndSubSection
   SubSection   "Display"
      Depth   15
      Modes   "800x600" "640x480"
   EndSubSection
   SubSection   "Display"
      Depth   16
      Modes   "800x600" "640x480"
   EndSubSection
   SubSection   "Display"
      Depth   24
      Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Espero ter ajudado.

Abraços,
Jairus Lopes
Adm System Linux.


Outras dicas deste autor

Porta paralela não criada no boot do Debian 7

Mensagem de erro: "PHP Fatal error: Call to undefined function pg_connect()" [Resolvido]

Java JRE 1.7_51 - Instalação fácil no Debian 7 em três passos

HP Scanjet G2710 (RESOLVIDO) - Debian Lenny e Ubuntu 9.04

TFTP: Mensagem de erro ".TFTP error 1 (file not found)"

Leitura recomendada

Confira o OpenBSD 5.0!

Explorando e resolvendo vulnerabilidade local no kernel Linux

Troque o Basename por Expansão de Parâmetros

Limpando o cache do seu Linux (de forma real)

Roteiro de estudos para a certificação LPI2

  

Comentários

Nenhum comentário foi encontrado.



Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts