lkml.org 
[lkml]   [2014]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subjectpstore wierdness on Dell Latitude E6530.
From
Date
For some reason, /sys/fs/pstore has 537 files in it, all called 'console-efi',
all having inode number 8021, and all consisting of the same one line:

[/sys/fs/pstore] cat console-efi
[ 1.567734] pci 0000:00:1c.1: PCI bridge to [bus 03]
[/sys/fs/pstore] ls | uniq -c
537 console-efi
[/sys/fs/pstore] cat console-efi
[ 1.567734] pci 0000:00:1c.1: PCI bridge to [bus 03]
[/sys/fs/pstore] grep . * | uniq -c
537 console-efi:[ 1.567734] pci 0000:00:1c.1: PCI bridge to [bus 03]
[/sys/fs/pstore] ls -li | head
total 0
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi
8021 -r--r--r--. 1 root root 56 Aug 13 2013 console-efi

I can remove one, and then it gets even more weird:

[/sys/fs/pstore]1 rm console-efi
[/sys/fs/pstore]1 ls | wc
536 536 6432

Goodie - one less. Let's try again. 'rm c<tab>' completes to console-efi

[/sys/fs/pstore]1 rm console-efi
rm: cannot remove 'console-efi': No such file or directory
[/sys/fs/pstore] ls | wc
536 536 6432

[/sys/fs/pstore]1 ls -li console-efi
ls: cannot access console-efi: No such file or directory

[/sys/fs/pstore] ls -li 2>&1 | uniq -c
536 ls: cannot access console-efi: No such file or directory
1 total 0
536 ? -????????? ? ? ? ? ? console-efi

Any ideas?



[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-04-09 21:21    [W:0.425 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site