Launchpad has imported 9 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=675934.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-02-08T10:28:38+00:00 Michael wrote:

I get the following backtrace when running fuser on a local directory
eg. fuser /var/cache/yum on a system with NFSv4 mounted via autofs. The
system isn't usable afterwards.

kernel BUG at fs/namei.c:405!
invalid opcode: 0000 [#1] SMP 
last sysfs file: /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map
CPU 0 
Modules linked in: fuse nfs lockd fscache nfs_acl rpcsec_gss_krb5 auth_rpcgss 
des_generic sunrpc cpufreq_ondemand acpi_cpufreq freq_table mperf ipv6 uinput 
snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_seq 
snd_seq_device snd_pcm serio_raw snd_timer snd e1000e iTCO_wdt soundcore 
snd_page_alloc i2c_i801 microcode iTCO_vendor_support firewire_ohci 
firewire_core pata_acpi crc_itu_t ata_generic i915 drm_kms_helper drm 
i2c_algo_bit i2c_core video [last unloaded: scsi_wait_scan]
Pid: 2689, comm: fuser Not tainted 2.6.38-0.rc3.git4.1.fc15.x86_64 #1 
DQ45CB/DQ45CB
RIP: 0010:[<ffffffff8112a1f8>]  [<ffffffff8112a1f8>] 
nameidata_drop_rcu+0x2d/0xca
RSP: 0018:ffff880057e9fc78  EFLAGS: 00010246
RAX: ffff880070715c80 RBX: ffff880057e9fdd0 RCX: ffff880057cb0b40
RDX: 0000000000000000 RSI: 00000000f42f9d10 RDI: ffff880057e9fdd0
RBP: ffff880057e9fc98 R08: 0000000000000000 R09: 00000000000007ff
R10: 00000000000007ff R11: ffff880065c9f180 R12: ffff880070684300
R13: ffff880065c9f180 R14: 0000000000000000 R15: 0000000000000000
FS:  00007fe65d919720(0000) GS:ffff880079800000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000001ac74b8 CR3: 0000000071fc0000 CR4: 00000000000406f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process fuser (pid: 2689, threadinfo ffff880057e9e000, task ffff880070715c80)
Stack:
 00000000000007ff ffff880065c9f180 ffff880057e9fdd0 ffff880057e9fd10
 ffff880057e9fcb8 ffffffff8112ae6a ffff880057e9fdd0 0000000000000000
 ffff880057e9fcf8 ffffffff8112b004 ffff880052b47a80 ffff880057e9fdd0
Call Trace:
 [<ffffffff8112ae6a>] force_reval_path.isra.24+0x39/0x5a
 [<ffffffff8112b004>] do_follow_link+0x179/0x1e8
 [<ffffffff8112b32b>] link_path_walk+0x2b8/0x430
 [<ffffffff8112b6ce>] do_path_lookup+0x4d/0xf6
 [<ffffffff8112c4d0>] user_path_at+0x57/0x94
 [<ffffffff8146f37c>] ? _cond_resched+0xe/0x22
 [<ffffffff81124a2f>] ? might_fault+0x21/0x23
 [<ffffffff81124b28>] ? cp_new_stat+0xf7/0x10d
 [<ffffffff81124d16>] vfs_fstatat+0x39/0x63
 [<ffffffff81124d7b>] vfs_stat+0x1b/0x1d
 [<ffffffff81124e7a>] sys_newstat+0x1a/0x33
 [<ffffffff8112985f>] ? path_put+0x1f/0x23
 [<ffffffff81009bc2>] system_call_fastpath+0x16/0x1b
Code: 89 e5 41 55 41 54 53 41 52 0f 1f 44 00 00 65 48 8b 04 25 c0 cc 00 00 f6 
47 40 40 48 89 fb 4c 8b a0 20 05 00 00 4c 8b 6f 08 75 02 <0f> 0b 48 83 7f 20 00 
74 20 49 8d 7c 24 04 e8 a5 66 34 00 49 8b 
RIP  [<ffffffff8112a1f8>] nameidata_drop_rcu+0x2d/0xca
 RSP <ffff880057e9fc78>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/3

------------------------------------------------------------------------
On 2011-02-09T14:12:35+00:00 Chuck wrote:

(In reply to comment #1)
> I get the following backtrace when running fuser on a local directory eg. 
> fuser
> /var/cache/yum on a system with NFSv4 mounted via autofs.

What does that mean exactly? Does some remote system have that directory
mounted, or is autofs being used to mount some unrelated directory? Can
you list steps needed to reproduce this, including what autofs config to
use?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/4

------------------------------------------------------------------------
On 2011-02-09T15:23:29+00:00 Michael wrote:

The crash happens when I run fuser on an unrelated ordinary directory on
the local disk. I am still trying to narrow down the circumstances to
work out when it occurs and when it doesn't. So far I have found that if
I am logged in (via a graphical desktop) in a home directory that is NFS
mounted via autofs then running fuser (as root from a text console)
gives the backtrace. If I start again with a clean boot, log in
graphically and log out (so NFS will still be mounted), and then run
fuser I don't get a crash. I am not sure whether autofs or NFS mounting
is necessary for the crash or just a consequence of the environment I am
testing it in.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/5

------------------------------------------------------------------------
On 2011-02-09T16:22:54+00:00 Michael wrote:

autofs is unnecessary, it is reproducible in a hand mounted NFS
directory with no automount or other NFS mounts.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/6

------------------------------------------------------------------------
On 2011-02-09T17:11:06+00:00 Michael wrote:

So in summary to reproduce this problem you need a graphical session in
an NFSv4 mounted home directory when you run fuser. It doesn't happen
with a user home directory on the local disk.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/7

------------------------------------------------------------------------
On 2011-02-15T21:05:13+00:00 Chuck wrote:

Looks like this is fixed in today's updates (commit
844a391799c25d9ba85cbce33e4697db06083ec6)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/19

------------------------------------------------------------------------
On 2011-02-16T16:09:44+00:00 Michael wrote:

Yes, kernel-2.6.38-0.rc5.git0.1.fc15.x86_64 has stopped throwing up
kernel bugs (fuser throws up warnings about Stale NFS file handle for
open but deleted files but I doubt that is a kernel bug).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/24

------------------------------------------------------------------------
On 2011-02-17T05:59:31+00:00 Fedora wrote:

kernel-2.6.38-0.rc5.git1.1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/kernel-2.6.38-0.rc5.git1.1.fc15

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/26

------------------------------------------------------------------------
On 2011-02-18T06:56:33+00:00 Fedora wrote:

kernel-2.6.38-0.rc5.git1.1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this
bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713769/comments/27


** Changed in: linux (Fedora)
       Status: Unknown => Fix Released

** Changed in: linux (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/713769

Title:
  natty, invalid opcode: 0000 [#1] SMP

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Fedora:
  Fix Released

Bug description:
  running ubuntu-bug linux, after collect data , gdm crash and switch to 
unusable console (no cursor, only mouse pointer) that show the 'cut here' in 
the attached syslog, i was able to restore this session only hitting many times 
ctrl+alt+f7.
  As apport still running i can send this.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-1-generic 2.6.38-1.28
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
  Uname: Linux 2.6.38-1-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D2p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code -11:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH'/'Intel ICH with ALC850 at irq 23'
     Mixer name : 'Realtek ALC850 rev 0'
     Components : 'AC97a:414c4790'
     Controls      : 42
     Simple ctrls  : 27
  Date: Sat Feb  5 18:54:33 2011
  LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110202)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 0718:0628 Imation Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcEnviron:
   LANGUAGE=it_IT.UTF-8:it:en_GB:en
   LANG=it_IT.UTF-8
   LC_MESSAGES=it_IT.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- debian-installer/language=it console-setup/layoutcode?=it
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-1-generic N/A
   linux-backports-modules-2.6.38-1-generic N/A
   linux-firmware 1.46
  RfKill:
   0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
  SourcePackage: linux
  dmi.bios.date: 11/03/2005
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.asset.tag: 00000000
  dmi.board.name: K8NF4G-SATA2
  dmi.board.version: 1.00
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd11/03/2005:svn:pnK8NF4G-SATA2:pvr1.00:rvn:rnK8NF4G-SATA2:rvr1.00:
  dmi.product.name: K8NF4G-SATA2
  dmi.product.version: 1.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/713769/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to