Subject: bin/35687: /etc/rc.d/perusertmp doesn't work
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <juan@xtrarom.org>
List: netbsd-bugs
Date: 02/18/2007 11:10:00
>Number:         35687
>Category:       bin
>Synopsis:       /etc/rc.d/perusertmp doesn't work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 18 11:10:00 +0000 2007
>Originator:     Juan RP
>Release:        NetBSD 4.99.10
>Organization:
>Environment:
System: NetBSD nocturno 4.99.10 NetBSD 4.99.10 (Nocturno) #46: Sun Feb 18 00:52:08 CET 2007 juan@nocturno:/home/juan/build/obj/sys/arch/i386/compile/Nocturno i386
Architecture: i386
Machine: i386
>Description:
	
	per_user_tmp doesn't work because /tmp is linked to
	${per_user_tmp_dir}/@uid and /tmp is not a valid directory.

>How-To-Repeat:

	$ mkdir -p blah/tmp
	$ ln -s blah/tmp/@uid tmp
	$ cd tmp

>Fix:

	I wish...