Announcement

Collapse
No announcement yet.

Network available from Live USB but not on upgrade from 14.04.1

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Network available from Live USB but not on upgrade from 14.04.1

    Ref: https://www.kubuntuforums.net/showth...upgrade-reboot

    I'm running on a 14.10 Live USB to test if networking 'works'; it does.

    So there is something about my 14.04.1 that causes a problem when do-release-upgraded. Or, so it would seem. I moved my .kde directory to .kdeOLD and logged out and rebooted. Made no difference. service network-manager still didn't auto-start. So, it isn't anything in my users kde configuration files.

    Perplexing.

    Added:
    /var/log/upstart/network-interface-lo.log provides a "clue" ?
    run-parts: failed to exec /etc/network/if-up.d/static-routes: Exec format error
    run-parts: /etc/network/if-up.d/static-routes exited with return code 1
    Failed to bring up lo.
    /var/log/upstart/network-manager.log contains:
    (NetworkManager:3743): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Key file does not have group 'connectivity'
    /var/log/upstart/networking.log contains:
    run-parts: failed to exec /etc/network/if-up.d/static-routes: Exec format error
    run-parts: /etc/network/if-up.d/static-routes exited with return code 1
    Failed to bring up lo.
    run-parts: failed to exec /etc/network/if-up.d/static-routes: Exec format error
    run-parts: /etc/network/if-up.d/static-routes exited with return code 1
    ifup: post-up script failed.
    Stopping or restarting the networking job is not supported.
    Use ifdown & ifup to reconfigure desired interface.
    Last edited by Snowhog; Nov 02, 2014, 06:57 PM.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    #2
    Hmm. run-parts: failed to exec /etc/network/if-up.d/static-routes: Exec format error

    This from my 14.10 that won't auto-start network-manager:
    Code:
    paul@tanagra:/etc/network/if-up.d$ list
    total 44
    drwxr-xr-x 2 root root 4096 Nov  2 14:21 .
    drwxr-xr-x 7 root root 4096 Oct 14  2013 ..
    -rwxr-xr-x 1 root root  549 Jan 18  2013 000resolvconf
    -rwxr-xr-x 1 root root  881 May 30  2013 avahi-autoipd
    -rwxr-xr-x 1 root root  484 May 30  2013 avahi-daemon
    -rwxr-xr-x 1 root root 1675 Apr 28  2012 ethtool
    -rwxr-xr-x 1 root root 1298 Oct 26  2011 ntpdate
    -rwxr-xr-x 1 root root  945 Aug 12 15:59 openssh-server
    -rwxr-xr-x 1 root root  374 May  2  2014 openvpn
    -rwxr-xr-x 1 root root  351 Oct 17 16:25 static-routes
    -rwxr-xr-x 1 root root 1483 Aug 19  2013 upstart
    lrwxrwxrwx 1 root root   32 Oct 10 06:53 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
    statis-routes contains:
    Code:
    ip route add unreachable 10.0.0.0/8 metric 999
    ip route add unreachable 172.16.0.0/12 metric 999
    ip route add unreachable 192.168.0.0/16 metric 999
    ip route add unreachable 169.254.0.0/16 metric 999
    ip route add unreachable 192.0.2.0/24 metric 999
    ip route add unreachable 198.51.100.0/24 metric 999
    ip route add unreachable 203.0.113.0/24 metric 999
    And from my 14.10 32-bit were network-manager does auto-start:
    Code:
    paul@tanagra2:/etc/network/if-up.d$ list 
    total 36 
    drwxr-xr-x 2 root root 4096 Oct 26 15:48 . 
    drwxr-xr-x 7 root root 4096 Sep 19  2013 .. 
    -rwxr-xr-x 1 root root  549 Jan 18  2013 000resolvconf 
    -rwxr-xr-x 1 root root  881 May 30  2013 avahi-autoipd 
    -rwxr-xr-x 1 root root  484 May 30  2013 avahi-daemon 
    -rwxr-xr-x 1 root root 1675 Apr 28  2012 ethtool 
    -rwxr-xr-x 1 root root 1298 Apr  2  2013 ntpdate 
    -rwxr-xr-x 1 root root  374 May  2  2014 openvpn 
    -rwxr-xr-x 1 root root 1483 Aug 19  2013 upstart 
    lrwxrwxrwx 1 root root   32 Oct 10 06:53 wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
    No static-routes file.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      SOLVED!!!! Ah, the great and magnificant Sherlock Tux proves his prowess again! The case was troublesum, but no match for ST.

      The culprit was the executable static-routes file. It doesn't exist on my unaffected 32-bit laptop. Removing the executable bit fixed my problem. I'm sure I can simply remove the file, as it doesn't belong here.

      I posted my solution on bugs.launchpad.net. See Comment 24 for bug 1354924
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment

      Working...
      X