Results 1 to 3 of 3

Thread: Eth issues

  1. #1
    Join Date
    Jul 2018
    Beans
    2

    Eth issues

    I cannot get my networking to start. NetworkManager fails each boot.
    Also, I cannot edit /etc/resolv.conf. When I do "ls /etc/resolv.conf" it says it exists, but when i try to edit or echo into it it says "-bash: /etc/resolv.conf: No such file or directory" (as root and as sudo). Please let me know what other information I can give to help. Thank you.

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Eth issues

    Hello and welcome to the forums

    What does the "long" output from ls say?

    Code:
    ls -l /etc/resolv.conf
    Perhaps it is a broken symbolic link?

    BTW editing the file should only be regarded as a short-term step to restoring the network - in modern distributions it's a symbolic link that is created / managed on the fly

  3. #3
    Join Date
    Jul 2018
    Beans
    2

    Re: Eth issues

    lrwxrwxrwx 1 root root 29 Jun 10 17:02 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
    Appears to be a broken symlink (no such file/dir as listed), but what should it link to?
    EDIT: Still failing. Output of "systemctl start NetworkManager" : NetworkManager.service: Failed at step EXEC spawning /usr/sbin/NetworkManager: No such file or directory
    It seems the installation of networkmanager is beyond screwed up, but I don't know how to reinstall w/o internet. Please help if possible. Thank you.
    Last edited by jroehr; July 30th, 2018 at 06:59 PM.

Tags for this Thread

Bookmarks

Posting Permissions

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