RE: Problems with sarge to etch upgrade
> Date: Tue, 10 Apr 2007 09:37:55 -0400
> To: debian-user@lists.debian.org
> Subject: Re: Problems with sarge to etch upgrade
> From: dtutty@porchlight.ca
>
> On Tue, Apr 10, 2007 at 02:00:09AM -0400, Patrick Cummings wrote:
> > Hello list, I just upgraded from sarge to etch using apt-get
> > dist-upgrade. I have a few problems. The OS won't completely start. I
> > made a complete capture of the console output, if anybody is kind
> > enough to try to understand what is happening and help me.
> >
> >
> [snip a fine looking dmesg]
> >
> >
> > I can get the computer to start perfectly if I comment out everything
> > in the "start" section from /etc/init.d/x11-common and
> > /etc/init.d/xfree86-common I find it weird that I have a problem from
> > theses files since I don't use x11 at all.
> >
>
> If you don't use x11 then purge anything related to X.
>
> Did you follow the upgrade instructions in the release notes? If you
> didn't, then you're not alone. If you did and still had a problem, then
> it could indicate a deficiency in the notes warranting a bug report.
>
> Doug.
>
>
Ok, I did purge x11 and it fixed the problem. The gjc compiler was depending on it, so it got purged too.
However, now the message I was getting after the boot appears at random times while the computer is running. Every time the message appears I need to restart the computer, or else it will only partially work. For example, after the message appears, it is impossible to access some samba shares stored locally on this computer.
Here it is:
BUG: unable to handle kernel NULL pointer dereference at virtual address 00000060
printing eip:
f8be4908
*pde = 00000000
Oops: 0000 [#1]
SMP
Modules linked in: nfs nfsd exportfs lockd nfs_acl sunrpc ipv6 bridge ipt_MASQUERADE xt_limit xt_multiport ipt_LOG xt_tcpudp xt_state iptable_mangle iptable_nat ip_nat ip_conntrack nfnetlink iptable_filter ip_tables x_tables xfs raid0 md_mod fuse ide_disk evdev psmouse i2c_piix4 serio_raw i2c_core floppy pcspkr parport_pc parport rtc shpchp pci_hotplug sworks_agp agpgart sg ext3 jbd mbcache dm_mirror dm_snapshot dm_mod ide_cd cdrom sd_mod serverworks sata_sil ohci_hcd ips generic libata e1000 ide_core usbcore scsi_mod tlan e100 mii thermal processor fan
CPU: 1
EIP: 0060:[<f8be4908>] Not tainted VLI
EFLAGS: 00010246 (2.6.18-4-686 #1)
EIP is at xfs_inobt_update+0x2b/0x87 [xfs]
eax: 00000001 ebx: f7d51812 ecx: bf8697df edx: 00000000
esi: c013fb56 edi: 00000008 ebp: 00000000 esp: f64d1b24
ds: 007b es: 007b ss: 0068
Process vim (pid: 10122, ti=f64d0000 task=f6d17550 task.ti=f64d0000)
Stack: f58bac08 00000000 00000001 c013fb57 f7d51812 00040000 f58bac08 00000001
f8be1f2d c013fb56 00000008 00000000 00000080 00000000 f5fde278 12000286
00000008 00000001 f7d42400 00000000 f7d51800 00000000 00000001 00000000
Call Trace:
[<c013fb57>] handle_IRQ_event+0x23/0x49
[<f8be1f2d>] xfs_dialloc+0x10ce/0x123d [xfs]
[<c013fb56>] handle_IRQ_event+0x22/0x49
[<c016a102>] do_select+0x3b7/0x3d4
[<c011669e>] __wake_up+0x2a/0x3d
[<c013fb56>] handle_IRQ_event+0x22/0x49
[<c013fc54>] __do_IRQ+0xd7/0xe8
[<f8be8e37>] xfs_ialloc+0x41/0x453 [xfs]
[<f8bfb561>] xfs_dir_ialloc+0x62/0x241 [xfs]
[<f8c02579>] xfs_mkdir+0x290/0x561 [xfs]
[<f8bb87d7>] xfs_acl_get_attr+0x3b/0x5c [xfs]
[<f8c098d8>] xfs_vn_mknod+0x1c0/0x380 [xfs]
[<c013fb57>] handle_IRQ_event+0x23/0x49
[<c0112613>] end_level_ioapic_vector+0x14/0x7d
[<c013fc54>] __do_IRQ+0xd7/0xe8
[<c01050ea>] do_IRQ+0x48/0x52
[<c01036b6>] common_interrupt+0x1a/0x20
[<f8bd7765>] xfs_dir_lookup+0x91/0xff [xfs]
[<f8c09dc2>] xfs_vn_permission+0xf/0x13 [xfs]
[<c0165571>] permission+0xa3/0xb6
[<f8c09aa2>] xfs_vn_mkdir+0xa/0xc [xfs]
[<c016588e>] vfs_mkdir+0xba/0xf7
[<c0167d56>] sys_mkdirat+0x87/0xbb
[<c01050ea>] do_IRQ+0x48/0x52
[<c01036b6>] common_interrupt+0x1a/0x20
[<c0167d99>] sys_mkdir+0xf/0x13
[<c0102c11>] sysenter_past_esp+0x56/0x79
Code: 55 57 56 53 83 ec 10 89 54 24 08 8b 74 24 24 89 04 24 8b 7c 24 28 8b 50 24 8b 40 44 0f c9 89 c5 89 44 24 04 c1 e5 04 8b 44 24 08 <03> 6a 60 0f c8 89 44 24 08 89 45 00 89 f8 89 4d 04 89 f1 0f c9
EIP: [<f8be4908>] xfs_inobt_update+0x2b/0x87 [xfs] SS:ESP 0068:f64d1b24
What does this kind of message means exactly? What can I do to find what kind of problem it is?
I think it might be related with /tmp, because everytime this message appears my shells freezes if I try to do any accesses in /tmp. For example, "man" does not work because it writes to /tmp.
Soyez parmi les premiers à essayer Windows Live Mail.
Reply to: