this post was submitted on 29 Jan 2024
41 points (93.6% liked)

Linux

47341 readers
1380 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
41
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

I have no idea what's going on. my server once run fedora, and its hostname was fedoraserver. I recently installed AlmaLinux, and now its hostname is tserver. today I was looking at the logs of jellyfin and... Slow HTTP Response from http://fedoraserver:8096
...
...
...
* realization *
...
WTF!!!!! It's like I saw a ghost. do any of you know what's going on?

even more strange:

$ host fedoraserver                                                                                                                                                                                    
fedoraserver.station has address 192.168.1.4
fedoraserver.station has address 192.168.1.13
fedoraserver.station has address 192.168.1.41
fedoraserver.station has address 192.168.1.10
$ host tserver                                                                                                                                                                                         
tserver.station has address 192.168.1.13
$ host 192.168.1.13                                                                                                                                                                                    
13.1.168.192.in-addr.arpa domain name pointer fedoraserver.station.

I'm... I'm scared

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 38 points 7 months ago (2 children)
[–] [email protected] 12 points 7 months ago (2 children)

Can I clear that cache? It scares me

[–] [email protected] 11 points 7 months ago

Try rebooting your router

[–] [email protected] 6 points 7 months ago

Probably. What does your dns and/or dhcp?

[–] [email protected] 5 points 7 months ago (1 children)
[–] [email protected] 4 points 7 months ago

In the machine, yes.

[–] [email protected] 31 points 7 months ago

Its your router. (your router doesn't know you changed hostnames. All it sees is your Mac)

[–] [email protected] 12 points 7 months ago

Dns caching

[–] [email protected] 11 points 7 months ago (1 children)

Reboot your router/DHCP server

[–] [email protected] 3 points 7 months ago

And you may want to use shorter DHCP leases in the future.

[–] [email protected] 9 points 7 months ago

DHCP?

Your old host registered an fqdn and did mnt remove it, then the new host registered the same ip to a different fqdn.

It happens

I have no idea what you are using for dhcp/dns but start by looking there

[–] [email protected] 3 points 7 months ago

That's why you should set a (12h-24h tops) lease time on your DHCP...