On Wed 02 Apr 2025 at 09:12:24 (-0400), gene heskett wrote:The router is, I believe, running dnsmasq, but is otherwise untouched
On 4/2/25 01:28, David Wright wrote:127.0.1.1 coyote.coyote.den coyote
On Tue 01 Apr 2025 at 04:58:27 (-0400), gene heskett wrote:I can put it back in, but no one has ever explained why. And since
On 3/31/25 23:02, David Wright wrote:What Brian pointed out in the thread: the lack of 127.0.1.1, the
On Mon 31 Mar 2025 at 16:35:58 (-0400), gene heskett wrote:
On 3/31/25 13:55, David Wright wrote:
conventional way in which Debian ensures a host can find its own
name when the network is not up.
it's been gone for 27 years, what name goes with it?
Ack the man page, it should be coyote.coyote.den, but that has been
192.168.71.3 for that same 27 years. [ … ] So
what should I put in there for what the man page says?:
127.0.1.1 thishost.example.org thishost
Experimenting I find the duplication does not seem to generate anThat's what you want: as the address is in the 127.0.0.0 network,
error, other than I now had to ping itself by address, since the name
is now found at 127.0.1.1 by pings lookup?
pinging it will ping itself, and it gets a reply. It doesn't
require your LAN to be set up, and AIUI it's like localhost
(127.0.0.1) in that it doesn't touch the network hardware.
I'll leave it in the hostsI don't see the point in leaving it there. If you want to send
file as a duplicate, until I find something that does not work,
something to coyote.coyote.den, why do you want the LAN address
when 127.0.1.1 is just as good. If the line is correct, it does
nothing; if it's incorrect, it can cause harm.
And coyote's own hosts file can't be seen by other machines trying
to find coyote: they will use their local copy.
Bear in mind that the same holds true for each machine on your LAN,
so the hosts file will be different for each one. My master list,
which I reconcile with the router's DHCP server Reservation List,
is installed onto a system with a line like:
# sed -E "/^[[:space:]]*192.168.1.[0-9]+[[:space:]]+$HOSTNAME.corp[[:space:]]+$HOSTNAME[#|[[:space:]]|\$]/s/[[:space:]]*([0-9.]+)[[:space:]]+(.*)\$/127.0.1.1\t\2\t# \1/" master-list >/etc/hosts
That assumes 1, not 71, corp rather than coyote.den, and it would
fail on your .122 line because the HOSTNAMEs are different for some
reason. (I wrote the pattern to conform to my own expectations.)
butI don't see why it would. But I don't have experience with DEs, so
it also has no effect on the 30 second gui freeze on opening a file I
own.
I wouldn't be much help with a problem like that anyway. I also don't
know what your problem with NM and resolv.conf is all about. But
static addressing with a hosts file doesn't have to be 3rd class,
and I don't feel treated as such.
Cheers,
David.
On Wed, Apr 02, 2025 at 22:28:24 -0500, David Wright wrote:
127.0.1.1 coyote.coyote.den coyoteI disagree with you here. The 127.0.1.1 address is a placeholder put
[...]
I don't see the point in leaving it there. If you want to send
something to coyote.coyote.den, why do you want the LAN address
when 127.0.1.1 is just as good. If the line is correct, it does
nothing; if it's incorrect, it can cause harm.
there by the installer for the more common case where a machine doesn't
have a fixed LAN IP address. Most home or workplace computers these
days will get their addresses from DHCP without a reservation, so their internal addresses may vary.
127.0.1.1 is used when a fixed LAN IP address isn't available. But if
a fixed LAN IP address *is* assigned, that should be used instead.
In Gene's case, where all the addressing is manually assigned and static, using the traditional approach (192.168.x.y coyote.coyote.den coyote)
is actually preferred. It allows a single /etc/hosts file to be
copied across all computers on the LAN without needing to modify it
on each host.
On Apr 02, 2025, David Wright wrote:
On Wed 02 Apr 2025 at 09:12:24 (-0400), gene heskett wrote:Indeed, the entirety of 127.0.0.0/8 is the virtual loopback adapter
[...]That's what you want: as the address is in the 127.0.0.0 network,
Experimenting I find the duplication does not seem to generate an
error, other than I now had to ping itself by address, since the name
is now found at 127.0.1.1 by pings lookup?
pinging it will ping itself, and it gets a reply. It doesn't
require your LAN to be set up, and AIUI it's like localhost
(127.0.0.1) in that it doesn't touch the network hardware.
(i.e. "localhost").
On 2025-04-03, Dan Purgert <[email protected]> wrote:The more rural WV areas are an ipv6 desert, and given Debian's penchant
Doubtless yet another fallacious notion, but I thought IPV6 opened upThat's what you want: as the address is in the 127.0.0.0 network,Indeed, the entirety of 127.0.0.0/8 is the virtual loopback adapter
pinging it will ping itself, and it gets a reply. It doesn't
require your LAN to be set up, and AIUI it's like localhost
(127.0.0.1) in that it doesn't touch the network hardware.
(i.e. "localhost").
the flood gates of assigning "real" ip addresses to whatever the heck
Gene's talking about.
I guess it isn't happening any time soon.
.
On 4/3/25 09:29, Greg wrote:
On 2025-04-03, Dan Purgert <[email protected]> wrote:
Doubtless yet another fallacious notion, but I thought IPV6 opened upThat's what you want: as the address is in the 127.0.0.0 network, pinging it will ping itself, and it gets a reply. It doesn'tIndeed, the entirety of 127.0.0.0/8 is the virtual loopback adapter
require your LAN to be set up, and AIUI it's like localhost
(127.0.0.1) in that it doesn't touch the network hardware.
(i.e. "localhost").
the flood gates of assigning "real" ip addresses to whatever the heck Gene's talking about.
I guess it isn't happening any time soon.The more rural WV areas are an ipv6 desert, and given Debian's penchant for ipv6, its disabled here. I've no clue, but it seems to me that if it gets no replies trying ipv6, it should fall back to ipv4.
On Apr 03, 2025, Greg wrote:Which is to fix the reason for a 30 second all system freeze of the
On 2025-04-03, Dan Purgert <[email protected]> wrote:Maybe? I honestly lost the plot to what he's trying to accomplish.
Doubtless yet another fallacious notion, but I thought IPV6 opened upThat's what you want: as the address is in the 127.0.0.0 network,Indeed, the entirety of 127.0.0.0/8 is the virtual loopback adapter
pinging it will ping itself, and it gets a reply. It doesn't
require your LAN to be set up, and AIUI it's like localhost
(127.0.0.1) in that it doesn't touch the network hardware.
(i.e. "localhost").
the flood gates of assigning "real" ip addresses to whatever the heck
Gene's talking about.
Everything will still have a "localhost" entry (albeit "::1" instead of
16 million valid options under 127.0.0.0/8), but yes, everything can
also have publicly routable addresses as well.
Gene writes:
Which is to fix the reason for a 30 second all system freeze of the
system when trying to access a file I own, or want to create, in my /home/me directory.
This happens only in that directory and only when you own the file?
Which is to fix the reason for a 30 second all system freeze of the
system when trying to access a file I own, or want to create, in my
/home/me directory.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 146:13:31 |
| Calls: | 12,089 |
| Calls today: | 2 |
| Files: | 15,000 |
| Messages: | 6,517,501 |