Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 22:51:20 +0100
From:      Michael Ranner <mranner@inode.at>
To:        freebsd-fs@freebsd.org, freebsd-current@freebsd.org
Subject:   mount_portalfs broken in 5.0-RC2
Message-ID:  <200212302251.20720.mranner@inode.at>

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

Hello,

as announced on freebsd-hackers a few days ago, I ported the
rfilter/wfilter features of NetBSD's mount_portal to 4.7-p2.
Because the port was very trivial and rfilter/wfilter worked
well on 4.7-p2, I tried to merge the code in 5.0-RC2 mount_portalfs
and discovered, that mount_portalfs did not work. First I thought
this is a problem with the rfilter/wfilter code, but also the original
mount_portalfs has this problem.

Description:

my portal.conf:
tcp/           tcp tcp/
tcplisten/     tcplisten tcplisten/
fs/            file fs/

1.)

After mounting the portalfs,

# cat /p/tcp/www.jawa.at/21
220 ftp.jawa.at FTP server (ftpd) ready.
^C

portalfs hangs, and cat did not return on ^C or ^Z

2.)

After mounting the portalfs,

# cat /p/tcp

or

# cat /p/telnet

or

# cat /p/http

portalfs hangs instead of expected "cat: /p/telnet: No such file or directory"

Impact:

- umount /p does not work
- Further access to /p is not possible (e.x. ls)
- FreeBSD could not unmount all file systems on reboot,
  so fsck has to run on next boot.

Regards,

/\/\ichael Ranner

mranner@jawa.at - mranner@bitonline.cc - webmaster@mariazell.at
----------------------------------------------------------------------
JAWA Management Software GmbH - http://www.jawa.at/
  Liebenauer Hauptstrasse 2oo - A-8041 Graz
        Tel +43 316 403274 21 - Fax +43 316 403274 10
----------------------------------------------------------------------
             Mariazell Online - http://www.mariazell.at/
----------------------------------------------------------------------

-----BEGIN GEEK CODE BLOCK-----
GIT/CS/AT dx(-) s+:(++:) a- C++ UBLVS++++$ P++>+++$ L-(+)$ E---
W+++$ N+(++) o-- K- w--()$ O-(--) M@ V-(--) PS+>++ PE(-) Y+ PGP(-)
t+ 5+ X+++(++++) R* tv++ b+(++) DI++ D-(--) G- e h--(*) r++ y?
------END GEEK CODE BLOCK------


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




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