Displaying 20 results from an estimated 960 matches for "lsof".
2012 Jul 21
2
lsof needs update
hi, lsof on freebsd 9.1:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ntpd 1707 root cwd unknown file
system type: newnfs
ntpd 1707 root rtd unknown file
system type: newnfs
ntpd 1707 root tx...
2003 Jun 24
1
lsof builds but doesn't run under 4-STABLE
Hi,
I noticed this today. If I build lsof on my 4-STABLE box, then it
doesn't run:
boojum# lsof
lsof: PID 0, no file * space
If I build the lsof binary under 4.8-STABLE, then it runs fine under
4.8-STABLE and 4-STABLE.
Upon investigation it appears that the variable fd in the file dproc.c
is being used uninitialized in gather_proc_i...
2015 Jun 19
2
windows acl not saving, no error, nothing in log file
...samba/log.samba while doing this and nothing shows up in the log
file.
Here is my fstab entry
/dev/mapper/homer--vg-root / ext4
defaults,user_xattr,acl,barrier=1,errors=remount-ro 0 1
the only thing I noticed and I wasn't sure if it was an issue or not. When
I run
"lsof | grep /srv/samba/Printer_drivers"
it gives me this
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 3000019
lsof: no pwd entry for UID 30...
2015 Jul 23
2
[PATCH] daemon: Run lsof when an umount command fails in umount_all call.
Useful for debugging unmount failures. Note that we include lsof in
the appliance already.
---
daemon/mount.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/daemon/mount.c b/daemon/mount.c
index c5b7d89..e139482 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -424,6 +424,10 @@ do_umount_all (void)
r = command (NULL, &err, str_umount, mount...
2015 Jul 23
1
Re: [PATCH] daemon: Run lsof when an umount command fails in umount_all call.
On Thu, Jul 23, 2015 at 05:29:43PM +0200, Pino Toscano wrote:
> On Thursday 23 July 2015 16:24:23 Richard W.M. Jones wrote:
> > Useful for debugging unmount failures. Note that we include lsof in
> > the appliance already.
> > ---
> > daemon/mount.c | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/daemon/mount.c b/daemon/mount.c
> > index c5b7d89..e139482 100644
> > --- a/daemon/mount.c
> > +++ b/daemon/mount.c
>...
2006 Aug 10
4
imap-login (proxy) Connection queue full
When running Dovecot (rc6 CVS dovecot-20060808) as a proxy, why would it log the following when it has not yet maxed out the allowed number of imap-login processes?
Aug 10 16:23:34 director5 dovecot: imap-login: Disconnected: Connection queue full:
I am seeing this logged several times per minute. From netstat, the server has 650 proxied IMAP connections and 450 proxied IMAPS connections, there
2015 Jun 19
1
windows acl not saving, no error, nothing in log file
...y /dev/mapper/homer--vg-root / ext4 defaults,user_xattr,acl,barrier=1,errors=remount-ro 0 1
>
> You do not need 'user_xattr,acl', they are included by 'defaults' on ext4.
>
>> the only thing I noticed and I wasn't sure if it was an issue or not. When I run "lsof | grep /srv/samba/Printer_drivers" it gives me this lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 3000019 lsof: no pwd entry for UID 30000...
2016 Apr 18
4
Suddenly increased my hard disk
On 04/18/2016 01:18 PM, g wrote:
> 'lsof', aka, list open files, will list every open file on system, and there
> are a lot.
>
> 'grep deleted' will list_only_ the deleted files that are still open.
That's exactly the same thing that "ls -l /proc/*/fd/* | grep
'(deleted)'" will do. So how is l...
2003 Sep 03
2
Can get no STABLE
Hello all,
well, the first problem i got is lsof wont work.
I got the message "lsof: WARNING: compiled for FreeBSD release 4.3-RELEASE; this is 4.8-STABLE."
Then I tried to to cvsup and rebuild world. The file i used is /usr/share/examples/cvsup/stable-supfile
and tag is RELENG_4. After a few hours i got 4.9-PRERELEASE :(
Next time i u...
2007 Feb 14
5
Need help making lsof work with ZFS
I contacted the author of ''lsof'' regarding the missing ZFS support. The command works but fails to display any files that are opened by the process in a ZFS filesystem. He indicates that the required ZFS kernel structure definitions (header files) are not shipped with the OS. He further indicated that he rummaged through...
2015 Jun 19
0
windows acl not saving, no error, nothing in log file
.../ ext4
> defaults,user_xattr,acl,barrier=1,errors=remount-ro 0 1
You do not need 'user_xattr,acl', they are included by 'defaults' on ext4.
>
> the only thing I noticed and I wasn't sure if it was an issue or not. When
> I run
>
> "lsof | grep /srv/samba/Printer_drivers"
>
> it gives me this
>
> lsof: no pwd entry for UID 3000019
> lsof: no pwd entry for UID 3000019
> lsof: no pwd entry for UID 3000019
> lsof: no pwd entry for UID 3000019
> lsof: no pwd entry for UID 3000019
> lsof: no pwd entry f...
2005 Apr 28
2
Re: Anyone seen this?
.../_accept_connection accept() failed
> > with error 24: Too many open files
...
> 1) file descriptor leak. If it's this, that's a pretty serious icecast
> bug, probably exploitable as a DoS attack.
agreed, on linux check the /proc/<pid>/fd directory, use of utilities
like lsof may indicate excessive file descriptor usage.
> 2) Hitting a compiled-in limit. Usually, this should only happen if
> you have quite a lot of clients connected (at least several hundred),
> AND you've compiled it using select() rather than poll() - which
> should only happen on sys...
2015 Jul 23
0
Re: [PATCH] daemon: Run lsof when an umount command fails in umount_all call.
On Thursday 23 July 2015 16:24:23 Richard W.M. Jones wrote:
> Useful for debugging unmount failures. Note that we include lsof in
> the appliance already.
> ---
> daemon/mount.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/daemon/mount.c b/daemon/mount.c
> index c5b7d89..e139482 100644
> --- a/daemon/mount.c
> +++ b/daemon/mount.c
> @@ -424,6 +424,10 @@ do_umount_all (void)
&...
2016 Apr 18
2
Suddenly increased my hard disk
On 04/18/2016 11:17 AM, g wrote:
> lsof | grep deleted would work better.
Better how?
lsof hasn't always been installed by default, while /proc is pretty
reliably available.
2012 Apr 03
0
CEBA-2012:0442 CentOS 6 lsof FASTTRACK Update
...Errata and Bugfix Advisory 2012:0442
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0442.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
73447eac806b56cfc12c1b2630e5c9e730711d4b6ffd442c485027055039354b lsof-4.82-4.el6.i686.rpm
x86_64:
e0b3d89948b46ff9da01bc02b7a03d4950b5473caabe7ad379a3052e9ac70239 lsof-4.82-4.el6.x86_64.rpm
Source:
d960e2d399cc0c4db8f58e9ce5c2d7e1c6806bfc198610ff6712026323d4a1d0 lsof-4.82-4.el6.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr,...
2014 Oct 07
2
umount problem
...n icon (when right-clicked) will let me do it:
it is /dev/sdd1, mounted as /media/seagateusb. when root tries to
umount it we get this:
# umount /media/seagateusb
umount: /media/seagateusb: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
lsof | grep sdd1 gives this:
$ lsof | grep sdd1
jbd2/sdd1 26358 root cwd DIR 253,1 4096 2 /
jbd2/sdd1 26358 root rtd DIR 253,1 4096 2 /
jbd2/sdd1 26358 root txt unknown...
2004 Oct 20
4
Browsing between linux boxes
My problem appears to be too simple to be addressed in the documentation,
being a linux-to-linux problem. This is a mixed home lan, but the majority
of file sharing is done between three linux boxes. All three have a public
directory, but the one on box1 is mainly used for file sharing. All of this
worked well with our old Samba 2 setup, but has now gone to pieces. Two of
the boxes are
2018 Sep 07
1
rsyslog listening on high port
...in what this port is used for and
> > what directive controls what interface it binds to.
> > [root at bedrock ~]# netstat --listen --inet --program --numeric |
> > grep?syslog
> > udp??0??0 0.0.0.0:51427??0.0.0.0:*???66655/rsyslogd?
> You might want to try running:
> lsof -i -P | grep LISTEN | grep :51427
> to determine what process is actually listening to that port.
That is what is strange; lsof does *not* see the port as listening,
but it is visible if I search by inode [and it is clearly rsyslogd -
but I cannot find any documentation indicating what this is...
2005 Jun 02
2
Re: Reboots -- lsof and SIGHUP, a combination to know ...
From: Simon Perreault <nomis80 at lqt.ca>
> Sure, theoretically it would be possible, but how would you restart this one?
> [nomis80 at poste10-153 ~]$ sudo lsof | grep libc | grep init
> init 1 root mem REG 253,0 1521500 999437 /lib/tls/libc-2.3.5.so
I need to verify the post-install script for the glibc RPM, but
I believe it SIGHUPs the process -- and SIGHUP tells GLibC to
reload itself for all new calls from any new proce...
2017 Nov 03
1
Maria 10 breaks unixodbc mysql connector
...irst sqli process 29669 worked continually.
>> On a separate session (after mariadb-server 10.1 is installed), isql
>> opens (proc 39065), but SegFaults upon running a query.
>>
>>
>> mkdir /tmp/unixodbcproblem
>> ps -A | grep isql
>> PROCESS=29669
>> lsof | grep ${PROCESS} > /tmp/unixodbcproblem/lsof.${PROCESS}
>> for f in $(pldd ${PROCESS}); do ls -l $f; done >
>> /tmp/unixodbcproblem/pldd.${PROCESS}
>> yum install mariadb-server
>> ps -A | grep isql
>> PROCESS=39065
>> lsof | grep ${PROCESS} > /tmp/unix...