From cpz@tuunq.com Sat Jun 1 17:29:09 2013 Received: from mail.tuunq.com (75-101-13-164.dsl.static.sonic.net [75.101.13.164]) by underdog.stansell.org (8.14.7/8.14.7) with ESMTP id r51HSVsr005057 for ; Sat, 1 Jun 2013 17:29:09 GMT Received: from [127.0.0.1] (dhcp-201.tuunq.com [198.3.161.201]) by mail.tuunq.com (Postfix) with ESMTP id 228367B0 for ; Sat, 1 Jun 2013 10:48:03 -0700 (PDT) Message-ID: <51AA2F0A.6030002@tuunq.com> Date: Sat, 01 Jun 2013 10:27:38 -0700 From: Carl Zwanzig User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: users@conserver.com Subject: Conserver from plan9? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.5 () BAYES_00 X-Scanned-By: MIMEDefang 2.72 on 198.151.248.21 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 17:29:10 -0000 Hello, Two related questions- Has anyone tried to compile the console client on plan9 (from bell labs http://plan9.bell-labs.com/plan9/)? How difficult is it to connect with a single console via netcat or equivalent and maybe some minor script magic? I have an environment where I'd like to use conserver to manage and log the serial consoles, but the developers occasionally need to connect the remote debugger, which is part of a plan9 development system. Right now, everybody telnets to a cisco2511; not optimal for managing things or catching the occasional panic. I'd like to switch us over but still need that direct access. There are a limited number of actual consoles, so it'll all easily fit on one master server. Thanks, z! From bryan@conserver.com Sun Jun 2 16:33:56 2013 Received: from [192.168.0.114] (c-98-248-230-102.hsd1.ca.comcast.net [98.248.230.102]) (authenticated bits=0) by underdog.stansell.org (8.14.7/8.14.7) with ESMTP id r52GXtAd020043 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 2 Jun 2013 16:33:55 GMT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Conserver from plan9? From: Bryan Stansell In-Reply-To: <51AA2F0A.6030002@tuunq.com> Date: Sun, 2 Jun 2013 09:33:53 -0700 Message-Id: <7DA7534A-1627-4C87-9377-3FDA7D7BD2E9@conserver.com> References: <51AA2F0A.6030002@tuunq.com> To: "users@conserver.com" X-Mailer: Apple Mail (2.1503) X-Spam-Score: 0.163 () BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.72 on 198.151.248.21 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id r52GXtAd020043 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 16:33:56 -0000 I haven't heard of anyone trying it on plan9 - and I have no clue if it will work (does it support POSIX calls?). But if all you need is the client, you should be able to get away with some simple scripting. You can interact with the conserver daemon via telnet - there's even a 'help' when you connect to show commands, etc. Depending on if you have encryption, password requirements, etc the steps required will vary, but you basically login, ask for a console, and get a redirect to another port. Then you the same steps talking to the new port number (which is a child of the main daemon) and you'll be connected. As long as you're in character mode and not line mode (the default), you should be able to interact with the console and do most things. Some features of conserver won't work as it uses an encoding to bury some of the client-server communication in the TCP stream. I haven't tried interacting without the client in so long that I don't remember how easy or painful it really is. But my gut says it should at least make the console as usable as a telnet to a term server. Bryan On Jun 1, 2013, at 10:27 AM, Carl Zwanzig wrote: > Hello, > > Two related questions- > Has anyone tried to compile the console client on plan9 (from bell labs http://plan9.bell-labs.com/plan9/)? > > How difficult is it to connect with a single console via netcat or equivalent and maybe some minor script magic? > > > I have an environment where I'd like to use conserver to manage and log the serial consoles, but the developers occasionally need to connect the remote debugger, which is part of a plan9 development system. Right now, everybody telnets to a cisco2511; not optimal for managing things or catching the occasional panic. I'd like to switch us over but still need that direct access. There are a limited number of actual consoles, so it'll all easily fit on one master server. > > Thanks, > > z! > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users