yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49574
[Bug 1571555] [NEW] [doc] Typo in sysctl command example
Public bug reported:
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
** Affects: keystone
Importance: Undecided
Assignee: James Pic (jamespic)
Status: New
** Changed in: keystone
Assignee: (unassigned) => James Pic (jamespic)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1571555
Title:
[doc] Typo in sysctl command example
Status in OpenStack Identity (keystone):
New
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1571555/+subscriptions
Follow ups