[doc] Typo in sysctl command example

Bug #1571555 reported by James Pic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Low
James Pic

Bug Description

This example fails:

# sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=35357'
sysctl: cannot stat /proc/sys/sys/net/ipv4/ip_local_reserved_ports: No such file or directory

Should be:

# sysctl -w 'net.ipv4.ip_local_reserved_ports=35357'
net.ipv4.ip_local_reserved_ports = 35357

James Pic (jamespic)
Changed in keystone:
assignee: nobody → James Pic (jamespic)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/307008

Changed in keystone:
status: New → In Progress
Changed in keystone:
importance: Undecided → Low
tags: added: low-hanging-fruit
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/307008
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e641f79155fb03d644300e19e50822858167a0bf
Submitter: Jenkins
Branch: master

commit e641f79155fb03d644300e19e50822858167a0bf
Author: jpic <email address hidden>
Date: Mon Apr 18 11:05:40 2016 +0200

    Typo in sysctl command example Edit

    Fixes error:

        # sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=35357'
        sysctl: cannot stat /proc/sys/sys/net/ipv4/ip_local_reserved_ports: No such file or directory

    The new command works:

        # sysctl -w 'net.ipv4.ip_local_reserved_ports=35357'
        net.ipv4.ip_local_reserved_ports = 35357

    Closes-Bug: #1571555
    Change-Id: I9665f56c23f50d45e4303f78046dc46becb59ec5

Changed in keystone:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/keystone 10.0.0.0b1

This issue was fixed in the openstack/keystone 10.0.0.0b1 development milestone.

Changed in keystone:
milestone: none → newton-1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.