From owner-freebsd-ports@freebsd.org Tue Aug 25 13:19:57 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56A3499AB4C for ; Tue, 25 Aug 2015 13:19:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:d16:2743::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CC4B77A6 for ; Tue, 25 Aug 2015 13:19:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:34ee:c940:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPA id t7PDIad3024014; Tue, 25 Aug 2015 15:18:36 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 25 Aug 2015 15:18:31 +0200 From: Emanuel Haupt To: Sergey Nasonov Cc: freebsd-ports@freebsd.org Subject: Re: workaround for net/citrix_ica Message-Id: <20150825151831.8cc8831da07c7183a6363f5e@FreeBSD.org> In-Reply-To: <2776829.h0VfZvyYN6@snasonovnbwxp.bcc> References: <2776829.h0VfZvyYN6@snasonovnbwxp.bcc> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 13:19:57 -0000 Sergey Nasonov wrote: > Hello, > I am running FreeBSD 10.2-PRERELEASE #38 r286204M and use citrix > receiver for access remote windows resources. > > After upgrade port net/ica to version 13.1 I get the problem with > epoll_create syscall after each attempt to launch published resource > on Citrix farm. > > linux: pid 2291 (wfica): syscall epoll_create not implemented > pid 2290 (wfica), uid 1001: exited on signal 11 (core dumped) > > To workaround this problem I temporary disabled audio virtual chanel > in Citrix Receiver configuration. > > In file /usr/local/ICAClient/config/module.ini in section [ICA 3.0] > from ClientAudio=On to ClientAudio=Off > > After that change no more errors with unimplemented epoll syscall and > sessions succesfully launched. > > Maybe this info will be usefull for other FreeBSD users. Hello Sergey Thank you very much. This is very useful information indeed. I went ahead and patched the current port. Please feel free to contact me directly for further improvements of this particular port. Emanuel