Hello,
I have a kernel bug with archlinux 64 & kernel 2.6.35.8-1 (all 2.6.35 ?)
This bug come when i stop (halt) a container.

I don't have this bug with kernel26-lts 2.6.32.25-2
I don't have this bug with kernel26 2.6.35.8-1 without modules nf_conntrack*

Can you help me ? I'm just a linux user.

Sorry for my english, i'm french. Christian.

lxc version: 0.7.3 (from git Oct 30)

brctl show, like this :
bridge name    bridge id        STP enabled    interfaces
breth0        8000.001fc6e63691    no        eth0
                            veth47uWxK
                            veth4dP0SK
                            veth5cXgRX

arch64.conf (ip with dhcp) :
lxc.utsname = arch64
lxc.mount = /etc/lxc/conf/arch64.fstab
lxc.rootfs = /srv/lxc/arch64
lxc.tty = 2
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = breth0
lxc.network.name = eth0
lxc.network.mtu = 1500
lxc.network.hwaddr = 4a:e3:83:12:61:05
lxc.cgroup.memory.limit_in_bytes = 2G
lxc.cgroup.memory.memsw.limit_in_bytes = 3G
lxc.pts = 1024
lxc.cgroup.devices.deny = a
lxc.cgroup.devices.allow = c 1:3 rwm
lxc.cgroup.devices.allow = c 1:5 rwm
lxc.cgroup.devices.allow = c 1:9 rwm
lxc.cgroup.devices.allow = c 1:8 rwm
lxc.cgroup.devices.allow = c 136:* rwm
lxc.cgroup.devices.allow = c 5:2 rwm
lxc.cgroup.devices.allow = c 5:0 rwm

arch64.fstab :
none /usr/lib/lxc/rootfs/tmp      tmpfs  defaults 0 0
none /usr/lib/lxc/rootfs/var/tmp  tmpfs  defaults 0 0
/srv/pkg  /usr/lib/lxc/rootfs/var/cache/pacman/pkg none bind,rw 0 0


2010-11-14T21:51:04+01:00 localhost kernel: breth0: port 2(vethD3j43D) entering 
forwarding state
2010-11-14T21:51:11+01:00 localhost kernel: breth0: port 2(vethD3j43D) entering 
disabled state
2010-11-14T21:51:11+01:00 localhost kernel: breth0: port 2(vethD3j43D) entering 
disabled state
2010-11-14T21:51:11+01:00 localhost kernel: BUG: unable to handle kernel NULL 
pointer dereference at 000000000000027c
2010-11-14T21:51:11+01:00 localhost kernel: IP: [<ffffffff812e8898>] 
netlink_has_listeners+0x8/0x80
2010-11-14T21:51:11+01:00 localhost kernel: PGD 7f9fa067 PUD 7da3e067 PMD 0 
2010-11-14T21:51:11+01:00 localhost kernel: Oops: 0000 [#1] PREEMPT SMP 
2010-11-14T21:51:11+01:00 localhost kernel: last sysfs file: 
/sys/devices/virtual/net/vethD3j43D/uevent
2010-11-14T21:51:11+01:00 localhost kernel: CPU 1 
2010-11-14T21:51:11+01:00 localhost kernel: Modules linked in: veth ext2 
nf_tproxy_core nf_conntrack_sane nf_conntrack_proto_udplite 
nf_conntrack_proto_sctp nf_conntrack_proto_dccp nf_conntrack_netlink nfnetlink 
nf_conntrack_netbios_ns nf_nat_tftp nf_conntrack_tftp nf_nat_snmp_basic 
nf_nat_sip nf_conntrack_sip nf_nat_proto_udplite nf_nat_proto_sctp crc32c 
libcrc32c nf_nat_proto_dccp nf_nat_pptp nf_conntrack_pptp 
nf_conntrack_proto_gre nf_nat_proto_gre nf_nat_irc nf_conntrack_irc nf_nat_h323 
usbhid hid nf_conntrack_h323 nf_nat_ftp nf_conntrack_ftp nf_nat_amanda nf_nat 
ts_kmp nf_conntrack_amanda nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 
kvm_intel kvm cpufreq_stats snd_seq_dummy snd_hda_codec_realtek 
cpufreq_ondemand snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device 
snd_pcm_oss snd_mixer_oss ppdev uhci_hcd acpi_cpufreq snd_hda_intel freq_table 
snd_hda_codec snd_hwdep ehci_hcd parport_pc mperf snd_pcm usbcore snd_timer snd 
soundcore snd_page_alloc 8139too tun firewire_ohci firewire_core crc_itu_t 
evdev sg 8139cp mii iTCO
2010-11-14T21:51:11+01:00 localhost kernel: _wdt iTCO_vendor_support button 
processor lp parport thermal bridge i2c_i801 i2c_core intel_agp sky2 stp llc 
coretemp it87 hwmon_vid rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 
sr_mod cdrom sd_mod ahci ata_piix pata_jmicron libahci pata_acpi libata 
scsi_mod dm_mod
2010-11-14T21:51:11+01:00 localhost kernel: 
2010-11-14T21:51:11+01:00 localhost kernel: Pid: 13, comm: netns Not tainted 
2.6.35-ARCH #1 965P-S3/ 
2010-11-14T21:51:11+01:00 localhost kernel: RIP: 0010:[<ffffffff812e8898>]  
[<ffffffff812e8898>] netlink_has_listeners+0x8/0x80
2010-11-14T21:51:11+01:00 localhost kernel: RSP: 0018:ffff88007f8cfc00  EFLAGS: 
00010286
2010-11-14T21:51:11+01:00 localhost kernel: RAX: 0000000000000004 RBX: 
ffff88007c780000 RCX: 0000000000000004
2010-11-14T21:51:11+01:00 localhost kernel: RDX: ffff88007c198000 RSI: 
0000000000000003 RDI: 0000000000000000
2010-11-14T21:51:11+01:00 localhost kernel: RBP: ffff88007f8cfc10 R08: 
00000000ffffffff R09: dead000000200200
2010-11-14T21:51:11+01:00 localhost kernel: R10: 0000000000000000 R11: 
0000000000000001 R12: ffff88007c780000
2010-11-14T21:51:11+01:00 localhost kernel: R13: 0000000000000000 R14: 
0000000000000004 R15: ffff88007f8cfcd0
2010-11-14T21:51:11+01:00 localhost kernel: FS:  0000000000000000(0000) 
GS:ffff880001880000(0000) knlGS:0000000000000000
2010-11-14T21:51:11+01:00 localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
000000008005003b
2010-11-14T21:51:11+01:00 localhost kernel: CR2: 000000000000027c CR3: 
000000007cb5b000 CR4: 00000000000006e0
2010-11-14T21:51:11+01:00 localhost kernel: DR0: 0000000000000000 DR1: 
0000000000000000 DR2: 0000000000000000
2010-11-14T21:51:11+01:00 localhost kernel: DR3: 0000000000000000 DR6: 
00000000ffff0ff0 DR7: 0000000000000400
2010-11-14T21:51:11+01:00 localhost kernel: Process netns (pid: 13, threadinfo 
ffff88007f8ce000, task ffff88007f890de0)
2010-11-14T21:51:11+01:00 localhost kernel: Stack:
2010-11-14T21:51:11+01:00 localhost kernel: 0000000000000001 0000000000000002 
ffff88007f8cfc20 ffffffffa088e140
2010-11-14T21:51:11+01:00 localhost kernel: <0> ffff88007f8cfcb0 
ffffffffa0896bdb ffffea0001b50120 ffff88007f8cfd20
2010-11-14T21:51:11+01:00 localhost kernel: <0> 7fffffffffffffff 
000000037f8cfd28 ffff88007c198000 ffff880000000004
2010-11-14T21:51:11+01:00 localhost kernel: Call Trace:
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa088e140>] 
nfnetlink_has_listeners+0x10/0x20 [nfnetlink]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa0896bdb>] 
ctnetlink_conntrack_event+0x65b/0x8b0 [nf_conntrack_netlink]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa0790c86>] 
death_by_timeout+0x136/0x1d0 [nf_conntrack]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa078f2c0>] ? 
kill_all+0x0/0x10 [nf_conntrack]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa0790e98>] 
nf_ct_iterate_cleanup+0x178/0x180 [nf_conntrack]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa0791bd1>] 
nf_conntrack_cleanup+0x41/0x140 [nf_conntrack]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffffa07921d5>] 
nf_conntrack_net_exit+0x45/0x60 [nf_conntrack]
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff812c04ad>] 
ops_exit_list.clone.1+0x2d/0x60
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff812c0810>] 
cleanup_net+0x100/0x1b0
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff812c0710>] ? 
cleanup_net+0x0/0x1b0
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff8106ce13>] 
worker_thread+0x173/0x310
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff810719b0>] ? 
autoremove_wake_function+0x0/0x40
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff8106cca0>] ? 
worker_thread+0x0/0x310
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff8107141e>] 
kthread+0x8e/0xa0
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff8100aca4>] 
kernel_thread_helper+0x4/0x10
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff81071390>] ? 
kthread+0x0/0xa0
2010-11-14T21:51:11+01:00 localhost kernel: [<ffffffff8100aca0>] ? 
kernel_thread_helper+0x0/0x10
2010-11-14T21:51:11+01:00 localhost kernel: Code: 45 85 ff 4d 0f 49 f4 e9 1d fd 
ff ff 0f 1f 80 00 00 00 00 55 48 89 e5 0f 0b 66 2e 0f 1f 84 00 00 00 00 00 55 
48 89 e5 48 83 ec 10 <f6> 87 7c 02 00 00 01 74 65 65 48 8b 14 25 08 cc 00 00 83 
82 44 
2010-11-14T21:51:11+01:00 localhost kernel: RIP  [<ffffffff812e8898>] 
netlink_has_listeners+0x8/0x80
2010-11-14T21:51:11+01:00 localhost kernel: RSP <ffff88007f8cfc00>
2010-11-14T21:51:11+01:00 localhost kernel: CR2: 000000000000027c
2010-11-14T21:51:11+01:00 localhost kernel: ---[ end trace 67dfd821f4ab1b46 ]---
2010-11-14T21:51:11+01:00 localhost kernel: note: netns[13] exited with 
preempt_count 1
2010-11-14T21:51:12+01:00 localhost shutdown[4219]: shutting down for system 
reboot
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to