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

Bug 358893

Summary: sys-apps/baselayout: duplicate "st" entries in /etc/protocols
Product: Gentoo Linux Reporter: Vadim Petryaev <ptr>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: minor CC: jmbsvicetto
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vadim Petryaev 2011-03-14 15:11:46 UTC
There are two duplicate entries in /etc/protocols:
line 15: st      5       ST              # ST datagram mode
line 128: st      118     ST              # Schedule Transfer



Reproducible: Always

Steps to Reproduce:
1. Look in /etc/protocols OR
2. Try to migrate /etc/protocols in LDAP database ;) OR
3. cat /etc/protocols | grep ST



According to http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml

Line 128 in /etc/protocols must be:
stp      118     STP              # Schedule Transfer Protocol
Comment 1 Vadim Petryaev 2011-03-14 15:18:47 UTC
--- protocols   2008-03-23 03:55:42.000000000 +0300
+++ protocols.new       2011-03-14 17:41:54.000000000 +0300
@@ -125,7 +125,7 @@
 l2tp   115     L2TP            # Layer Two Tunneling Protocol
 ddx    116     DDX             # D-II Data Exchange
 iatp   117     IATP            # Interactive Agent Transfer Protocol
-st     118     ST              # Schedule Transfer
+stp    118     STP             # Schedule Transfer Protocol
 srp    119     SRP             # SpectraLink Radio Protocol
 uti    120     UTI             # UTI
 smp    121     SMP             # Simple Message Protocol
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-03-14 15:27:32 UTC
@base-system:

What do you say?
Comment 3 SpanKY gentoo-dev 2011-03-14 19:03:28 UTC

*** This bug has been marked as a duplicate of bug 327569 ***