First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 230105
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Peter Johanson (RETIRED) <latexer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: impulze@impulze.org
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 230105 depends on: Show dependency tree
Bug 230105 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-06-29 22:21 0000
see summary :p

appearently the procps version of sysctl doesn't complain if used wrong but
still..

line 28 and 56:
  sysctl "${SYSCTL_FORWARD}=1" >/dev/null
should be
  sysctl -w "${SYSCTL_FORWARD}=1" >/dev/null

line 46:
  sysctl "${SYSCTL_FORWARD}=0"
should be
  sysctl -w "${SYSCTL_FORWARD}=0"

Reproducible: Always

Steps to Reproduce:
activate forwarding in /etc/conf.d/radvd and invoke /etc/init.d/radvd start on
a busybox system for example

Actual Results:  
sysctl won't update the forwarding entry because it is used wrong

------- Comment #1 From Carsten Lohrke 2008-06-29 22:34:41 0000 -------
metadata.xml holds  latex_t_er@gentoo.org as alias.

------- Comment #2 From Robin Johnson 2008-11-19 00:00:20 0000 -------
Fixed in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug