Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36122

Did upgrade f16-f17, now no network

$
0
0
I usually do updates, usually just fresh installs, but, with one F16 install going EOL, I figured I'd try a DVD upgrade. It really did go well, and finished with everything working, except, it didn't install an F17 kernel. I was able to download one from koji on another machine and then install it, so, that's not a problem.

The problem is I can't bring up the network. I've tried and searched for a solution, but, no matter what I try, I'm at a loss. I've recreated the ethernet connection from scratch in NetworkManager and I've tried redoing the network-scripts in /etc/sysconfig using the data from my other F17 install.

Any ideas would be greatly appreciated. Here's part of messages, ifconfig and ip addr.

Messages:
Code:

Jan 19 21:35:22 localhost NetworkManager[624]: <info> Auto-activating connection 'em1'.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) starting connection 'em1'
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0]
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0]
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds)
Jan 19 21:35:22 localhost NetworkManager[624]: <info> dhclient started with pid 1582
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): DHCPv4 client pid 1582 exited with status 127
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 4 of 5 (IPv4 Configure Timeout) scheduled...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 4 of 5 (IPv4 Configure Timeout) started...
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): device state change: ip-config -> failed (reason 'ip-config-unavailable') [70 120 5]
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Marking connection 'em1' invalid.
Jan 19 21:35:22 localhost NetworkManager[624]: <warn> Activation (em1) failed for connection 'em1'
Jan 19 21:35:22 localhost NetworkManager[624]: <info> Activation (em1) Stage 4 of 5 (IPv4 Configure Timeout) complete.
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): device state change: failed -> disconnected (reason 'none') [120 30 0]
Jan 19 21:35:22 localhost NetworkManager[624]: <info> (em1): deactivating device (reason 'none') [0]
Jan 19 21:36:36 localhost systemd-tmpfile[1602]: Successfully loaded SELinux database in 19ms 322us, size on heap is 408K.
Jan 19 21:36:36 localhost systemd-tmpfile[1602]: stat(/run/user/GoinEasy9/gvfs) failed: Permission denied
Jan 19 21:36:49 localhost dbus-daemon[668]: dbus[668]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper)
Jan 19 21:36:49 localhost dbus[668]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper)
Jan 19 21:36:49 localhost dbus-daemon[668]: Launching FprintObject
Jan 19 21:36:49 localhost dbus-daemon[668]: dbus[668]: [system] Successfully activated service 'net.reactivated.Fprint'
Jan 19 21:36:49 localhost dbus-daemon[668]: ** Message: D-Bus service launched with name: net.reactivated.Fprint
Jan 19 21:36:49 localhost dbus-daemon[668]: ** Message: entering main loop
Jan 19 21:36:49 localhost dbus[668]: [system] Successfully activated service 'net.reactivated.Fprint'
Jan 19 21:37:19 localhost dbus-daemon[668]: ** Message: No devices in use, exit

ifconfig -a
Code:

[root@fedora16dwkde GoinEasy9]# ifconfig -a
em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::226:18ff:fe32:33d9  prefixlen 64  scopeid 0x20<link>
        ether 00:26:18:32:33:d9  txqueuelen 1000  (Ethernet)
        RX packets 738  bytes 174062 (169.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 368 (368.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 16436
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 2  bytes 100 (100.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2  bytes 100 (100.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

ip addr
Code:

[root@fedora16dwkde GoinEasy9]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
2: em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:26:18:32:33:d9 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::226:18ff:fe32:33d9/64 scope link
      valid_lft forever preferred_lft forever


Thanks in advance.

Viewing all articles
Browse latest Browse all 36122

Trending Articles