Iow C. Five(伍庆耀)
Iow C. Five(伍庆耀)
First, this is the output of `grep -F 127.0.0.1 /etc/hosts` ``` 127.0.0.1 alpine.my.domain alpine localhost.localdomain localhost ``` Actuall I ran `get-gauche.sh --skip-tests` before I created this issue When I ran...
I ran the repl again and saw `("alpine.my.domain")` in the `aliases` slot. How did it happen?
There's only one item in the slot `aliases`. I'm running Alpine linux v3.21 standard on x86_64 and I didn't changed any configurations of network. This may be a clue ```...
One thing is sure `sys-gethostbyaddr` accesses `/etc/hosts` but always ignore the aliases after the first one For example, I edited the `/etc/host` and it's now: ``` 127.0.0.1 alpine.my.domain alpine localhost.localdomain...
For `/etc/host.conf`, it doesn't exist on my system
Can you give me the impl of `sys-gethostbyaddr`? I'd like to check this and fix(?) this.