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
|
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
(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...
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.
Fixed in CVS. Thank you for reporting this.