From owner-freebsd-questions@FreeBSD.ORG Wed May 5 17:15:08 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88CFB1065672 for ; Wed, 5 May 2010 17:15:08 +0000 (UTC) (envelope-from gabor.radnai@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 131598FC12 for ; Wed, 5 May 2010 17:15:07 +0000 (UTC) Received: by bwz27 with SMTP id 27so3424592bwz.13 for ; Wed, 05 May 2010 10:14:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=OIjnjEB2YEIYNSoP2JcNkiLW7qo7KmcUBFqe/97vekY=; b=fTErFWBdeR0HR+U9FaA+ixUgLfzr+PDH7EZ/WQLTkdMIB6AXA6SAceWivlvldf8neZ t/3RZ7KAYI2D1syVL3Ur65Yb/Z3y0sYGKc10B7ssCzZ6gU9xogBhvmDYOmM4J4mp1r9f BlPY4XbGy96ydBv0gSeO7AANOYLDTWOQnq4vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SYDh7GroEFaK43Jxr0db3lFyX2j7Ivi6l7qI6LPdr7tJjkZZ5jSIcBKVTs3igQrTDs jSRlVdH8Ymh5i/ghTRwR8YLT4UjsP1stWN07G3O5IQfOFwDvYmUilhEL78wwt6eCCneh I6oTxlEwyXUst3IRpvWub23Cl3Ioy98TWsLfo= Received: by 10.204.10.152 with SMTP id p24mr3901930bkp.94.1273079699252; Wed, 05 May 2010 10:14:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.114.80 with HTTP; Wed, 5 May 2010 10:14:44 -0700 (PDT) In-Reply-To: <583047C6-BC28-40CC-97CF-5DC45788051D@gmail.com> References: <583047C6-BC28-40CC-97CF-5DC45788051D@gmail.com> From: Gabor Radnai Date: Wed, 5 May 2010 19:14:44 +0200 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Samba 3.5.2 with/out aio on FreeBSD 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 17:15:08 -0000 Guys, arrogance and bad humor is not very helpful ... Pls read again: I have a working version 3.4.5 _with_ aio. So, yes I know what I am doing and yes, aio module is loaded. And yes, I know google. And as I am asking here then no, I have not found any help yet. My problem is that when using version 3.5.2 (which was compiled with aio-support on and still aio module is loaded) I get this error message below. Any real help? Thanks. On Wed, May 5, 2010 at 6:59 PM, Matthias wrote: > Guess that's the Russian way to say google is your best friend...:P > > @gabor: > did you load the AIO module? > > > On 5 mei 2010, at 17:58, Timur I. Bakeyev wrote: > > > The real answer would be: if you don't know, what you are doing - > > don't compile from source. > > > > Timur. > > > > On Tue, Apr 27, 2010 at 10:44 PM, Gabor Radnai > wrote: > >> Hi, > >> > >> I have a FreeBSD 7.2/amd64 machine with Samba 3.4.5 with aio support > >> enabled. If I try to upgrade to Samba 3.5.2 from source aio support > compiles > >> but I receive "Abnormal server exit: Failed to setup RT_SIGNAL_AIO > handler" > >> fatal error from smbd. Without aio 3.5.2 too works nice. > >> > >> Did somebody successfully compiled and run Samba 3.5.2 with aio enabled? > >> What special compile/runtime option would be required to enable aio? > >> > >> Thanks. >