Date: Thu, 13 Dec 2012 08:52:05 +0200 From: "Reko Turja" <reko.turja@liukuma.net> To: "Zaphod Beeblebrox" <zbeeble@gmail.com>, "FreeBSD Hackers" <freebsd-hackers@freebsd.org> Subject: Re: iSCSI vs. SMB with ZFS. Message-ID: <DEC4B179619E4F77AB65F9ADC09F52A9@Rivendell> In-Reply-To: <CACpH0Md5H2C0a4Cc8iwFa5M6v3oGFXmydbvHPs_MOY53CXiYfA@mail.gmail.com> References: <CACpH0Md5H2C0a4Cc8iwFa5M6v3oGFXmydbvHPs_MOY53CXiYfA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message-----=20 From: Zaphod Beeblebrox=20 Sent: Wednesday, December 12, 2012 6:57 PM=20 To: FreeBSD Hackers=20 Subject: iSCSI vs. SMB with ZFS.=20 > So... I have two machines. My Fileserver is a core-2-duo machine with > FreeBSD-9.1-ish ZFS, istgt and samba 3.6. My workstation is windows 7 > on an i7. Both have GigE and are connected directly via a managed > switch with jumbo packets (specifically 9016) enabled. Both are using > tagged vlan packets to the switch (if that matters at all). My experience on samba has been that it=E2=80=99s slow whatever one does = to tweak it (probably just too linux-centric code to start with or = whatever...) Just as another datapoint =E2=80=93 do you have tried NFS = yet? Win7 has NFS available as OS component, although not installed by = default? -Reko From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 13 10:35:24 2012 Return-Path: <owner-freebsd-hackers@FreeBSD.ORG> Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEBE3E40 for <freebsd-hackers@freebsd.org>; Thu, 13 Dec 2012 10:35:24 +0000 (UTC) (envelope-from pczanik@fang.fa.gau.hu) Received: from intmail-smtp-out.integrity.hu (intmail-smtp-out.integrity.hu [212.52.165.188]) by mx1.freebsd.org (Postfix) with ESMTP id 81A3C8FC13 for <freebsd-hackers@freebsd.org>; Thu, 13 Dec 2012 10:35:24 +0000 (UTC) Received: by intmail-smtp-out.integrity.hu (Postfix, from userid 10000) id BB31413468B7; Thu, 13 Dec 2012 11:26:02 +0100 (CET) Received: from linux-dbr3.site (unknown [10.254.0.13]) (Authenticated sender: czanik@integrity.hu) by intmail-smtp-out.integrity.hu (Postfix) with ESMTPSA id 4A5A3134689D for <freebsd-hackers@freebsd.org>; Thu, 13 Dec 2012 11:26:02 +0100 (CET) Message-ID: <50C9AD39.2010103@fang.fa.gau.hu> Date: Thu, 13 Dec 2012 11:26:01 +0100 From: Peter Czanik <pczanik@fang.fa.gau.hu> User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Syslog-ng weirdness on 9.1-RELEASE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.5 at mail-autosubmit X-Virus-Status: Clean X-Mailman-Approved-At: Thu, 13 Dec 2012 12:52:51 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD <freebsd-hackers.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers> List-Post: <mailto:freebsd-hackers@freebsd.org> List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 13 Dec 2012 10:35:24 -0000 Hello, Mark Saad <nonesuch <at> longcount.org> writes: > > All > I am wondering if anyone has seen this. I pulled down the 9.1-RELEASE > install media and did a clean install . After installing some ports from > the packages on > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable > > I noticed that syslog-ng is spinning out of control with a stock config. > > ps shows I have two syslog-ng pids That is normal, one is the supervisor, the other one does the actual logging part: http://www.balabit.com/wiki/syslog-ng-faq-supervisor > the lower numbed pid is idle and the higher numbed pid is spinning out of > control As it turned out, 3.3.6 was buggy on FreeBSD when reading kernel messages (the bundled ivykis library was changed from the BalaBit maintained fork to upstream). You should use 3.3.7 from ports and read the related entry from /usr/ports/UPDATING Bye, CzP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DEC4B179619E4F77AB65F9ADC09F52A9>