[Bug 997825] Re: Missing nls_utf8.ko kernel module

2013-03-20 Thread Juan Fernandez
** Changed in: linux (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997825 Title: Missing nls_utf8.ko kernel module To manage notifications about this

[Bug 997825] Re: Missing nls_utf8.ko kernel module

2013-02-15 Thread Juan Fernandez
The nls modules are missing again for the following kernels on Precise :/lib/modules# find . -name nls* ./3.2.0-35-virtual/kernel/fs/nls ./3.2.0-35-virtual/kernel/fs/nls/nls_cp437.ko ./3.2.0-35-virtual/kernel/fs/nls/nls_iso8859-1.ko ./3.2.0-33-virtual/kernel/fs/nls

[Bug 1716964] [NEW] VLAN network script if-up.d/ip limits rp_filter value to 0 or 1

2017-09-13 Thread Juan Fernandez
Public bug reported: When configuring a VLAN interface on /etc/network/interfaces, setting the ip-rp-filter value to 2 (loose mode reverse filtering) gets overridden by the /etc/network/if-up.d/ip script, which only allows for values 0 and 1. This is the relevant configuration in

[Bug 1716964] Re: VLAN network script if-up.d/ip limits rp_filter value to 0 or 1

2017-09-14 Thread Juan Fernandez
The following modification on /etc/network/if-up.d/ip makes it work. *** 13,18 --- 13,20 if [ -n "$IF_IP_RP_FILTER" ]; then if [ "$IF_IP_RP_FILTER" -eq "0" ]; then echo 0 > "/proc/sys/net/ipv4/conf/$IFACE/rp_filter" + elif [

[Bug 1749406] [NEW] Systemd init scripts not working for docker-registry

2018-02-14 Thread Juan Fernandez
Public bug reported: When installing docker-registry individually in a machine, it works well and the service can be started with systemd. But trying to enable it for boot time with ~# systemctl enable docker-registry does not work. Also, when searching for it in the unit list, it shows as