Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
pain3247yWell depends - what for a server home or cloud.
Do you have a backup system which boots (for Chroot)?
What do you think is the reason for the problem? -
Kimmax111067yYeah, 'doesn't boot' will get use nowhere
Kernel panic? No boot device? Starts but can't reach? -
neodite7097ySorry been trying to fix it.
Turned out it was failing at mounting a windows share at boot.
For some reason it can no longer contact anything on the network via hostname without FQDN.
Strange :(
Cheers tho guys -
bahua129057yCheck the output of:
dpkg -l | grep -i resolvconf
There will probably be a line that begins like this:
ii resolvconf
That means that any changes you want to persist past a reboot in your DNS search path need to go into:
/etc/resolvconf/resolve.conf.d/base
...in the following format:
search blarg.org
nameserver 1.2.3.4
<more nameservers>
My guess is that you used a graphical network config app to set your search path, which just hamfisted resolv.conf, ignoring the fact that resolvconf, a default package in Ubuntu now, overwrites it every time the network is brought up. -
neodite7097yI did get that response. I have added both the dns servers too base, so does the resolve.conf just get ignored?
-
bahua129057y
-
bahua129057y@Linux
I've read it five times now, and yeah, it looks like the problem I described. Non-FQDN local hostnames are not resolving. What would you say is the problem in that case? -
neodite7097yTried running
nmcli device and get
Error: nmcli (0.9.88) and NetworkManager (unknown) versions don't match.
Right to assume this could be the issue? Remove network manager? -
bahua129057y@neodite
After you made the update to base, did you reload resolvconf? Make sure you do that. If that works (ie: the host resolves) then you won't have to mess with NetworkManager at all. -
bahua129057y@Kimmax
Ha, that's what I used to do. Kind of like shoving a paperclip into the CD-ROM to get your game CD out when it wouldn't eject.
Related Rants
-
rabbi15TLDR; I just screwed a production server and rendered it useless!!! Long story: I went to install a product ...
-
CozyPlanes4The moment when... 1. You buy a new monitor --> Yay! 2. And you don't have the screw to connect the stand an...
-
stop6Mom: my photos are gone. Can you find them? Me: *searches the phone an finds nothing.* Me: i cant find them. M...
I broke it :(
One of my Ubuntu server machines won't boot, I know I shouldn't be asking here but I know we have some linux pros in here.
Don't suppose anyone could give me a hand over discord pretty please?
question
screwed up
begging for help