From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200511042243.jA4MhNo17891@demeter.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] drawterm In-reply-to: Your message of "Fri, 04 Nov 2005 23:14:16 +0100." <200511042214.jA4MEGX17643@demeter.cs.utwente.nl> References: <200511042013.jA4KDhm15184@demeter.cs.utwente.nl> <200511042214.jA4MEGX17643@demeter.cs.utwente.nl> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17887.1131144201.1@demeter.cs.utwente.nl.cs.utwente.nl> Date: Fri, 4 Nov 2005 23:43:23 +0100 Topicbox-Message-UUID: a63f4a7e-ead0-11e9-9d60-3106f5b1d025 In your message to me you wrote: In message <200511042214.jA4MEGX17643@demeter.cs.utwente.nl>you write: > > > There are new drawterm binaries at http://swtch.com/drawterm/ > > > > I almost don't dare to ask... > > anybody tried to compile it (with success) > > for sunos 5.8? > > To answer my own question: after a little struggle I have a drawterm. > > When I start it with my usual -a and -c flags it says: > > | cpu: cannot write user/domain choice in p9any: > | '/mnt/factotum/ctl' does not exist > | > | goodbye > > Is this something I missed in the struggle? > Or the effect of a too old p9p installation? > Or? > > (running cpu from a plan9 terminal works fine, > as does old drawterm) commenting out the 'exits' at the end of 'fatal' and adding some debug prints shows me a bit more. seems like the '/mnt/factotum/ctl does not exist somehow is stuck from a previous error and not reset. reading p9any negotiation: p9sk1@cs.utwente.nl cpu: cannot write user/domain choice in p9any: 11 != 20: p9sk1 cs.utwente.nl cpu: cannot write p9sk1 challenge: (factotum ctl err msg) user@cs.utwente.nl password: cpu: cannot send ticket and authenticator back in p9sk1: cs gave empty translation list cpu: can't authenticate slurp: cs gave empty translation list cpu: wrting network: dir: fd out of range or not open cpu: wanting for FS: fd out of range or not open: fd out of range or not open remote cpu: goodbye Axel.