From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f45.google.com ([209.85.166.45]) by ewsd; Mon Jul 13 18:44:58 EDT 2020 Received: by mail-io1-f45.google.com with SMTP id k23so15267321iom.10 for <9front@9front.org>; Mon, 13 Jul 2020 15:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=q8WNFL4kMYjEUnYqcC2mW89gxrGpQDoYq6QdXi7Jmp0=; b=ervCQf3qfCfTOgNUu9mvM8e6fqXOWZTzTUZligNpdXw6e5yDhe01klEkWVYtKAlU6j g0lcU0haySAln4TYJlZ1EnJd6t55P/dl2n5bjN5S0u8azW6Mu21KpbgSzJPjTG/Kem2F nTYciVl/1g8SLnGOGA5Sa9YjruD9It93YwSUNxjEoJf0iz8b6ivt4U/jBNipXJtZ3hsU PexDpFszCfkbGZPQnMxSOCLfQzt4WMafQUEyJBy8478auzmuMgBvGQmCgLOy0Z2uBwWw Xm6jqeGRqSQVsu9kKmd7RQMOgw920mjmtoph6THOgAr9xzMN6UYJY3VLVs1W33HTFjUV j6NQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=q8WNFL4kMYjEUnYqcC2mW89gxrGpQDoYq6QdXi7Jmp0=; b=hodUPW7QBOmebLwxL4Mgj770wNgyEcEhjYtWxRkUkZ0pQDqsgp6sshurN21ArlMljI uNJHG5Nde71Uj2wxT7XuXwCMqXN8m0YTGZjZ8+3QNjlckECF0bHaC/Bdc3a8j5WfTUSx uUbtfXdtZ+I6EBCwDvMzAbSd9GbxGLw/4fNd/oEogVOmeuCjyw5aveOSjw6TXs/Pt5iB Rc6rkMcvtYk8+UHXJQooL6nbOhlabI7cliBOit97KzzxuRN78H4TcOraM4EMHpc6em7M l3ZCXZDlWYXpmZoFE2Pypg6LrJvpsfXypv8P6f7Ui0RLgHn3I4Q9uxhyCy7KC8KLmvhA jlkQ== X-Gm-Message-State: AOAM5301HZrj3apOMaGqWdCa0Xiyv1GVnZH4/SDli+xwwdQdXs/lVEdz BWeSapvIr/5mQRSBg9byJ9vTUNTK X-Google-Smtp-Source: ABdhPJzvlhuCDK9VJUFod6VsYburT3/lNMkjGuj4imJhvowqIyZiojy93qaQBVhJ9IT6YJd60p095Q== X-Received: by 2002:a02:7616:: with SMTP id z22mr2650584jab.62.1594680292814; Mon, 13 Jul 2020 15:44:52 -0700 (PDT) Return-Path: Received: from ?IPv6:2601:246:4e03:dc20:f47d:d64e:bf53:690c? ([2601:246:4e03:dc20:f47d:d64e:bf53:690c]) by smtp.gmail.com with ESMTPSA id o7sm8306494ioo.4.2020.07.13.15.44.52 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 13 Jul 2020 15:44:52 -0700 (PDT) Subject: Re: [9front] Re: drawterm stuck To: 9front@9front.org References: From: Amavect Message-ID: Date: Mon, 13 Jul 2020 17:44:46 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stable out-scaling lifecycle base Will, Have patience, I was typing this out... First, try running netaudit(8) and see if it complains about anything. Having the -a announce string in bootargs is probably unnecessary since you're trying to run a cpu server, not a disk file server. Remove that flag. Consider changing bootargs into nobootprompt, per the plan9.ini(8) man page. If possible, setting up a bridged network connection makes life a lot easier than using NAT and connecting to localhost. Bridged gives the VM its own IP address, as opposed to sharing it with the host. My ndb/local looks like this: sys=cirno ether=000c296361f3 ip=10.0.0.104 dom=grove ipnet=grove ip=10.0.0.0 ipmask=255.255.255.0 ipgw=10.0.0.1 dns=10.0.0.1 auth=pine authdom=grove netaudit only complains about grove not having a dot. That's fine. Per http://fqa.9front.org/fqa7.html#7.4.1 auth/debug only works for dp9ik. That's good. Typing in my password that I set with auth/changeuser works. Per http://fqa.9front.org/fqa7.html#7.4.2 auth/asaudit checks that auth/wrkey was set up right. 3 GOODs and 1 key read in AES format. Per http://fqa.9front.org/fqa7.html#7.3.2 I connect with drawterm -h 10.0.0.104 -a 10.0.0.104 -u glenda Thanks, Amavect