Subject: Linux emulation doesn't like symlinks out of /emul/.. space
To: None <current-users@netbsd.org, tech-pkg@netbsd.org>
From: George Michaelson <ggm@apnic.net>
List: current-users
Date: 12/06/2004 12:47:36
Seems that with suse91 I can't have symlinks out of /emul/linux eg I cannot
have /emul/linux/tmp -> /tmp or /emul/linux/home -> /data/home

I don't have older NetBSD or linux emul/libs state around so I can't tell
if this did work properly before.

I've noticed this testing a local install of OpenOffice 1.1.4 and some
other linux binaries.

A guess would be that a stat() call doesn't quite return whats
expected, and it refuses to walk the symlink. 

Anybody else seeing this?

-George