[Bug 192734] Re: lsof got can't stat() tmpfs file system errors

2017-06-17 Thread elatllat
I can reliably reproduce this issue by restarting the remote service or server.
1) cifs should recover but instead is unusable until remount and starts 
flooding the server (other file systems have a errors=remount-ro option; cifs 
would benefit from a errors=remount option)
2) lsof should somehow list that cifs is attempting to use the mount


lsof | grep ws
lsof: WARNING: can't stat() cifs file system /media/ws
  Output information may be incomplete.

uname -a
Linux raspberrypi 4.9.24+ #993 Wed Apr 26 17:56:54 BST 2017 armv6l 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/192734

Title:
  lsof got can't stat() tmpfs file system errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsof/+bug/192734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192734] Re: lsof got can't stat() tmpfs file system errors

2014-12-13 Thread elichai2
** Changed in: lsof (Ubuntu)
   Status: Invalid = Incomplete

** Changed in: lsof (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: lsof (Ubuntu)
   Status: Opinion = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/192734

Title:
  lsof got can't stat() tmpfs file system errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsof/+bug/192734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192734] Re: lsof got can't stat() tmpfs file system errors

2008-11-28 Thread Daniel T Chen
** Changed in: lsof (Ubuntu)
   Status: New = Invalid

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-09-05 Thread p4bl0
While trying to fix the issue, i found that i had the following
filesystems mounted on my system (/proc/mounts):

tmpfs /dev/shm tmpfs rw,size=278528k 0 0
tmpfs /dev/shm/var.run tmpfs rw,nosuid,nodev,noexec,mode=755 0 0
tmpfs /dev/shm/var.lock tmpfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,size=278528k 0 0

So, i unmounted them, and left only tmpfs /dev/shm tmpfs rw,size=278528k
0 0 . It seems to be working fine now. Also you can try updating you're
version of lsof.

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-06-03 Thread Michael Nagel
** Changed in: lsof (Ubuntu)
Sourcepackagename: None = lsof

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-03-13 Thread William Roe
Same here:

 lsof /home/simon
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.

 uname -a
Linux lanserv 2.6.22-14-386 #1 Tue Dec 18 07:34:24 UTC 2007 i686 GNU/Linux

Thanks,
Will

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-03-02 Thread p4bl0
Same problem here:

[EMAIL PROTECTED]:~# lsof /tmp/
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.

[EMAIL PROTECTED]:~# uname -a
Linux pablo-server 2.6.22.19 #1 SMP Fri Feb 29 00:16:23 ARST 2008 i686 GNU/Linux


Thanks,  Pablo.

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-02-18 Thread hieronymus
hi,

If got the same problem with an
Linux Domino02 2.6.15-29-server #1 SMP Mon Sep 24 17:37:57 UTC 2007 i686 
GNU/Linux
running IBM Lotus Domino 7.

/usr/bin/lsof -n -P -S 5 -p 8502,8494,6974
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.


Anything new?

thank, too,

hieronymus

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-02-18 Thread hieronymus
hi,

If got the same problem with an
Linux Domino02 2.6.15-29-server #1 SMP Mon Sep 24 17:37:57 UTC 2007 i686 
GNU/Linux
running IBM Lotus Domino 7.

/usr/bin/lsof -n -P -S 5 -p 8502,8494,6974
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.


Anything new?

thank, too,

hieronymus

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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