root@precise-gui:/# ls -lh /proc/sys/net/ipv4/ip_local_port_range
-rw-r--r-- 1 nobody nogroup 0 Nov 9 12:53
/proc/sys/net/ipv4/ip_local_port_range
root@precise-gui:/# uname -a
Linux precise-gui 3.13.0-66-generic #108-Ubuntu SMP Wed Oct 7 15:20:27 UTC 2015
i686 i686 i386 GNU/Linux
So looks like
Setting to confirmed as it happens on the kernel 3.15.8
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279041
Title:
/proc/sys/
Thank you for taking the time to file a bug report on this issue.
However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is s
The audit problem with 3.14 is known and being looked at upstream I
believe.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279041
Title:
/proc/sys/net/ipv4/ip_local_reserved_ports not writable beca
Hi Joseph
I just tested the 3.14 rc2 Kernel package but it looks like the file
still does not exist:
# cat /proc/sys/net/ipv4/ip_local_reserved_ports
cat: /proc/sys/net/ipv4/ip_local_reserved_ports: No such file or directory
# find /proc/sys/net/ipv4/ -ls
1360310 dr-xr-xr-x 1 root roo
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.13 kernel[0].
If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.
If the mainline kernel does not fix t
(Note, despite the 'confirmed' status for lxc we can't truly fix it in
lxc until it is fixed in the kernel)
** Changed in: lxc (Ubuntu)
Importance: Undecided => Medium
** Changed in: lxc (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member o
Setting as confirmed since this is 100% reproducible on current kernel
and not a crash but just broken /proc/sys/net (missing entries) and
possibly broken netns (those should be ns-specific).
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notificati
root@lxc-dev:/# ls -lh /proc/sys/net/ipv4/ip_local_reserved_ports
ls: cannot access /proc/sys/net/ipv4/ip_local_reserved_ports: No such file or
directory
root@lxc-dev:/# uname -a
Linux lxc-dev 3.13.0-8-generic #27-Ubuntu SMP Fri Feb 7 02:01:37 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
So somethin