9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: gunnells@gmail.com, ori@eigenstate.org
Cc: 9front@9front.org
Subject: Re: [9front] upas and gmail
Date: Mon, 20 Jul 2020 21:00:21 -0700	[thread overview]
Message-ID: <F0EBCA391F94ECDEDE7110DCBB76703C@eigenstate.org> (raw)
In-Reply-To: <B5F10DAA-1212-477B-A6B6-962EC5538CD4@gmail.com>

> wow the drawterm is a problem. I kind of thought it was the way to go. So in drawterm i’m 
> supposed to run webfs and auth/factotum
> 
> It did ask me for a password and I guess add it to factotum
> 
> its currently running
> 
> I tried Mail in acme and i see the following:
> 
> Mail: can’t open /mail/fs/ctl: ‘/mail/fs/ctl’ does not exist
> Mail 996: can’t open %s %r
> 

So, in my profile, I have something like:

	case cpu
		...other stuff...
		# call from drawterm
		if(! test -e /mnt/term/dev/wsys){
			# Start the services I'd expect on a terminal
			auth/factotum
			webcookies
			webfs
			plumber

			# Start upas in the background so all
			# indows have access to /mail/fs; use
			# the -n option to prevent long stalls
			# when starting the window system.
			upas/fs -n
			rio -i riostart
		}

Then, after login, I have a script that I run to
mount my mailboxes:

/usr/ori/bin/rc/mbox:
	
	#!/bin/rc
	if(~ $#1 0)
		echo open /imaps/eigenstate.org/ori mbox > /mail/fs/ctl
	if not
		for(m in $*)
			echo open /imaps/eigenstate.org/ori/$m $m > /mail/fs/ctl

(note, $home/bin/rc is unioned with /bin)


>> On Jul 20, 2020, at 8:16 PM, ori@eigenstate.org wrote:
>> 
>>> upas/fs −f /imaps/imap.gmail.com/gunnells@gmail.com
>>> cat /mnt/factotum/ctl
>>> key proto=pass server=smtp.gmail.com service=smtp user=gunnells@gmail.com !password?
>>> key proto=pass server=imap.gmail.com service=imap user=gunnells@gmail.com !password?
>>> 
>>> cpu% upas/fs -f /imaps/imap.gmail.com/gunnells@gmail.com
>>> upas/fs: imap: error is cannot find IMAP password
>>> upas/fs: opening /imaps/imap.gmail.com/gunnells@gmail.com: cannot find IMAP password
>> 
>> Are you using drawterm?
>> 
>> Try running auth/factotum before this -- From what I recall, drawterm
>> has a builtin factotum that you probably don't want to use.
>> 



  parent reply	other threads:[~2020-07-21  4:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  6:56 William Gunnells
2020-07-20  8:11 ` [9front] " Joel Fridolin Meyer
2020-07-20 23:31   ` William Gunnells
2020-07-21  2:01     ` ori
2020-07-21  2:29       ` William Gunnells
2020-07-21  2:34         ` ori
2020-07-21  2:45           ` William Gunnells
2020-07-21  2:49             ` ori
2020-07-21  3:06               ` William Gunnells
2020-07-21  3:16                 ` ori
2020-07-21  3:33                   ` William Gunnells
2020-07-21  3:52                     ` ori
2020-07-21  4:00                     ` ori [this message]
2020-07-21  4:16                       ` William Gunnells
2020-07-21  4:24                         ` ori
2020-07-22  5:29                           ` William Gunnells
2020-07-22  5:51                             ` William Gunnells
     [not found] <EE9D01AB4107861C7797511D56ECD0FB@eigenstate.org>
2020-07-21  2:19 ` William Gunnells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F0EBCA391F94ECDEDE7110DCBB76703C@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    --cc=gunnells@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).