[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
This bug was fixed by upstream in v5.2 (commit 510e2ceda031eed97a7a0f9aad65d271a58b460d). It's also fixed in v5.0.19, i.e. the fix is available in Disco-updates/security since version 5.0.0-26.27 of the linux package, and in Eoan and Focal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
** Patch removed: "net/ipv6/route: Fix PMTU for source-specific routes" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+attachment/5179773/+files/0001-net-ipv6-route-Fix-PMTU-for-source-specific-routes.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850929] [NEW] python3-apport regression: missing argument in Report.add_proc_environ call
Public bug reported: This is a regression in the 2.20.9-0ubuntu7.8 security update of apport # lsb_release -rd Description:Ubuntu 18.04.3 LTS Release:18.04 Reproduce the bug: $ python3 Python 3.6.8 (default, Oct 7 2019, 12:59:55) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import apport >>> import os >>> report = apport.Report() >>> report.add_proc_info(os.getpid(), extraenv=['PYTHONHOME', 'PYTHONPATH']) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/apport/report.py", line 543, in add_proc_info self.add_proc_environ(pid, extraenv) File "/usr/lib/python3/dist-packages/apport/report.py", line 610, in add_proc_environ env = _read_file('environ', dir_fd=proc_pid_fd).replace('\n', '\\n') File "/usr/lib/python3/dist-packages/apport/report.py", line 73, in _read_file with open(path, 'rb', opener=lambda path, mode: os.open(path, mode, dir_fd=dir_fd)) as fd: File "/usr/lib/python3/dist-packages/apport/report.py", line 73, in with open(path, 'rb', opener=lambda path, mode: os.open(path, mode, dir_fd=dir_fd)) as fd: TypeError: argument should be integer or None, not list Patch below: # diff -u /usr/lib/python3/dist-packages/apport/report.py /usr/lib/python3/dist-packages/apport/report.py.new --- /usr/lib/python3/dist-packages/apport/report.py 2019-11-01 14:16:39.375968798 +0100 +++ /usr/lib/python3/dist-packages/apport/report.py.new 2019-11-01 14:17:58.035128006 +0100 @@ -540,7 +540,7 @@ self['ProcCwd'] = os.readlink('cwd', dir_fd=proc_pid_fd) except OSError: pass -self.add_proc_environ(pid, extraenv) +self.add_proc_environ(pid, proc_pid_fd, extraenv) self['ProcStatus'] = _read_file('status', dir_fd=proc_pid_fd) self['ProcCmdline'] = _read_file('cmdline', dir_fd=proc_pid_fd).rstrip('\0') self['ProcMaps'] = _read_maps(proc_pid_fd) ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: python3-apport 2.20.9-0ubuntu7.8 ProcVersionSignature: Ubuntu 4.15.0-58.64-generic 4.15.18 Uname: Linux 4.15.0-58-generic x86_64 ApportLog: ApportVersion: 2.20.9-0ubuntu7.8 Architecture: amd64 CrashReports: 640:1000:1004:35152:2019-11-01 14:00:47.150214442 +0100:2019-11-01 14:00:47.150214442 +0100:/var/crash/_usr_bin_snimpy.1000.crash Date: Fri Nov 1 14:18:16 2019 PackageArchitecture: all SourcePackage: apport UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: apport (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic patch uec-images -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850929 Title: python3-apport regression: missing argument in Report.add_proc_environ call To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
Sorry for the long delay. I have tested the following version now, and the test (pmtu-sadr.sh) reports failure. Linux ubuntu 4.14.0-041400-generic #201809131957 SMP Thu Sep 13 20:03:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
Yes, 4.15.0-041500rc1-generic exhibits the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
Yes, the following kernels also resolves this bug: Linux ubuntu 4.14.0-041400rc3-generic #201808301751 SMP Thu Aug 30 17:53:30 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Linux ubuntu 4.14.0-041400rc3-generic #201808301846 SMP Thu Aug 30 18:47:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
Yes, kernel 4.14.0-041400rc3-generic resolves the bug. The test case in #1 succeeds with that kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
I ran the test case on the 4.19.0-041900rc1-generic kernel and it also has the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
I have tested all kernels in the list (except 4.6 which link leads to 404) and the first kernel with the bug is v4.15 Final. Kernel v4.15 also seems to be the first kernel with the exception table in net/ipv6/route.c. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179835/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
I added logs from a Virtual Machine I did some testing on. But I doubt they are very interesting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179833/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179832/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179831/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179834/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179828/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179829/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179827/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179830/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
apport information ** Tags added: apport-collected ** Description changed: IPv6 PMTU discovery fails when using source-specific routing on Ubuntu 18.04. I have attached a test case called pmtu-sads.sh which is based on tools/testing/selftests/net/pmtu.sh in the linux source. I have verified that the test fails on: Ubuntu 18.04 with 4.15.0-30.32 Ubuntu 18.04 with 4.17.0-041700.201806041953 Ubuntu 18.04 with 4.18.3-041803.201808180530 The test succeeds on Ubuntu 16.04 with 4.4.0.131.137 which makes it a regression. System information: Ubuntu 4.15.0-30.32-generic 4.15.18 Description: Ubuntu 18.04.1 LTS Release: 18.04 - See below for a patch which is working for me. I'm currently using linux - kernel 4.15.0-32.35 built from git://kernel.ubuntu.com/ubuntu/ubuntu- - bionic.git with this patch. + See below for a patch which is working for me. I'm currently using linux kernel 4.15.0-32.35 built from git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git with this patch. + --- + ProblemType: Bug + AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.15.0-30-generic. + AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' + ApportVersion: 2.20.9-0ubuntu7.2 + Architecture: amd64 + ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord' + AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: + Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer': 'amixer' + Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer': 'amixer' + DistroRelease: Ubuntu 18.04 + IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig' + Lsusb: + Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd + Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub + Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub + Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub + Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub + MachineType: QEMU Standard PC (i440FX + PIIX, 1996) + Package: linux (not installed) + ProcFB: 0 qxldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic root=UUID=041f6e1e-4904-4760-8518-3a88dc288556 ro splash quiet vt.handoff=1 + ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18 + RelatedPackageVersions: + linux-restricted-modules-4.15.0-30-generic N/A + linux-backports-modules-4.15.0-30-generic N/A + linux-firmware 1.173.1 + RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill' + Tags: bionic + Uname: Linux 4.15.0-30-generic x86_64 + UnreportableReason: This report is about a package that is not installed. + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: False + dmi.bios.date: 04/01/2014 + dmi.bios.vendor: SeaBIOS + dmi.bios.version: 1.10.2-1ubuntu1 + dmi.chassis.type: 1 + dmi.chassis.vendor: QEMU + dmi.chassis.version: pc-i440fx-bionic + dmi.modalias: dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-bionic:cvnQEMU:ct1:cvrpc-i440fx-bionic: + dmi.product.name: Standard PC (i440FX + PIIX, 1996) + dmi.product.version: pc-i440fx-bionic + dmi.sys.vendor: QEMU ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179824/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179826/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1788623/+attachment/5179825/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
** Description changed: IPv6 PMTU discovery fails when using source-specific routing on Ubuntu 18.04. I have attached a test case called pmtu-sads.sh which is based on tools/testing/selftests/net/pmtu.sh in the linux source. - I have verified that the test succeeds on: - Ubuntu 16.04 with 4.4.0.131.137 - - And it fails on: + I have verified that the test fails on: Ubuntu 18.04 with 4.15.0-30.32 Ubuntu 18.04 with 4.17.0-041700.201806041953 Ubuntu 18.04 with 4.18.3-041803.201808180530 + + The test succeeds on Ubuntu 16.04 with 4.4.0.131.137 which makes it a + regression. System information: Ubuntu 4.15.0-30.32-generic 4.15.18 Description: Ubuntu 18.04.1 LTS Release: 18.04 See below for a patch which is working for me. I'm currently using linux kernel 4.15.0-32.35 built from git://kernel.ubuntu.com/ubuntu/ubuntu- bionic.git with this patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] [NEW] regression: IPv6 PMTU discovery fails with source-specific routing
Public bug reported: IPv6 PMTU discovery fails when using source-specific routing on Ubuntu 18.04. I have attached a test case called pmtu-sads.sh which is based on tools/testing/selftests/net/pmtu.sh in the linux source. I have verified that the test fails on: Ubuntu 18.04 with 4.15.0-30.32 Ubuntu 18.04 with 4.17.0-041700.201806041953 Ubuntu 18.04 with 4.18.3-041803.201808180530 The test succeeds on Ubuntu 16.04 with 4.4.0.131.137 which makes it a regression. System information: Ubuntu 4.15.0-30.32-generic 4.15.18 Description:Ubuntu 18.04.1 LTS Release:18.04 See below for a patch which is working for me. I'm currently using linux kernel 4.15.0-32.35 built from git://kernel.ubuntu.com/ubuntu/ubuntu- bionic.git with this patch. ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Tags: bionic regression ** Attachment added: "Test IPv6 PMTU with source-specific routing" https://bugs.launchpad.net/bugs/1788623/+attachment/5179772/+files/pmtu-sadr.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788623] Re: regression: IPv6 PMTU discovery fails with source-specific routing
Patch which fixes the bug for me. ** Patch added: "net/ipv6/route: Fix PMTU for source-specific routes" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+attachment/5179773/+files/0001-net-ipv6-route-Fix-PMTU-for-source-specific-routes.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788623 Title: regression: IPv6 PMTU discovery fails with source-specific routing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311173] [NEW] VoIP call flow analyses cause wireshark crashes
Public bug reported: 1) Reproduces both in 14.04 trusty, and also after downgrading wireshark packages from 13.10 saucy. After downgrade of wireshark to 13.04 raring the "VoIP call flow" feature works better. 2) wireshark 1.10.6-1 3) I) Open aaa.pcap from: http://wiki.wireshark.org/SampleCaptures#SIP_and_RTP II) Open Telephony -> VoIP Calls III) Click "Select All" IV) Click "Flow" V) A graph is supposed to be shown. 4) Instead of showing the graph it crashes and the following message i output in the terminal: ** Gdk:ERROR:/build/buildd/gtk+3.0-3.10.8/./gdk/gdkcairo.c:193:gdk_cairo_surface_paint_pixbuf: assertion failed: (cairo_image_surface_get_format (surface) == CAIRO_FORMAT_RGB24 || cairo_image_surface_get_format (surface) == CAIRO_FORMAT_ARGB32) Aborted (core dumped) ** Affects: wireshark (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311173 Title: VoIP call flow analyses cause wireshark crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wireshark/+bug/1311173/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864352] Re: freepops fails to follow redirect containing an absolute path
Can't reproduce the bug using the current version of freepops (0.2.9-7), please close the bug report. ** Changed in: freepops (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864352 Title: freepops fails to follow redirect containing an absolute path To manage notifications about this bug go to: https://bugs.launchpad.net/freepops/+bug/864352/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1086787] Re: IN6_IS_ADDR_ requires enabling non standard extensions
Do you mean glibc or eglibc? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086787 Title: IN6_IS_ADDR_ requires enabling non standard extensions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1086787/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1094547] [NEW] setkey fails to detect invalid use of esp-udp with IPv6
Public bug reported: I guess esp-udp is not supported in IPv6. But when adding a SAD with IPv6 and esp-udp, the error is silently ignored and no SAD is added. I expect the command to fail and an error message to be output when adding an unsupported SAD. I modified an example from man setkey below: #!/usr/sbin/setkey -f add 3ffe:501:4819::1 3ffe:501:481d::1 esp-udp 123457 -E des-cbc 0x3ffe05014819 ; Versions: Ubuntu: 12.04 ipsec-tools: 1:0.8.0-9ubuntu1 linux: 3.2.0-35-generic ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ipsec-tools 1:0.8.0-9ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Sat Dec 29 22:21:12 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ipsec-tools UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.ipsec.tools.conf: [modified] mtime.conffile..etc.ipsec.tools.conf: 2012-12-29T22:09:29.404383 ** Affects: ipsec-tools (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094547 Title: setkey fails to detect invalid use of esp-udp with IPv6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/1094547/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1086787] [NEW] IN6_IS_ADDR_ requires enabling non standard extensions
Public bug reported: Version infos: Description:Ubuntu 12.04.1 LTS Release:12.04 Version: libc6-dev: 2.15-0ubuntu10.3 You should not need to enable non standard extension (_BSD_SOURCE or other) to use the IN6_IS_ADDR_ macros defined in RFC 3493 and IEEE Std. 1003.1-2001 (POSIX). Refer to turnserver builderror on Ubuntu: https://sourceforge.net/tracker/?func=detail&atid=1095563&aid=3565015&group_id=234986 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libc6-dev 2.15-0ubuntu10.3 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 ApportVersion: 2.0.1-0ubuntu15 Architecture: amd64 Date: Wed Dec 5 14:10:13 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: eglibc UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: eglibc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086787 Title: IN6_IS_ADDR_ requires enabling non standard extensions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1086787/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 165213] Re: ghex truncates large files when saving
SInce this bug is still open, are there an alternative hex file viewer for gnome in Ubuntu which supports large files using mmap? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/165213 Title: ghex truncates large files when saving To manage notifications about this bug go to: https://bugs.launchpad.net/ghex/+bug/165213/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864352] Re: freepops fails to follow redirect containing an absolute path
Bugreport added to upstream's forum: http://freepops.diludovico.it/showthread.php?p=59276 ** Also affects: freepops Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864352 Title: freepops fails to follow redirect containing an absolute path To manage notifications about this bug go to: https://bugs.launchpad.net/freepops/+bug/864352/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864352] Re: freepops fails to follow redirect containing an absolute path
** Patch added: "Patch" https://bugs.launchpad.net/bugs/864352/+attachment/2494063/+files/freepops_browser_redirect.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864352 Title: freepops fails to follow redirect containing an absolute path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freepops/+bug/864352/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864352] [NEW] freepops fails to follow redirect containing an absolute path
Public bug reported: Description:Ubuntu 11.04 Release:11.04 freepops: Installed: 0.2.9-4.2 When browser.lua gets the url http://host/directory1/file and is redirected by the server with an absolute path in Location, then it fails and fetches the wrong url. If Location is "/directory2/file2", then it should get http://host/directory2/file2, but in the current version it gets http://host/directory1/directory2/file2 instead. Patch follows. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: freepops 0.2.9-4.2 [modified: usr/share/freepops/lua/browser/browser.lua] ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sat Oct 1 23:58:54 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) ProcEnviron: LANGUAGE=en_US:en PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: freepops UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: freepops (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864352 Title: freepops fails to follow redirect containing an absolute path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freepops/+bug/864352/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864346] Re: freepopsd should log to syslog by default
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864346 Title: freepopsd should log to syslog by default To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freepops/+bug/864346/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 864346] [NEW] freepopsd should log to syslog by default
Public bug reported: Description:Ubuntu 11.04 Release:11.04 freepops: Installed: 0.2.9-4.2 Freepops by default logs to stdout, but it should log to syslog or a file since it's a daemon. DAEMON_OPTS in /etc/default/freepops should contain "-l syslog". I think "-v" is also useful. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: freepops 0.2.9-4.2 [modified: usr/share/freepops/lua/browser/browser.lua] ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sat Oct 1 23:45:13 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: freepops UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: freepops (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864346 Title: freepopsd should log to syslog by default To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freepops/+bug/864346/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 666518] Re: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2
** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666518 Title: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 666518] Re: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2
iptables 1.4.8 or later is needed to get the TEE target. ** Also affects: iptables (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666518 Title: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 666518] Re: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2
This is caused by Bug #625667 "xtables-addons 1.26-2 (universe) from Debian unstable (main)" since xtables-addons seems to be synced without syncing also iptables. You need xtables-addons 1.26-1 or earlier, or iptables 1.4.8 or later to get libxt_TEE.so and therefore the TEE target in iptables. None of those package versions are available in Maverick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666518 Title: /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 693092] Re: Moonlight crashes Firefox
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/693092 Title: Moonlight crashes Firefox -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 693092] [NEW] Moonlight crashes Firefox
Public bug reported: 1) Description:Ubuntu 10.10 Release:10.10 2) moonlight-plugin-mozilla: Installed: 2.3-0ubuntu4 3) Expected no crash 4) The following command crash: firefox about:plugins It's apparently moonlight-plugin-mozilla since it can be resolved by removing libmoonloader.so ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: moonlight-plugin-mozilla 2.3-0ubuntu4 ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7 Uname: Linux 2.6.35-23-generic i686 Architecture: i386 Date: Tue Dec 21 17:57:01 2010 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: moon ** Affects: moon (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/693092 Title: Moonlight crashes Firefox -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 657923] [NEW] IMAP namespace override lists in all namespaces
Public bug reported: Binary package hint: evolution-data-server GNOME Bug 617927 (IMAP namespace override lists in all namespaces) caused me to switch to another email reader, since evolution would scan my whole home directory. Ubuntu 10.10 evolution-data-server 2.30.3-2ubuntu1 ** Affects: evolution-data-server (Ubuntu) Importance: Undecided Status: New -- IMAP namespace override lists in all namespaces https://bugs.launchpad.net/bugs/657923 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 553393] Re: Checkboxes and radiobuttons almost invisible using Human themes
Patch in #6 seems to work. Attaching it in unified context format. ** Patch added: "human-gtkrc-fix.patch" http://launchpadlibrarian.net/52245682/human-gtkrc-fix.patch -- Checkboxes and radiobuttons almost invisible using Human themes https://bugs.launchpad.net/bugs/553393 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
Kernel 2.6.31-20.58 works for me also. -- ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48) https://bugs.launchpad.net/bugs/460857 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 521161] Re: 'Z' should not be escaped in URL:s
There are typos in the list of unescaped characters in user, password and headers of URI :s. "...XYX..." should be "...XYZ..." The result is, 'Z' characters are converted to %5a in the user part or URI:s. This can lead to failed calls. If for example a Record-Route header contains a 'Z', then Twinkle will replace this 'Z' with %5a in the Route header it inserts into dialog requests. This might be a problem for the SIP proxy which inserted the Record-Route header and may not recognize its URI in the Route header. -- 'Z' should not be escaped in URL:s https://bugs.launchpad.net/bugs/521161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 521161] Re: 'Z' should not be escaped in URL:s
** Patch added: "Fix list of unescaped characters in user, password and headers of URI :s" http://launchpadlibrarian.net/39108642/twinkle_1.4.2_unescape_Z.diff -- 'Z' should not be escaped in URL:s https://bugs.launchpad.net/bugs/521161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 521161] [NEW] 'Z' should not be escaped in URL:s
Public bug reported: Binary package hint: twinkle Description:Ubuntu 9.10 Release:9.10 Package version: 1:1.4.2-2 ** Affects: twinkle (Ubuntu) Importance: Undecided Status: New -- 'Z' should not be escaped in URL:s https://bugs.launchpad.net/bugs/521161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
My VLSystem MPlay Blast mini remote control doesn't work with kernel 2.6.31-17.54 without the patch in comment #13. -- ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48) https://bugs.launchpad.net/bugs/460857 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
VLSystem MPlay Blast mini remote control stopped working with lirc after upgrade to 9.10. The receiver can be made to work if the device is first opened (and then closed) in minicom before the lirc daemon is started. I found out it's because minicom sets the RTS signal. I'm adding a patch to hw_mplay.c which sets the RTS signal during initializing the serial port. The receiver contains a ftdi serial to USB chip and the problem is probably triggered by this bug in the ftdi_sio kernel driver in 2.6.31, but I think it's no harm setting the RTS anyway during serial port initialization anyway. ** Attachment added: "LIRC patch for VLSystem MPlay Blast mini remote control driver" http://launchpadlibrarian.net/37269588/lirc_0.8.6_mplay.patch -- ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48) https://bugs.launchpad.net/bugs/460857 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 459422] Re: autoconf in karmic depends on m4 1.4.13
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34285448/Dependencies.txt -- autoconf in karmic depends on m4 1.4.13 https://bugs.launchpad.net/bugs/459422 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 459422] [NEW] autoconf in karmic depends on m4 1.4.13
Public bug reported: Binary package hint: autoconf autoconf 2.64-1ubuntu1 requires m4 (>= 1.4.13) when built on a system with m4 1.4.13 or later. Since it checks for --gnu support in m4 during build time. 1) Description:Ubuntu 9.04 Release:9.04 2) autoconf 2.64-1ubuntu1 m4 1.4.11-1 3) No errors from autoconf (when running autoconf in a source tree with working configure.ac) $ autoconf 4) $ autoconf /usr/bin/m4: unrecognized option '--gnu' Try `/usr/bin/m4 --help' for more information. autom4te: /usr/bin/m4 failed with exit status: 1 ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: wl Package: autoconf 2.64-1ubuntu1 PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: autoconf Uname: Linux 2.6.28-15-generic i686 ** Affects: autoconf (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- autoconf in karmic depends on m4 1.4.13 https://bugs.launchpad.net/bugs/459422 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295990] Re: Keyboard layout reset after attaching USB keyboard
** Attachment added: "Output of "lspci -vvnn"" http://launchpadlibrarian.net/20594019/lspci_vvnn.txt -- Keyboard layout reset after attaching USB keyboard https://bugs.launchpad.net/bugs/295990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295990] Re: Keyboard layout reset after attaching USB keyboard
No, my swedish layout disappears from xkb after plugging in an USB keyboard. Refer to the setxkbmap output below. Wanted configuration: $ setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat{ include "complete+ledcaps(group_lock)" }; xkb_symbols { include "pc+us+se:2+inet(evdev)+group(caps_toggle)" }; xkb_geometry { include "pc(pc105)" }; }; After plugging in an USB keyboard: $ setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat{ include "complete+ledcaps(group_lock)" }; xkb_symbols { include "pc+us+inet(evdev)+group(caps_toggle)" }; xkb_geometry { include "pc(pc105)" }; }; "se:2" is missing above. And then changing any of the Keyboard Layout Options $ setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat{ include "complete+ledcaps(group_lock)" }; xkb_symbols { include "pc+us+se:2+inet(evdev)+group(caps_toggle)" }; xkb_geometry { include "pc(pc105)" }; }; "se:2" is there again. -- Keyboard layout reset after attaching USB keyboard https://bugs.launchpad.net/bugs/295990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295990] Re: Keyboard layout reset after attaching USB keyboard
gnome-control-center only store the default layout and not the alternative layout in /etc/default/console-setup when applying keyboard changes system wide. ** Attachment added: "console-setup" http://launchpadlibrarian.net/19513292/console-setup -- Keyboard layout reset after attaching USB keyboard https://bugs.launchpad.net/bugs/295990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295990] Re: Keyboard layout reset after attaching USB keyboard
** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/19513141/Xorg.0.log -- Keyboard layout reset after attaching USB keyboard https://bugs.launchpad.net/bugs/295990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295990] [NEW] Keyboard layout reset after attaching USB keyboard
Public bug reported: Binary package hint: gnome-control-center I use a laptop with Ubuntu 8.10, and has configured two keyboard layouts. I use "USA" as the default layout and "Sweden" as an alternative layout, and use for changing layout. 1) Description:Ubuntu 8.10 Release:8.10 2) gnome-control-center: Installed: 1:2.24.0.1-0ubuntu7.1 Candidate: 1:2.24.0.1-0ubuntu7.1 Version table: *** 1:2.24.0.1-0ubuntu7.1 0 500 http://se.archive.ubuntu.com intrepid-updates/main Packages 100 /var/lib/dpkg/status 1:2.24.0.1-0ubuntu7 0 500 http://se.archive.ubuntu.com intrepid/main Packages 3) When I plug in an USB keyboard it should still be possible to change between the default and alternative layout with or using the applet menu. The default and any alternative layout should user configurable, i.e. it should not restore system default values when an USB keyboard is attached. 4) When I plug in an USB keyboard after logging in to Ubuntu, it resets the keyboard layout (and probably other keyboard settings as well) to the system default layout which is stored in /etc/default/console-setup. ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- Keyboard layout reset after attaching USB keyboard https://bugs.launchpad.net/bugs/295990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs