Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2001 18:07:57 +0200 (CEST)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        <freebsd-emulation@freebsd.org>
Subject:   linux_getdents malfunction for DEVFS under -current
Message-ID:  <20010804180230.J464-100000@nihil>

next in thread | raw e-mail | index | archive | help
Hi,
using a simple 'ls /dev' with a DEVFS mounted /compat/linux/dev
gives me no output but a linux_kdump output as follows:

   978 ls       CALL  linux_newstat(0x805a2d8,0xbfbff998)
   978 ls       NAMI  "/compat/linux/dev"
   978 ls       NAMI  "/compat/linux"
   978 ls       NAMI  "/compat/linux/dev"
   978 ls       RET   linux_newstat 0
   978 ls       CALL  linux_open(0x805a2d8,0x10800,0x805a2c8)
   978 ls       NAMI  "/compat/linux/dev"
   978 ls       NAMI  "/compat/linux"
   978 ls       NAMI  "/compat/linux/dev"
   978 ls       RET   linux_open 3
   978 ls       CALL  linux_newfstat(0x3,0xbfbff998)
   978 ls       RET   linux_newfstat 0
   978 ls       CALL  linux_fcntl(0x3,0x2,0x1)
   978 ls       RET   linux_fcntl 0
   978 ls       CALL  linux_getdents(0x3,0xbfbff91c,0xdf)
   978 ls       RET   linux_getdents -1 errno 95 Unknown error: 95
   978 ls       CALL  close(0x3)
   978 ls       RET   close 0
   978 ls       CALL  close(0x1)
   978 ls       RET   close 0
   978 ls       CALL  exit(0)

Any clues?

Bye!
----
Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS


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




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