Bug 119041 - sysutils/lsof not work correctly in zfs
Summary: sysutils/lsof not work correctly in zfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-26 14:10 UTC by Gu Xianjie
Modified: 2008-01-24 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2007-12-26 14:10 UTC, Gu Xianjie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gu Xianjie 2007-12-26 14:10:00 UTC
lsof can't show zfs system's path
syslogd     520       root    8r    VCHR       0,17    0t22864    17 /dev/klog
syslogd     520       root   10w    VCHR       0,27        0t0    27 /dev/console
syslogd     520       root   11w                                     unknown file system type: zfs
syslogd     520       root   12w                                     unknown file system type: zfs
syslogd     520       root   13w                                     unknown file system type: zfs
syslogd     520       root   14w                                     unknown file system type: zfs
syslogd     520       root   15w                                     unknown file system type: zfs
syslogd     520       root   16w                                     unknown file system type: zfs
syslogd     520       root   17w                                     unknown file system type: zfs
syslogd     520       root   18w                                     unknown file system type: zfs
syslogd     520       root   19w                                     unknown file system type: zfs
syslogd     520       root   20w                                     unknown file system type: zfs

Fix: I made some patchs for lsof.I think it need to be tested.it works well in my system.
How-To-Repeat: install lsof then run it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-26 21:54:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2007-12-26 21:56:39 UTC
I've already been in contact with lsof's author about zfs.  I will bring
your patch to his attention.

Thank You.



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-12-31 02:30:44 UTC
State Changed
From-To: feedback->analyzed

Maintainer has reported this upstream.
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2008-01-05 01:46:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll work with the maintainer to determine if the patch should be adopted until a new version is released.
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2008-01-05 01:46:17 UTC
Is this something we should consider adopting in the meantime, until a
new version is released which fixes this?

-- WXS
Comment 6 Larry Rosenman freebsd_committer freebsd_triage 2008-01-05 01:54:01 UTC
Vic is actively working on official support.  Lets see where we are in a couple of weeks.  

Thanks.

------- Original Message -------
From: Wesley Shields <wxs@FreeBSD.org>
To: bug-followup@FreeBSD.org, kevinxlinuz@163.com
Sent: 1/4/08, 7:46:17 PM
Subject: Re: ports/119041: sysutils/lsof not work correctly in zfs

Is this something we should consider adopting in the meantime, until a
new version is released which fixes this?

-- WXS
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-01-24 18:14:36 UTC
wxs         2008-01-24 18:14:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/lsof        Makefile distinfo 
  Log:
  Update to 4.79H.  Adds ZFS support and better handling of cd9660
  support.
  
  PR:             ports/119041[1], ports/118337[2]
  Submitted by:   Gu xianjie <kevinxlinuz@163.com>[1]
                  Oles Hnatkevych <don_oles@able.com.ua>[2]
  Approved by:    Larry Rosenman (maintainer), garga (mentor)
  
  Revision  Changes    Path
  1.157     +2 -2      ports/sysutils/lsof/Makefile
  1.126     +3 -3      ports/sysutils/lsof/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Wesley Shields freebsd_committer freebsd_triage 2008-01-24 18:16:34 UTC
State Changed
From-To: analyzed->closed

New version of lsof committed to address this.