[Bug 223024] Re: apt-cacher / Use of uninitialized value in concatenation / line 169
If you apply the patch I attached (apt-cacher-lib.pl patch) to /usr/share/ap-cacher/apt-cacher-lib.pl that should fit it. cd /usr/share/apt-cacher sudo patch -Np0 < apt-cacher.diff -- apt-cacher / Use of uninitialized value in concatenation / line 169 https://bugs.launchpad.net/bugs/223024 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 223024] Re: apt-cacher / Use of uninitialized value in concatenation / line 169
I agree, it would be good to see it patched in ubuntu until a patch goes in upstream, especially as it's a simple fix. I've attached a diff against the current Hardy version (1.5.5) ** Attachment added: "apt-cacher-lib.pl patch." http://launchpadlibrarian.net/19300666/apt-cacher.diff -- apt-cacher / Use of uninitialized value in concatenation / line 169 https://bugs.launchpad.net/bugs/223024 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 246625] Re: libc6-xen not used by dynamic linker
On my hardy install, the xen.conf file was missing. Also, according to /arch/x86/xen/vdso.h in the kernel source, the hwcaps bit should be 1, not 0. I've tried it all 3 ways (without the config, with it set to 0, and 1), and none of them work. Output of "ldd /bin/true" is always: linux-gate.so.1 => (0xf57fe000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7db) /lib/ld-linux.so.2 (0xb7f05000) I did notice something in the output from ldconfig -p though. For the cmov version, the 4th nibble is set to 8, whereas it's 0 on the nosegneg version. with hwcap 1 nosegneg: # ldconfig -p | grep ld-linux.so.2 ld-linux.so.2 (ELF, hwcap: 0x8028) => /lib/tls/i686/nosegneg/ld-linux.so.2 ld-linux.so.2 (ELF, hwcap: 0x80088000) => /lib/tls/i686/cmov/ld-linux.so.2 ld-linux.so.2 (ELF) => /lib/ld-linux.so.2 with hwcap 0 nosegneg: # ldconfig -p | grep ld-linux.so.2 ld-linux.so.2 (ELF, hwcap: 0x8018) => /lib/tls/i686/nosegneg/ld-linux.so.2 ld-linux.so.2 (ELF, hwcap: 0x80088000) => /lib/tls/i686/cmov/ld-linux.so.2 ld-linux.so.2 (ELF) => /lib/ld-linux.so.2 with no xen.conf: # ldconfig -p | grep ld-linux.so.2 ld-linux.so.2 (ELF, hwcap: 0x80088000) => /lib/tls/i686/cmov/ld-linux.so.2 ld-linux.so.2 (ELF) => /lib/ld-linux.so.2 I don't know if that's significant. I don't know how to find out what hwcaps the kernel is advertising. thanks, Alex -- libc6-xen not used by dynamic linker https://bugs.launchpad.net/bugs/246625 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 246625] Re: libc6-xen not used by dynamic linker
I've now compiled up kernel 2.6.18.8 supplied with the xen source, and it works correctly with hwcap 0 nosegneg, so It does look like an issue with the xen kernel not setting the hwcap correctly, as opposed to an issue with glibc. -- libc6-xen not used by dynamic linker https://bugs.launchpad.net/bugs/246625 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 246625] Re: libc6-xen not used by dynamic linker
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- libc6-xen not used by dynamic linker https://bugs.launchpad.net/bugs/246625 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 230013] Re: [gutsy] openssh-server security upgrade fails
*** This bug is a duplicate of bug 230003 *** https://bugs.launchpad.net/bugs/230003 Also confirmed for Gutsy on amd64. English version of the error text: Preconfiguring packages ... openssh-server Template parse error: Template #4 in /tmp/openssh-server.template.131330 has a duplicate field "template" with new value "ssh/vulnerable_host_keys". Probably two templates are not properly separated by a lone newline. (Reading database ... 31200 files and directories currently installed.) Preparing to replace openssh-server 1:4.6p1-5ubuntu0.2 (using .../openssh-server_1%3a4.6p1-5ubuntu0.3_amd64.deb) ... Template #4 in /var/lib/dpkg/tmp.ci/templates has a duplicate field "template" with new value "ssh/vulnerable_host_keys". Probably two templates are not properly separated by a lone newline. dpkg: error processing /var/cache/apt/archives/openssh-server_1%3a4.6p1-5ubuntu0.3_amd64.deb (--unpack): subprocess pre-installation script returned error exit status 255 Errors were encountered while processing: /var/cache/apt/archives/openssh-server_1%3a4.6p1-5ubuntu0.3_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Alex -- [gutsy] openssh-server security upgrade fails https://bugs.launchpad.net/bugs/230013 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 291893] Re: Regression: REXML DoS fix causes error when parsing XML
I can confirm that this is also happening in 8.04 now. libruby1.8 version 1.8.6.111-2ubuntu1.2 Applying the patch mentioned in the Debian bug report to /usr/lib/ruby/1.8/rexml/entity.rb fixes the problem. Alex -- Regression: REXML DoS fix causes error when parsing XML https://bugs.launchpad.net/bugs/291893 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 163987] Re: jabberd2-bdb is missing the files in component.d directory on amd64
I can confirm that this is also the case for the jabberd2-mysql package. -- jabberd2-bdb is missing the files in component.d directory on amd64 https://bugs.launchpad.net/bugs/163987 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1770846] Re: Wrong file permission on the file “linux” in bionic netboot.tar.gz
** Package changed: ubuntu => debian-installer-netboot-images (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770846 Title: Wrong file permission on the file “linux” in bionic netboot.tar.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer-netboot-images/+bug/1770846/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450442] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0
I spoke too soon. We're still seeing the occasional Oops on some machines: [ 88.174304] BUG: unable to handle kernel NULL pointer dereference at (null) [ 88.174377] IP: [] strlen+0x0/0x30 [ 88.174445] PGD 79545067 PUD 7b108067 PMD 0 [ 88.174478] Oops: [#1] SMP [ 88.174502] Modules linked in: tcp_diag vmw_vsock_vmci_transport inet_diag vsock ip6t_REJECT xt_hl ip6t_rt ppdev nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_multiport xt_limit xt_tcpudp xt_addrtype crct10dif_pclmul crc32_pclmul nf_conntrack_ipv4 ghash_clmulni_intel nf_defrag_ipv4 aesni_intel vmw_balloon xt_conntrack aes_x86_64 lrw ip6table_filter gf128mul ip6_tables glue_helper nf_conntrack_netbios_ns nf_conntrack_broadcast ablk_helper nf_nat_ftp cryptd nf_nat serio_raw nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables vmwgfx ttm parport_pc drm i2c_piix4 vmw_vmci shpchp mac_hid lp parport psmouse mptspi mptscsih e1000 floppy vmw_pvscsi vmxnet3 mptbase [ 88.174962] CPU: 0 PID: 1742 Comm: rsyslogd Not tainted 3.13.0-52-generic #85-Ubuntu [ 88.175004] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/14/2014 [ 88.175060] task: 88007953e000 ti: 88007b5dc000 task.ti: 88007b5dc000 [ 88.175100] RIP: 0010:[] [] strlen+0x0/0x30 [ 88.175142] RSP: 0018:88007b5ddd60 EFLAGS: 00010206 [ 88.175175] RAX: 0003 RBX: 0003 RCX: 0401 [ 88.175212] RDX: 0005 RSI: RDI: [ 88.175250] RBP: 88007b5ddd90 R08: 88007b929e48 R09: 88007b5ddd60 [ 88.175288] R10: 0002 R11: 88007bb32e00 R12: 0005 [ 88.175325] R13: R14: 88007af55578 R15: 88007b929c60 [ 88.175372] FS: 7f8dd1056780() GS:88007fc0() knlGS: [ 88.175414] CS: 0010 DS: ES: CR0: 80050033 [ 88.175444] CR2: CR3: 7b107000 CR4: 000407f0 [ 88.175528] Stack: [ 88.175543] 810fb39b 0004 88007c502058 [ 88.175591] 88007b929c00 88007b929c60 88007b5dddf8 810fdb36 [ 88.175639] 811d5710 00047c502058 88007af55540 88003642f2b8 [ 88.175687] Call Trace: [ 88.175733] [] ? audit_compare_dname_path+0x2b/0xa0 [ 88.175771] [] __audit_inode_child+0xb6/0x330 [ 88.175819] [] ? d_instantiate+0x50/0x70 [ 88.176851] [] vfs_mknod+0x110/0x160 [ 88.177895] [] unix_bind+0x2a5/0x360 [ 88.178903] [] ? __audit_sockaddr+0x42/0x80 [ 88.179984] [] SYSC_bind+0xe0/0x120 [ 88.181090] [] SyS_bind+0xe/0x10 [ 88.182224] [] system_call_fastpath+0x1a/0x1f [ 88.183332] Code: 89 f8 48 89 e5 f6 82 40 c7 84 81 20 74 15 0f 1f 44 00 00 48 83 c0 01 0f b6 10 f6 82 40 c7 84 81 20 75 f0 5d c3 66 0f 1f 44 00 00 <80> 3f 00 55 48 89 e5 74 15 48 89 f8 0f 1f 40 00 48 83 c0 01 80 [ 88.186941] RIP [] strlen+0x0/0x30 [ 88.188053] RSP [ 88.189135] CR2: [ 88.190247] ---[ end trace e08453bad3880683 ]--- /proc/version_signature: Ubuntu 3.13.0-52.85-generic 3.13.11-ckt18 uname -a: Linux logs-cdn-1 3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015 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/1450442 Title: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450442] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0
Scratch that last comment... I see (from http://kernel.ubuntu.com/git/ubuntu/ubuntu-trusty.git/log/) that the fix is not in Ubuntu 3.13.0-52.85. We'll need to wait for 3.13.0-52.86... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450442 Title: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450442] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0
** Attachment added: "lspci-vvnn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+attachment/4388281/+files/lspci-vvnn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450442 Title: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450442] [NEW] Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0
Public bug reported: After upgrading to kernel 3.13.0-51 we've been seeing kernel Oops on all our machines during boot. Example from one of our trusty machines: [ 12.357276] BUG: unable to handle kernel NULL pointer dereference at (null) [ 12.357886] IP: [] strlen+0x0/0x30 [ 12.358457] PGD 230fe9067 PUD 230d5c067 PMD 0 [ 12.359034] Oops: [#1] SMP [ 12.359590] Modules linked in: tcp_diag inet_diag vmw_vsock_vmci_transport vsock ip6t_REJECT xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack crct10dif_pclmul iptable_filter crc32_pclmul ip_tables ghash_clmulni_intel aesni_intel aes_x86_64 ppdev lrw x_tables gf128mul vmwgfx glue_helper ablk_helper cryptd ttm drm vmw_balloon serio_raw shpchp parport_pc lp i2c_piix4 parport mac_hid vmw_vmci psmouse mptspi vmw_pvscsi e1000 mptscsih floppy vmxnet3 mptbase [ 12.364773] CPU: 2 PID: 1718 Comm: fail2ban-server Not tainted 3.13.0-51-generic #84-Ubuntu [ 12.365587] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/14/2014 [ 12.367276] task: 880230fc3000 ti: 8802308c4000 task.ti: 8802308c4000 [ 12.368159] RIP: 0010:[] [] strlen+0x0/0x30 [ 12.369073] RSP: 0018:8802308c5d60 EFLAGS: 00010212 [ 12.369963] RAX: 000d RBX: 000d RCX: 2df0 [ 12.370973] RDX: 0012 RSI: RDI: [ 12.372005] RBP: 8802308c5d90 R08: 8800b9218648 R09: 8802308c5d60 [ 12.372988] R10: 0002 R11: 88023082e180 R12: 0012 [ 12.373901] R13: R14: 880231f1b3f8 R15: 8800b9218460 [ 12.374827] FS: 7f196f84c740() GS:88023fd0() knlGS: [ 12.375752] CS: 0010 DS: ES: CR0: 80050033 [ 12.376667] CR2: CR3: 000230872000 CR4: 000407e0 [ 12.377684] Stack: [ 12.378612] 810fb39b 0004 88022ff74838 [ 12.379559] 8800b9218400 8800b9218460 8802308c5df8 810fdb36 [ 12.380516] 811d56e0 00042ff74838 880231f1b3c0 88022febecf8 [ 12.381506] Call Trace: [ 12.382630] [] ? audit_compare_dname_path+0x2b/0xa0 [ 12.383784] [] __audit_inode_child+0xb6/0x330 [ 12.384912] [] ? d_instantiate+0x50/0x70 [ 12.386013] [] vfs_mknod+0x110/0x160 [ 12.387145] [] unix_bind+0x2a5/0x360 [ 12.388207] [] ? __audit_sockaddr+0x42/0x80 [ 12.389250] [] SYSC_bind+0xe0/0x120 [ 12.390297] [] ? do_page_fault+0x1a/0x70 [ 12.391303] [] SyS_bind+0xe/0x10 [ 12.392426] [] system_call_fastpath+0x1a/0x1f [ 12.393581] Code: 89 f8 48 89 e5 f6 82 40 c7 84 81 20 74 15 0f 1f 44 00 00 48 83 c0 01 0f b6 10 f6 82 40 c7 84 81 20 75 f0 5d c3 66 0f 1f 44 00 00 <80> 3f 00 55 48 89 e5 74 15 48 89 f8 0f 1f 40 00 48 83 c0 01 80 [ 12.396831] RIP [] strlen+0x0/0x30 [ 12.397812] RSP [ 12.398769] CR2: [ 12.399743] ---[ end trace 2c5a33d31a03347e ]--- We've also seen this on our precise machines that are running the backported trusty kernel. When reverting to kernel 3.13.0-49 this no longer occurs. uname -a: Linux search-2 3.13.0-51-generic #84-Ubuntu SMP Wed Apr 15 12:08:34 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux cat /proc/version_signature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18 ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: kernel-oops ** Attachment added: "dmesg.log" https://bugs.launchpad.net/bugs/1450442/+attachment/4388280/+files/dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450442 Title: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450442] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0
Hi Chris, thanks for the speedy response to this. To add another confirmation: I've tested your build on a couple of our servers, and I'm no longer seeing the Oops, so this looks to have addressed the issue. thanks, Alex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450442 Title: Kernel Oops - unable to handle kernel NULL pointer dereference at (null); Call Trace: [] ? audit_compare_dname_path+0x2b/0xa0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 540747] Re: Apache Web DAV incorrect permissions
I've also installed the package from proposed, and all is well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/540747 Title: Apache Web DAV incorrect permissions To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/540747/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 540747] Re: Apache Web DAV incorrect permissions
I would also like to see "a supported package delivered as an SRU" if possible. thanks, Alex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/540747 Title: Apache Web DAV incorrect permissions To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/540747/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver
Hi, I couldn't install your package as there's already been an update released with that version number (0.7.5-5ubuntu27.8). I did however build a package from the debdiff referenced in comment #5, it's in my PPA (https://launchpad.net/~alex-tomlins/+archive/ppa). This has fixed this issue for me on Lucid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579892 Title: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 734348] [NEW] Debian mirrors list does not include cdn.debian.net
Public bug reported: Binary package hint: apt-cacher-ng The file /usr/lib/apt-cacher-ng/deb_mirrors.gz does not include an entry for cdn.debian.net. This is the Debain GeoIP based mirror service (details here: http://wiki.debian.org/DebianGeoMirror), and is also the default mirror used by xen-tools. This is with apt-cacher-ng 0.4.6-1ubuntu1 on Lucid ** Affects: apt-cacher-ng (Ubuntu) Importance: Undecided Status: New ** Description changed: Binary package hint: apt-cacher-ng The file /usr/lib/apt-cacher-ng/deb_mirrors.gz does not include an entry for cdn.debian.net. This is the Debain GeoIP based mirror service (details here: http://wiki.debian.org/DebianGeoMirror), and is also the default mirror used by xen-tools. + + This is with apt-cacher-ng 0.4.6-1ubuntu1 on Lucid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734348 Title: Debian mirrors list does not include cdn.debian.net -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 164018] Re: page allocation failure caused by rtl8139 driver
** Changed in: linux (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164018 Title: page allocation failure caused by rtl8139 driver -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 164018] Re: page allocation failure caused by rtl8139 driver
I've just hit this bug on Lucid # uname -a Linux arwen 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 20:52:10 UTC 2011 x86_64 GNU/Linux kern.log attached. This occurred while rsyncing a large amount of data over rsh. ** Attachment added: "kern.log.gz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/164018/+attachment/1886292/+files/kern.log.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164018 Title: page allocation failure caused by rtl8139 driver -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs