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

Publicado por jairus lopes em 23/08/2011

[ Hits: 5.683 ]

 


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

DIRF 2013 no Wine - Acertando formato da data

LPRNG no Debian 7 - Erro:LPD doesn't listen on port 515 [Resolvido]

Porta paralela não criada no boot do Debian 7

Repositórios antigos do Ubuntu - Dica somente para efeito histórico

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

Leitura recomendada

Uso avançado de Gparted - Protegendo seu Linux

Firefox - Dicionário em pt_BR

Como fazer a cópia (clonar) de um HD para outro

Samba - Erro que pode ocorrer durante ao ingresso no domínio

Instalando o Internet Explorer for Linux (ies4linux) via proxy

  

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