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;
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
New contributor
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
server system-installation
New contributor
New contributor
edited yesterday
Ayo Ayokunle
New contributor
asked 2 days ago
Ayo AyokunleAyo Ayokunle
12
12
New contributor
New contributor
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered yesterday
chili555chili555
39.1k55281
39.1k55281
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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