Bug 138203 - net-misc/radvd-0.9.1 needs >=sys-process/procps-3.2
Bug#: 138203 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: henrik@brixandersen.dk Reported By: dimaqq@gmail.com
Component: Ebuilds
URL: 
Summary: net-misc/radvd-0.9.1 needs >=sys-process/procps-3.2
Keywords:  InCVS
Status Whiteboard: 
Opened: 2006-06-27 06:40 0000
Description:   Opened: 2006-06-27 06:40 0000
pillow ~ # /etc/init.d/radvd start
 * Enabling IPv6 forwarding ...
error: 'net.ipv6.conf.all.forwarding=1' is an unknown key                 [ !!
]
 * Starting IPv6 Router Advertisement Daemon ...
[Jun 27 16:33:20] radvd: IPv6 forwarding seems to be disabled, exiting    [ !!
]

apparentely the init script tries to execute "sysctl key=value" while it should
be "sysctl -w key=value".

my environment:
radvd-0.9.1
procps-3.1.15

------- Comment #1 From Henrik Brix Andersen 2006-07-04 09:32:14 0000 -------
(In reply to comment #0)
> my environment:
> radvd-0.9.1
> procps-3.1.15

Huh? Please try with a recent procps (3.2.6 or above) - the version you're
using is not even in portage...

------- Comment #2 From Dmitrii Tisnek 2006-07-06 00:07:38 0000 -------
Tried modern procps (3.2.7). Apparentely 'sysctl key=value' is accepted syntax
now. Before '-w' switch was necessary, now it's not. 

radvd may need to include procps version in dependencies.
sysctl man page (procps-3.2.7) needs to be updated.

------- Comment #3 From Henrik Brix Andersen 2006-07-06 00:49:58 0000 -------
Reopening.

------- Comment #4 From Henrik Brix Andersen 2006-07-06 14:05:48 0000 -------
Fixed in CVS. Thank you for reporting this.