From bryan@stansell.org Fri Apr 4 16:45:28 2014 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.14.7/8.14.7) with ESMTP id s34GjSWs016588; Fri, 4 Apr 2014 16:45:28 GMT Received: (from bryan@localhost) by underdog.stansell.org (8.14.7/8.14.7/Submit) id s34GjSeO016587; Fri, 4 Apr 2014 16:45:28 GMT Date: Fri, 4 Apr 2014 16:45:28 +0000 From: Bryan Stansell To: announce@conserver.com, users@conserver.com Subject: conserver-8.1.20 is available Message-ID: <20140404164517.GA16362@underdog.stansell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Scanned-By: MIMEDefang 2.72 on 198.151.248.21 X-BeenThere: announce@conserver.com X-Mailman-Version: 2.1.16 Precedence: list List-Id: Conserver Announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 16:45:28 -0000 I've finally integrated and expanded a patch that was submitted over 3 years ago (yikes!) - direct IPMI serial over LAN support. Hopefully this will work just as well as forking off an ipmi command but also allow less resource usage. I'm curious to hear about any success or horror stories - share if you can. Thanks! version 8.1.20 (Apr 4, 2014): - IPMI serial over LAN support via FreeIPMI - based on patch by Anton D. Kachalov - minor cleanup of code, removal of gcc warnings and such that should have no fuctional change Bryan Stansell From bryan@stansell.org Mon Apr 21 04:58:48 2014 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.14.7/8.14.7) with ESMTP id s3L4wlfE019772; Mon, 21 Apr 2014 04:58:47 GMT Received: (from bryan@localhost) by underdog.stansell.org (8.14.7/8.14.7/Submit) id s3L4wlkS019771; Mon, 21 Apr 2014 04:58:47 GMT Date: Mon, 21 Apr 2014 04:58:47 +0000 From: Bryan Stansell To: announce@conserver.com, users@conserver.com Subject: conserver-8.2.0 is available Message-ID: <20140421045841.GA19609@underdog.stansell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Scanned-By: MIMEDefang 2.72 on 198.151.248.21 X-BeenThere: announce@conserver.com X-Mailman-Version: 2.1.16 Precedence: list List-Id: Conserver Announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 04:58:48 -0000 I've integrated a few more submissions and bug fixes, and decided that it's time up the numbering to 8.2.0. Mainly it signifies the addition of IPv6-aware code and the assumption of an ANSI C compiler (shows you how old this code is). As always, feedback, code, etc is greatly appreciated (preferably via the users mailing list so everyone can see, but direct mail is fine too). version 8.2.0 (Apr 20, 2014): - added --with-trust-uds-cred which uses getsockopt() to fetch and trust the client uid, bypassing password lookups - patch by Anton Lundin - missing closedir() causing memory leak - patch by Anton Lundin - sending a break signal over IPMI was broken - based on patch by Alexander Y. Fomichev - IPv6 support (marked as experimental at this point because it's untested (except by the author), there's a lack of documentation, and I'm hoping for non-getifaddrs() system support) - patch by Milos Vyletel - no more K&R compiler support Bryan Stansell