Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 13:44:03 +0200 (CEST)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/29467: Linux ls fails on DEVFS /dev
Message-ID:  <200108051144.f75Bi3r01551@nihil.plaut.de>

next in thread | raw e-mail | index | archive | help

>Number:         29467
>Category:       kern
>Synopsis:       Linux ls fails on DEVFS /dev
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 04:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Reifenberger
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nihil 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Aug 2 22:32:57 CEST 2001 root@nihil:/usr/src/sys/i386/compile/nihil i386


	
>Description:
linux ls fails on DEVFS /dev because linux_getdents fails because
linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of
VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for
linux_dirent and sizeof(dirent) != sizeof(linux_dirent)...
	
>How-To-Repeat:
kldload linux
/compat/linux/bin/ls /dev
...and watch the non-output...

	
>Fix:
none yet
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108051144.f75Bi3r01551>