From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] mail problems.. In-Reply-To: <20030624201114.77af6699.apurva@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 24 Jun 2003 20:16:54 -0400 Topicbox-Message-UUID: da511374-eacb-11e9-9e20-41e7f4b1d025 > upas/fs -f /pop/pop.gmx.net/my_user_name > > The first time I did that, I was asked for my password. It accepted it > and the I got the term% prompt again. > > When I executed 'mail' from acme, it said that I had 0 messages. I > know for a fact that there were messages on the server, why were they > not downloaded? This is because acme and your terminal are running in different name spaces. You need to start upas/fs in your profile, before rio, to make it appear everywhere. Alternately, you can use the apparently undocumented -s option to upas/fs to post a service file: upas/fs -f -s /pop/pop.gmx.net/my_user_name and then execute Local mount /srv/upasfs.$user /mail/fs in acme to access it. Russ