Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] inetutils-whois simply just doesn't work
@ 2020-01-21 14:48 voidlinux-github
  2020-01-21 15:14 ` voidlinux-github
  2020-01-25 12:09 ` [ISSUE] [CLOSED] " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-21 14:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

New issue by shahab-vahedi on void-packages repository

https://github.com/void-linux/void-packages/issues/18445

Description:
### System

* xuname: 
  Void 5.4.12_1 x86_64 GenuineIntel notuptodate rFF

* package:  
  inetutils-whois-1.9.4_10
  iana-etc-20190504_1

### Expected behavior
```
> whois 4.2.2.4
...
NetRange:       4.0.0.0 - 4.127.255.255
CIDR:           4.0.0.0/9
...
```
### Actual behavior
```
> whois 4.2.2.4
getaddrinfo: Servname not supported for ai_socktype
```
### Steps to reproduce the behavior
Have `inetutils-whois` and `iana-etc` installed just the way they are, and you will bump into the error message shown in *Actual behavior*.

### How I fixed it for myself
By adding the following lines into my `/etc/services`:
```
whois              43/tcp
whois              43/udp
```

### Note
I am not sure in which package this fix should end up, `inetutils-whois` or `iana-etc`. I think latter is the case. I wanted to submit a patch but then I noticed that `iana-etc` uses an `update.sh` to fetch its `protocols` and `services`. Is it OK if I change `update.sh` to add those lines to `services` if they are not there?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: inetutils-whois simply just doesn't work
  2020-01-21 14:48 [ISSUE] inetutils-whois simply just doesn't work voidlinux-github
@ 2020-01-21 15:14 ` voidlinux-github
  2020-01-25 12:09 ` [ISSUE] [CLOSED] " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-21 15:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18445#issuecomment-576727491

Comment:
I'd prefer to patch inetutils to use nicname to find this service. (But it's annoying legacy aliases don't show up in the official IANA assignments.)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] inetutils-whois simply just doesn't work
  2020-01-21 14:48 [ISSUE] inetutils-whois simply just doesn't work voidlinux-github
  2020-01-21 15:14 ` voidlinux-github
@ 2020-01-25 12:09 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-25 12:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

Closed issue by shahab-vahedi on void-packages repository

https://github.com/void-linux/void-packages/issues/18445

Description:
### System

* xuname: 
  Void 5.4.12_1 x86_64 GenuineIntel notuptodate rFF

* package:  
  inetutils-whois-1.9.4_10
  iana-etc-20190504_1

### Expected behavior
```
> whois 4.2.2.4
...
NetRange:       4.0.0.0 - 4.127.255.255
CIDR:           4.0.0.0/9
...
```
### Actual behavior
```
> whois 4.2.2.4
getaddrinfo: Servname not supported for ai_socktype
```
### Steps to reproduce the behavior
Have `inetutils-whois` and `iana-etc` installed just the way they are, and you will bump into the error message shown in *Actual behavior*.

### How I fixed it for myself
By adding the following lines into my `/etc/services`:
```
whois              43/tcp
whois              43/udp
```

### Note
I am not sure in which package this fix should end up, `inetutils-whois` or `iana-etc`. I think latter is the case. I wanted to submit a patch but then I noticed that `iana-etc` uses an `update.sh` to fetch its `protocols` and `services`. Is it OK if I change `update.sh` to add those lines to `services` if they are not there?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-25 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 14:48 [ISSUE] inetutils-whois simply just doesn't work voidlinux-github
2020-01-21 15:14 ` voidlinux-github
2020-01-25 12:09 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).