From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: kqueue in Emacs 25.1? Date: Fri, 13 Nov 2015 15:57:53 +0100 Message-ID: <85lha2eyku.fsf@iznogoud.viz> References: <871tc315y3.fsf@lifelogs.com> <83k2pvqg0l.fsf@gnu.org> <87io5ddh7c.fsf_-_@gmx.de> <83d1vlq3g6.fsf@gnu.org> <87egg1dfnv.fsf@gmx.de> <83bnb5q19l.fsf@gnu.org> <87lha6yn2z.fsf@gmx.de> <85twourkly.fsf@iznogoud.viz> <87d1vhzz2w.fsf@gmx.de> <87y4e43gra.fsf@gmx.de> <85d1vg4kej.fsf@iznogoud.viz> <87lha41qke.fsf@gmx.de> <8737wb14lg.fsf@gmx.de> <854mgrukws.fsf@iznogoud.viz> <87y4e2yzv5.fsf@gmx.de> <85pozef409.fsf@iznogoud.viz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447426708 8468 80.91.229.3 (13 Nov 2015 14:58:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2015 14:58:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 15:58:23 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZxFnx-0008Mc-QO for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2015 15:58:21 +0100 Original-Received: from localhost ([::1]:53482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxFnx-0007so-Dy for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2015 09:58:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxFnj-0007sW-3C for emacs-devel@gnu.org; Fri, 13 Nov 2015 09:58:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxFnd-0005pt-UV for emacs-devel@gnu.org; Fri, 13 Nov 2015 09:58:07 -0500 Original-Received: from b2bfep13.mx.upcmail.net ([62.179.121.58]:44626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxFnd-0005pb-JV for emacs-devel@gnu.org; Fri, 13 Nov 2015 09:58:01 -0500 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep13.mx.upcmail.net (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20151113145759.QJLZ10641.b2bfep13-int.chello.at@edge11.upcmail.net> for ; Fri, 13 Nov 2015 15:57:59 +0100 Original-Received: from iznogoud.viz ([91.119.225.192]) by edge11.upcmail.net with edge id h2xu1r00e49hVLT0B2xwCu; Fri, 13 Nov 2015 15:57:58 +0100 X-SourceIP: 91.119.225.192 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZxFnV-0000LU-PR; Fri, 13 Nov 2015 15:57:53 +0100 Mail-Followup-To: Michael Albinus , emacs-devel@gnu.org In-Reply-To: <85pozef409.fsf@iznogoud.viz> (Wolfgang Jenkner's message of "Fri, 13 Nov 2015 14:00:38 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.58 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194371 Archived-At: On Fri, Nov 13 2015, Wolfgang Jenkner wrote: > If you can bring up the network in the emulator (with DHCP everything > should be automatic), Ahem, sorry, not quite automatic $ cat /etc/rc.conf hostname="xx.yy.zz" ifconfig_em0="DHCP" where em0 must be replaced by the name of the network device as shown by ifconfig (or dmesg), see https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html Wolfgang