[Bug 1944990] [NEW] mpls router not forward pakcets with mpls labels in some circumstance

2021-09-24 Thread ChengChung
Public bug reported: related linux kernel version: 5.11.0-1017-aws, 5.10.0-1045-oem and some other versions all instances are run as virtual machine ubuntu version: 20.04 with all packages updated recently when I try to use ubuntu as mpls router, I found that in some circumstance, the packets

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-06-21 Thread ChengChung
I only replace the file for completion, and didn't change any other files on disk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828707 Title: ipset bash auto complete error on ubuntu 18.04 To

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-06-21 Thread ChengChung
the result I post before is the version from ubuntu package if replaced with debian version, the result of debsums ipset is ... /usr/share/bash-completion/completions/ipset FAILED ... the debian version can fix my problem. ** Attachment added: "ipset.zip"

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-06-20 Thread ChengChung
dpkg -l | grep ipset ii ipset 6.34-1 amd64administration tool for kernel IP sets ii libipset3:amd64 6.34-1 amd64library for IP sets debsums ipset /sbin/ipset

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-05-30 Thread ChengChung
I have compared the auto-complete file in ubuntu 18.04 package with the one in debian package and find the difference is only a semicolon :~/ipset/usr/share/bash-completion/completions# diff ipset /usr/share/bash-completion/completions/ipset 975c975 < eval '_ipset_known_hosts() { '$(declare -f

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-05-12 Thread ChengChung
there is no such ~/.ssh/known_hosts file exist. I also try to create an empty one or copy a file with the same name from a 16.04 system, both turn to the same error message as above. BTW, I find the log from 16.04 doesn't excute the code eval _ipset_known_hosts when trigger the auto completion

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2019-05-11 Thread ChengChung
** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828707 Title: ipset bash auto complete error on ubuntu 18.04 To manage notifications about

[Bug 1828707] [NEW] ipset bash auto complete error on ubuntu 18.04

2019-05-11 Thread ChengChung
*** This bug is a security vulnerability *** Public security bug reported: I have tested it on a brand new Ubuntu 18.04 amd64 system, then install the ipset package when I type "ipset " and press tab to trigger bash auto completion, it returns "-bash: syntax error near unexpected token `;;'".