[arch-general] permission denied on key
Hi, I've just noticed the following warning in the /var/log/boot file: " Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding' Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' " What does it mean?
Hi, I've just noticed the following warning in the /var/log/boot file:
" Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding'
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' "
What does it mean?
Hi! Do you have any settings in /etc/sysctl.conf ? -- Cheers, Roman V.Leon.
2011-11-01T14:10+0200, Roman V.Leon. wrote:
Hi, I've just noticed the following warning in the /var/log/boot file:
" Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding'
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' "
What does it mean?
Hi! Do you have any settings in /etc/sysctl.conf ?
Yes I have, it's at <http://pastebin.com/iqp2xDww>
On Tue, Nov 1, 2011 at 1:29 PM, Gr., F. <frgroccia@gmail.com> wrote:
2011-11-01T14:10+0200, Roman V.Leon. wrote:
Hi, I've just noticed the following warning in the /var/log/boot file:
" Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding'
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' "
What does it mean?
Hi! Do you have any settings in /etc/sysctl.conf ?
Yes I have, it's at <http://pastebin.com/iqp2xDww>
I don't know why this happens, but I can reproduce it manually (echo 0
/proc/sys/net/.../mc_forwarding). I also note that the values you set are already 0. I guess this is a kernel thing.
Cheers, Tom
Am 01.11.2011 13:37, schrieb Tom Gundersen:
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding'
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' "
What does it mean?
Hi! Do you have any settings in /etc/sysctl.conf ?
Yes I have, it's at <http://pastebin.com/iqp2xDww>
I don't know why this happens, but I can reproduce it manually (echo 0
/proc/sys/net/.../mc_forwarding). I also note that the values you set are already 0. I guess this is a kernel thing.
https://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h...
2011-11-01T14:10+0200, Roman V.Leon. wrote:
Hi, I've just noticed the following warning in the /var/log/boot file:
" Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.all.mc_forwarding'
Sun Oct 23 10:35:26 2011: error: permission denied on key 'net.ipv4.conf.default.mc_forwarding' "
What does it mean?
Hi! Do you have any settings in /etc/sysctl.conf ?
Yes I have, it's at
Please check current mc_forwarding state ( sysctl -a 2>&/dev/null|grep mc_forwarding ) if it has zero value by default i think you can safely remove "net.ipv4.conf.all.mc_forwarding=0" from your sysctl.conf. As i see this string has to be enabled if your PC is an igmp router... -- Cheers, Roman V.Leon.
2011-11-01T14:48+0200, Roman V.Leon. wrote: [...]
Please check current mc_forwarding state ( sysctl -a 2>&/dev/null|grep mc_forwarding ) if it has zero value by default i 2>think you can safely remove "net.ipv4.conf.all.mc_forwarding=0" from your sysctl.conf.
I've removed 'net.ipv4.conf.default.mc_forwarding' too. thanks to all
participants (4)
-
Gr., F.
-
Roman V.Leon.
-
Thomas Bächler
-
Tom Gundersen