[7.891][BUG][FIXED] Cannot access any NIC.

OK, this time I downloaded the correct ISO.
Installed 64 bit version A-OK.

The NICs in the box are:
2 x Broadcom BCM5716
4 x Intel Gigabit

When installing I chose management interface marked as UP.

System boots OK.

IFCONFIG shows the interface as OK.

However I cannot PING it, (or PING out).
I have tried the Broadcom and Intel NICs in 32 and 64 bit mode in other install attempts.

Kind of stalled now as I'm unable to get to webmin etc.
Any ideas?
  • Astaro Beta Report
    --------------------------------
    Version: 7.891
    Type: BUG
    State: MERGED/FIXED
    Reporter: Simon Shaw
    Contributor:  
    MantisID: 13161
    Target version: 7.900
    Fixed in version: 7.900
    --------------------------------

  • Checked this with our Kernel developers. There's nothing obviously wrong with your hardware, so we need to go through the logfiles and look for hints.

    Can you please gather the following information and post them here?
    - the file [FONT="Courier New"]/var/log/.install.log[/FONT]
    - the output of [FONT="Courier New"]dmesg[/FONT]
    - the output of [FONT="Courier New"]ip link show[/FONT]
  • OK, I got it to work.

    I issued ./initnics force-reload

    This made the interface change from down to up and my NO-CARRIER message went away.  I can now get to web admin!

    I have attached output requested as a ZIP file to this message.files.zip

    I have not tried rebooting yet.  I'm going to go through webmin and set NIC parameters and then reboot and see if systems still OK.

    Regards,
    Simon Shaw.
    files.zip
  • OK, after setting IP via webmin it seems if I reboot the interfaces now come up ok.
    I have upgraded to 7.892 however.

    If you would like me to troubleshoot more I am happy to revert to 7.891
  • This issue is triggered when the installer and the installed ASG disagree upon the ordering of the network interfaces, which is somehow related to the time the kernel needs to initialize the hardware/driver. 

    If you take a look at the install.log, you'll find the sequence the installer used below the line 'Detecting network devices'

    compare that to the output of [FONT="Courier New"]ip link show[/FONT] and you'll see that the ASG uses a different order (eth0 has a different mac address associated).

    but you don't need to unplug and switch the cables: just edit that mapping in the [FONT="Courier New"]/etc/udev/rules.d/70-persistent-net.rules[/FONT] file, and run (as root) the command [FONT="Courier New"]udevadm trigger[/FONT] to activate the new mapping

    i think this will make it on the known issues list soon...