You are here

debian

Upgrading from Debian Etch to Lenny

Debian GNU/Linux 5.0 (Lenny) becomes stable version on Valentine Day. We upgraded old stable 4.0 Etch server remotely and successfully.

Summary of upgrading procedures:

  1. Update list of apt sources to Lenny release.
  2. Use aptitude to update local list of available packages.
  3. Use aptitude to upgrade apt, dpkg and aptitude first.
  4. Use UUID insteads of old IDE device names to identify root filesystem for grub and filesystem table.
  5. Use aptitude to do full upgrade.
  6. Reboot the system.
  7. Use aptitude to do package upgrades if any.

Replacing ethernet card on Debian

We replaced a network card with same chipset on a Debian system, but old eth0 couldn't bring up, and new eth1 was up. So, we thought it was caused old MAC address stored in a file somewhere, after googling, we found that old MAC was stored in the following udev config file.

/etc/udev/rules.d/zyx_persistent-net.rules

(where yx is a random number)

Tags: 

Debian GNU/Linux

Debian GNU/Linux becomes our favourite Linux distribution for a year, we like its management system for software packages as known as APT (Advanced Package Tool) very much.

Distribution upgrading

Unlike other rpm-based Linux distributions we tried before, APT provides reliable distribution upgrade, and we did few distro upgrades from Debian/GNU 3.1 to 4.0 (aka Etch). $ apt-get dist-upgrade

Subscribe to RSS - debian