Changeset 2953 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
Feb 17, 2012, 11:58:45 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Try to improve rpcbind launch (working but giving some error messages). This rev fixes RHEL6.2 restore, and hopefully Debian as well.
Location:
branches/3.0/mindi
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r2951 r2953  
    25172517    # Initial / are trucated by tar
    25182518    tar cf - `sort -u $MINDI_TMP/minimal.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "Problem in minimal analysis" $MINDI_TMP/$$.log
    2519     bash
    25202519    rm -f $MINDI_TMP/minimal.lis
    25212520
  • branches/3.0/mindi/rootfs/etc/passwd

    r2438 r2953  
    1010man:x:13:15:man:/usr/man:
    1111guest:x:405:100:guest:/dev/null:/dev/null
     12rpc:x:492:491:system user for rpcbind:/var/lib/rpcbind:/sbin/nologin
     13rpcuser:x:491:490:system user for nfs-utils:/var/lib/nfs:/bin/false
    1214nobody:x:65534:100:nobody:/dev/null:
  • branches/3.0/mindi/rootfs/etc/protocols

    r30 r2953  
     1# $Id$
    12#
    2 # protocols This file describes the various protocols that are
    3 #       available from the TCP/IP subsystem.  It should be
    4 #       consulted instead of using the numbers in the ARPA
    5 #       include files, or, worse, just guessing them.
     3# Internet (IP) protocols
    64#
     5# Updated from http://www.iana.org/assignments/protocol-numbers and other
     6# sources.
     7# New protocols will be added on request if they have been officially
     8# assigned by IANA and are not historical.
     9# If you need a huge list of used numbers please install the nmap package.
    710
    8 ip  0   IP  # internet protocol, pseudo protocol number
    9 icmp    1   ICMP    # internet control message protocol
    10 igmp    2   IGMP    # internet group multicast protocol
    11 ggp 3   GGP # gateway-gateway protocol
    12 tcp 6   TCP # transmission control protocol
    13 pup 12  PUP # PARC universal packet protocol
    14 udp 17  UDP # user datagram protocol
    15 idp 22  IDP # WhatsThis?
    16 raw 255 RAW # RAW IP interface
    17 
    18 # End.
     11ip  0   IP      # internet protocol, pseudo protocol number
     12#hopopt 0   HOPOPT      # IPv6 Hop-by-Hop Option [RFC1883]
     13icmp    1   ICMP        # internet control message protocol
     14igmp    2   IGMP        # Internet Group Management
     15ggp 3   GGP     # gateway-gateway protocol
     16ipencap 4   IP-ENCAP    # IP encapsulated in IP (officially ``IP'')
     17st  5   ST      # ST datagram mode
     18tcp 6   TCP     # transmission control protocol
     19egp 8   EGP     # exterior gateway protocol
     20igp 9   IGP     # any private interior gateway (Cisco)
     21pup 12  PUP     # PARC universal packet protocol
     22udp 17  UDP     # user datagram protocol
     23hmp 20  HMP     # host monitoring protocol
     24xns-idp 22  XNS-IDP     # Xerox NS IDP
     25rdp 27  RDP     # "reliable datagram" protocol
     26iso-tp4 29  ISO-TP4     # ISO Transport Protocol class 4 [RFC905]
     27xtp 36  XTP     # Xpress Transfer Protocol
     28ddp 37  DDP     # Datagram Delivery Protocol
     29idpr-cmtp 38    IDPR-CMTP   # IDPR Control Message Transport
     30ipv6    41  IPv6        # Internet Protocol, version 6
     31ipv6-route 43   IPv6-Route  # Routing Header for IPv6
     32ipv6-frag 44    IPv6-Frag   # Fragment Header for IPv6
     33idrp    45  IDRP        # Inter-Domain Routing Protocol
     34rsvp    46  RSVP        # Reservation Protocol
     35gre 47  GRE     # General Routing Encapsulation
     36esp 50  IPSEC-ESP   # Encap Security Payload [RFC2406]
     37ah  51  IPSEC-AH    # Authentication Header [RFC2402]
     38skip    57  SKIP        # SKIP
     39ipv6-icmp 58    IPv6-ICMP   # ICMP for IPv6
     40ipv6-nonxt 59   IPv6-NoNxt  # No Next Header for IPv6
     41ipv6-opts 60    IPv6-Opts   # Destination Options for IPv6
     42rspf    73  RSPF CPHB   # Radio Shortest Path First (officially CPHB)
     43vmtp    81  VMTP        # Versatile Message Transport
     44eigrp   88  EIGRP       # Enhanced Interior Routing Protocol (Cisco)
     45ospf    89  OSPFIGP     # Open Shortest Path First IGP
     46ax.25   93  AX.25       # AX.25 frames
     47ipip    94  IPIP        # IP-within-IP Encapsulation Protocol
     48etherip 97  ETHERIP     # Ethernet-within-IP Encapsulation [RFC3378]
     49encap   98  ENCAP       # Yet Another IP encapsulation [RFC1241]
     50#   99          # any private encryption scheme
     51pim 103 PIM     # Protocol Independent Multicast
     52ipcomp  108 IPCOMP      # IP Payload Compression Protocol
     53vrrp    112 VRRP        # Virtual Router Redundancy Protocol
     54l2tp    115 L2TP        # Layer Two Tunneling Protocol [RFC2661]
     55isis    124 ISIS        # IS-IS over IPv4
     56sctp    132 SCTP        # Stream Control Transmission Protocol
     57fc  133 FC      # Fibre Channel
     58udplite 136 UDPLite     # UDP-Lite
     59mpls-in-ip 137  MPLS-in-IP  # MPLS-in-IP [RFC4023]
     60manet   138         # MANET Protocols
     61hip 139 HIP     # Host Identity Protocol
  • branches/3.0/mindi/rootfs/etc/services

    r30 r2953  
    3737pop-2       109/tcp             # PostOffice V.2
    3838pop-3       110/tcp             # PostOffice V.3
    39 sunrpc      111/tcp
    4039sunrpc      111/tcp     portmapper  # RPC 4.0 portmapper UDP
    41 sunrpc      111/udp
    4240sunrpc      111/udp     portmapper  # RPC 4.0 portmapper TCP
    4341auth        113/tcp     authentication
Note: See TracChangeset for help on using the changeset viewer.