Updating server OS, installation and internet connectivity issues in using Ubuntu Server The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraUbuntu Server 14.04 and 12.04 installation problemUbuntu Server Installation getting Stuckinstallation issues using flash driveUbuntu 14.04 Installation IssuesUbuntu 16.04 installation issuesIPv6 SLAAC on Ubuntu Server 16.04.Server 16.04.02 Installation Issues with a Dell PE T20Raspberry Pi 3B with Ubuntu Server(CLI) with No Ethernet Recognition and No Wlan0 ListNew Ubuntu Server installation QHow to enable wireless on Ubuntu Server 18.04 via CLI?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Is 'stolen' appropriate word?

Is every episode of "Where are my Pants?" identical?

Using dividends to reduce short term capital gains?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Could an empire control the whole planet with today's comunication methods?

Am I ethically obligated to go into work on an off day if the reason is sudden?

What can I do if neighbor is blocking my solar panels intentionally?

How did passengers keep warm on sail ships?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Presidential Pardon

What happens to a Warlock's expended Spell Slots when they gain a Level?

Why can't devices on different VLANs, but on the same subnet, communicate?

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

Keeping a retro style to sci-fi spaceships?

Do warforged have souls?

Did the new image of black hole confirm the general theory of relativity?

"is" operation returns false even though two objects have same id

Working through the single responsibility principle (SRP) in Python when calls are expensive

Are there continuous functions who are the same in an interval but differ in at least one other point?

Windows 10: How to Lock (not sleep) laptop on lid close?

Can each chord in a progression create its own key?

Does Parliament need to approve the new Brexit delay to 31 October 2019?



Updating server OS, installation and internet connectivity issues in using Ubuntu Server



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraUbuntu Server 14.04 and 12.04 installation problemUbuntu Server Installation getting Stuckinstallation issues using flash driveUbuntu 14.04 Installation IssuesUbuntu 16.04 installation issuesIPv6 SLAAC on Ubuntu Server 16.04.Server 16.04.02 Installation Issues with a Dell PE T20Raspberry Pi 3B with Ubuntu Server(CLI) with No Ethernet Recognition and No Wlan0 ListNew Ubuntu Server installation QHow to enable wireless on Ubuntu Server 18.04 via CLI?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I recently installed the latest version of Ubuntu using the alternative downloads page as I didn't have network connectivity during the installation process. After a successful install, when I try to run some basic commands, I get "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted". I did some research online to find out that the most likely solution to this is to update my apt repo, however without internet connection I have not been able to run sudo apt-get update successfully.



I have wireless internet available, but Ubuntu hasn't even been able to detect my interface. Ubuntu is the only OS I have in the machine. From the information I have gotten online, the commands that I need to get my interface working return the same error, "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted", and since I can't update I don't know how to go forward from here. I don't have access to any ethernet connection.



Please I need recommendations on other options to gain access to the internet.



lspci -nnk | grep 0200 -A3 returned:



00:if .6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 1219-LM [8086:156f] (rev 21)
Subsystem: Hwelett Packard Company Ethernet Connection 1219-LM [103c:8079]
Kernel driver in use: e1000e
Kernel modules: e1000e


cat /etc/netplan/*.yaml returned




version: 2
renderer: networkd
ethernets:
enp0s31f6
addresses: [127.0.0.1/24]
nameservers:
search: [myname-server]
addresses:


ip addr show returned




1: lo: mtu 655536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/B scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s31f6: mtu 1500 qdisc noop state DOWN group default qlwn 1000
link/ether ec:8e:b5:a2:6e:55 brd ff:ff:ff:ff:ff:ff
3: wlp2s0 mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b8:8a:60:50:40:c4 brd ff:ff:ff:ff:ff:ff









share|improve this question









New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

    – chili555
    2 days ago











  • @chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

    – Ayo Ayokunle
    yesterday

















0















I recently installed the latest version of Ubuntu using the alternative downloads page as I didn't have network connectivity during the installation process. After a successful install, when I try to run some basic commands, I get "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted". I did some research online to find out that the most likely solution to this is to update my apt repo, however without internet connection I have not been able to run sudo apt-get update successfully.



I have wireless internet available, but Ubuntu hasn't even been able to detect my interface. Ubuntu is the only OS I have in the machine. From the information I have gotten online, the commands that I need to get my interface working return the same error, "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted", and since I can't update I don't know how to go forward from here. I don't have access to any ethernet connection.



Please I need recommendations on other options to gain access to the internet.



lspci -nnk | grep 0200 -A3 returned:



00:if .6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 1219-LM [8086:156f] (rev 21)
Subsystem: Hwelett Packard Company Ethernet Connection 1219-LM [103c:8079]
Kernel driver in use: e1000e
Kernel modules: e1000e


cat /etc/netplan/*.yaml returned




version: 2
renderer: networkd
ethernets:
enp0s31f6
addresses: [127.0.0.1/24]
nameservers:
search: [myname-server]
addresses:


ip addr show returned




1: lo: mtu 655536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/B scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s31f6: mtu 1500 qdisc noop state DOWN group default qlwn 1000
link/ether ec:8e:b5:a2:6e:55 brd ff:ff:ff:ff:ff:ff
3: wlp2s0 mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b8:8a:60:50:40:c4 brd ff:ff:ff:ff:ff:ff









share|improve this question









New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

    – chili555
    2 days ago











  • @chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

    – Ayo Ayokunle
    yesterday













0












0








0








I recently installed the latest version of Ubuntu using the alternative downloads page as I didn't have network connectivity during the installation process. After a successful install, when I try to run some basic commands, I get "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted". I did some research online to find out that the most likely solution to this is to update my apt repo, however without internet connection I have not been able to run sudo apt-get update successfully.



I have wireless internet available, but Ubuntu hasn't even been able to detect my interface. Ubuntu is the only OS I have in the machine. From the information I have gotten online, the commands that I need to get my interface working return the same error, "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted", and since I can't update I don't know how to go forward from here. I don't have access to any ethernet connection.



Please I need recommendations on other options to gain access to the internet.



lspci -nnk | grep 0200 -A3 returned:



00:if .6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 1219-LM [8086:156f] (rev 21)
Subsystem: Hwelett Packard Company Ethernet Connection 1219-LM [103c:8079]
Kernel driver in use: e1000e
Kernel modules: e1000e


cat /etc/netplan/*.yaml returned




version: 2
renderer: networkd
ethernets:
enp0s31f6
addresses: [127.0.0.1/24]
nameservers:
search: [myname-server]
addresses:


ip addr show returned




1: lo: mtu 655536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/B scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s31f6: mtu 1500 qdisc noop state DOWN group default qlwn 1000
link/ether ec:8e:b5:a2:6e:55 brd ff:ff:ff:ff:ff:ff
3: wlp2s0 mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b8:8a:60:50:40:c4 brd ff:ff:ff:ff:ff:ff









share|improve this question









New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I recently installed the latest version of Ubuntu using the alternative downloads page as I didn't have network connectivity during the installation process. After a successful install, when I try to run some basic commands, I get "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted". I did some research online to find out that the most likely solution to this is to update my apt repo, however without internet connection I have not been able to run sudo apt-get update successfully.



I have wireless internet available, but Ubuntu hasn't even been able to detect my interface. Ubuntu is the only OS I have in the machine. From the information I have gotten online, the commands that I need to get my interface working return the same error, "ubuntu server says package is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted", and since I can't update I don't know how to go forward from here. I don't have access to any ethernet connection.



Please I need recommendations on other options to gain access to the internet.



lspci -nnk | grep 0200 -A3 returned:



00:if .6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 1219-LM [8086:156f] (rev 21)
Subsystem: Hwelett Packard Company Ethernet Connection 1219-LM [103c:8079]
Kernel driver in use: e1000e
Kernel modules: e1000e


cat /etc/netplan/*.yaml returned




version: 2
renderer: networkd
ethernets:
enp0s31f6
addresses: [127.0.0.1/24]
nameservers:
search: [myname-server]
addresses:


ip addr show returned




1: lo: mtu 655536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/B scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s31f6: mtu 1500 qdisc noop state DOWN group default qlwn 1000
link/ether ec:8e:b5:a2:6e:55 brd ff:ff:ff:ff:ff:ff
3: wlp2s0 mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b8:8a:60:50:40:c4 brd ff:ff:ff:ff:ff:ff






server system-installation






share|improve this question









New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday







Ayo Ayokunle













New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Ayo AyokunleAyo Ayokunle

12




12




New contributor




Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Ayo Ayokunle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

    – chili555
    2 days ago











  • @chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

    – Ayo Ayokunle
    yesterday

















  • Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

    – chili555
    2 days ago











  • @chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

    – Ayo Ayokunle
    yesterday
















Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

– chili555
2 days ago





Please edit your question to show the result of the terminal commands: lspci -nnk | grep 0200 -A3 and also: ip addr show and finally: cat /etc/netplan/*.yaml Welcome to Ask Ubuntu.

– chili555
2 days ago













@chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

– Ayo Ayokunle
yesterday





@chili555 thanks for the welcome. I've updated my question with the result from the suggested commands.

– Ayo Ayokunle
yesterday










1 Answer
1






active

oldest

votes


















0














Your netplan file specifies an address that belongs to the loopback interface; it's already in use. You failed to specify a gateway or DNS nameservers,



I suggest that you amend the netplan yaml file to something like:



network:
version: 2
renderer: networkd
ethernets:
enp0s31f6:
addresses:
- 192.168.10.102/24
gateway4: 192.168.10.1
nameservers:
search: [mydomain,otherdomain]
addresses: [192.168.10.1, 8.8.8.8]


Of course, susbstitute the details matching the network to which you are connected. Spacing and indentation are crucial and must be perfect; proofread carefully twice.Follow with:



sudo netplan generate
sudo netplan apply


After a reboot, your ethernet should be connected.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Ayo Ayokunle is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132668%2fupdating-server-os-installation-and-internet-connectivity-issues-in-using-ubunt%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Your netplan file specifies an address that belongs to the loopback interface; it's already in use. You failed to specify a gateway or DNS nameservers,



    I suggest that you amend the netplan yaml file to something like:



    network:
    version: 2
    renderer: networkd
    ethernets:
    enp0s31f6:
    addresses:
    - 192.168.10.102/24
    gateway4: 192.168.10.1
    nameservers:
    search: [mydomain,otherdomain]
    addresses: [192.168.10.1, 8.8.8.8]


    Of course, susbstitute the details matching the network to which you are connected. Spacing and indentation are crucial and must be perfect; proofread carefully twice.Follow with:



    sudo netplan generate
    sudo netplan apply


    After a reboot, your ethernet should be connected.






    share|improve this answer



























      0














      Your netplan file specifies an address that belongs to the loopback interface; it's already in use. You failed to specify a gateway or DNS nameservers,



      I suggest that you amend the netplan yaml file to something like:



      network:
      version: 2
      renderer: networkd
      ethernets:
      enp0s31f6:
      addresses:
      - 192.168.10.102/24
      gateway4: 192.168.10.1
      nameservers:
      search: [mydomain,otherdomain]
      addresses: [192.168.10.1, 8.8.8.8]


      Of course, susbstitute the details matching the network to which you are connected. Spacing and indentation are crucial and must be perfect; proofread carefully twice.Follow with:



      sudo netplan generate
      sudo netplan apply


      After a reboot, your ethernet should be connected.






      share|improve this answer

























        0












        0








        0







        Your netplan file specifies an address that belongs to the loopback interface; it's already in use. You failed to specify a gateway or DNS nameservers,



        I suggest that you amend the netplan yaml file to something like:



        network:
        version: 2
        renderer: networkd
        ethernets:
        enp0s31f6:
        addresses:
        - 192.168.10.102/24
        gateway4: 192.168.10.1
        nameservers:
        search: [mydomain,otherdomain]
        addresses: [192.168.10.1, 8.8.8.8]


        Of course, susbstitute the details matching the network to which you are connected. Spacing and indentation are crucial and must be perfect; proofread carefully twice.Follow with:



        sudo netplan generate
        sudo netplan apply


        After a reboot, your ethernet should be connected.






        share|improve this answer













        Your netplan file specifies an address that belongs to the loopback interface; it's already in use. You failed to specify a gateway or DNS nameservers,



        I suggest that you amend the netplan yaml file to something like:



        network:
        version: 2
        renderer: networkd
        ethernets:
        enp0s31f6:
        addresses:
        - 192.168.10.102/24
        gateway4: 192.168.10.1
        nameservers:
        search: [mydomain,otherdomain]
        addresses: [192.168.10.1, 8.8.8.8]


        Of course, susbstitute the details matching the network to which you are connected. Spacing and indentation are crucial and must be perfect; proofread carefully twice.Follow with:



        sudo netplan generate
        sudo netplan apply


        After a reboot, your ethernet should be connected.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        chili555chili555

        39.1k55281




        39.1k55281




















            Ayo Ayokunle is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Ayo Ayokunle is a new contributor. Be nice, and check out our Code of Conduct.












            Ayo Ayokunle is a new contributor. Be nice, and check out our Code of Conduct.











            Ayo Ayokunle is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132668%2fupdating-server-os-installation-and-internet-connectivity-issues-in-using-ubunt%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?