Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168774

Summary: /etc/services inaccurately describes 137, 138, 139 udp/tcp as NETBIOS
Product: Gentoo Linux Reporter: Ludvig Ericson <ludvig.ericson>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ludvig Ericson 2007-02-28 18:39:49 UTC
When looking at /etc/services one can see netbios-ns, netbios-dgm and netbios-ssn being defined as "NETBIOS foo" where as this is not entirely true, because UDP and TCP are actually NetBIOS over IP (NetBT, NBT)

A more proper name would be NetBIOS over TCP/IP.

Reproducible: Always

Steps to Reproduce:
1. Open /etc/services
2. Search for netbios-

Actual Results:  
netbios-xy      13x/xyz                         # NETBIOS XYZ Service


Expected Results:  
netbios-ns      13x/xyz                         # NetBIOS over TCP/IP XYZ Service


Actually the first part is also inaccurate, but I bet things would break if you change it.
Comment 1 SpanKY gentoo-dev 2007-03-01 06:47:43 UTC
our /etc/services reflects IANA:
http://www.iana.org/assignments/port-numbers
Comment 2 SpanKY gentoo-dev 2007-03-01 06:50:15 UTC
maybe WONTFIX would have been better, but oh well ...