You are not logged in.

#1 2013-11-30 01:30:05

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

[SOLVED] Updated & Rebooted, Lost Networking

Hi, I hadn't updated in a while, let alone reboot, so I ran pacman -Syu, rebooted and now I have no networking.  It's possible that I hadn't rebooted since early spring.  I ran these commands, but I got nothin'

[root@localhost pacman.d]# ping -c 3 www.google.com
ping: unknown host www.google.com
[root@localhost pacman.d]# ping -c 3 8.8.8.8
connect: Network is unreachable
[root@localhost pacman.d]# lspci -v
[root@localhost pacman.d]# netctl
-bash: netctl: command not found
[root@localhost pacman.d]# netcfg
-bash: netcfg: command not found
[root@localhost pacman.d]# ip link set eth0 up
[root@localhost etc]# ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:14:3e:df:cb:37 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::206:3eff:fecf:cb37/64 scope link
       valid_lft forever preferred_lft forever
[root@localhost etc]# ping -c 3 8.8.8.8
connect: Network is unreachable

I'm not sure what I should check to fix the networking issue.  Does anybody have any suggestions or know if there is a place I may be able to configure something?

Thanks

Last edited by PolishHurricane (2013-11-30 18:35:10)

Offline

#2 2013-11-30 04:17:34

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,156

Re: [SOLVED] Updated & Rebooted, Lost Networking

Arch does not take well to neglect. Seriously, if you are not going to update for months, choose a distro that is happy with that.

What was updated exactly? Did you deal with any .pacnew/.pacsave files or other messages provided by pacman? Did you check the News?

Last edited by cfr (2013-11-30 04:17:48)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2013-11-30 04:37:29

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

No no, I updated a week or 2 ago, I just didn't reboot for months, *I think*.  Yes I try to deal with pac files and check the news.

Actually, I just watched it reboot and it says...

Arch Linux 3.10.9-1-ARCH (hvc0)

localhost login: [ TIME ] Timed out waiting for device sys-subsystem-net-devic...ti-user.
device.
[DEPEND] Dependency failed for dhcpcd on multi/user.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.

Do you think I might need a network driver now?

Offline

#4 2013-11-30 04:54:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking

PolishHurricane wrote:

No no, I updated a week or 2 ago, I just didn't reboot for months, *I think*

Then why is your kernel so old?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-11-30 04:57:28

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Updated & Rebooted, Lost Networking

I am going to guess that you are booting into a kernel that doesn't match the modules in /usr/lib/modules.

Offline

#6 2013-11-30 05:28:38

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

It's a VPS service, no idea.  Any way that I could fix it or you guys think I'm screwed?

Offline

#7 2013-11-30 05:42:46

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Updated & Rebooted, Lost Networking

PolishHurricane wrote:

It's a VPS service, no idea.

See... this kind of thing is probably an important point to bring up in the first post.

Offline

#8 2013-11-30 06:35:56

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

My apologies, what did you deduce from this fact?

Offline

#9 2013-11-30 06:43:22

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking

WW is making the point that you omitted to mention the most important piece of information...

Arch is all about giving the user complete control; running on a VPS means that you give up a lot of that control, therefore it is very difficult for anyone else to understand what may have gone wrong with your setup. You have some debugging to do. Start with pacman's log.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2013-11-30 08:40:17

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

Only thing I found that looked like it would have any affect would be this...

[2013-07-21 19:50] [ALPM] warning: /etc/ppp/ip-down.d/00-dns.sh installed as /et
c/ppp/ip-down.d/00-dns.sh.pacnew
[2013-07-21 19:50] [ALPM] warning: /etc/ppp/ip-up.d/00-dns.sh installed as /etc/
ppp/ip-up.d/00-dns.sh.pacnew

I don't recall copying this over.

Offline

#11 2013-11-30 08:47:57

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#12 2013-11-30 08:58:46

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

Yes, I understand this.  The problem is I don't think I copied it over then.  I copied it over now and I still get nothing.  I guess my information is useless then?

Thanks

Last edited by PolishHurricane (2013-11-30 09:00:44)

Offline

#13 2013-11-30 18:29:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking

What does "copied it over" mean? For .pacnew files your are supposed to do a merge...

In any event, if you want help you'll need to provide more info (both for yourself and anyone reading this) about your setup. How was networking previously configured? What else was updated in that last pacman log? Have you got backups of your data?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#14 2013-11-30 18:34:44

PolishHurricane
Member
Registered: 2011-02-02
Posts: 47

Re: [SOLVED] Updated & Rebooted, Lost Networking

I didn't modify the original, so no merge required I assumed.

I'm just going to install the most latest release that I can install.  I had that one setup since October 2012.

Thanks All

Offline

#15 2013-11-30 18:36:28

mrinx
Member
From: Richmond, VA
Registered: 2013-08-01
Posts: 87
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking

Were you using netcfg/netctl before? If not, how was your network being configured?

Edit: I don't want to sound mean, but why are you using Arch?

Last edited by mrinx (2013-11-30 18:44:09)


English isn't my first language.
Is Arch Linux user called archer? Where are our bows and arrows?

Offline

#16 2013-12-01 03:50:35

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,156

Re: [SOLVED] Updated & Rebooted, Lost Networking

PolishHurricane wrote:

I didn't modify the original, so no merge required I assumed.

You don't get .pacnew files unless you modified the original. If you didn't modify, pacman installs the new default.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#17 2013-12-01 18:38:54

mrinx
Member
From: Richmond, VA
Registered: 2013-08-01
Posts: 87
Website

Re: [SOLVED] Updated & Rebooted, Lost Networking

cfr wrote:

You don't get .pacnew files unless you modified the original. If you didn't modify, pacman installs the new default.

Is it true? In every cases? I actually had the same /etc/ppp/ip-down.d/00-dns.sh.pacnew file some time ago, I'm 100 % sure, that I didn't modify it. Maybe something else did, but I don't have any idea what would do that.


English isn't my first language.
Is Arch Linux user called archer? Where are our bows and arrows?

Offline

#18 2013-12-01 20:08:38

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Updated & Rebooted, Lost Networking

mrinx wrote:
cfr wrote:

You don't get .pacnew files unless you modified the original. If you didn't modify, pacman installs the new default.

Is it true? In every cases? I actually had the same /etc/ppp/ip-down.d/00-dns.sh.pacnew file some time ago, I'm 100 % sure, that I didn't modify it. Maybe something else did, but I don't have any idea what would do that.

This is indeed how it is supposed to work.  Though I do remember getting this as well, and I don't use ppp at all.  So in this instance, maybe something went arwy?

Offline

Board footer

Powered by FluxBB