Find the answer to your Linux question:
Results 1 to 5 of 5
We have a small file server running debian with ~ 40GB of data. The motherboard cratered, and we can't get a replacement. So we set up a new box and ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    2

    Repair Install?

    We have a small file server running debian with ~ 40GB of data. The motherboard cratered, and we can't get a replacement. So we set up a new box and moved the old hd over.

    The system boots fine, and all appears well, other than the fact that the network card(s) won't work.

    Is there any way to run a "repair" install to update to the latest version without losing configuration - like users and group accounts?

    I'm hoping that the update/repair/whatever you want to call it will support the network card.

    The HD has 2 partitions - sda1 contains the OS, sda6 is the /home dir where data is stored. I'm hoping that by running a repair/re-install I won't lose data on /home. (i did already backup this data to another drive on the network) I am concerned about losing settings though - ie) samba and misc others.

    Any thoughts or suggestions would be appreciated.

    If more detail is required, I can provide it. This post is a bit general I know.
    Last edited by tucker007; 06-01-2007 at 12:00 AM. Reason: add more detail

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    You say the network cards don't work? How are they set up? Do you get an ip by dhcp, static ip, etc...?
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    May 2007
    Posts
    2
    They would be DHCP - but the OS doesn't even find them. eth0 and eth1 aren't available

  4. #4
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    maybe the driver not loaded,
    or your kernel not contains it, find out which driver do you need and try load it with modprobe, and chechk the udev rules in /etc/udev/rules directory , looking for a file "z25_persistent_net.rules"

    good luck

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    what happens if you run
    Code:
    ifup eth0
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •