From owner-freebsd-questions@freebsd.org Sun Sep 18 00:12:30 2016 Return-Path: Delivered-To: freebsd-questions@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 19517BDEDD6 for ; Sun, 18 Sep 2016 00:12:30 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) by mx1.freebsd.org (Postfix) with ESMTP id D66FEDC1 for ; Sun, 18 Sep 2016 00:12:29 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:52311] helo=raspberrypi.bildanet.com) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 89/1A-17089-6EBDDD75; Sun, 18 Sep 2016 00:12:22 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1blPiY-0004kW-IN for freebsd-questions@freebsd.org; Sat, 17 Sep 2016 20:12:22 -0400 Subject: Re: base source: release vs releng To: "freebsd-questions@freebsd.org" References: <46503065-0829-9481-0ec2-e41ae71e3756@columbus.rr.com> <20160918015028.5616cf0c.freebsd@edvax.de> From: Baho Utot Message-ID: Date: Sat, 17 Sep 2016 20:12:22 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160918015028.5616cf0c.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 00:12:30 -0000 On 09/17/16 19:50, Polytropon wrote: > On Sat, 17 Sep 2016 18:45:44 -0400, Baho Utot wrote: >> As I understand this: >> >> The difference between release and releng is that releng gets security >> fixes and "back ports/fixes" and release does not? >> >> Or have I completely missed the boat and I am all wet? > The term "releng" means "release engineering" and is something like > a word for "the whole release process", the task of creating a release > of the OS, in which there are basically three levels: > > RELEASE - this is the release which gets published electronically > and on optical media > > RELEASE-pX - this is a RELEASE where security updates have been > added to, indicated by patchlevel X > > STABLE - this is the stable development branch, i. e. the branch > in which ABIs and APIs are stable, and which usually does > compile and run; typcally from this branch, security updates > are provided for RELEASE > > CURRENT or HEAD - this is the experimental development branch, the > place where testing happens, so it isn't _guaranteed_ to > compile and run properly; it's often in a "state of flow", > i. e. doesn't compile now, wait 2 hours, update sources, > recompile, works; from this branch, features are put into > production development (appearing in STABLE) or discarded > (which also _may_ happen) > > You can find more information here: > > https://www.freebsd.org/releng/ > > Ok I am still confused svn.freebsd.org has for example ( if I got this correct ) base/head - CURRENT-12 base/stable/11 - STABLE-11 base/releng/10.1 - ? base/release/10.1.0 - ? Which one would have FreeBSD 10.1-RELEASE-p35 or later? I got the part on how to use svnlite to fetch the source, I just don't know which one is what I want to update uname -a FreeBSD 10.1-RELEASE-p35 #0 net:/usr/obj/usr/src/sys/GENERIC amd64 Thanks From owner-freebsd-questions@freebsd.org Sun Sep 18 00:55:08 2016 Return-Path: Delivered-To: freebsd-questions@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 ED721BD65E4 for ; Sun, 18 Sep 2016 00:55:08 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D2F8CC1 for ; Sun, 18 Sep 2016 00:55:08 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-180-184.dynamic.qsc.de [92.195.180.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 5397F27803; Sun, 18 Sep 2016 02:54:59 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8I0sxIg002462; Sun, 18 Sep 2016 02:54:59 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sun, 18 Sep 2016 02:54:59 +0200 From: Polytropon To: Baho Utot Cc: "freebsd-questions@freebsd.org" Subject: Re: base source: release vs releng Message-Id: <20160918025459.9b1318f3.freebsd@edvax.de> In-Reply-To: References: <46503065-0829-9481-0ec2-e41ae71e3756@columbus.rr.com> <20160918015028.5616cf0c.freebsd@edvax.de> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 00:55:09 -0000 On Sat, 17 Sep 2016 20:12:22 -0400, Baho Utot wrote: > On 09/17/16 19:50, Polytropon wrote: > > On Sat, 17 Sep 2016 18:45:44 -0400, Baho Utot wrote: > >> As I understand this: > >> > >> The difference between release and releng is that releng gets security > >> fixes and "back ports/fixes" and release does not? > >> > >> Or have I completely missed the boat and I am all wet? > > The term "releng" means "release engineering" and is something like > > a word for "the whole release process", the task of creating a release > > of the OS, in which there are basically three levels: > > > > RELEASE - this is the release which gets published electronically > > and on optical media > > > > RELEASE-pX - this is a RELEASE where security updates have been > > added to, indicated by patchlevel X > > > > STABLE - this is the stable development branch, i. e. the branch > > in which ABIs and APIs are stable, and which usually does > > compile and run; typcally from this branch, security updates > > are provided for RELEASE > > > > CURRENT or HEAD - this is the experimental development branch, the > > place where testing happens, so it isn't _guaranteed_ to > > compile and run properly; it's often in a "state of flow", > > i. e. doesn't compile now, wait 2 hours, update sources, > > recompile, works; from this branch, features are put into > > production development (appearing in STABLE) or discarded > > (which also _may_ happen) > > > > You can find more information here: > > > > https://www.freebsd.org/releng/ > > > > > Ok I am still confused > > svn.freebsd.org has for example ( if I got this correct ) > > base/head - CURRENT-12 > base/stable/11 - STABLE-11 > base/releng/10.1 - ? > base/release/10.1.0 - ? > > Which one would have FreeBSD 10.1-RELEASE-p35 or later? base/release/10.1.0 refers to FreeBSD 10.1-RELEASE (the release itself), base/releng/10.1 will then have FreeBSD 10.1-RELEASE-p35. > I got the part on how to use svnlite to fetch the source, I just don't > know which one is what > > I want to update > > uname -a FreeBSD 10.1-RELEASE-p35 #0 net:/usr/obj/usr/src/sys/GENERIC > amd64 As you're following the "-RELEASE-pX branch" anyway, you could use freebsd-update to update your src/ subtree and compile from that. (You could even update your system without compiling with freebsd-update if you wanted.) You do not _need_ to use SVN for this task - you'd _have to_ use it if you wanted to follow -STABLE or -CURRENT. But if you wish to obtain the sources with SVN, it's possible. According to the handbook, you'd typically do something like this: # svn checkout https://svn.FreeBSD.org/releng/10.1 /usr/src with an empty /usr/src "entry point". If you wanted to follow -STABLE, you'd just use a different branch, like # svn checkout https://svn.FreeBSD.org/stable/10 /usr/src and then use "svn update" to update your local copy. Note that this particular task currently cannot be performed with freebsd-update. (Same applies for following -CURRENT.) Similarly, using # svn checkout https://svn.FreeBSD.org/release/10.1.0 /usr/src would "reset" your local copy to 10.1-RELEASE without any patches. More information here: https://www.freebsd.org/doc/handbook/svn.html -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sun Sep 18 01:23:28 2016 Return-Path: Delivered-To: freebsd-questions@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 E6B30BD6D09 for ; Sun, 18 Sep 2016 01:23:28 +0000 (UTC) (envelope-from 3kOzdVxAJAKUOZQNZXGJSXTSlmihLRFNQ.HTR@doclist.bounces.google.com) Received: from mail-pa0-x246.google.com (mail-pa0-x246.google.com [IPv6:2607:f8b0:400e:c03::246]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC1A98D3 for ; Sun, 18 Sep 2016 01:23:28 +0000 (UTC) (envelope-from 3kOzdVxAJAKUOZQNZXGJSXTSlmihLRFNQ.HTR@doclist.bounces.google.com) Received: by mail-pa0-x246.google.com with SMTP id mi5so229170143pab.2 for ; Sat, 17 Sep 2016 18:23:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:references:message-id:date:subject:from:to:cc; bh=6PzHGpIt2nK2qOPat3plC+1/wFcPf9WLdubMxp/+RYU=; b=bQicy61c0IBAiCekx9kCc4jb0HrpMzY5n9RFsJ2pWY6VC+oD/jw1eYr9pgZM8Hvl9s SEoq8Sx2Yrc5xOEleRGuZRxVYU6Qi68h0+3Mtdx2THoLGUudblztrr6h7P/MjRNDXtON EDzTrvKDv+ulueOaC4u7oEHX7+pJTz/YC/Dh2oXuAi2hq9xMQeBp2Mm7zzVj3v5i293l FWo8KWu78rcGlzWFSld81d6297RvQmDO+knsZR92LYVn6CxXrTb2XibDNqIYf01T9lZX rnCr4PdN7MLcjSU4HlHNYIuDLwqlDn42UvLjs6GywhhF2APfezcQHcZblk17eK3YczRp DR4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:references:message-id:date :subject:from:to:cc; bh=6PzHGpIt2nK2qOPat3plC+1/wFcPf9WLdubMxp/+RYU=; b=Cqdup8sSRaIFkUjjX62EXvBKwxGJb2FuimXjrVr4VbnAleuS5McytcbzoHOmB555ni lENCZBQLg1IuoletwN18775WK+ytQcZCRk4KNXEYZreM2jFm7pDQ6uR5T/sNqxWBK7JJ mLy7s9IQgRs2KACkpKOtMz73kRGUwF9sfcjv/yRrzUvCwcoTFSXs919ruejF9bP0mo2T c68jT37DwFgJQPYrFYVn07LQ6LXs0fLxiLyYDzo5FiELG+0TWxGM69HBOi6t3sd4XAco zC4y8eJtSNFWzyndbxzKRo+8pVKP37Prp8/vY+VW5WdTAYWASSIwcsok1KfdJ8PyNNBq y+cg== X-Gm-Message-State: AE9vXwOEggJs0iKJ0c7SLUdeQNZkTEUrbW0RNxVJTUw+YsH9wTWyxdRbll2IVHpDLps1Ayw6OjWrww== MIME-Version: 1.0 X-Received: by 10.66.123.16 with SMTP id lw16mr42227pab.100.1474161808323; Sat, 17 Sep 2016 18:23:28 -0700 (PDT) Reply-To: =?UTF-8?B?0JPQu9C10LEg0JrQvtC70LXRgdC90LjQutC+0LI=?= X-Originating-IP: 91.201.42.201 X-No-Auto-Attachment: 1 References: Message-ID: <047d7bdc7a3aed40b6053cbe0aca@google.com> Date: Sun, 18 Sep 2016 01:23:28 +0000 Subject: =?UTF-8?B?ZmJzZC5wZXJtLnJ1INC80L7QsdC40LvRjNC90LDRjyDQstC10YDRgdC40Y8gLSBJbnZpdA==?= =?UTF-8?B?YXRpb24gdG8gdmlldw==?= From: =?UTF-8?B?0JPQu9C10LEg0JrQvtC70LXRgdC90LjQutC+0LIgKHZpYSBHb29nbGUgRG9jcyk=?= To: freebsd-questions@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 01:23:29 -0000 SSd2ZSBzaGFyZWQgYW4gaXRlbSB3aXRoIHlvdToNCg0KZmJzZC5wZXJtLnJ1INC80L7QsdC40LvR jNC90LDRjyDQstC10YDRgdC40Y8NCmh0dHBzOi8vZG9jcy5nb29nbGUuY29tL2RvY3VtZW50L2Qv MU9VOTVvUzhJYTVFVEVhNFVMNVFLS1lOX0ZFMmdieVQwSnhJMkI2a3FYcWMvZWRpdD91c3A9c2hh cmluZyZpbnZpdGU9Q0xmLXZLVVAmdHM9NTdkZGVjOTANCg0KSXQncyBub3QgYW4gYXR0YWNobWVu dCAtLSBpdCdzIHN0b3JlZCBvbmxpbmUuIFRvIG9wZW4gdGhpcyBpdGVtLCBqdXN0IGNsaWNrICAN CnRoZSBsaW5rIGFib3ZlLg0KDQpmYnNkLnBlcm0ucnUNCtC80L7QsdC40LvRjNC90LDRjyDQstC1 0YDRgdC40Y8NCg== From owner-freebsd-questions@freebsd.org Sun Sep 18 03:19:02 2016 Return-Path: Delivered-To: freebsd-questions@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 BAFD0BD6DC3 for ; Sun, 18 Sep 2016 03:19:02 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5CA6D6 for ; Sun, 18 Sep 2016 03:19:01 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: by mail-vk0-x22f.google.com with SMTP id 192so79511136vkl.0 for ; Sat, 17 Sep 2016 20:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mediaspirit-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Hqnnn77XldwscTt5bH7YGsbfzP2b9Ek3TNNRVw+yvPk=; b=NkaCPxvg0ePlMFByivBB6YmymcQAOjPG9Kz9QgzCzEACrHy9WmwDw+Qzjd6U065jKX 4jmm9rNqoaw6cHyA4tlXscjJzSCu+1KgcHG7iWlXNvYtIp3DdJPNPDhMVYjWY5ns21t/ EOOuKWXCGm95r3K0fIX823CDXMl7+t41d/2eC6VSTj3iRPwkEk9CxKrJmfLOtjghG8ee ud3IzNAlOu/qDTYDfbOcbWXR+RE+d3allMI4gU4I18WpOV/qtLyXJ+f3NleSInKplFQR HlEZdM+nN7yy4S5+pRDaariz8jsxarurkQpaIKGNntv02oSyb6mlFyIr9Eg7D+CpiAgE 1Xxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Hqnnn77XldwscTt5bH7YGsbfzP2b9Ek3TNNRVw+yvPk=; b=KDISsxQMU39+xKNwG2U57AQ+mbbRTDKnTziF2AuLsjs8tDtsVjugsxfICYlodGmEJK Oz1r69SmWpjPNIrGlYZB+40Dh49j8pdWpTA6PDkH2pHN6s7evIMwJiStOemlvq/97vAr TybJA2NwwezyfahsVw4H0yKWvxLXy8rjqZasFiBDkncua7Gljn5dYKVoBstN1vSM4uh8 178cIRaPwEMC5FjjESd+s7y2SOyMfhrYSaDyXuEMCOJxzjGR83BZNpRxgU/J0QUWg1Ze AHMxGeRqUyUqm8P13hG1HIrerqAy2L6mt50unNLrsOk/N3inwIyoOwTGfuDfAvjutYj/ M65w== X-Gm-Message-State: AE9vXwN1eXE7X/MS0PLLez8enTps5n8kBrlkBB4JY8P3cqipKkmnmrWX/rb/dEGiqwJwWCysMx7iernJwHx74Q== X-Received: by 10.31.180.135 with SMTP id d129mr8372795vkf.144.1474168740618; Sat, 17 Sep 2016 20:19:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.77.7 with HTTP; Sat, 17 Sep 2016 20:19:00 -0700 (PDT) In-Reply-To: References: From: alphachi Date: Sun, 18 Sep 2016 11:19:00 +0800 Message-ID: Subject: Re: How to choose from multiple audio devices To: "list: freebsd" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 03:19:02 -0000 Do you means "sysctl hw.snd.default_unit"? 2016-09-18 1:38 GMT+08:00 Manish Jain : > Hi, > > I am FreeBSD 10.3 amd64, a system which owing to some haphazard > shopping, now has 2 audio cards - one onboard Realtek and one add-on CMI > card (PCI). > > With both cards hooked/enabled, I get sound from the CMI card. How do I > tell applications to send audio content into the onboard Realtek device > instead ? Currently the CMI card grabs everything, and I do not know how > to configure things such that the Realtek card becomes the audio output > device. > > With my current setup : > > # cat /dev/sndstat > Installed devices: > pcm0: (play/rec) default > pcm1: (play) > pcm2: (play) > pcm3: (play/rec) > pcm4: (play/rec) > pcm5: (play) > > Thanks for any help > Manish Jain > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > -- Paranoid in Sabbath ... From owner-freebsd-questions@freebsd.org Sun Sep 18 03:27:35 2016 Return-Path: Delivered-To: freebsd-questions@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 0FA68BDD023 for ; Sun, 18 Sep 2016 03:27:35 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD154AA8 for ; Sun, 18 Sep 2016 03:27:34 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: by mail-vk0-x236.google.com with SMTP id b133so77730296vka.2 for ; Sat, 17 Sep 2016 20:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mediaspirit-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=JsLsPPQIF+g4UJLbGyps+JHPsh4coa7R9+UCrRtmARo=; b=LE4HaXJMs3Rm4O+rzl+/Anq0QVkkqvMyBiSWukbwVgcoNwXodpIaafbW3g+EPq4tdU cAk3GGZ5oZDthvISZIFwq3Zq7x1OtVz1X5qSAziyCxoDUUTJFW3OnWi+Vjq3FxgOYACv 2AJU/NjRmYHiTlgDtGNE0szXmOrrvuMfnt7c902DEDiegSBGxrdeBaJFdvHN3Ad8VTOq 0/1fiE57Qb9GNDkoePkJAEnWuTEvHcJl1gLig6JOrs6lhm65dA3l7egC3h/K12XN34bO FBaMyTdURHAXPx8kNwp1k+SmrgU50AwhssLIChsTnKysSWDClnI4wCYZiSFerqoti31D 0s/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=JsLsPPQIF+g4UJLbGyps+JHPsh4coa7R9+UCrRtmARo=; b=QIdgqi3RNUbnXFCWqL3uslfnnoq3qoV49Gbeo+B+cRdPyFrdXGOhtY4da4ZJ2XOxd6 imhkC8YNJX0anbblhxCV9JXp19kbjiW5BBhzo+so03WZCRnudo5kBFzn6/IcLVzPapCc Xt7fO21BMIRhssq9DJlGBZrKJ727/yWdKtYSZVHsktyqGg54r8jVu5OfadDwDhuQhY2g exSGkbBTk8jWAmp0tT2ZWvitjjVlAzHtwOXwNMVc0q7zFHhwZEACHbazGXqfR8nF6h1N ga+u5+adi5PFxu+Wuhxnqlyd7HOYJyUP1WwyF3kQRgPo+Cgx1vpXnkK/V9Qv0hBtrzyU B0EA== X-Gm-Message-State: AE9vXwNiU97JOGOijz28y6zX45r29Dx+dSejPT1pIU9JHcIQOwYJ//WgyKxGArOmDG5aubt2cfugqi0WXyOpZQ== X-Received: by 10.31.82.67 with SMTP id g64mr7767883vkb.58.1474169253194; Sat, 17 Sep 2016 20:27:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.77.7 with HTTP; Sat, 17 Sep 2016 20:27:32 -0700 (PDT) In-Reply-To: <4203193.k1RVhkY9lU@amd.asgard.uk> References: <20160917140920.GA2033@e733> <4203193.k1RVhkY9lU@amd.asgard.uk> From: alphachi Date: Sun, 18 Sep 2016 11:27:32 +0800 Message-ID: Subject: Re: portsnap question To: "list: freebsd" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 03:27:35 -0000 Some connection problems may cause the downloading files corrupt, so I think firstly you can use "portsnap -s" to try a nearer mirror site. 2016-09-18 3:43 GMT+08:00 Dave : > On Saturday 17 September 2016 17:09:20 Aleksander Alekseev wrote: > > > [root@kabini1, /etc, 8:10:30am] 353 % portsnap fetch update > > > Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. > > > Fetching snapshot tag from your-org.portsnap.freebsd.org... done. > > > Fetching snapshot metadata... done. > > > Updating from Sat Aug 27 01:19:19 MCDT 2016 to Sat Sep 17 04:21:58 MCDT > > > 2016. > > > Fetching 5 metadata patches... done. > > > Applying metadata patches... done. > > > Fetching 5 metadata files... /usr/sbin/portsnap: cannot open > > > 39ffac906fafd69bfbba7c63d15dccb8ccbc8adaa755a212be13200b41f1d215.gz: > No > > > such file or directory > > > metadata is corrupt. > > > > Same issue here (11.0-RC2). Must be some sort of race condition or > > something in portspap since second execution of `portsnap fetch update` > > always works flawlessly. IIRC started a month ago or so. > > > > Doesn't look like there is an open ticket on this so I created one: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212768 > > > Same here on 10.3. Using cssh to open multiple ssh xterms to 4 boxes and > when it happens, it happens on all of them. Running it again and all is > well. I've seen this occur or 4 times over the last month or so. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > -- Paranoid in Sabbath ... From owner-freebsd-questions@freebsd.org Sun Sep 18 09:05:03 2016 Return-Path: Delivered-To: freebsd-questions@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 378F4BDF373 for ; Sun, 18 Sep 2016 09:05:03 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from relay08.nicmail.ru (relay08.nicmail.ru [195.208.6.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3C36850 for ; Sun, 18 Sep 2016 09:05:02 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.225] (port=59637 helo=localhost) by f17.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1blY1x-000Cvz-5r for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 12:04:57 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO localhost) by proxy03.mail.nic.ru (Exim 5.55) with id 1blY1x-000481-LU; Sun, 18 Sep 2016 12:04:57 +0300 Date: Sun, 18 Sep 2016 12:03:23 +0300 From: Aleksander Alekseev To: FreeBSD Questions Subject: Stupid question regarding reboot and poweroff Message-ID: <20160918090323.GA69189@e733> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 09:05:03 -0000 Hello. Is there any difference between executing `poweroff` and `shutdown -p now` or executing `reboot` and `shutdown -r now` ? -- Best regards, Aleksander Alekseev From owner-freebsd-questions@freebsd.org Sun Sep 18 10:23:56 2016 Return-Path: Delivered-To: freebsd-questions@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 F3305BD7498 for ; Sun, 18 Sep 2016 10:23:56 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from relay08.nicmail.ru (relay08.nicmail.ru [195.208.6.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A970EE06 for ; Sun, 18 Sep 2016 10:23:55 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.227] (port=59489 helo=localhost) by f17.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1blZGH-000HLV-55; Sun, 18 Sep 2016 13:23:49 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO localhost) by proxy05.mail.nic.ru (Exim 5.55) with id 1blZGH-0007i0-Gx; Sun, 18 Sep 2016 13:23:49 +0300 Date: Sun, 18 Sep 2016 13:22:15 +0300 From: Aleksander Alekseev To: Arthur Chance Cc: FreeBSD Questions Subject: Re: Stupid question regarding reboot and poweroff Message-ID: <20160918102215.GA5290@e733> References: <20160918090323.GA69189@e733> <1945dff3-ac29-f07d-0a66-85cec230f45e@qeng-ho.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1945dff3-ac29-f07d-0a66-85cec230f45e@qeng-ho.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 10:23:57 -0000 > man shutdown says > > Calling “poweroff” is equivalent to running: > > shutdown -p now > > and they're the same executable hard linked. > > reboot is the same executable as halt. They don't warn logged on users > in the same way as shutdown does. man reboot says > > Normally, the shutdown(8) utility is used when the system needs to be > halted or restarted, giving users advance warning of their > impending doom > and cleanly terminating specific programs. I see. Thank you! -- Best regards, Aleksander Alekseev From owner-freebsd-questions@freebsd.org Sun Sep 18 10:29:59 2016 Return-Path: Delivered-To: freebsd-questions@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 965CABD75A1 for ; Sun, 18 Sep 2016 10:29:59 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.73]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7DABEFD for ; Sun, 18 Sep 2016 10:29:58 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from becker.bs.l ([85.180.8.239]) by mrelayeu.kundenserver.de (mreue101) with ESMTPSA (Nemesis) id 0MVtai-1bW4m53Eoy-00X3GG for ; Sun, 18 Sep 2016 12:29:49 +0200 Received: from bsch by becker.bs.l with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1blZM5-000NWh-6x for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 12:29:49 +0200 Date: Sun, 18 Sep 2016 12:29:49 +0200 From: Bertram Scharpf To: freebsd-questions@freebsd.org Subject: Re: Stupid question regarding reboot and poweroff Message-ID: <20160918102949.GA90101@becker.bs.l> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160918090323.GA69189@e733> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160918090323.GA69189@e733> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: Bertram Scharpf X-Provags-ID: V03:K0:9dFqgNjM0IHPNHhm8jnQlY23XmdTqgtBOjGGJQU5u/T/cPVvSGS itJpN+qdrJ/csYPRgU+wPbfe1FkSAWZIWOGI9KuXbmADWxGpx0Emt/Lm5QVz9pJN3oZ7zIa 4RUDrX6g0AG44zq/815/M3izTZYboa1lEMrtBUMK3MVdYHUabWI6sr6YFq/CFqo7CNlm2zy X8pbmifL8dwVm5v22BRTg== X-UI-Out-Filterresults: notjunk:1;V01:K0:YS+XzV0xZ+8=:04LDS+eZ0SUsoCWpoZHei9 9jmjm6b8k+SbAiaOyzD+QgCKOpaPMAtM6y/JiF1biSd0zmJA4CyCFNSKyVmZLxhLjwhynhfyv IbtLO3IGY6qIK+qQWzxFhV+edZmXHST2kSMazdHB37MCsE2adB1FE+/GIXsM8PWXUw9GjtU1S gCGrcmx0TIgA4xbg9ae07gVW1oSVPwx0eoGG3dL8RO8Tz38jbdax8OM1bRWN8Djr3kZg/MwEm 84x4ciy/k3xY3X6XikB1EgTn3Rcji08SCRvB48x+DqICzqXw5Wz2cD7S8JRSX3kwAcFhWNc6O SvJPEcRzshLoataje9oJ6B/1rSWjeal92o3LdR0ln/2JFXkyAgK359vQxR02Bd570UkXy+lnP tgt7sT1aXHbJIo+TyPAz3XbSajriuOMcVGQkJwkUV87TTu76+Tqpw2uQGM5bWOgf9ta02eUrM 2TCv9gLrm2tpj50iOMjklf6dM6OwaqR9o3AWj/bZZXefPalzkG4Djy1XLpqCwgtz1W+7DMqsb BXFwi/GYFckre5kyPB5+x5sHIl6ka6c64ckbi7UB1CmX4m1CY3c9xeILZv6A8WHOmhp3iDrE/ /TbsXRnk8anL50x8ci1cSpTXJmdPvBCa8zLTPfoNRMjmYv2I+UPgNVMPM/CjNeTNjyqxYSAD/ fWl0uZHwg+BuWbaqAgB4YLdJylBjF6IvVcLnIpqDmrw07i9IuyYKSxW0/R3rUg7REFLA= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 10:29:59 -0000 On Sunday, 18. Sep 2016, 12:03:23 +0300, Aleksander Alekseev wrote: > Is there any difference between executing `poweroff` and `shutdown -p > now` or executing `reboot` and `shutdown -r now` ? `poweroff' is a hard link to `shutdown'. See /usr/src/sbin/shutdown/Makefile, line 6. `reboot' and `halt' are called by `shutdown`. See /usr/src/sbin/shutdown/shutdown.c, line 382-402. The difference is that with `shutdown' you can define an effective point of time. Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de From owner-freebsd-questions@freebsd.org Sun Sep 18 10:47:38 2016 Return-Path: Delivered-To: freebsd-questions@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 5BC37BD7C20 for ; Sun, 18 Sep 2016 10:47:38 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fileserver.home.qeng-ho.org", Issuer "fileserver.home.qeng-ho.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BCFF4D77 for ; Sun, 18 Sep 2016 10:47:37 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.15.2/8.15.2) with ESMTP id u8IAJf8n095583; Sun, 18 Sep 2016 11:19:41 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Subject: Re: Stupid question regarding reboot and poweroff To: Aleksander Alekseev , FreeBSD Questions References: <20160918090323.GA69189@e733> From: Arthur Chance Message-ID: <1945dff3-ac29-f07d-0a66-85cec230f45e@qeng-ho.org> Date: Sun, 18 Sep 2016 11:19:41 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160918090323.GA69189@e733> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 10:47:38 -0000 On 18/09/2016 10:03, Aleksander Alekseev wrote: > Hello. > > Is there any difference between executing `poweroff` and `shutdown -p > now` or executing `reboot` and `shutdown -r now` ? > man shutdown says Calling “poweroff” is equivalent to running: shutdown -p now and they're the same executable hard linked. reboot is the same executable as halt. They don't warn logged on users in the same way as shutdown does. man reboot says Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom and cleanly terminating specific programs. -- Schrödinger's cat had 18 half lives. From owner-freebsd-questions@freebsd.org Sun Sep 18 11:34:16 2016 Return-Path: Delivered-To: freebsd-questions@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 15953BDF959 for ; Sun, 18 Sep 2016 11:34:16 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from mx.box-hlm-03.niklaas.eu (box-hlm-03.niklaas.eu [IPv6:2a02:2770:15:0:21a:4aff:feaa:e902]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDB862C for ; Sun, 18 Sep 2016 11:34:15 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-hlm-03.niklaas.eu (unknown [10.77.5.3]) by mx.box-hlm-03.niklaas.eu (Postfix) with ESMTPSA id 09E214F99AD for ; Sun, 18 Sep 2016 13:34:13 +0200 (CEST) Date: Sun, 18 Sep 2016 13:34:09 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: When `drill` works but `nc` doesn't Message-ID: <20160918113409.q7frsljfr2hcbj6g@box-hlm-03.niklaas.eu> Reply-To: stdin@niklaas.eu Mail-Followup-To: freebsd-questions@freebsd.org References: <20160917134155.GA77669@box-hlm-03.niklaas.eu> <20160917192342.GA2305@vps.markoturk.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="iszbz742out7se6m" Content-Disposition: inline In-Reply-To: <20160917192342.GA2305@vps.markoturk.info> User-Agent: NeoMutt/20160910 (1.7.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 11:34:16 -0000 --iszbz742out7se6m Content-Type: multipart/mixed; boundary="czfv7pxzrhk6ofku" Content-Disposition: inline --czfv7pxzrhk6ofku Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Marko Turk [2016-09-17 21:23 +0200] : > > $ sudo jexec www1 truss -D -o /tmp/truss-hostname nc -z mysql2.box-hl= m-03.klaas 3306 > >=20 > > $ sudo jexec www1 truss -D -o /tmp/truss-IP nc -z 10.3.5.3 3306 > > [cut] >=20 > Can you also post truss output when doing drill and tcpdump when doing > netcat with hostname? Of course. Please find attached "truss-drill" and "tcpdump-netcat". The first one I created with $ sudo jexec www1 truss -o /tmp/truss-drill drill mysql2.box-hlm-03.klaas the second one with 1 $ sudo tcpdump -nettti lo0 \ 2 \( src host 10.3.4.1 or \ 3 src host fd16:dcc0:f4cc:3::4:1 or \ 4 src host fd16:dcc0:f4cc:77::4:1 \) \ 5 and not \( dst host 10.77.2.1 \ 6 or dst host fd16:dcc0:f4cc:77::2:1 \) \ 7 and not port 8080 and not \ 8 \( host 10.3.2.1 or fd16:dcc0:f4cc:3::2:1 \) > \ 9 /tmp/tcpdump-nc As you can see, I filtered out quite some packets in lines 5-8. 10.77.2.1 and 10.3.2.1 and the corresponding IPv6s are a proxy server that does health checks; plus I have a busy varnish-nginx set-up that communicates on port 8080. If I hadn't filtered out these packets, the dump would be unreadable. Investigating the dump I came across the following line: 00:00:00.000265 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.4.= 1 udp port 17918 unreachable, length 36 I assume this is the reason why a connection cannot be established. However, IPv6 seems to work fine: 00:00:01.040444 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.31169 > f= d16:dcc0:f4cc:77::3:1.53: 44819+ A? mysql2.box-hlm-03.klaas. (41) Do you have an idea why UDP isn't reachable on IPv4 but on IPv6? Thanks for asking for the tcpdump! This brought me quite a bit further in disclosing the root cause. Niklaas --czfv7pxzrhk6ofku Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=tcpdump-nc 00:00:00.000000 AF IPv4 (2), length 73: 10.3.4.1.17918 > 10.77.3.1.53: 44819+ A? mysql2.box-hlm-03.klaas. (41) 00:00:00.000265 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.4.1 udp port 17918 unreachable, length 36 00:00:01.040444 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.31169 > fd16:dcc0:f4cc:77::3:1.53: 44819+ A? mysql2.box-hlm-03.klaas. (41) 00:00:00.000455 AF IPv4 (2), length 73: 10.3.4.1.61780 > 10.77.3.1.53: 21031+ AAAA? mysql2.box-hlm-03.klaas. (41) 00:00:00.000221 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.4.1 udp port 61780 unreachable, length 36 00:00:01.045336 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.60056 > fd16:dcc0:f4cc:77::3:1.53: 21031+ AAAA? mysql2.box-hlm-03.klaas. (41) 00:00:00.000475 AF IPv4 (2), length 64: 10.3.4.1.53964 > 10.3.5.3.3306: Flags [S], seq 4253776386, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS val 1533743777 ecr 0], length 0 00:00:00.000083 AF IPv4 (2), length 56: 10.3.4.1.53964 > 10.3.5.3.3306: Flags [.], ack 2619685739, win 1275, options [nop,nop,TS val 1533743777 ecr 3163274380], length 0 00:00:00.000916 AF IPv4 (2), length 56: 10.3.4.1.53964 > 10.3.5.3.3306: Flags [F.], seq 0, ack 1, win 1275, options [nop,nop,TS val 1533743778 ecr 3163274380], length 0 00:00:00.001262 AF IPv4 (2), length 44: 10.3.4.1.53964 > 10.3.5.3.3306: Flags [R], seq 4253776388, win 0, length 0 --czfv7pxzrhk6ofku Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=truss-drill mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34366210048 (0x80062c000) issetugid() = 0 (0x0) __sysctl(0x7fffffffe090,0x2,0x80082c148,0x7fffffffe088,0x0,0x0) = 0 (0x0) __sysctl(0x7fffffffe090,0x2,0x80082c248,0x7fffffffe088,0x0,0x0) = 0 (0x0) __sysctl(0x7fffffffe090,0x2,0x80082c348,0x7fffffffe088,0x0,0x0) = 0 (0x0) __sysctl(0x7fffffffe090,0x2,0x80082c448,0x7fffffffe088,0x0,0x0) = 0 (0x0) __sysctl(0x7fffffffe090,0x2,0x80082c548,0x7fffffffe088,0x0,0x0) = 0 (0x0) lstat("/etc",{ mode=lrwxr-xr-x ,inode=2332518,size=8,blksize=32768 }) = 0 (0x0) readlink("/etc","jail/etc",1023) = 8 (0x8) lstat("/jail",{ mode=drwxr-xr-x ,inode=3612142,size=512,blksize=32768 }) = 0 (0x0) lstat("/jail/etc",{ mode=drwxr-xr-x ,inode=3612144,size=2048,blksize=32768 }) = 0 (0x0) lstat("/jail/etc/libmap.conf",{ mode=-rw-r--r-- ,inode=3613494,size=109,blksize=32768 }) = 0 (0x0) openat(AT_FDCWD,"/jail/etc/libmap.conf",O_CLOEXEC,00) = 3 (0x3) fstat(3,{ mode=-rw-r--r-- ,inode=3613494,size=109,blksize=32768 }) = 0 (0x0) mmap(0x0,109,PROT_READ,MAP_PRIVATE,3,0x0) = 34366242816 (0x800634000) close(3) = 0 (0x0) lstat("/usr",{ mode=drwxr-xr-x ,inode=2332529,size=512,blksize=32768 }) = 0 (0x0) lstat("/usr/local",{ mode=lrwxr-xr-x ,inode=2332695,size=17,blksize=32768 }) = 0 (0x0) readlink("/usr/local","../jail/usr/local",1023) = 17 (0x11) lstat("/jail",{ mode=drwxr-xr-x ,inode=3612142,size=512,blksize=32768 }) = 0 (0x0) lstat("/jail/usr",{ mode=drwxr-xr-x ,inode=3612143,size=512,blksize=32768 }) = 0 (0x0) lstat("/jail/usr/local",{ mode=drwxr-xr-x ,inode=3613799,size=512,blksize=32768 }) = 0 (0x0) lstat("/jail/usr/local/etc",{ mode=drwxr-xr-x ,inode=3613802,size=1024,blksize=32768 }) = 0 (0x0) lstat("/jail/usr/local/etc/libmap.d",0x7fffffffc738) ERR#2 'No such file or directory' munmap(0x800634000,109) = 0 (0x0) access("/usr/lib/private/libldns.so.5",F_OK) = 0 (0x0) openat(AT_FDCWD,"/usr/lib/private/libldns.so.5",O_CLOEXEC,00) = 3 (0x3) fstat(3,{ mode=-r--r--r-- ,inode=2490086,size=375976,blksize=32768 }) = 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,3,0x0) = 34366242816 (0x800634000) mmap(0x0,2473984,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 34368311296 (0x80082d000) mmap(0x80082d000,352256,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ,3,0x0) = 34368311296 (0x80082d000) mmap(0x800a83000,24576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ,3,0x56000) = 34370760704 (0x800a83000) munmap(0x800634000,4096) = 0 (0x0) close(3) = 0 (0x0) access("/usr/lib/private/libcrypto.so.7",F_OK) ERR#2 'No such file or directory' openat(AT_FDCWD,"/var/run/ld-elf.so.hints",O_CLOEXEC,00) = 3 (0x3) read(3,"Ehnt\^A\0\0\0\M^@\0\0\0{\0\0\0\0"...,128) = 128 (0x80) lseek(3,0x80,SEEK_SET) = 128 (0x80) read(3,"/lib:/usr/lib:/usr/lib/compat:/u"...,123) = 123 (0x7b) close(3) = 0 (0x0) access("/lib/libcrypto.so.7",F_OK) = 0 (0x0) openat(AT_FDCWD,"/lib/libcrypto.so.7",O_CLOEXEC,00) = 3 (0x3) fstat(3,{ mode=-r--r--r-- ,inode=2332569,size=2043248,blksize=32768 }) = 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,3,0x0) = 34366242816 (0x800634000) mmap(0x0,4149248,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 34370785280 (0x800a89000) mmap(0x800a89000,1884160,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ,3,0x0) = 34370785280 (0x800a89000) mmap(0x800e54000,163840,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ,3,0x1cb000) = 34374762496 (0x800e54000) mmap(0x800e7c000,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0) = 34374926336 (0x800e7c000) munmap(0x800634000,4096) = 0 (0x0) close(3) = 0 (0x0) access("/usr/lib/private/libc.so.7",F_OK) ERR#2 'No such file or directory' access("/lib/libc.so.7",F_OK) = 0 (0x0) openat(AT_FDCWD,"/lib/libc.so.7",O_CLOEXEC,00) = 3 (0x3) fstat(3,{ mode=-r--r--r-- ,inode=2332548,size=1647104,blksize=32768 }) = 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,3,0x0) = 34366242816 (0x800634000) mmap(0x0,3854336,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 34374934528 (0x800e7e000) mmap(0x800e7e000,1536000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ,3,0x0) = 34374934528 (0x800e7e000) mmap(0x8011f5000,49152,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ,3,0x177000) = 34378567680 (0x8011f5000) mmap(0x801201000,172032,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0) = 34378616832 (0x801201000) munmap(0x800634000,4096) = 0 (0x0) close(3) = 0 (0x0) munmap(0x800633000,4096) = 0 (0x0) mmap(0x0,40960,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34366238720 (0x800633000) munmap(0x80063b000,8192) = 0 (0x0) mmap(0x0,102400,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34366271488 (0x80063b000) sysarch(AMD64_SET_FSBASE,0x7fffffffe118) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) readlink("/etc/malloc.conf",0x7fffffffd840,1024) ERR#2 'No such file or directory' issetugid() = 0 (0x0) mmap(0x0,4194304,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34378788864 (0x80122b000) munmap(0x80122b000,4194304) = 0 (0x0) mmap(0x0,8384512,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34378788864 (0x80122b000) munmap(0x80122b000,1921024) = 0 (0x0) munmap(0x801800000,2269184) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) mmap(0x0,4194304,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34384904192 (0x801800000) open("/dev/urandom",O_RDONLY,0666) = 3 (0x3) fstat(3,{ mode=crw-rw-rw- ,inode=32,size=0,blksize=4096 }) = 0 (0x0) ioctl(3,0x402c7413 { IOR 0x74('t'), 19, 44 },0xffffe810) ERR#25 'Inappropriate ioctl for device' read(3,"r\M-7\M-|\M-4\^?\M^K\M--4\M-P"...,4096) = 4096 (0x1000) madvise(0x801809000,0x1000,0x5) = 0 (0x0) close(3) = 0 (0x0) madvise(0x801808000,0x1000,0x5) = 0 (0x0) open("/etc/resolv.conf",O_RDONLY,0666) = 3 (0x3) fstat(3,{ mode=-rw-r--r-- ,inode=3613500,size=84,blksize=32768 }) = 0 (0x0) read(3,"options timeout:1 attempts:1\nna"...,32768) = 84 (0x54) read(3,0x80180b000,32768) = 0 (0x0) close(3) = 0 (0x0) madvise(0x80180b000,0x8000,0x5) = 0 (0x0) clock_gettime(13,{ 1474195380.000000000 }) = 0 (0x0) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) __sysctl(0x7fffffffe798,0x2,0x7fffffffe6f8,0x7fffffffe790,0x0,0x0) = 0 (0x0) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) getpid() = 3728 (0xe90) gettimeofday({ 1474195380.500596 },0x0) = 0 (0x0) socket(PF_INET6,SOCK_DGRAM,17) = 3 (0x3) sendto(3,"\M-fo\^A\0\0\^A\0\0\0\0\0\0\^Fmy"...,41,0x0,{ AF_INET6 [fd16:dcc0:f4cc:77::3:1]:53 },0x1c) = 41 (0x29) select(4,{ 3 },0x0,0x0,{ 5.000000 }) = 1 (0x1) fcntl(3,F_GETFL,) = 2 (0x2) fcntl(3,F_SETFL,O_NONBLOCK|0x2) = 0 (0x0) recvfrom(3,"\M-fo\M^A\M^@\0\^A\0\^A\0\^B\0"...,65535,0x0,NULL,0x0) = 194 (0xc2) madvise(0x80181c000,0x10000,0x5) = 0 (0x0) close(3) = 0 (0x0) gettimeofday({ 1474195380.501734 },0x0) = 0 (0x0) madvise(0x80180f000,0x1000,0x5) = 0 (0x0) madvise(0x801814000,0x1000,0x5) = 0 (0x0) madvise(0x80182c000,0x1000,0x5) = 0 (0x0) madvise(0x801824000,0x10000,0x5) = 0 (0x0) access("/etc/localtime",R_OK) = 0 (0x0) open("/etc/localtime",O_RDONLY,01) = 3 (0x3) fstat(3,{ mode=-r--r--r-- ,inode=3613502,size=2309,blksize=32768 }) = 0 (0x0) read(3,"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0"...,41448) = 2309 (0x905) close(3) = 0 (0x0) issetugid() = 0 (0x0) open("/usr/share/zoneinfo/posixrules",O_RDONLY,00) = 3 (0x3) fstat(3,{ mode=-r--r--r-- ,inode=2490722,size=3519,blksize=32768 }) = 0 (0x0) read(3,"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0"...,41448) = 3519 (0xdbf) close(3) = 0 (0x0) madvise(0x801835000,0xc000,0x5) = 0 (0x0) madvise(0x801824000,0x1000,0x5) = 0 (0x0) madvise(0x801830000,0x5000,0x5) = 0 (0x0) madvise(0x801825000,0xb000,0x5) = 0 (0x0) madvise(0x801814000,0x10000,0x5) = 0 (0x0) fstat(1,{ mode=crw--w---- ,inode=145,size=0,blksize=4096 }) = 0 (0x0) ioctl(1,0x402c7413 { IOR 0x74('t'), 19, 44 },0xffffe820) = 0 (0x0) write(1,";; ->>HEADER<<- opcode: QUERY, r"...,57) = 57 (0x39) write(1,";; flags: qr rd ra ; QUERY: 1, A"...,71) = 71 (0x47) write(1,";; QUESTION SECTION:\n",21) = 21 (0x15) write(1,";; mysql2.box-hlm-03.klaas.\tIN"...,33) = 33 (0x21) write(1,"\n",1) = 1 (0x1) write(1,";; ANSWER SECTION:\n",19) = 19 (0x13) write(1,"mysql2.box-hlm-03.klaas.\t3542\t"...,44) = 44 (0x2c) write(1,"\n",1) = 1 (0x1) write(1,";; AUTHORITY SECTION:\n",22) = 22 (0x16) write(1,"klaas.\t609\tIN\tNS\tnsd1.box-hl"...,40) = 40 (0x28) write(1,"klaas.\t609\tIN\tNS\tnsd1.box-hl"...,40) = 40 (0x28) write(1,"\n",1) = 1 (0x1) write(1,";; ADDITIONAL SECTION:\n",23) = 23 (0x17) write(1,"nsd1.box-hlm-01.klaas.\t609\tIN"...,41) = 41 (0x29) write(1,"nsd1.box-hlm-03.klaas.\t609\tIN"...,41) = 41 (0x29) write(1,"nsd1.box-hlm-01.klaas.\t609\tIN"...,57) = 57 (0x39) write(1,"nsd1.box-hlm-03.klaas.\t609\tIN"...,57) = 57 (0x39) write(1,"\n",1) = 1 (0x1) write(1,";; Query time: 1 msec\n",22) = 22 (0x16) write(1,";; SERVER: fd16:dcc0:f4cc:77::3:"...,34) = 34 (0x22) write(1,";; WHEN: Sun Sep 18 12:43:00 201"...,34) = 34 (0x22) write(1,";; MSG SIZE rcvd: 194\n",23) = 23 (0x17) madvise(0x801824000,0x1000,0x5) = 0 (0x0) madvise(0x80180d000,0x2000,0x5) = 0 (0x0) madvise(0x80180b000,0x1000,0x5) = 0 (0x0) madvise(0x801813000,0x1000,0x5) = 0 (0x0) madvise(0x801808000,0x1000,0x5) = 0 (0x0) madvise(0x801806000,0x1000,0x5) = 0 (0x0) madvise(0x801807000,0x1000,0x5) = 0 (0x0) madvise(0x801809000,0x1000,0x5) = 0 (0x0) madvise(0x801806000,0x1000,0x5) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) process exit, rval = 0 --czfv7pxzrhk6ofku-- --iszbz742out7se6m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX3nuoAAoJEJArKu48GaI6Cm8P/0vQmVqhy7fsXNeAAXNtCSsv 34AqeHoT6ZRzVF2sHImQ3WwEDEYnhyWs/5cs8+sKdRwZhOb73mBU7RU/b1Ey3OoV 3XubxBGtEGzwaoMvN6RpOefckRmQRk0JTpE+eP6Ra++GW4wJ0To6KETIkqYsRJwt Eh04R+wU1fyBkihe2zSSmvZzSwAWh5n1M0qG6w83BubCFT+DpU35vEkNpIu1XS8b ldaVApUFRB3nUCdS3j+eg9g4h3RnLFc9E3DeS1Pw0N8Jgz6CnNUrS/3STpdlR4jk BAcVmCu5cC8RnZynWfE7FPhjPB7UPQSTye23GE5FUwhP9fqc7qCl8F1oXhOA/cEI harUoYwyC9YxHZVYx3ez+RvJCLgWgCX6Y5Tf/MpiPyA6QXwrB8Z/N0AuOTZhvoKP WbZu6xxS0T3iCD0sxCF0vNevN52JTa4vT6IGcV3pbfS9J4HAJkCGY4rm1DLy+SaO VXG89nRwV8PA5+CrFHT9p6tsq0/2nT4ry9OqcksAXus97kinWZyWifZwtVZ7yiwN 9YK7iWY4WfV+igfT4UTPazvEFM2idU06nFzSluv+xKOkfH/oIzqUS8FJur5LUBYd TqmW1KR2aHeB6LcIdJToCmgzXnGqlHO0IDV/++oZ01Exe2VRMyJ47lQRJ0xK+8Wn aHla7xylaR1y/wEO+k2S =/Ufk -----END PGP SIGNATURE----- --iszbz742out7se6m-- From owner-freebsd-questions@freebsd.org Sun Sep 18 12:14:10 2016 Return-Path: Delivered-To: freebsd-questions@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 75FFBBDFC0F for ; Sun, 18 Sep 2016 12:14:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 103182E3 for ; Sun, 18 Sep 2016 12:14:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x22d.google.com with SMTP id w84so33081337wmg.1 for ; Sun, 18 Sep 2016 05:14:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=AawvuiKBGRSV7Wz6AKQKQ0T1GsXK28HTI/TS6ZNNPpc=; b=SzW1QtPDaNWptKFJIXlSOM4j54I7bQKy2d4Emd+5OW0m+TmbDlCG7opKYv8SfZ+Gq5 uW0TTC2PPCvax9lSbOF414odZ5VmYh1r+nS1DCEdOEDUHareETx5cMK9uaDzwgmGUFld QbizocgThvRTPTTBdfR/qIRAhczkWE4MYY7JPN1TkfGE7TSLGYKIX5X3wTVzQIFayTz/ GSJUwbvIren+f0teTPCWA7FYs7KGGLfsvuqtWVAeYhlnNtFuSD7jlwWxMd4SFQpd0Uuv Zk6HvxtSLstI0sEshLVGDzhmr2ewzm+2/n3yuCvpc/DS5StBbiyo409NLxT1ZDbDly6d HvNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=AawvuiKBGRSV7Wz6AKQKQ0T1GsXK28HTI/TS6ZNNPpc=; b=YF6kY5N7QYXV8DYdM+Q0EARz2yLbssrD4NevTRmsh5oF56ShT8WeWQcQNFHghlQM+9 cABOZkCHQfJrE1isHKSbq8zq366mVGg2TI5KFcCaC2ehKEeyS+iLG/U8IVUykNr1F0ae 4stHWkcYuGp/Vm95UObnJVnh6PwP4zvm53JNA9TPQxQEojIaI6vgpxhnGjYLELwHjO1D lm26W1N2v4fU91DEc3lN2ps5/UHFNYIDVh+w3JscnjjrksSaBXdTH3BQMb5Q5n0VE7us 007cRYbCJcukn/Uv+SQyu4SeMmlarYtir1mT7jGjelsKdsMqyNKA8Nw+HcYd0Evem95d hHng== X-Gm-Message-State: AE9vXwM1r7jI4hF1AjHkMIG9adZcM9E//93P+YElhQ0LO+50mEgO/dlFTFJ66vmZsfYneA== X-Received: by 10.194.84.67 with SMTP id w3mr20807589wjy.148.1474200848380; Sun, 18 Sep 2016 05:14:08 -0700 (PDT) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id k2sm16638570wmg.23.2016.09.18.05.14.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Sep 2016 05:14:07 -0700 (PDT) Date: Sun, 18 Sep 2016 13:14:03 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Stupid question regarding reboot and poweroff Message-ID: <20160918131403.49fd438e@gumby.homeunix.com> In-Reply-To: <20160918102949.GA90101@becker.bs.l> References: <20160918090323.GA69189@e733> <20160918102949.GA90101@becker.bs.l> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 12:14:10 -0000 On Sun, 18 Sep 2016 12:29:49 +0200 Bertram Scharpf wrote: > On Sunday, 18. Sep 2016, 12:03:23 +0300, Aleksander Alekseev wrote: > > Is there any difference between executing `poweroff` and `shutdown > > -p now` or executing `reboot` and `shutdown -r now` ? > > `poweroff' is a hard link to `shutdown'. In general you can't infer from that that they behave the same. It's not uncommon that similar utilities are implemented in the same binary, and then behave differently according to how they are invoked, e.g. less and more. From owner-freebsd-questions@freebsd.org Sun Sep 18 14:09:02 2016 Return-Path: Delivered-To: freebsd-questions@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 61092BDFE15 for ; Sun, 18 Sep 2016 14:09:02 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.187]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B886CE56 for ; Sun, 18 Sep 2016 14:09:00 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from becker.bs.l ([85.180.8.239]) by mrelayeu.kundenserver.de (mreue001) with ESMTPSA (Nemesis) id 0MYGYa-1bYVj30VWq-00UvyV for ; Sun, 18 Sep 2016 16:08:53 +0200 Received: from bsch by becker.bs.l with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1blcm4-000E4f-8p for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 16:08:52 +0200 Date: Sun, 18 Sep 2016 16:08:52 +0200 From: Bertram Scharpf To: freebsd-questions@freebsd.org Subject: Re: Stupid question regarding reboot and poweroff Message-ID: <20160918140852.GA65211@becker.bs.l> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160918090323.GA69189@e733> <20160918102949.GA90101@becker.bs.l> <20160918131403.49fd438e@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160918131403.49fd438e@gumby.homeunix.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: Bertram Scharpf X-Provags-ID: V03:K0:/xQWvbkOinEioq0Hl2WQSUwMrxh0REuM73c5iopgk3wz/y61Vvp 6DfHK7ABrni/dmvHlrBrMGVdHSusuW2wGD/lOegW2w/jcr3TjZ8WOrzupCVBS4bw6TTNHiE 2EeSGDIgAlmr8OK3Tnf6oG8oeNTCDREmvQPldHHW/sf9i3nE5j4QnziW4n0Uo6FnnW9LW1B RUsVlf5Hx7MZkhfOaQ7GA== X-UI-Out-Filterresults: notjunk:1;V01:K0:x7JcQ2QruLg=:5NxneSc8yun6Z8xPOFjZm6 gmEuSqSgAZ2uDUzj2i9zpX8ochxWjT+d0NmhHJF/tUigBer3lkUt/sp3UMcr4x8oqJW1yTQmN eIfPdEqg0tFu8JozHAeHiPNqD7+ChfxJV1x3793mfVPTlTLAfxT3aMGHyDlEyqPyLeLgwjydg X2EfxpNvpOqJ1MGkwvDNP+2punSUN8KdP60XM42CxIU4hC+jmIjTJ8lQ/GChJ1coGljWobNlg gHjKegCP6/iKEx2nWR4ZegQzmTs/S5dkAFPPtzP+64Y/RdsH87NsbuM1tAjEAQxWt2V7fVP1z /oSNVksA9EeMaNlzPNHLmxnILciNEZ5gKERP9CmWvjNZZO7nE3RkOVZ/wXBIvH001No9O7Vnk L6UkW0lCZDjfhuJDqjFHR3p1FsBk9EiKkG0MAKCur69oNaPI7JfWPyS07ekkq5Bg05fftqVo7 qqZKmBH6v7KEUEHoiwrL8y5+m8BxiCRO0SUAun56IB4tAIGgXtAF4SkUZWqW+hsnva6Lg9/Rn SaNZu/umnNaXvdfFq84TLK5EsikBvF0IUr2bS3ppC2b86YxGZkIDh9HqpwzZOpNVbyhiie774 YXpA5nqzlFor6s01MdYQ1WMSCWB2Al2zEe9emZbAl223+c/AKW9pm23KhtzvSIscnBpXEweVv obXKcd6rHWfMbwLA77XYlCHbAtCqrh5/+hJEudZQuTq4Xj8h4yagwD3O6v3eCc37Mb9U= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 14:09:02 -0000 On Sunday, 18. Sep 2016, 13:14:03 +0100, RW via freebsd-questions wrote: > On Sun, 18 Sep 2016 12:29:49 +0200 > Bertram Scharpf wrote: > > > On Sunday, 18. Sep 2016, 12:03:23 +0300, Aleksander Alekseev wrote: > > > Is there any difference between executing `poweroff` and `shutdown > > > -p now` or executing `reboot` and `shutdown -r now` ? > > > > `poweroff' is a hard link to `shutdown'. > > In general you can't infer from that that they behave the same. It's > not uncommon that similar utilities are implemented in the same binary, > and then behave differently according to how they are invoked, e.g. > less and more. As can be seen in /usr/src/sbin/shutdown/shutdown.c, line 130. Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de From owner-freebsd-questions@freebsd.org Sun Sep 18 17:35:17 2016 Return-Path: Delivered-To: freebsd-questions@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 BEEC7BE04A5 for ; Sun, 18 Sep 2016 17:35:17 +0000 (UTC) (envelope-from tcphijack@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88F65E2B for ; Sun, 18 Sep 2016 17:35:17 +0000 (UTC) (envelope-from tcphijack@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id r192so51694576ita.0 for ; Sun, 18 Sep 2016 10:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=1K2yag4I+n/LAnRr+XSrQo+qw9k5gY8QChN+UjtpsOY=; b=NUcX0ORLtBrEGKVSGLZbjfwAKvvndLEmAANS91geUe7JwHOhEnzjJBqAAdIjADNhuU VyFfty96/c3uUtUNv4eZVh1SC2jkZpDLC2u0SlST2B9zyQzYRSXGRlmi2m0sxm4zvYaY a2Ho0pBSswmYxFs8jthW5D+S0mihmSBQU1k3k3dePDsGABvKg+nWp5Zoi692xMZzjVCN HusCWnJTCd82MSWJjEUS7Q0VGhtrkwWM1u9w/SJNWDCHXh2/dp6kp8iPpRvNb9ar21vK JESgJyQkQ8XjKGrt77OQpsEFdqJhctdkU5mh5h3u/gKVUvJCdoMn+aMBuOVdK2ZTmA/8 a47Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1K2yag4I+n/LAnRr+XSrQo+qw9k5gY8QChN+UjtpsOY=; b=X7c8ocogSEsQ1GUxkjalIBHk1SgXr1/uj7n047egn5oE7aXuI0WnAjdMuBnkOaTuJs r5pvpw2E/bFGDhqCV9FLXpXbT9iUGd1X4NALuUhmgtBvkEw0amwMLy4GKOS7x9+APRPF 2ZyYgrNGasluErTHt+AGKwsOwv7lo0B5Z0Be7nK996eSxk3pQQI5ScjihVQbiotTsLvd EWsTmZi0wjBjAKrOV+aDsy+op1/M56uwp1GM9JO214joHK0wB927ZyV2e4qDrQFEglyK OFXxLaTaq+ksym+2ODyyRsO/FvL17XeCMzccMn7BereRYR7DYvzYgD5m0cjjObzk5wQq a+mQ== X-Gm-Message-State: AE9vXwOrAWT7yZ8G7wAIFIdQQ5ZsG7lP2AhVDzGAFCaY6VhIxGDMCzOVgujgMLRPkG+b/4YyhFRtuKkxu+irPA== X-Received: by 10.36.26.3 with SMTP id 3mr7217482iti.81.1474220116752; Sun, 18 Sep 2016 10:35:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.10.38 with HTTP; Sun, 18 Sep 2016 10:35:16 -0700 (PDT) From: hot rod Date: Sun, 18 Sep 2016 13:35:16 -0400 Message-ID: Subject: intel 3160 wireless card To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 17:35:17 -0000 I was curious if the Intel dual band 3160 AC wireless card works out of the box with FreeBSD, or does it take some work to get it working under FreeBSD? From owner-freebsd-questions@freebsd.org Sun Sep 18 17:54:07 2016 Return-Path: Delivered-To: freebsd-questions@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 1D46CBE0B06 for ; Sun, 18 Sep 2016 17:54:07 +0000 (UTC) (envelope-from labrocca@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1EED197 for ; Sun, 18 Sep 2016 17:54:06 +0000 (UTC) (envelope-from labrocca@gmail.com) Received: by mail-pa0-x22f.google.com with SMTP id oz2so36440602pac.2 for ; Sun, 18 Sep 2016 10:54:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=tQa1gWIY6DGOwxNO7HvA1YPxd1cF0T8VI7VJGK0IiYg=; b=v0lNSu/zVIXhQKbC9WGR2MOixPzB473FGj8CIiZ9oTCbaYSlS8i5iNRUSC7/BUnHLH 4jsPHCtQsyvcc0kYUe2K9f5g82+QNzzbVowDfe/9S/SroHQtMJcVUrJOmUnUBD9LofBH fB2PtRS+nDlQHsM0tgp1hyLPm6MfXZUUCsksF3XcMWXhbnboQuuKOoPaVmPhvfX4yOPu y0r84o5t88Jeflx2W+LYQWEjD1cbiVFDcYb07Lx29dRECKsj3VASL3eVreFjJXnKe+tT MwKxseluyEFC9GmcuQj9n9SM9t+WffNXRBQSwqo5gD21oMJkaJWNPPhaGPmjxADGilqA eKSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:reply-to:to:subject:message-id:date :user-agent:mime-version:content-transfer-encoding; bh=tQa1gWIY6DGOwxNO7HvA1YPxd1cF0T8VI7VJGK0IiYg=; b=iP/16BRfxz9y162RspxqG70+5BfFw0tqQGsPTT6hJnh3wA/kFrnRoxPYzXdsdvv2Oy ciSU9uZolE+RgxkRu6lO1LpncxeexMTe3d3OAvydc2Sz1taTx0uMWY2VXifza3OyoD7F tp9kKk4PI2pCwMvoo+mVqdN+/m1QwONzaCEOUdssq8NpzDTtMAYwYuplqyeQYG85QoW3 FVJ8UDquKcxEor+kQx7YDbFh0zt2XnB4lTZCucTVGvqy7rYLMrQlfI7bMHhlUi7vKmpd VksS47MDV5AgBfNG1FZMtrkUZCs2ZSVJi3Jx1E47nTJS/P9ktshMoIXCOv+4u5cLIXU0 nuRw== X-Gm-Message-State: AE9vXwPHVVvwV95Gg2Y/GDnwPAV1Dpi1RFUPH8BVyOg5rnTZIHYaZgy71QSA9l9BEncVZw== X-Received: by 10.66.144.164 with SMTP id sn4mr40630077pab.0.1474221246413; Sun, 18 Sep 2016 10:54:06 -0700 (PDT) Received: from [192.168.0.105] (ip98-160-193-71.lv.lv.cox.net. [98.160.193.71]) by smtp.gmail.com with ESMTPSA id p7sm17907672paa.3.2016.09.18.10.54.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Sep 2016 10:54:05 -0700 (PDT) From: Jesse LaBrocca X-Google-Original-From: Jesse LaBrocca Reply-To: jesse@mghz.com To: freebsd-questions@FreeBSD.org Subject: Fatal Trap 12 Message-ID: Date: Sun, 18 Sep 2016 10:54:04 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 17:54:07 -0000 I run a GENERIC kernel on FreeBSD 10.1-RELEASE-p26. Twice this week server has crashed. Here was output from the /var/log/messages. Sep 18 09:08:36 ns1 kernel: Sep 18 09:08:36 ns1 kernel: Sep 18 09:08:36 ns1 kernel: Fatal trap 12: page fault while in kernel mode Sep 18 09:08:36 ns1 kernel: cpuid = 5; apic id = 05 Sep 18 09:08:36 ns1 kernel: fault virtual address = 0xe Sep 18 09:08:36 ns1 kernel: fault code = supervisor write data, page not present Sep 18 09:08:36 ns1 kernel: instruction pointer = 0x20:0xffffffff81c3c22e Sep 18 09:08:36 ns1 kernel: stack pointer = 0x28:0xfffffe201e82c430 Sep 18 09:08:36 ns1 kernel: frame pointer = 0x28:0xfffffe201e82c500 Sep 18 09:08:36 ns1 kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Sep 18 09:08:36 ns1 kernel: = DPL 0, pres 1, long 1, def32 0, gran 1 Sep 18 09:12:35 ns1 syslogd: kernel boot file is /boot/kernel/kernel Any advice? From owner-freebsd-questions@freebsd.org Sun Sep 18 19:00:42 2016 Return-Path: Delivered-To: freebsd-questions@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 65946BE018A for ; Sun, 18 Sep 2016 19:00:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5CD211 for ; Sun, 18 Sep 2016 19:00:41 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-180-184.dynamic.qsc.de [92.195.180.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id A435F27650; Sun, 18 Sep 2016 21:00:38 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8IJ0cLd002202; Sun, 18 Sep 2016 21:00:38 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sun, 18 Sep 2016 21:00:38 +0200 From: Polytropon To: hot rod Cc: freebsd-questions@freebsd.org Subject: Re: intel 3160 wireless card Message-Id: <20160918210038.e2aaf647.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 19:00:42 -0000 On Sun, 18 Sep 2016 13:35:16 -0400, hot rod wrote: > I was curious if the Intel dual band 3160 AC wireless card works out of the > box with FreeBSD, or does it take some work to get it working under FreeBSD? It seems to be possible with the FreeBSD -CURRENT iwm driver, as the device is listed in the manpage: https://www.freebsd.org/cgi/man.cgi?query=iwm&apropos=0&sektion=4&manpath=FreeBSD+12-current&arch=default&format=html The driver is present (read: "will be present") in FreeBSD 11: https://svnweb.freebsd.org/base/releng/11.0/sys/dev/iwm/ FreeBSD 10's -STABLE development branch doesn't seem to have received this driver yet, so the current release version probably won't be able to support this particular hardware at the moment. You can find the iwm driver development history here: https://svnweb.freebsd.org/base/head/sys/modules/iwm/?view=log -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sun Sep 18 20:30:08 2016 Return-Path: Delivered-To: freebsd-questions@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 83389BDF500 for ; Sun, 18 Sep 2016 20:30:08 +0000 (UTC) (envelope-from markoml@markoturk.info) Received: from vps.markoturk.info (vps.markoturk.info [95.154.208.14]) by mx1.freebsd.org (Postfix) with ESMTP id 54F9E114E for ; Sun, 18 Sep 2016 20:30:07 +0000 (UTC) (envelope-from markoml@markoturk.info) Received: from vps.markoturk.info (localhost [127.0.0.1]) by vps.markoturk.info (Postfix) with ESMTP id C6BA12748E for ; Sun, 18 Sep 2016 22:30:00 +0200 (CEST) Date: Sun, 18 Sep 2016 22:29:59 +0200 From: Marko Turk To: freebsd-questions@freebsd.org Subject: Re: When `drill` works but `nc` doesn't Message-ID: <20160918202959.GA2279@vps.markoturk.info> References: <20160917134155.GA77669@box-hlm-03.niklaas.eu> <20160917192342.GA2305@vps.markoturk.info> <20160918113409.q7frsljfr2hcbj6g@box-hlm-03.niklaas.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <20160918113409.q7frsljfr2hcbj6g@box-hlm-03.niklaas.eu> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 20:30:08 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Sep 18, 2016 at 01:34:09PM +0200, Niklaas Baudet von Gersdorff wrot= e: > Marko Turk [2016-09-17 21:23 +0200] : >=20 > > > $ sudo jexec www1 truss -D -o /tmp/truss-hostname nc -z mysql2.box-= hlm-03.klaas 3306 > > >=20 > > > $ sudo jexec www1 truss -D -o /tmp/truss-IP nc -z 10.3.5.3 3306 > > > [cut] > >=20 > > Can you also post truss output when doing drill and tcpdump when doing > > netcat with hostname? >=20 > Of course. Please find attached "truss-drill" and > "tcpdump-netcat". The first one I created with >=20 > $ sudo jexec www1 truss -o /tmp/truss-drill drill mysql2.box-hlm-03.kla= as >=20 > the second one with >=20 > 1 $ sudo tcpdump -nettti lo0 \ > 2 \( src host 10.3.4.1 or \ > 3 src host fd16:dcc0:f4cc:3::4:1 or \ > 4 src host fd16:dcc0:f4cc:77::4:1 \) \ > 5 and not \( dst host 10.77.2.1 \ > 6 or dst host fd16:dcc0:f4cc:77::2:1 \) \ > 7 and not port 8080 and not \ > 8 \( host 10.3.2.1 or fd16:dcc0:f4cc:3::2:1 \) > \ > 9 /tmp/tcpdump-nc >=20 can you also add something like 'dst host 10.3.4.1' because (if I'm not mistaken) you only capture packets originating from 10.3.4.1 and not the replys. > As you can see, I filtered out quite some packets in lines 5-8. > 10.77.2.1 and 10.3.2.1 and the corresponding IPv6s are a proxy > server that does health checks; plus I have a busy varnish-nginx > set-up that communicates on port 8080. If I hadn't filtered out > these packets, the dump would be unreadable. >=20 > Investigating the dump I came across the following line: >=20 > 00:00:00.000265 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.= 4.1 udp port 17918 unreachable, length 36 > [cut] It seems you're getting the reply from the wrong IP (10.3.3.1). Can you post you unbound config, specifically 'interface:' section? -Marko --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX3vlGAAoJEHg6bF2mqM2ImnMQALNg9d8QJwhBLEfq7b7DFiI/ QFFaVlf01/9ZnIM3dW1HA0a6sAtctfkxOQCCBT9xilV/vTFk2ikgfZzJDbSCyoOw yxT4k5hviEJ6xoM7YX2W73qRe0WLTVn2WhSH4JckeaykGXfWeeVyGs2JuKimqdy+ NuPt5yhvRFRxHW47hf35txGoFg4wuXlnoYWnwiL0pWanvbRld/HVb6zeZO0Iio69 m5jnpVcsagESWXew3O3zJTVzgrKK4xivNd036kNQ3uVtHYE+mw28EdaMff6A5s7k 8DZy7xBqhQccFJU6iHe/izYbXMxukP4BX1QGWAJ20pp8Ko0QclZSX4Yw3GosDfux d9NTkPVj5g0eTBMpdSfowhfvAi2T8jahzaPJdwdi8YxOuWPXr+topgUrjSprWOKX WJdjIEETFIKszjbVsmfrqUOP6yYO7Q0g45ShvAZsq/4EWVEt+wuKFzP3dgi3cmA9 a0sEAv8O2hhee/EkXijRXFytIKq2Dpb3K+pr21nZEMIximRB7OtbgZ2qqlnX75uy AE5KgwGX6XmCsGC7L4qi8HlWRQ85FFoPKVqUsX0S/8Xm97fojAbS2oYb4vHLxS8+ on8y8CRN76keKB+1urbW4OGYC7sjkj+bllLs6htzj0anMvqFydp9YY/7Jmvd477C xZf7+MliPXAjynJjemLo =3QeI -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-questions@freebsd.org Sun Sep 18 22:38:27 2016 Return-Path: Delivered-To: freebsd-questions@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 9A578BDF9D7 for ; Sun, 18 Sep 2016 22:38:27 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 633489B2; Sun, 18 Sep 2016 22:38:27 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-it0-f52.google.com with SMTP id r192so54986243ita.0; Sun, 18 Sep 2016 15:38:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=P1bMG99QksU7FYRoLeivfuROiYnBGA89Z8S4MkhI9Pg=; b=VWP7LccRzY/4nSGOYVZp9GRUTh5defSDh0iJXkbfIXEo90C3mgYSMzjmOsknPltOQe EX2AkpiqxE+2MFZEbJFfsm/2CITmjYLGXoZNW+rcmmi2ExpnFHg0vza0J0VT8LYRZT3n OH5xVq+n/dqLoAv8g5LtLK0UEF1elUSJdhDv1r8GOaPCRYbGOdjHMa+NTZG7KxNozXcm rjTzRm/dMea0h5+rZm8DO4i8T+Sh1rglpcGrG1RybZeJMIJAQvIL7VU2m0IMwiV8/AH7 neBPCKqOHZFbPrHjpsBAu15oi/oInhArc1ao3kwu9iuZSW6x6zNK3VmhV2jfpiQOqKF6 v/rg== X-Gm-Message-State: AE9vXwN/gs5EeypDEJSapLuZOpAI20GBAV0AhqbnGZZYcDNaHJxCKKidj0hSkevCtCy7Vw== X-Received: by 10.36.227.143 with SMTP id d137mr8076975ith.18.1474238300418; Sun, 18 Sep 2016 15:38:20 -0700 (PDT) Received: from WorkBox.Home.gmail.com (97-116-17-17.mpls.qwest.net. [97.116.17.17]) by smtp.gmail.com with ESMTPSA id y133sm7926116ioy.8.2016.09.18.15.38.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Sep 2016 15:38:19 -0700 (PDT) References: <4bd29396-220a-e198-73b9-0de91b74d096@FreeBSD.org> <86d1k3tufs.fsf@WorkBox.Home> <20160918201546.GA6277@neutralgood.org> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: "Kevin P. Neal" Cc: "Brandon J. Wandersee" , Matthew Seaman , freebsd-questions@freebsd.org Subject: Re: 10.3 zpool/var canmount = off? In-reply-to: <20160918201546.GA6277@neutralgood.org> Date: Sun, 18 Sep 2016 17:38:19 -0500 Message-ID: <86intsg7fo.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 22:38:27 -0000 Kevin P. Neal writes: > On Fri, Sep 16, 2016 at 04:18:31PM -0500, Brandon J. Wandersee wrote: >> >> Matthew Seaman writes: >> >> > The point of having zroot/var (with canmount=off) that just acts as a >> > placeholder is so that eg. zroot/var/log or zroot/var/tmp (which you'll >> > see have 'canmount=on') get mounted in the right location in the file >> > system without becoming part of any boot environment. That means >> > there's only one copy of those filesystems and it always gets mounted >> > every time you reboot -- which is really what you want for eg. /var/log >> > but not correct for boot environments in general. Usually you'll have >> > several available, but only one of them should be mounted and active. > >> I have a tree of >> filesystems for everything related to ports/packages except distfiles, >> so I can roll everything back in lock-step if an upgrade goes bad while >> avoiding having to download everything again. > > Does anyone know for certain that a pkg'ized base system will kill the > ability to keep the base system distinct from /usr/local? > > I keep my /var/db/ports and /var/db/pkg trees symlinked so they are in > /usr/local to guarantee that they are always in sync with the software > that is installed. But a pkg'ized base kills my ability to keep /usr/local > correctly accounted for while doing a fresh install of base, say, in a new > ZFS dataset. Assuming I understand you correctly: it seems one of the things keeping pkgbase out of the mainline right now is the need to update pkg(8) to handle base and application package installation, upgrade, and removal processes separately (e.g. `pkg delete -a` will destroy the system, `pkg upgrade` will upgrade both system and application packages, etc.). It's an acknowledged problem, but I don't know how far along the work is right now. Surely something is being done about it, or folks who upgrade RELEASEs from source or track development branches, while using packages instead of ports, will wind up with broken systems. https://wiki.freebsd.org/PkgBase -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Sun Sep 18 22:51:23 2016 Return-Path: Delivered-To: freebsd-questions@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 DB028BDFD98 for ; Sun, 18 Sep 2016 22:51:23 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-it0-f43.google.com (mail-it0-f43.google.com [209.85.214.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB6A7DBC for ; Sun, 18 Sep 2016 22:51:23 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-it0-f43.google.com with SMTP id 15so17333782ita.1 for ; Sun, 18 Sep 2016 15:51:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=ed2S1samzeC60shwtwlQ1UpDNdsWGAKgac6zGmu1Pn0=; b=g0PuCLD9xfBbak7oDkHPrvhpJo0Pse4C2AYxekB4qVQxy7f1Ox4jYxdoe4IX+UKz4u wtb4tnNRgztVmxw/fUChVhYba9pF3kS1W81BN3lXVAwDPiQShUzZ7PtL3KFindzIv7zd 1OmyFdFJ7F2pJH+caAPlUWEWkFLM9KmtlenYTVMWdAPlBSs13BZQUm1RYTavOIk7N7UA ppIJ46gJlVyIusaOFTcBQ2xV96g6CkyuDex7VP2WHgQjV+mDWLC+GnJnOeqY87byXxqn ZkDP9B3n46/eUqAw4N34bgeXNzWdGDsFLxhUlUlmoYxzW+dxCbn9ugoLre3wz4TiTQA+ 1l6w== X-Gm-Message-State: AE9vXwNyQvpj59dv5uxc1aq+y3kXsNjp+YUfQu51jkGuqW/03EQz9hRLg2S1aCMpYvM44g== X-Received: by 10.36.214.193 with SMTP id o184mr8177114itg.5.1474239077435; Sun, 18 Sep 2016 15:51:17 -0700 (PDT) Received: from WorkBox.Home.gmail.com (97-116-17-17.mpls.qwest.net. [97.116.17.17]) by smtp.gmail.com with ESMTPSA id r67sm7203936itd.5.2016.09.18.15.51.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Sep 2016 15:51:16 -0700 (PDT) References: <46503065-0829-9481-0ec2-e41ae71e3756@columbus.rr.com> <20160918015028.5616cf0c.freebsd@edvax.de> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon Wandersee To: Baho Utot Cc: "freebsd-questions\@freebsd.org" Subject: Re: base source: release vs releng In-reply-to: Date: Sun, 18 Sep 2016 17:51:16 -0500 Message-ID: <86h99cg6u3.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 22:51:24 -0000 Baho Utot writes: > Ok I am still confused > > svn.freebsd.org has for example ( if I got this correct ) > > base/head - CURRENT-12 > base/stable/11 - STABLE-11 > base/releng/10.1 - ? > base/release/10.1.0 - ? > > Which one would have FreeBSD 10.1-RELEASE-p35 or later? The short answer is that you want the "releng/x.x" branch. The long answer is that the "release/x.x" branch in the SVN repo is the snapshot from which the x.x-RELEASE installation images are built. It is the point in development at which FreeBSD x.x is "born" and actually released. From there, the x.x Subversion repo branches off into "releng/x.x," where security and bug-fix patches are applied. Checking the source out from release/10.1 and building would give you a system identical to clean install of 10.1 (excepting any configurations you have in place). releng/10.1 will give you 10.1 with all the latest security and bug fixes. And so it is with all -RELEASEs. -- :: Brandon Wandersee :: brandonbwa@bestmark.com :: Quality Assurance Editor :: BestMark, Inc. :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Sun Sep 18 23:58:35 2016 Return-Path: Delivered-To: freebsd-questions@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 A0ED8BE0AE3 for ; Sun, 18 Sep 2016 23:58:35 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.228]) by mx1.freebsd.org (Postfix) with ESMTP id 6986A770 for ; Sun, 18 Sep 2016 23:58:34 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:52842] helo=raspberrypi.bildanet.com) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id DF/FC-19030-42A2FD75; Sun, 18 Sep 2016 23:58:28 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1bllye-000593-4g for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 19:58:28 -0400 Subject: Re: base source: release vs releng To: "freebsd-questions@freebsd.org" References: <46503065-0829-9481-0ec2-e41ae71e3756@columbus.rr.com> <20160918015028.5616cf0c.freebsd@edvax.de> <86h99cg6u3.fsf@WorkBox.Home> From: Baho Utot Message-ID: <132dbb9f-55ce-7400-0409-4e5012e74ed9@columbus.rr.com> Date: Sun, 18 Sep 2016 19:58:27 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <86h99cg6u3.fsf@WorkBox.Home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 23:58:35 -0000 On 09/18/16 18:51, Brandon Wandersee wrote: > Baho Utot writes: > >> Ok I am still confused >> >> svn.freebsd.org has for example ( if I got this correct ) >> >> base/head - CURRENT-12 >> base/stable/11 - STABLE-11 >> base/releng/10.1 - ? >> base/release/10.1.0 - ? >> >> Which one would have FreeBSD 10.1-RELEASE-p35 or later? > The short answer is that you want the "releng/x.x" branch. > > The long answer is that the "release/x.x" branch in the SVN repo is the > snapshot from which the x.x-RELEASE installation images are built. It is > the point in development at which FreeBSD x.x is "born" and actually > released. From there, the x.x Subversion repo branches off into > "releng/x.x," where security and bug-fix patches are applied. > > Checking the source out from release/10.1 and building would give you a > system identical to clean install of 10.1 (excepting any configurations > you have in place). releng/10.1 will give you 10.1 with all the latest > security and bug fixes. And so it is with all -RELEASEs. > Ok I have that sorted out now. Thank you From owner-freebsd-questions@freebsd.org Mon Sep 19 00:20:57 2016 Return-Path: Delivered-To: freebsd-questions@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 1C0E4BDD13B for ; Mon, 19 Sep 2016 00:20:57 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D9D5CF83 for ; Mon, 19 Sep 2016 00:20:56 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:52854] helo=raspberrypi.bildanet.com) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 6A/C0-30634-66F2FD75; Mon, 19 Sep 2016 00:20:54 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1blmKM-00059p-9g for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 20:20:54 -0400 To: "freebsd-questions@freebsd.org" From: Baho Utot Subject: Updating multiple computers Message-ID: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> Date: Sun, 18 Sep 2016 20:20:54 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.6:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 00:20:57 -0000 Here is what I have done, I need some guidance to complete my journey I now understand the differences in the base source repositories and I know now that I need the releng-10.1 source. I have pulled that source using svnlite and I am able to build the base system and kernel following the handbook. I have also learned how to create a "release" by reading the release man page and have done so. I then scripted this to update the local svn base source code, then build a "release" and then copy the release to a network server. OK now the next step or issue: How do I use that release assuming that it is on a network server to update/upgrade multiple systems? I know I could use the memstick image from "my release build" to install a system, I am under the assumption that I can not use that to update/upgrade a system only install. I have the tarball that release generates as well. Can freebsd-update be "tricked" into using my built release system or will it only use the freebsd servers? It is ok offer improved ways or complete new ways of doing this or tell me that "it just don't work that way" When my journey is complete I will/should be able to pull the source and install/update/upgrade multiple system, or at lease that is what I am attempting to do. Thank you for your time From owner-freebsd-questions@freebsd.org Mon Sep 19 00:53:42 2016 Return-Path: Delivered-To: freebsd-questions@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 961CFBDD9E1 for ; Mon, 19 Sep 2016 00:53:42 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-yw0-x22e.google.com (mail-yw0-x22e.google.com [IPv6:2607:f8b0:4002:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478B7EFC for ; Mon, 19 Sep 2016 00:53:42 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-yw0-x22e.google.com with SMTP id g192so126885052ywh.1 for ; Sun, 18 Sep 2016 17:53:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9IBFn9sDdShU62qJ1cs87BOKoGd7jOeuhPiebHXzPkY=; b=LWOUDuJ8W7N3H6DuwfZAwhEtycqlXgu/CuMAasjd5CqoJbRIk5BRZgMeO358PX78NQ M0M+IVkquTTQPmFtIlrDME67PicNeWtQ8JZNMXZd5vAUdl11xerWMnDKvrg9UZUm5tSi FU8O0kFFeSXt7lqjl2qk25MWQJw0utFMwYLSN74teJ3wWP3ifDqRJFTPlWdYmIrl7XPg F3SqVulVEqposayAp+PhZh7Ec0yhPbn1BxriJPk+/jLiqvSrtIh2qTB9QV1NtvQrD9V7 8SaoxrWazwV5k9KEtsai6iTwJBZ8X4euPKQNNCecgJ0jBa+/8f+GRG67RVYPKT/kHe/T Nu9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9IBFn9sDdShU62qJ1cs87BOKoGd7jOeuhPiebHXzPkY=; b=KdxwiFuaYsxiz0BXUF+wzwlWpek0pzq+uSiMkOate7m78f8OTih/eHK2v/0Dzc5YGh k43F9aA14uLBh+JwOLk5UZeFvNsWLVsd/swTYjQG1+q2gUxPQor2tm9j08PutZmaNCMc sN1sF+rZjpUP9wnIvpVhXvtN/BuUkc8HFPoxWzH+/qi1q8rPp60CetuEBsT5EaKb+4/+ c+prIOTAVoFZrAA0w7t4YW2vtyBnMxtMrIT20iXCgus1ATeBO4N9FBpQ/ltVOW6aQyD2 EddLEez7PMu5wU2Q2UlHYI9cgAw0vxZqr/SOSEv022nena5OHV9fuYSZ88tGaUhwJEgT 4mJw== X-Gm-Message-State: AE9vXwOlYhVL9/q30wmhwyqZXJJkhT/PINZqgIEUtbVfWvE7xH1xEcLU8vp7bGSSQnF1suunwwT9a8RWS7HtQw== X-Received: by 10.129.161.86 with SMTP id y83mr16423316ywg.61.1474246421282; Sun, 18 Sep 2016 17:53:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.88.214 with HTTP; Sun, 18 Sep 2016 17:53:40 -0700 (PDT) In-Reply-To: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> From: Mehmet Erol Sanliturk Date: Sun, 18 Sep 2016 17:53:40 -0700 Message-ID: Subject: Re: Updating multiple computers To: Baho Utot Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 00:53:42 -0000 On Sun, Sep 18, 2016 at 5:20 PM, Baho Utot wrote: > Here is what I have done, I need some guidance to complete my journey > > I now understand the differences in the base source repositories and I > know now that I need the releng-10.1 source. > > I have pulled that source using svnlite and I am able to build the base > system and kernel following the handbook. I have also learned how to create > a "release" by reading the release man page and have done so. I then > scripted this to update the local svn base source code, then build a > "release" and then copy the release to a network server. > > OK now the next step or issue: > > How do I use that release assuming that it is on a network server to > update/upgrade multiple systems? > > I know I could use the memstick image from "my release build" to install a > system, I am under the assumption that I can not use that to > update/upgrade a system only install. I have the tarball that release > generates as well. > > Can freebsd-update be "tricked" into using my built release system or will > it only use the freebsd servers? > > It is ok offer improved ways or complete new ways of doing this or tell > me that "it just don't work that way" > > > When my journey is complete I will/should be able to pull the source and > install/update/upgrade multiple system, or at lease that is what I am > attempting to do. > > > Thank you for your time > > _______________________________________________ > > A short time ago there was a thread like your question , but unfortunately I could remember it . The following links may be useful , if possible : https://github.com/freebsd/poudriere Port/Package build and test system https://github.com/freebsd/poudriere/wiki poudriere is a BSD-2 licensed tool primarily designed to test package production on FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. http://www.catwhisker.org/~david/FreeBSD/upgrade.html Upgrading systems running FreeBSD https://lists.freebsd.org/pipermail/freebsd-questions/2014-November/262497.html pkgng local repositories https://lists.freebsd.org/pipermail/freebsd-hackers/2015-February/047040.html local pkgng repo https://lists.freebsd.org/pipermail/freebsd-questions/2015-January/263717.html Cross-compile and distribute updates https://www.freebsd.org/doc/en/articles/hubs/article.html Mirroring FreeBSD https://lists.freebsd.org/pipermail/freebsd-questions/2014-November/262566.html Installing from running FreeBSD http://blog.hostileadmin.com/2012/10/08/building-freebsd-media-with-custom-packages/ http://freebsd.so14k.com/freebsd_update_server.shtml https://wiki.freebsd.org/pkgng PKG : Pkg is the Next Generation package management tool for FreeBSD https://wiki.freebsd.org/pkgng/CharterAndRoadMap PKGNG Charter and Road Map http://www.freshports.org/ports-mgmt/poudriere poudriere is a tool primarily designed to test package production on FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. http://blog.etoilebsd.net/post/Home_made_pkgng_repo Home made pkgng repositories If you study pkg system of FreeBSD , you will find that there is possible solutions for your problem . Mehmet Erol Sanliturk From owner-freebsd-questions@freebsd.org Mon Sep 19 01:03:27 2016 Return-Path: Delivered-To: freebsd-questions@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 223D7BDDC3C for ; Mon, 19 Sep 2016 01:03:27 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) by mx1.freebsd.org (Postfix) with ESMTP id DE11A2E7 for ; Mon, 19 Sep 2016 01:03:26 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:52874] helo=raspberrypi.bildanet.com) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id F3/38-11122-8593FD75; Mon, 19 Sep 2016 01:03:20 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1blmzQ-0005B0-4y for freebsd-questions@freebsd.org; Sun, 18 Sep 2016 21:03:20 -0400 Subject: Re: Updating multiple computers To: "freebsd-questions@freebsd.org" References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> From: Baho Utot Message-ID: <111fcb95-2c76-5096-a913-5c0d826d3903@columbus.rr.com> Date: Sun, 18 Sep 2016 21:03:20 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 01:03:27 -0000 On 09/18/16 20:53, Mehmet Erol Sanliturk wrote: > > > On Sun, Sep 18, 2016 at 5:20 PM, Baho Utot > wrote: > > Here is what I have done, I need some guidance to complete my journey > > I now understand the differences in the base source repositories > and I know now that I need the releng-10.1 source. > > I have pulled that source using svnlite and I am able to build the > base system and kernel following the handbook. I have also learned > how to create a "release" by reading the release man page and have > done so. I then scripted this to update the local svn base source > code, then build a "release" and then copy the release to a > network server. > > OK now the next step or issue: > > How do I use that release assuming that it is on a network server > to update/upgrade multiple systems? > > I know I could use the memstick image from "my release build" to > install a system, I am under the assumption that I can not use > that to update/upgrade a system only install. I have the tarball > that release generates as well. > > Can freebsd-update be "tricked" into using my built release system > or will it only use the freebsd servers? > > It is ok offer improved ways or complete new ways of doing this > or tell me that "it just don't work that way" > > > When my journey is complete I will/should be able to pull the > source and install/update/upgrade multiple system, or at lease > that is what I am attempting to do. > > > Thank you for your time > > _______________________________________________ > > > > A short time ago there was a thread like your question , but > unfortunately I could remember it . > > The following links may be useful , if possible : > [putolin] > > If you study pkg system of FreeBSD , you will find that there is > possible solutions for your problem . > > Mehmet Erol Sanliturk > > > I am wanting to update/upgrade the base system not ports. I am using synth and putting its output on a network server. I have the port thing covered, I need some thing for base. Thanks From owner-freebsd-questions@freebsd.org Mon Sep 19 04:27:19 2016 Return-Path: Delivered-To: freebsd-questions@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 98A3BBD65A5 for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3A880B for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 79B46BD65A3; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) Delivered-To: questions@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 795D3BD65A2 for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB3280A for ; Mon, 19 Sep 2016 04:27:18 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 7AC99D7882 for ; Mon, 19 Sep 2016 11:27:08 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1474259227; x=1476073628; bh=3gxJpEZZxFSPhrO2AMK/4F bxR66TAaQU3HDGfwU4+sE=; b=nrHm5Siks4J2QJv8R8f2rFvLvpVnFi/h3mhtjG WDJBxUy5NM2YwEz2JMLjC4h+T+KPUEVhHfhfjVoplN2d/WHUFxfIl/BlgCM0tQXD gk6bSsUgXoRal8xmgbT5bBmA4JGfW1p6C4DrkuE7jVsle170383eMbeYXfPSOPW7 syd20= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id smpeB9kPoKIP for ; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 7E4F7D7881 for ; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u8J4R7mb080276; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: questions@freebsd.org Subject: /dev/ad vs. /dev/ada Date: Mon, 19 Sep 2016 11:27:07 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 04:27:19 -0000 Hi, I am wondering what is the difference between driver /dev/ad and /dev/ada. I have been using /dev/ad for years, but now I notice there is also the drivers /dev/ada. ad is not in the man anymore, but still working like it used to. So, what is the differece. TIA, Olivier -- From owner-freebsd-questions@freebsd.org Mon Sep 19 04:51:23 2016 Return-Path: Delivered-To: freebsd-questions@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 7B68CBDF0DA for ; Mon, 19 Sep 2016 04:51:23 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 67047FE8 for ; Mon, 19 Sep 2016 04:51:23 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: by mailman.ysv.freebsd.org (Postfix) id 665D5BDF0D9; Mon, 19 Sep 2016 04:51:23 +0000 (UTC) Delivered-To: questions@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 66043BDF0D8 for ; Mon, 19 Sep 2016 04:51:23 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F649FE6 for ; Mon, 19 Sep 2016 04:51:22 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-180-184.dynamic.qsc.de [92.195.180.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 6743A276EC; Mon, 19 Sep 2016 06:51:13 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8J4pDDW005226; Mon, 19 Sep 2016 06:51:13 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Mon, 19 Sep 2016 06:51:13 +0200 From: Polytropon To: Olivier Cc: questions@freebsd.org Subject: Re: /dev/ad vs. /dev/ada Message-Id: <20160919065113.7b293af3.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 04:51:23 -0000 On Mon, 19 Sep 2016 11:27:07 +0700, Olivier wrote: > I am wondering what is the difference between driver /dev/ad and > /dev/ada. > > I have been using /dev/ad for years, but now I notice there is also the > drivers /dev/ada. ad is not in the man anymore, but still working like > it used to. > > So, what is the differece. The "ad" device driver is for (parallel) ATA drives, "ada" is "advanced da", with "da" being the driver for generic SCSI direct access devices which cover SATA devices when they are accessed using the AHCI controller interface. Similarly to abolishing the "acd" device driver (ATAPI CDs) which are now covered with the "cd" driver (SCSI CD). The method "SCSI oder ATA", formerly performed by the ATAPICAM facility, is now the default for storage access. See "man ad", "man da", "man ahci", and "man ada" for details. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Mon Sep 19 09:17:18 2016 Return-Path: Delivered-To: freebsd-questions@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 19CC6BDF384 for ; Mon, 19 Sep 2016 09:17:18 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from mx.box-hlm-01.niklaas.eu (mx.box-hlm-01.niklaas.eu [IPv6:2a02:2770:15:0:21a:4aff:fe1b:d1ad]) by mx1.freebsd.org (Postfix) with ESMTP id AA7A5316 for ; Mon, 19 Sep 2016 09:17:17 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-hlm-03.niklaas.eu (unknown [10.77.5.3]) by mx.box-hlm-01.niklaas.eu (Postfix) with ESMTPSA id 411DB2C3552 for ; Mon, 19 Sep 2016 11:17:16 +0200 (CEST) Date: Mon, 19 Sep 2016 11:17:12 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: When `drill` works but `nc` doesn't Message-ID: <20160919091712.cxgkc4mcvekdo2gl@box-hlm-03.niklaas.eu> Reply-To: stdin@niklaas.eu Mail-Followup-To: freebsd-questions@freebsd.org References: <20160917134155.GA77669@box-hlm-03.niklaas.eu> <20160917192342.GA2305@vps.markoturk.info> <20160918113409.q7frsljfr2hcbj6g@box-hlm-03.niklaas.eu> <20160918202959.GA2279@vps.markoturk.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mry5hrfptm526vkm" Content-Disposition: inline In-Reply-To: <20160918202959.GA2279@vps.markoturk.info> User-Agent: NeoMutt/20160910 (1.7.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 09:17:18 -0000 --mry5hrfptm526vkm Content-Type: multipart/mixed; boundary="spdcgyrmw4orje3c" Content-Disposition: inline --spdcgyrmw4orje3c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Marko Turk [2016-09-18 22:29 +0200] : > can you also add something like 'dst host 10.3.4.1' because (if I'm not > mistaken) you only capture packets originating from 10.3.4.1 and not the > replys. You're right, I filtered out the replies. I attached a new tcpdump resulting from 1 $ sudo tcpdump -nettti lo0 \ 2 host 10.3.4.1 or host 10.77.4.1 or \ 3 host fd16:dcc0:f4cc:3::4:1 or host fd16:dcc0:f4cc:77::4:1 or \ 4 host 10.3.5.3 or host 10.77.5.3 or \ 5 host fd16:dcc0:f4cc:3::5:3 or host fd16:dcc0:f4cc:77::5:3 and \ 6 not host 10.77.2.1 and not host 10.3.2.1 and not port 8080 > \ 7 /tmp/tcpdump-nc2 Lines 2-5 match anything from the hosts in question (www1 and mysql2); line 6 removes packets created by my proxy's health checks and my varnish-nginx set-up. The packets you can see in "tcpdump-nc2" are (again) created by the following command: $ sudo jexec www1 nc -z mysql2.box-hlm-03.klaas 3306 > > Investigating the dump I came across the following line: > >=20 > > 00:00:00.000265 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.= 3.4.1 udp port 17918 unreachable, length 36 > > [cut] >=20 > It seems you're getting the reply from the wrong IP (10.3.3.1). Can you > post you unbound config, specifically 'interface:' section? As you suspected correctly, the tcpdump reveals the following: 1 00:00:00.000000 AF IPv4 (2), length 73: 10.3.4.1.47995 > 10.77.3.1.53:= 13167+ A? mysql2.box-hlm-03.klaas. (41) 2 00:00:00.000164 AF IPv4 (2), length 226: 10.3.3.1.53 > 10.3.4.1.47995:= 13167 1/2/4 A 10.3.5.3 (194) 3 00:00:00.000062 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3= =2E4.1 udp port 47995 unreachable, length 36 4 00:00:01.031999 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.60810 = > fd16:dcc0:f4cc:77::3:1.53: 13167+ A? mysql2.box-hlm-03.klaas. (41) 5 00:00:00.000233 AF IPv6 (28), length 246: fd16:dcc0:f4cc:77::3:1.53 > = fd16:dcc0:f4cc:77::4:1.60810: 13167 1/2/4 A 10.3.5.3 (194) Lines 1-2 show that www1 consults IP 10.77.3.1 (b/c /etc/resolv.conf says so) but unbound (listening on both 10.{3,77}.3.1) replies on 10.3.3.1. (Not bad that you found that out with half of the output missing, by the way!) I also attached my unbound.conf. These should be the lines of the most interest: interface: 0.0.0.0 interface: ::0 access-control: 10.0.0.0/8 allow access-control: fd16:dcc0:f4cc::/48 allow I checked unbound.conf(5) and stumbled upon the following: interface-automatic: Detect source interface on UDP queries and copy them to replies. This feature is experimental, and needs support in your OS for particular socket options. Default value is no. Do I need that? Do you know why it works on IPv6 but doesn't on IPv4? Thank you very much for your help! Niklaas --spdcgyrmw4orje3c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=tcpdump-nc2 00:00:00.000000 AF IPv4 (2), length 73: 10.3.4.1.47995 > 10.77.3.1.53: 13167+ A? mysql2.box-hlm-03.klaas. (41) 00:00:00.000164 AF IPv4 (2), length 226: 10.3.3.1.53 > 10.3.4.1.47995: 13167 1/2/4 A 10.3.5.3 (194) 00:00:00.000062 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.4.1 udp port 47995 unreachable, length 36 00:00:01.031999 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.60810 > fd16:dcc0:f4cc:77::3:1.53: 13167+ A? mysql2.box-hlm-03.klaas. (41) 00:00:00.000233 AF IPv6 (28), length 246: fd16:dcc0:f4cc:77::3:1.53 > fd16:dcc0:f4cc:77::4:1.60810: 13167 1/2/4 A 10.3.5.3 (194) 00:00:00.000211 AF IPv4 (2), length 73: 10.3.4.1.58499 > 10.77.3.1.53: 56993+ AAAA? mysql2.box-hlm-03.klaas. (41) 00:00:00.000122 AF IPv4 (2), length 238: 10.3.3.1.53 > 10.3.4.1.58499: 56993 1/2/4 AAAA fd16:dcc0:f4cc:3::5:3 (206) 00:00:00.000055 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10.3.4.1 udp port 58499 unreachable, length 36 00:00:01.020438 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.61340 > fd16:dcc0:f4cc:77::3:1.53: 56993+ AAAA? mysql2.box-hlm-03.klaas. (41) 00:00:00.000211 AF IPv6 (28), length 258: fd16:dcc0:f4cc:77::3:1.53 > fd16:dcc0:f4cc:77::4:1.61340: 56993 1/2/4 AAAA fd16:dcc0:f4cc:3::5:3 (206) 00:00:00.000281 AF IPv4 (2), length 64: 10.3.4.1.50403 > 10.3.5.3.3306: Flags [S], seq 1484750364, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS val 1611172442 ecr 0], length 0 00:00:00.000089 AF IPv4 (2), length 64: 10.3.5.3.3306 > 10.3.4.1.50403: Flags [S.], seq 2014966415, ack 1484750365, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS val 2427400641 ecr 1611172442], length 0 00:00:00.000054 AF IPv4 (2), length 56: 10.3.4.1.50403 > 10.3.5.3.3306: Flags [.], ack 1, win 1275, options [nop,nop,TS val 1611172442 ecr 2427400641], length 0 00:00:00.000378 AF IPv4 (2), length 162: 10.3.5.3.3306 > 10.3.4.1.50403: Flags [P.], seq 1:107, ack 1, win 1275, options [nop,nop,TS val 2427400642 ecr 1611172442], length 106 00:00:00.000041 AF IPv4 (2), length 56: 10.3.5.3.3306 > 10.3.4.1.50403: Flags [F.], seq 107, ack 1, win 1275, options [nop,nop,TS val 2427400642 ecr 1611172442], length 0 00:00:00.000049 AF IPv4 (2), length 56: 10.3.4.1.50403 > 10.3.5.3.3306: Flags [.], ack 108, win 1274, options [nop,nop,TS val 1611172443 ecr 2427400642], length 0 00:00:00.000454 AF IPv4 (2), length 56: 10.3.4.1.50403 > 10.3.5.3.3306: Flags [F.], seq 1, ack 108, win 1275, options [nop,nop,TS val 1611172443 ecr 2427400642], length 0 00:00:00.000040 AF IPv4 (2), length 56: 10.3.5.3.3306 > 10.3.4.1.50403: Flags [.], ack 2, win 1275, options [nop,nop,TS val 2427400642 ecr 1611172443], length 0 --spdcgyrmw4orje3c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="unbound.conf" server: verbosity: 1 # logfile: unbound.log interface: 0.0.0.0 interface: ::0 access-control: 10.0.0.0/8 allow access-control: fd16:dcc0:f4cc::/48 allow domain-insecure: "klaas." domain-insecure: "10.in-addr.arpa." domain-insecure: "d.f.ip6.arpa." local-zone: "10.in-addr.arpa." nodefault local-zone: "d.f.ip6.arpa." nodefault # Because of hairpin NAT local-zone: "niklaas.eu." typetransparent local-data: "pkg.niklaas.eu. IN A 10.3.4.1" local-data: "pkg.niklaas.eu. IN AAAA fd16:dcc0:f4cc:3::4:1" local-data: "mail.niklaas.eu. IN A 10.77.2.1" local-data: "mail.niklaas.eu. IN AAAA fd16:dcc0:f4cc:77::2:1" local-zone: "financecomm.com." typetransparent local-data: "pkg.financecomm.com. IN AAAA 2a01:4f8:121:52ad::2:5" python: remote-control: stub-zone: name: "klaas." stub-addr: 10.1.3.2 stub-addr: 10.3.3.2 stub-zone: name: "10.in-addr.arpa." stub-addr: 10.1.3.2 stub-addr: 10.3.3.2 stub-zone: name: "c.c.4.f.0.c.c.d.6.1.d.f.ip6.arpa." stub-addr: 10.1.3.2 stub-addr: 10.3.3.2 forward-zone: name: "." forward-addr: 198.101.242.72 # Alternate DNS forward-addr: 208.67.222.222 # OpenDNS forward-addr: 208.67.220.220 # OpenDNS forward-addr: 2620:0:ccc::2 # OpenDNS forward-addr: 2620:0:ccd::2 # OpenDNS forward-addr: 84.200.69.80 # DNS.Watch forward-addr: 84.200.70.40 # DNS.Watch forward-addr: 2001:1608:10:25::1c04:b12f # DNS.Watch forward-addr: 2001:1608:10:25::9249:d69b # DNS.Watch # search "public dns servers" on duckduckgo.com for more # vim:set ft=conf: --spdcgyrmw4orje3c-- --mry5hrfptm526vkm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX360SAAoJEJArKu48GaI6De0QAMM/adLH1qoGvQdxbZAn3oPw GlSnw98NOoCfM+j3OZLrLvJmrtb+CwMkiO6ZN0chlnZn1VS1S6hjfEdUHBPMuo3D VxkzOMRgpNrrnXkF6AULM8ROrba8Wg93QGtacXHLpxGdZHmxBajv0ceI8F9yz7Ar nRjqatQRofYupfPuUv4rTWCrKWZWRBpJGGM/stcroUtfux5fPTOmqQItyCy7yxcH k21bfdYNCLREKB11Hg9jOsOFjPispwvnlKYia80tLaCgl+q4Y26DHLyzJ0kMw4Iy a6YS1CwiYnyhKyMe/zaXIu/AM1hAeGSe2SSf0tvAA5IPgPTfSuuIRW/nCSovHuAg BmLpsiWCyv/CxacGy8SP7G4QK9WYIT12UJsSNKrXhAHUAxmAkpDcG3db9MtxO//U CBxTjbj7bzs6Vit1NiUVpM0P7wa0mkbUyIXAKHJBeCsm7kD7M4XxpqeQhueduSCB l0Buxxhh4dsNDcSkERYrmGa++wowqztPJg6BI8lnrbDCz94F1+hI6FIl+1IzpCmH 3PFNP82lTg+L0olXZ9YdEfz034ive78mUj6pOb9knwEjU/PUpk1n+6tCrl4iTz1H ADih95O4p/DVI6SwAm250GLvbQlKE/g+zuHZb9qAVFCgdmTJJAO9f+0oxTf+YA+p IKGKym6ZBuX53C3yiV9z =MRSh -----END PGP SIGNATURE----- --mry5hrfptm526vkm-- From owner-freebsd-questions@freebsd.org Mon Sep 19 13:34:28 2016 Return-Path: Delivered-To: freebsd-questions@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 CF2E3BE07A3; Mon, 19 Sep 2016 13:34:28 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A482E04; Mon, 19 Sep 2016 13:34:27 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8JDYJDK027136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 19 Sep 2016 08:34:21 -0500 To: FreeBSD ports list !!!! , FreeBSD Questions !!!! From: "William A. Mahaffey III" Subject: firefox crash Message-ID: Date: Mon, 19 Sep 2016 08:39:49 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 13:34:28 -0000 When I navigate to www.tdameritrade.com/home.page, it reliably crashes firefox-49.0_3,1, newly upgraded about 2 min. ago (from 49.0_2,1, upgraded Saturday, which also crashed), complete w/ firefox.core in my home directory: [wam@kabini1, ~, 8:37:25am] 309 % uname -a FreeBSD kabini1.local 9.3-RELEASE-p43 FreeBSD 9.3-RELEASE-p43 #0: Sat May 28 00:19:32 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 [wam@kabini1, ~, 8:37:30am] 310 % lltr10; date drwx------ 20 wam users 6656 Sep 12 22:39 Desktop/ -rw------- 1 wam users 174 Sep 17 16:16 .serverauth.88546 -rw------- 1 wam users 1024 Sep 17 16:16 .rnd -rw------- 1 wam users 4782 Sep 17 16:16 .ICEauthority -rw------- 1 wam users 14334 Sep 17 16:25 .history drwx------ 2 wam users 3584 Sep 17 16:52 fontconfig/ drwx------ 3 wam users 291840 Sep 18 09:25 Recipes/ -rw------- 1 wam users 1019 Sep 19 04:38 LIST.cron -rw------- 1 wam users 1276759 Sep 19 08:27 mbox -rw------- 1 wam users 363171840 Sep 19 08:34 firefox.core Mon Sep 19 08:37:39 MCDT 2016 [wam@kabini1, ~, 8:37:39am] 311 % Any other info needed, don't hesitate. Have a good one. -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Mon Sep 19 14:56:46 2016 Return-Path: Delivered-To: freebsd-questions@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 4AE02BE1A29 for ; Mon, 19 Sep 2016 14:56:46 +0000 (UTC) (envelope-from news@interactive-plus.org) Received: from mail.interactive-plus.org (mail.interactive-plus.org [94.232.62.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A73E17E6 for ; Mon, 19 Sep 2016 14:56:45 +0000 (UTC) (envelope-from news@interactive-plus.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=interactive-plus.org; s=mail; h=Content-Type:MIME-Version:List-id:List-Unsubscribe:Message-ID:Date:Subject:From:To; bh=tC8xttYlMIJeyobLi7B8FF4wg7X9O/lsa5OzZ9Q+A6Q=; b=a8kAx/Mf8omkISDoJ6381aLs35OVQzd0Goqn89fsvbIYVYVsd5ovfxmN9IALgAPuHkoFRp7OnZtHracPde4Rpj3NgZQ4+gNdiNnvkDVUOPokQVtpby2tYEdohuQfooWTqyMFUjEMpp4X1m8KEHQMl4FNiqSjYVpIGpaibp1+4QU=; Received: from localhost ([127.0.0.1]) by mail.interactive-plus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1blzqi-0002Uq-2R for freebsd-questions@freebsd.org; Mon, 19 Sep 2016 17:47:12 +0300 To: freebsd-questions@freebsd.org From: =?windows-1251?B?1uXt8vAg7eDz9+3u4+4g8e7y8PPk7ej35fHy4uAgIsjt8uXw4Ory6OIg7+v+8SI=?= Subject: =?windows-1251?B?z+7n5PDg4uv/5ewg8SDE7bjsIPP36PLl6/8h?= Date: Mon, 19 Sep 2016 17:47:12 +0300 X-Mailer: Perl script "sendjob_81_freebsd.org.pm" using Mail::Sender 0.8.23 by Jenda Krynicky, Czechlands running on localhost (127.0.0.1) under account "root" Message-ID: <20160919_144712_000215.news@interactive-plus.org> X-SenderName-ClientID: 441550 Feedback-ID: 20160919/81:interactive-plus:delivery:interactive-plus.org Precedence: bulk Content-Disposition: inline Content-Description: Mail message body MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 14:56:46 -0000 From owner-freebsd-questions@freebsd.org Mon Sep 19 15:28:21 2016 Return-Path: Delivered-To: freebsd-questions@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 9F01DBE042A for ; Mon, 19 Sep 2016 15:28:21 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm5-vm4.bullet.mail.ir2.yahoo.com (nm5-vm4.bullet.mail.ir2.yahoo.com [212.82.96.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FEA1CB1 for ; Mon, 19 Sep 2016 15:28:20 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1474298724; bh=wUKAh+N2OEoQ23vyyMMVf70BAT1Y8v0PQ5r4M2/AxSk=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=LLU7lL7rx9BzVCpCl2JUQ6Aei1GSkcX9oB2K9eDc6s3zDfs+6wbxaqSpbRmHwL5YqPGUC45gkRNBfZY1HWs6Ab9BteseSS3mHhW8eCoUDRYTxXyt9apZ7hOdDsn3U+KpOCN4HjSj7G78KbJN77XMW6LRoIxT8UVZVXRCzKNZAMy2FuqjdDUTa9mKA63DP3ycb9Dj/CTLm6NIhaWmuDZhenfDLhNf4MNNCVf78bmk6uha6N5HVDciQXkJWde8lNUR4/oviVc5JZaB/CeEPZk6u+cw2uPKazMwUW/Iyx0fAaFcGZmxyMfvtJO0nXp99+yxtW8rjFiJrkh/n2vsDvCRCA== Received: from [212.82.98.49] by nm5.bullet.mail.ir2.yahoo.com with NNFMP; 19 Sep 2016 15:25:24 -0000 Received: from [46.228.39.80] by tm2.bullet.mail.ir2.yahoo.com with NNFMP; 19 Sep 2016 15:25:24 -0000 Received: from [127.0.0.1] by smtp117.mail.ir2.yahoo.com with NNFMP; 19 Sep 2016 15:25:24 -0000 X-Yahoo-Newman-Id: 639422.96775.bm@smtp117.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: FlcYiusVM1k28SMx0c.7k7VzDkbFW8NfARgvtBUBpc5Vix7 rZ_m58DrZi2qcPvdcQeZ0VwpiQCFf4xiqZ5IPKGf0WUgH9iepUi_5FS74gqu EAb5MSTjK3rG.JrtA2vF9CWIgoF_4ue8.wVFVsXK2JFqdrQS90WBAS0pddM2 1wFDuEvO5Q03V72jOmntMoIuD5kdEj5gcedMTCRa0ZVwmXeDDcZ8mIwzZ0q2 0KNBrhMxH1u4rcWSc6PCdNmZJUtljmSdxehbWprsfeu0Tvjxw5xbljN_.l5u VITEruUSs6UGgtU80pOAWeo6gmkTsz452T5RlgYTStwa8x.t0.Odb_fgRqIn YjdRuNeNnCtXwt8q3nCtwXpckQ_PQpMGX6AtBc5MEDI4HGG993sXhaknBbQC Vkhl8OZqhDH6kuNfIRy7vVAw_smq954j2uoX67v3d4wi7NPoYBI76EN5LSKN OvBev2H3dv3l3W8vmnBhrpOdkdz_7anKxQnDgt9gfAD._an7X6Ix4hhKIOsr pG1zPwZHFeuuAE5yRiwOub5SihzX7obDDNlgFbs4L6LLLV22FcXXwIiLB4sc cGIP7hut6d8N80I3c.SzYX3Oplc20uQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Date: Mon, 19 Sep 2016 17:25:25 +0200 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: firefox crash Message-ID: <20160919172525.2857fcee@archlinux.localdomain> In-Reply-To: References: X-Mailer: Claws Mail 3.14.0-2-ge48b739 (GTK+ 2.24.31; x86_64-arch-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 15:28:21 -0000 On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: >Any other info needed Is there any output if you launch Firefox by firefox --safe-mode when it crashes? Regards, Ralf From owner-freebsd-questions@freebsd.org Mon Sep 19 16:15:18 2016 Return-Path: Delivered-To: freebsd-questions@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 B1811BE13DF for ; Mon, 19 Sep 2016 16:15:18 +0000 (UTC) (envelope-from markoml@markoturk.info) Received: from vps.markoturk.info (vps.markoturk.info [95.154.208.14]) by mx1.freebsd.org (Postfix) with ESMTP id 55DF010AD for ; Mon, 19 Sep 2016 16:15:17 +0000 (UTC) (envelope-from markoml@markoturk.info) Received: from vps.markoturk.info (localhost [127.0.0.1]) by vps.markoturk.info (Postfix) with ESMTP id 3A95D273A4 for ; Mon, 19 Sep 2016 18:15:16 +0200 (CEST) Date: Mon, 19 Sep 2016 18:15:17 +0200 From: Marko Turk To: freebsd-questions@freebsd.org Subject: Re: When `drill` works but `nc` doesn't Message-ID: <20160919161516.GA2242@vps.markoturk.info> References: <20160917134155.GA77669@box-hlm-03.niklaas.eu> <20160917192342.GA2305@vps.markoturk.info> <20160918113409.q7frsljfr2hcbj6g@box-hlm-03.niklaas.eu> <20160918202959.GA2279@vps.markoturk.info> <20160919091712.cxgkc4mcvekdo2gl@box-hlm-03.niklaas.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20160919091712.cxgkc4mcvekdo2gl@box-hlm-03.niklaas.eu> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 16:15:18 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Sep 19, 2016 at 11:17:12AM +0200, Niklaas Baudet von Gersdorff wrot= e: > Hi, >=20 > Marko Turk [2016-09-18 22:29 +0200] : >=20 > > can you also add something like 'dst host 10.3.4.1' because (if I'm not > > mistaken) you only capture packets originating from 10.3.4.1 and not the > > replys. >=20 > You're right, I filtered out the replies. I attached a new > tcpdump resulting from >=20 > 1 $ sudo tcpdump -nettti lo0 \ > 2 host 10.3.4.1 or host 10.77.4.1 or \ > 3 host fd16:dcc0:f4cc:3::4:1 or host fd16:dcc0:f4cc:77::4:1 or \ > 4 host 10.3.5.3 or host 10.77.5.3 or \ > 5 host fd16:dcc0:f4cc:3::5:3 or host fd16:dcc0:f4cc:77::5:3 and= \ > 6 not host 10.77.2.1 and not host 10.3.2.1 and not port 8080 > \ > 7 /tmp/tcpdump-nc2 >=20 > Lines 2-5 match anything from the hosts in question (www1 and > mysql2); line 6 removes packets created by my proxy's health > checks and my varnish-nginx set-up. >=20 > The packets you can see in "tcpdump-nc2" are (again) created by > the following command: >=20 > $ sudo jexec www1 nc -z mysql2.box-hlm-03.klaas 3306 >=20 > > > Investigating the dump I came across the following line: > > >=20 > > > 00:00:00.000265 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 1= 0.3.4.1 udp port 17918 unreachable, length 36 > > > [cut] > >=20 > > It seems you're getting the reply from the wrong IP (10.3.3.1). Can you > > post you unbound config, specifically 'interface:' section? >=20 > As you suspected correctly, the tcpdump reveals the following: >=20 > 1 00:00:00.000000 AF IPv4 (2), length 73: 10.3.4.1.47995 > 10.77.3.1.5= 3: 13167+ A? mysql2.box-hlm-03.klaas. (41) > 2 00:00:00.000164 AF IPv4 (2), length 226: 10.3.3.1.53 > 10.3.4.1.4799= 5: 13167 1/2/4 A 10.3.5.3 (194) > 3 00:00:00.000062 AF IPv4 (2), length 60: 10.3.4.1 > 10.3.3.1: ICMP 10= =2E3.4.1 udp port 47995 unreachable, length 36 > 4 00:00:01.031999 AF IPv6 (28), length 93: fd16:dcc0:f4cc:77::4:1.6081= 0 > fd16:dcc0:f4cc:77::3:1.53: 13167+ A? mysql2.box-hlm-03.klaas. (41) > 5 00:00:00.000233 AF IPv6 (28), length 246: fd16:dcc0:f4cc:77::3:1.53 = > fd16:dcc0:f4cc:77::4:1.60810: 13167 1/2/4 A 10.3.5.3 (194) >=20 > Lines 1-2 show that www1 consults IP 10.77.3.1 (b/c > /etc/resolv.conf says so) but unbound (listening on both > 10.{3,77}.3.1) replies on 10.3.3.1. (Not bad that you found that > out with half of the output missing, by the way!) >=20 > I also attached my unbound.conf. These should be the lines of the > most interest: >=20 > interface: 0.0.0.0 > interface: ::0 >=20 > access-control: 10.0.0.0/8 allow > access-control: fd16:dcc0:f4cc::/48 allow >=20 > I checked unbound.conf(5) and stumbled upon the following: >=20 > interface-automatic: > Detect source interface on UDP queries and copy them to > replies. This feature is experimental, and needs support in > your OS for particular socket options. Default value is no. >=20 > Do I need that? Do you know why it works on IPv6 but doesn't on > IPv4? >=20 I'm not an unbound expert but here's my thinking. I don't think you need interface-automatic, try first with this: instead of 'interface: 0.0.0.0', try adding two explicit lines for each IPv4 address, like this: interface: 10.3.3.1 interface: 10.77.3.1 Try this and see if it helps. -Marko --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX4A8TAAoJEHg6bF2mqM2ITkAP/RQZe88a7LPrXIAIIhCJ6RPp VEfG0jum2a0rCRpl2Gb6PpVoJuH/UMKDvXWnAaWO9iaheyIN1zDH42BUsnoyqAFT Oi7XBT72AVRT4P29pXRTZQk63REgGpOUnLY6BYnYBylmxKSG7CRTLiGmC05TYADZ HyhePswxVN6zSN0X0dUxXfR/lA27zYQhoBYtElPUP3j3QVJfU4xQowMdTc9WBhfs Uyi97KUOTBg5HjnyEikQzq7zqOWoU8C4NGOgC64jIWLnDFHzuOjGr/4puhphX0FQ Q7e4AGEKrCt1vBrygSXIcUPGd5a8f+MXdWsQsB7qX8+gNcRcSpVegzvgoudL1JOT mus1w+D+c4pRuDbpger84Cad+oMc6BN/qJDRJ0ewXauKTISInR4BnkGSHP9kAeoQ F8IQVybA2cGBrNNCsiqTElpYBCA9XIk0BKh2Ca3laosPa2MgoAGWkLvb6gZ1/h9z zChwxhIl2HVfcyVmbOfqoYO6Y0xLk4s2KeALa7I2KF91ZgwvtKjhGJg7mfOSrh9A yx3OH8IfXhC9X/RQ75TJ7+fp8xGO6bXzk2YoH5fBmaofBy3x0GxMNab+8+JFf5Lq HyVeTl5W2ePuSmq2kVoAV7MsogHu+Ns2iHXnhQX7ZCsKvP6/2l/wR+jM6WMcXIfL J5oNlmrXZv0YnvRwZW64 =4smf -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-questions@freebsd.org Mon Sep 19 18:29:06 2016 Return-Path: Delivered-To: freebsd-questions@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 F2809BE1486 for ; Mon, 19 Sep 2016 18:29:06 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98C36B15 for ; Mon, 19 Sep 2016 18:29:06 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id l132so166418359wmf.0 for ; Mon, 19 Sep 2016 11:29:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Mgx00q61ZUp1opqQbxYlYXhxHaVhi83Uax0S3MFWD0A=; b=Mqco8eYDAf/GLvop9YS31IQF7NiS19PQ+UZ9ZQrp4/tlv+nxsSvod2C2QVwFPmumwK MJl7NYjLW5SIom770xP5pI4RMloN9Ln+zZfQl1DzmV8wuJRNNVUzO/jmBgbVw6rD5Bf1 roZqVvzmellXYYR/G4MlYnaHdtOPxMnaRUS3vL17oiYqGYSvVB2ZAwq4lMPWPsecZUzR 7ExROIWsHTTiNpzW+RrYvuScCznXuy7ryVE+MniJ4NBSLX79i6ya3KMpmO8roYMjblOH kcFYcLJVIOngU6uLEzlJANB4KGNPZ3uw5t/+F2U8JTlZbWP4GSUBnwfKWg/nFT5xR/g/ yekQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Mgx00q61ZUp1opqQbxYlYXhxHaVhi83Uax0S3MFWD0A=; b=KpFIusktt7zBazP+esjERkW2ms8XaYbq8cdHZFWWMtTnHe8iIodw4J6UgPoJC/EQwW ffLtNJbY8zSxeV0bqsSrI97fzJg6I1vXJ3RasySxPm1XU+G9YAQDFAvVBGpY5ms15AZf MtiTYftnZzn3+ykNXAYwOwt1MZP0RMYZskAAClOmJCbgMyuTgf2RR1XiRVAPF1k1NLqn FK/Pi7xpaOF6Y039JPebQ+6DNr1Ip7fveKVUdE0SbbfwBWvjx7O+moc7/uVX1f1nPGX+ xP2KoHFVUbzd19hmlLJkao2Y5emox/tBOemr34doymFm5VrMbYWRkGdGvOV+f1u3lxsU k6bQ== X-Gm-Message-State: AE9vXwOmEtxL87g93axagh8oQWu4w0VTbyh+PyRFXsIROygoXqiozPnQD3bwdb1iQU4TrQ== X-Received: by 10.28.103.70 with SMTP id b67mr9848170wmc.43.1474309744652; Mon, 19 Sep 2016 11:29:04 -0700 (PDT) Received: from Johans-MacBook-Air-2.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id 4sm23236571wmu.2.2016.09.19.11.29.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Sep 2016 11:29:03 -0700 (PDT) Subject: Re: Replacing all disks in zroot To: Malcolm Matalka , freebsd-questions@freebsd.org References: <861t0ik43m.fsf@gmail.com> From: Johan Hendriks Message-ID: Date: Mon, 19 Sep 2016 20:29:02 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <861t0ik43m.fsf@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 18:29:07 -0000 Op 17/09/16 om 16:12 schreef Malcolm Matalka: > Hello, > > Right now I have a ZFS on root on FreeBSD 10.3. Currently I only have 1 > disk in zroot and it's too small. So I would like to do the following > thing, but I'm not sure if I need to do some special work to make the > new setup bootable. > > 1. Bought 2 new, larger HDs. > > 2. Going to add one of them to the existing disk as a mirror and let it > resilver. > > 3. Replace the small drive with the second drive I bought, removing the > smaller drive. > > As I understand it, after this I will have the larger capacity, > mirrored. But will this be bootable? Do I have to do something else to > copy the boot setup over? > > Thanks, > /Malcolm > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" That should do the trick, like Mike said, you will need a boot partition and a swap partition. Also use the right command with zpool. So do not use add but ATTACH, this way you create a mirror. If you add a disk , your pool is then a pool with two vdevs without any redendency. regards Johan From owner-freebsd-questions@freebsd.org Mon Sep 19 18:56:11 2016 Return-Path: Delivered-To: freebsd-questions@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 593BCBE1F46 for ; Mon, 19 Sep 2016 18:56:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 237FB418 for ; Mon, 19 Sep 2016 18:56:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x233.google.com with SMTP id r145so101424416ior.0 for ; Mon, 19 Sep 2016 11:56:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fAYWk8s0KRe6ALo9QUZ6IgRbyfjC2F+avcIGSCHXtTY=; b=S6V3cuRoNVboTqgfxLBdN84twHPGv+MWYJ42buA9tQt27RxhdihmuGFqW2O+rNhoss MhxlRI7RIV9fqycVAa+p7aVQcpSlF7LQg8nc3zeAlBieQgYUZ7eSjLbXp66lDntMPotS w5I8U9Cc9avZ0Cc+16ge2DPdVzqG2qaNsKXWZr26+ssAAZPODPx6XldE/qqA5PUdtQd3 FCG7rE7rUvgZhndvP6GZvJEeedrOEyaKVnD9tF9phwwKmcR714jqGgfQgEILVjy/Edlu fqLaovVzTW/8StahQ6WnZuZXNggqiDX88/w6lx/HKgeBoeWgoxpVKStuq8kknujraIcA aoHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fAYWk8s0KRe6ALo9QUZ6IgRbyfjC2F+avcIGSCHXtTY=; b=icShVlJOuOQMKmM51buBUwlsI79/pGS1Z+lTEQYIvqAFjauGEn9WcoTYaV+wEVEg4F KYgkhue86TN7J5+G8hkOTFp3PpkqKldinSvvAnNnP86X3g6R2vb1RAppCoSGUuDlgyt2 +Q13rYw5DYRm8p9ovxBwpWcQCPgsKIhOaFKli7iTLGlVTEULFWMfx54wccTNQC1cWZcL f8gWInzoTCGYwxpF40JxxT/b59OhmClFP+1CpawxXE96sIXifLMrT20X8mLPdTR9Wdns mzLQmSeaKo68zXUugC0+6Or2yq6AIU7ww/M7Jx770gsAG2SiQwynBMknOxCCOK5yb3MB njGw== X-Gm-Message-State: AE9vXwNX8pGvNCdGylNNYCc28gjly3kWA7H9rsos6LI1cHByY0qWP6cRnQ7k82zXyOzaNt6XIfeFaa6RJ2zA6g== X-Received: by 10.107.172.4 with SMTP id v4mr37389998ioe.49.1474311370605; Mon, 19 Sep 2016 11:56:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Mon, 19 Sep 2016 11:56:09 -0700 (PDT) In-Reply-To: <20160918210038.e2aaf647.freebsd@edvax.de> References: <20160918210038.e2aaf647.freebsd@edvax.de> From: Adrian Chadd Date: Mon, 19 Sep 2016 11:56:09 -0700 Message-ID: Subject: Re: intel 3160 wireless card To: Polytropon Cc: hot rod , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 18:56:11 -0000 hi, Please do test out -HEAD. We're actively working on the intel wifi drivers there. -adrian On 18 September 2016 at 12:00, Polytropon wrote: > On Sun, 18 Sep 2016 13:35:16 -0400, hot rod wrote: >> I was curious if the Intel dual band 3160 AC wireless card works out of the >> box with FreeBSD, or does it take some work to get it working under FreeBSD? > > It seems to be possible with the FreeBSD -CURRENT iwm driver, > as the device is listed in the manpage: > > https://www.freebsd.org/cgi/man.cgi?query=iwm&apropos=0&sektion=4&manpath=FreeBSD+12-current&arch=default&format=html > > The driver is present (read: "will be present") in FreeBSD 11: > > https://svnweb.freebsd.org/base/releng/11.0/sys/dev/iwm/ > > FreeBSD 10's -STABLE development branch doesn't seem to have received > this driver yet, so the current release version probably won't be able > to support this particular hardware at the moment. > > You can find the iwm driver development history here: > > https://svnweb.freebsd.org/base/head/sys/modules/iwm/?view=log > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Mon Sep 19 18:57:00 2016 Return-Path: Delivered-To: freebsd-questions@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 0BF5BBE1FCC for ; Mon, 19 Sep 2016 18:57:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C72FF6D6; Mon, 19 Sep 2016 18:56:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id q92so101477712ioi.1; Mon, 19 Sep 2016 11:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=wcYBr0yUBnCCDijQQYyp7b0kTDOApXfl5MMyHjQY31o=; b=bati8Is8kUqUEFc0eKgqWKgFWrq3j1tAvitHHisjNMrtwCeSDEBTw+f04q010YD3s0 oDBgqBA9DTC4kUo6sjzaac5ipNDJJgM/YT8qzuLgumJ1qPEHqx2W7cJshV5whkIPJB48 eyt8crFEy6PU+bEs5O0k7gdngcn/NWtY/tPfurMPLs0qJBh0x1oUXZUZ5Sp4iIUYn1P/ +YbOva+QEK3FlZuwuXiTr+LQ+yu5U2MwwS3LsPcsnLuuI6oAWwl4sf5lbYe1/1y17EBY gWPpV1w0TNkEM6ZskJ1ApNY910n05I8FzLUcNRwto8gPYLP+8L5wG/QFfckCJATNno5T ekqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=wcYBr0yUBnCCDijQQYyp7b0kTDOApXfl5MMyHjQY31o=; b=J9+H8PQpWKZr1qMb+aeENXewFh0o8ozEXxApcqRsp10doNHWAUpXzl330//K3pXtie a/v6AN0BV4Fhre2fzxDrD2f2iiStZjqbm//Qmo4gDZ5EqYomypfxjoNi7Fj22iojxAho UcjewhPSHVmfAV1+OhGl/gIRn9pSLe1xashJWnHHAsv8vYoXxnrZPMynOz/6JfBbZV0u xuJeAAHhbDwB794ActCu2M18zgltkSkaC8YdMff/uMrHqC56jMrO9it4bY2PsS4Eq9Gx h7MmKQH+OB01pmrc3JPVTfEGW5BwqLo2t+eNoiw6Mz2vefsqY2xJEaFp454pcs7KzQRB s47g== X-Gm-Message-State: AE9vXwOxtehdCtRXuD9hL1F1T7XPAgcCop/p379JbVSQNG1GsnqDeoF5b6T7wUxhHb3ITKKjFBR6HVCY2AqQHg== X-Received: by 10.107.137.104 with SMTP id l101mr36595142iod.98.1474311419229; Mon, 19 Sep 2016 11:56:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Mon, 19 Sep 2016 11:56:58 -0700 (PDT) In-Reply-To: <20160911203502.GA24973@neutralgood.org> References: <1473455690.58708.93.camel@pki2.com> <20160911203502.GA24973@neutralgood.org> From: Adrian Chadd Date: Mon, 19 Sep 2016 11:56:58 -0700 Message-ID: Subject: Re: 40 cores, 48 NVMe disks, feel free to take over To: "Kevin P. Neal" , John Baldwin Cc: Christoph Pilka , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 18:57:00 -0000 Hi, I think the nvme allocation issue is known. John? -a On 11 September 2016 at 13:35, Kevin P. Neal wrote: > On Sat, Sep 10, 2016 at 10:57:07AM +0200, Christoph Pilka wrote: >> Hi, >> >> the server we got to experiment with is the SuperMicro 2028R-NR48N (https://www.supermicro.nl/products/system/2U/2028/SSG-2028R-NR48N.cfm ), the board itself is a X10DSC+ > > The best thing to do is file a bug report. If you don't then your report > will probably fall through the cracks. Include all the info you've posted > so far. > >> //Chris >> >> > On 09 Sep 2016, at 23:14, Dennis Glatting wrote: >> > >> > On Fri, 2016-09-09 at 22:51 +0200, Christoph Pilka wrote: >> >> Hi, >> >> >> >> we've just been granted a short-term loan of a server from Supermicro >> >> with 40 physical cores (plus HTT) and 48 NVMe drives. After a bit of >> >> mucking about, we managed to get 11-RC running. A couple of things >> >> are preventing the system from being terribly useful: >> >> >> >> - We have to use hw.nvme.force_intx=1 for the server to boot >> >> If we don't, it panics around the 9th NVMe drive with "panic: >> >> couldn't find an APIC vector for IRQ...". Increasing >> >> hw.nvme.min_cpus_per_ioq brings it further, but it still panics later >> >> in the NVMe enumeration/init. hw.nvme.per_cpu_io_queues=0 causes it >> >> to panic later (I suspect during ixl init - the box has 4x10gb >> >> ethernet ports). >> >> >> >> - zfskern seems to be the limiting factor when doing ~40 parallel "dd >> >> if=/dev/zer of= bs=1m" on a zpool stripe of all 48 drives. Each >> >> drive shows ~30% utilization (gstat), I can do ~14GB/sec write and 16 >> >> read. >> >> >> >> - direct writing to the NVMe devices (dd from /dev/zero) gives about >> >> 550MB/sec and ~91% utilization per device >> >> >> >> Obviously, the first item is the most troublesome. The rest is based >> >> on entirely synthetic testing and may have little or no actual impact >> >> on the server's usability or fitness for our purposes. >> >> >> >> There is nothing but sshd running on the server, and if anyone wants >> >> to play around you'll have IPMI access (remote kvm, virtual media, >> >> power) and root. >> >> >> >> Any takers? >> >> >> > >> > >> > I'm curious to know what board you have. I have had FreeBSD, including >> > release 11 candidates, running on SM boards without any trouble >> > although some of them are older boards. I haven't looked at ZFS >> > performance because mine are typically low disk use. That said, my >> > virtual server (also a SM) IOPs suck but so do its disks. >> > >> > I recently found the Intel RAID chip on one SM isn't real RAID, rather >> > it's pseudo RAID but for a few dollars more it could be real RAID. :( >> > It was killing IOPs so I popped in an old LSI board, routed the cables >> > from the Intel chip, and the server is now a happy camper. I then >> > replaced 11-RC with Ubuntu 16.10 due to a specific application but I am >> > also running RAIDz2 under Ubuntu on three trash 2.5T disks (I didn't do >> > this for any reason other than fun). >> > >> > root@Tuck3r:/opt/bin# zpool status >> > pool: opt >> > state: ONLINE >> > scan: none requested >> > config: >> > >> > NAME STATE READ WRITE CKSUM >> > opt ONLINE 0 0 0 >> > raidz2-0 ONLINE 0 0 0 >> > sda ONLINE 0 0 0 >> > sdb ONLINE 0 0 0 >> > sdc ONLINE 0 0 0 >> > >> > >> > >> >> Wbr >> >> Christoph Pilka >> >> Modirum MDpay >> >> >> >> Sent from my iPhone >> >> _______________________________________________ >> >> freebsd-questions@freebsd.org mailing list >> >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb >> >> sd.org " >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org " >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > > "Good grief, I've just noticed I've typed in a rant. Sorry chaps!" > Keir Finlow Bates, circa 1998 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Mon Sep 19 19:25:12 2016 Return-Path: Delivered-To: freebsd-questions@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 370E6BE0A0F for ; Mon, 19 Sep 2016 19:25:12 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EB41D79 for ; Mon, 19 Sep 2016 19:25:11 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f177.google.com with SMTP id q92so102272642ioi.1 for ; Mon, 19 Sep 2016 12:25:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=y/LOoHc+69P7kmPjQZVgU+ALE4Vnizm2aQMCwmtGstU=; b=GT4On8vzb328jGusXJ0JFw2Ai9BNXLz854J1o5oLbnt1IWLK8NbEbs4gA//tzhwjy9 t1+tngpfCrpjyX1YWy2QsXu/XenTBSWVvy2GRsO3wS6gQqoxmj9UYdKoG5W/NJrTnI+t ascUJL2z3e2VDHvDKmb8bppPRDm7enp5iLxXCUDiS5dgVkMDVKu1O3dU29P0n3H4a2CD 4vXArdmgG9nYx0LktrD47owoOLqrRGKlo+hUDM0We0TTJoD6XUej5kZC0q6f9XBnP9Fc 2Orjs9fWwq4GI6uqIBg8QQOh9MjriwJ/oZH+Xe0CIqOpsPRLdVvnsFXliXBh8GxHr67K /6Ag== X-Gm-Message-State: AE9vXwNgZaD1iiGNzvzKOlXQmWYq/Xy5edMLEuWFkfn1E3sWRkZZpqzoLIDU8t2MVn33rQ== X-Received: by 10.107.148.211 with SMTP id w202mr15694071iod.135.1474292595387; Mon, 19 Sep 2016 06:43:15 -0700 (PDT) Received: from WorkBox.Home.gmail.com (97-116-17-17.mpls.qwest.net. [97.116.17.17]) by smtp.gmail.com with ESMTPSA id x203sm8217725itb.11.2016.09.19.06.43.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Sep 2016 06:43:14 -0700 (PDT) References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Baho Utot Cc: "freebsd-questions\@freebsd.org" Subject: Re: Updating multiple computers In-reply-to: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> Date: Mon, 19 Sep 2016 08:43:15 -0500 Message-ID: <867fa86m4s.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 19:25:12 -0000 Baho Utot writes: > How do I use that release assuming that it is on a network server to > update/upgrade multiple systems? Release images are for clean installs. To update machines over the network, just run `make buildworld` and `make buildkernel` on the master system, then mount /usr/src and /usr/obj to the other systems using NFS. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Mon Sep 19 20:10:44 2016 Return-Path: Delivered-To: freebsd-questions@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 F0FB6BE1689 for ; Mon, 19 Sep 2016 20:10:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC0A96EF for ; Mon, 19 Sep 2016 20:10:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 5126F10AF8D; Mon, 19 Sep 2016 16:10:43 -0400 (EDT) From: John Baldwin To: Adrian Chadd Cc: "Kevin P. Neal" , Christoph Pilka , FreeBSD Questions Subject: Re: 40 cores, 48 NVMe disks, feel free to take over Date: Mon, 19 Sep 2016 13:10:40 -0700 Message-ID: <2828115.ibI7SUQqHX@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <20160911203502.GA24973@neutralgood.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 19 Sep 2016 16:10:43 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 20:10:45 -0000 On Monday, September 19, 2016 11:56:58 AM Adrian Chadd wrote: > Hi, > > I think the nvme allocation issue is known. John? A kernel with 'options EARLY_AP_STARTUP' (which I plan to enable by default in HEAD "soon") should boot fine without needing the force_intx hack. The option is available in 11 but not enabled by default. > -a > > > On 11 September 2016 at 13:35, Kevin P. Neal wrote: > > On Sat, Sep 10, 2016 at 10:57:07AM +0200, Christoph Pilka wrote: > >> Hi, > >> > >> the server we got to experiment with is the SuperMicro 2028R-NR48N (https://www.supermicro.nl/products/system/2U/2028/SSG-2028R-NR48N.cfm ), the board itself is a X10DSC+ > > > > The best thing to do is file a bug report. If you don't then your report > > will probably fall through the cracks. Include all the info you've posted > > so far. > > > >> //Chris > >> > >> > On 09 Sep 2016, at 23:14, Dennis Glatting wrote: > >> > > >> > On Fri, 2016-09-09 at 22:51 +0200, Christoph Pilka wrote: > >> >> Hi, > >> >> > >> >> we've just been granted a short-term loan of a server from Supermicro > >> >> with 40 physical cores (plus HTT) and 48 NVMe drives. After a bit of > >> >> mucking about, we managed to get 11-RC running. A couple of things > >> >> are preventing the system from being terribly useful: > >> >> > >> >> - We have to use hw.nvme.force_intx=1 for the server to boot > >> >> If we don't, it panics around the 9th NVMe drive with "panic: > >> >> couldn't find an APIC vector for IRQ...". Increasing > >> >> hw.nvme.min_cpus_per_ioq brings it further, but it still panics later > >> >> in the NVMe enumeration/init. hw.nvme.per_cpu_io_queues=0 causes it > >> >> to panic later (I suspect during ixl init - the box has 4x10gb > >> >> ethernet ports). > >> >> > >> >> - zfskern seems to be the limiting factor when doing ~40 parallel "dd > >> >> if=/dev/zer of= bs=1m" on a zpool stripe of all 48 drives. Each > >> >> drive shows ~30% utilization (gstat), I can do ~14GB/sec write and 16 > >> >> read. > >> >> > >> >> - direct writing to the NVMe devices (dd from /dev/zero) gives about > >> >> 550MB/sec and ~91% utilization per device > >> >> > >> >> Obviously, the first item is the most troublesome. The rest is based > >> >> on entirely synthetic testing and may have little or no actual impact > >> >> on the server's usability or fitness for our purposes. > >> >> > >> >> There is nothing but sshd running on the server, and if anyone wants > >> >> to play around you'll have IPMI access (remote kvm, virtual media, > >> >> power) and root. > >> >> > >> >> Any takers? > >> >> > >> > > >> > > >> > I'm curious to know what board you have. I have had FreeBSD, including > >> > release 11 candidates, running on SM boards without any trouble > >> > although some of them are older boards. I haven't looked at ZFS > >> > performance because mine are typically low disk use. That said, my > >> > virtual server (also a SM) IOPs suck but so do its disks. > >> > > >> > I recently found the Intel RAID chip on one SM isn't real RAID, rather > >> > it's pseudo RAID but for a few dollars more it could be real RAID. :( > >> > It was killing IOPs so I popped in an old LSI board, routed the cables > >> > from the Intel chip, and the server is now a happy camper. I then > >> > replaced 11-RC with Ubuntu 16.10 due to a specific application but I am > >> > also running RAIDz2 under Ubuntu on three trash 2.5T disks (I didn't do > >> > this for any reason other than fun). > >> > > >> > root@Tuck3r:/opt/bin# zpool status > >> > pool: opt > >> > state: ONLINE > >> > scan: none requested > >> > config: > >> > > >> > NAME STATE READ WRITE CKSUM > >> > opt ONLINE 0 0 0 > >> > raidz2-0 ONLINE 0 0 0 > >> > sda ONLINE 0 0 0 > >> > sdb ONLINE 0 0 0 > >> > sdc ONLINE 0 0 0 > >> > > >> > > >> > > >> >> Wbr > >> >> Christoph Pilka > >> >> Modirum MDpay > >> >> > >> >> Sent from my iPhone > >> >> _______________________________________________ > >> >> freebsd-questions@freebsd.org mailing list > >> >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb > >> >> sd.org " > >> > _______________________________________________ > >> > freebsd-questions@freebsd.org mailing list > >> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org " > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > -- > > Kevin P. Neal http://www.pobox.com/~kpn/ > > > > "Good grief, I've just noticed I've typed in a rant. Sorry chaps!" > > Keir Finlow Bates, circa 1998 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- John Baldwin From owner-freebsd-questions@freebsd.org Mon Sep 19 23:16:42 2016 Return-Path: Delivered-To: freebsd-questions@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 84C4FBE1DC7 for ; Mon, 19 Sep 2016 23:16:42 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 40B69AF9 for ; Mon, 19 Sep 2016 23:16:41 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:53389] helo=raspberrypi.bildanet.com) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 51/58-30634-1D170E75; Mon, 19 Sep 2016 23:16:33 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1bm7nd-0005Ye-G8 for freebsd-questions@freebsd.org; Mon, 19 Sep 2016 19:16:33 -0400 Subject: Re: Updating multiple computers References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> <867fa86m4s.fsf@WorkBox.Home> To: "freebsd-questions@freebsd.org" From: Baho Utot Message-ID: <32caf8a7-c40d-7f2a-5d18-72e4c7f42d50@columbus.rr.com> Date: Mon, 19 Sep 2016 19:16:33 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <867fa86m4s.fsf@WorkBox.Home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.6:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 23:16:42 -0000 On 09/19/16 09:43, Brandon J. Wandersee wrote: > Baho Utot writes: > >> How do I use that release assuming that it is on a network server to >> update/upgrade multiple systems? > Release images are for clean installs. To update machines over the > network, just run `make buildworld` and `make buildkernel` on the master > system, then mount /usr/src and /usr/obj to the other systems using NFS. > Ok I will try that Thanks From owner-freebsd-questions@freebsd.org Tue Sep 20 00:50:22 2016 Return-Path: Delivered-To: freebsd-questions@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 C0424BE06D4 for ; Tue, 20 Sep 2016 00:50:22 +0000 (UTC) (envelope-from msprvs1=17071catRf_jr=bounces-45327@sparkpostmail.com) Received: from mta174a.sparkpostmail.com (mta174a.sparkpostmail.com [52.38.191.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.sparkpostmail.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCBB388 for ; Tue, 20 Sep 2016 00:50:22 +0000 (UTC) (envelope-from msprvs1=17071catRf_jr=bounces-45327@sparkpostmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=urbanladdermail.in; s=scph0916; t=1474331415; i=@urbanladdermail.in; bh=P9WTvGOvxtguRNJBbSf+J1hk5PASxTM77Jk5QkwoI0A=; h=To:Date:Subject:From:List-Unsubscribe:List-Id; b=hAEa/Rt/0OZKg5EYlGFjuzI5HC4/PulMOY9BO+PzoBv9DuOglPESBckgZWl9bHE6E qUp7bNwl9lPUlzyKZzGU8+5GD13YCnY1cz3b6bsBnPDPj1wJJ7kLPGZNeVUBhWFvYa Rfh+iVVpJEneKTo9rw+vmCS/6HBqegSF5dowy4pU= X-MSFBL: 0L24X/ZHrUWfaopxOEVE803TLLsuZvi646VYp+0o+cA=|eyJ0ZW1wbGF0ZV92ZXJ zaW9uIjoiMCIsInRlbXBsYXRlX2lkIjoidGVtcGxhdGVfNDgzOTQxNDA3MjIxOTE wMzgiLCJyIjoiZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmciLCJyY3B0X21 ldGEiOnt9LCJtZXNzYWdlX2lkIjoiMDAwMjE2ODNlMDU3N2QzYjc1M2MiLCJnIjo iYmdfc3RhbmRhcmQiLCJmcmllbmRseV9mcm9tIjoibmV3c2xldHRlcnNAdXJiYW5 sYWRkZXJtYWlsLmluIiwic3ViYWNjb3VudF9pZCI6IjAiLCJzZW5kaW5nX2lwIjo iNTIuMzguMTkxLjIyNCIsImlwX3Bvb2wiOiJzaGFyZWQiLCJ0ZW5hbnRfaWQiOiJ zcGMiLCJyY3B0X3RhZ3MiOlsgXSwiY3VzdG9tZXJfaWQiOiI0NTMyNyIsImIiOiJ pcF81Mi4zOC4xOTEuMjI0IiwiaXBfcG9vbF9yYXciOiJzdGFuZGFyZCIsInRyYW5 zbWlzc2lvbl9pZCI6IjQ4Mzk0MTQwNzIyMTkxMDM4In0= To: freebsd-questions@freebsd.org Message-ID: <57.C3.15229.61380E75@momentum2.platform1.us-west-2.aws.cl.messagesystems.com> Date: Tue, 20 Sep 2016 00:30:14 +0000 Sender: URBAN LADDER Subject: Setting up home? Read THIS first From: URBAN LADDER MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 00:50:22 -0000 From owner-freebsd-questions@freebsd.org Tue Sep 20 03:06:06 2016 Return-Path: Delivered-To: freebsd-questions@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 478E3BE1725 for ; Tue, 20 Sep 2016 03:06:06 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE4FF01 for ; Tue, 20 Sep 2016 03:06:05 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8K362pT009389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 19 Sep 2016 22:06:03 -0500 Subject: Re: firefox crash To: freebsd-questions@freebsd.org References: <20160919172525.2857fcee@archlinux.localdomain> From: "William A. Mahaffey III" Message-ID: Date: Mon, 19 Sep 2016 22:11:32 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160919172525.2857fcee@archlinux.localdomain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 03:06:06 -0000 On 09/19/16 10:31, Ralf Mardorf via freebsd-questions wrote: > On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: >> Any other info needed > Is there any output if you launch Firefox by > > firefox --safe-mode > > when it crashes? > > Regards, > Ralf > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > [wam@kabini1, ~, 8:37:39am] 311 % firefox --safe-mode (firefox:27824): Gdk-WARNING **: The program 'firefox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 386 error_code 10 request_code 130 (MIT-SHM) minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [wam@kabini1, ~, 10:11:12pm] 312 % -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Tue Sep 20 03:36:46 2016 Return-Path: Delivered-To: freebsd-questions@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 17AC8BE1EFE for ; Tue, 20 Sep 2016 03:36:46 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3EC51D38 for ; Tue, 20 Sep 2016 03:36:45 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-180-184.dynamic.qsc.de [92.195.180.184]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id A4E7F277A5; Tue, 20 Sep 2016 05:36:42 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8K3afks001988; Tue, 20 Sep 2016 05:36:41 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Tue, 20 Sep 2016 05:36:41 +0200 From: Polytropon To: "William A. Mahaffey III" Cc: freebsd-questions@freebsd.org Subject: Re: firefox crash Message-Id: <20160920053641.e9075ee2.freebsd@edvax.de> In-Reply-To: References: <20160919172525.2857fcee@archlinux.localdomain> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 03:36:46 -0000 On Mon, 19 Sep 2016 22:11:32 -0453.75, William A. Mahaffey III wrote: > On 09/19/16 10:31, Ralf Mardorf via freebsd-questions wrote: > > On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: > >> Any other info needed > > Is there any output if you launch Firefox by > > > > firefox --safe-mode > > > > when it crashes? > > > > Regards, > > Ralf > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > [wam@kabini1, ~, 8:37:39am] 311 % firefox --safe-mode > > (firefox:27824): Gdk-WARNING **: The program 'firefox' received an X > Window System error. > This probably reflects a bug in the program. > The error was 'BadAccess (attempt to access private resource denied)'. > (Details: serial 386 error_code 10 request_code 130 (MIT-SHM) > minor_code 1) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the GDK_SYNCHRONIZE environment > variable to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() > function.) Just a W.A.G. because I read it somewhere in relation to SHM (shared memory) issues with Firefox... Do you have kern.ipc.shm_allow_removed=1 set in your /etc/sysctl.conf file? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Tue Sep 20 10:40:22 2016 Return-Path: Delivered-To: freebsd-questions@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 87EC9BE202A for ; Tue, 20 Sep 2016 10:40:22 +0000 (UTC) (envelope-from dennyfriars@gmail.com) Received: from mail-qt0-x244.google.com (mail-qt0-x244.google.com [IPv6:2607:f8b0:400d:c0d::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E84BCDA for ; Tue, 20 Sep 2016 10:40:22 +0000 (UTC) (envelope-from dennyfriars@gmail.com) Received: by mail-qt0-x244.google.com with SMTP id 11so403842qtc.3 for ; Tue, 20 Sep 2016 03:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:to:from:reply-to:subject:message-id:mime-version :content-transfer-encoding; bh=cScx9LjlT87K/RJYJRz364NJYsHZRVBDD0EcsTYLBRI=; b=PnInhmp+uwWFOUWOyBXo2/S+uFM+J0k9WO0BV0WZKzxU162EJ1vn6+5qGKcHJPKJsw WtRLpMDgNH6IN28eLE0WTpa86ae3yc3qknoG4uuikbXs1/GCkuypC3roBwuoh6Gn5kv0 //qVcYyJwxUIqoL7ErH6+V9pK9WGILZEIwe2cDZUzPEJ0z7HTTMRrYu/WTRsD89Ja9Lk YZlkBmuTY/x9fwOZ+C4/XToI1d1JkTdW5pa9j/77xCKMrQC57EXeQyHIT3W5RqQ/PbVF stqkPGHSBG5xUn0fVx1ghunlSybkfqR7AWB0oAQaO5e2+5PtL03sXitDL2DjHjyfq/uN 7QqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:to:from:reply-to:subject:message-id :mime-version:content-transfer-encoding; bh=cScx9LjlT87K/RJYJRz364NJYsHZRVBDD0EcsTYLBRI=; b=TqgPCWBfjwhS1FhRa0rzC3Vm2VQX0N6lmVAkz6P6+ehjNdAQfQa8Sda4XMIfINwj9S TwX9fkJ9uYKODg5yqV01lyypFRsfKho01ExS3Ftq00nVL9dkogNYTaoficc4jEsCzOwY zGPh8M9fGom9d6u3JIdb5IIgQDM4IxuydYwLXKyLqhEL44zK4kovO9aRdMNvkm1BfAKk W2wZpyI91W3ooE6FSiMNQpQgqkrC1QLBVJAPh+akCpb/Hv8RtmiUBLNDGsq8GIlF+mm4 8yxIwEHEBgpROomsKA56EyVvOd7zZ8QvW+HBFJCHosUxVMTfPQ++RykO5RWJVjjD9ARO NwkA== X-Gm-Message-State: AE9vXwNhgzV6CK+T/rGd4RDl/fMMNOnAAH3A2CXbCbrspzPCEXm38e3bL4WcuaHuI0S/Pg== X-Received: by 10.237.33.237 with SMTP id m42mr35018223qtc.61.1474368021222; Tue, 20 Sep 2016 03:40:21 -0700 (PDT) Received: from gmail.com (ec2-54-158-10-71.compute-1.amazonaws.com. [54.158.10.71]) by smtp.gmail.com with ESMTPSA id w35sm15694824qtc.24.2016.09.20.03.40.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Sep 2016 03:40:20 -0700 (PDT) Date: Tue, 20 Sep 2016 10:40:20 +0000 To: freebsd-questions@freebsd.org From: Denny Friars Reply-To: Denny Friars Subject: Best Start Page! * www.US-Webmasters.Com * Best Start Page, Best Home Page, Start Page, Best Starting Site, Best Links Page, Best Starting Page, Best Starting Point, Best Cool Links Page, Best Hot Links Page, Best Hot Links Site, Links List, Lots Of Links Message-ID: <3580762.or_mail@gmail.com> X-Priority: 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 10:40:22 -0000 Hi there, I am currently working with a large DIY brand who operates in the same market place as Homebase and B and Q. I noticed your site has published a very interesting article, Best Start Page! * www.US-Webmasters.Com * Best Start Page, Best Home Page, Start Page, Best Starting Site, Best Links Page, Best Starting Page, Best Starting Point, Best Cool Links Page, Best Hot Links Page, Best Hot Links Site, Links List, Lots Of Links, which is why I think a collaboration between us could work well. We would like to feature a bespoke piece of content on your site, which we think would be of great interest to you and your audience. For the privilege of being featured on your site, we would be happy to offer you a fee of $50. We hope to hear back from you soon. Kind Regards, Denny Don't want emails from us anymore? Reply to this email with the word "UNSUBSCRIBE" in the subject line. From owner-freebsd-questions@freebsd.org Tue Sep 20 12:19:40 2016 Return-Path: Delivered-To: freebsd-questions@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 68F7EBE2E04 for ; Tue, 20 Sep 2016 12:19:40 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32FBE22A for ; Tue, 20 Sep 2016 12:19:39 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8KCJbAE017393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 20 Sep 2016 07:19:38 -0500 Subject: Re: firefox crash References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org From: "William A. Mahaffey III" Message-ID: <01b99ae8-3153-d476-68bf-de37be93331c@hiwaay.net> Date: Tue, 20 Sep 2016 07:25:06 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160920053641.e9075ee2.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 12:19:40 -0000 On 09/19/16 22:42, Polytropon wrote: > On Mon, 19 Sep 2016 22:11:32 -0453.75, William A. Mahaffey III wrote: >> On 09/19/16 10:31, Ralf Mardorf via freebsd-questions wrote: >>> On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: >>>> Any other info needed >>> Is there any output if you launch Firefox by >>> >>> firefox --safe-mode >>> >>> when it crashes? >>> >>> Regards, >>> Ralf >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>> >> [wam@kabini1, ~, 8:37:39am] 311 % firefox --safe-mode >> >> (firefox:27824): Gdk-WARNING **: The program 'firefox' received an X >> Window System error. >> This probably reflects a bug in the program. >> The error was 'BadAccess (attempt to access private resource denied)'. >> (Details: serial 386 error_code 10 request_code 130 (MIT-SHM) >> minor_code 1) >> (Note to programmers: normally, X errors are reported asynchronously; >> that is, you will receive the error a while after causing it. >> To debug your program, run it with the GDK_SYNCHRONIZE environment >> variable to change this behavior. You can then get a meaningful >> backtrace from your debugger if you break on the gdk_x_error() >> function.) > Just a W.A.G. because I read it somewhere in relation to SHM > (shared memory) issues with Firefox... Do you have > > kern.ipc.shm_allow_removed=1 > > set in your /etc/sysctl.conf file? > > No, but I haven't had it for the last ~2 years, & no problems .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Tue Sep 20 12:28:24 2016 Return-Path: Delivered-To: freebsd-questions@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 8A27CBDF1F9 for ; Tue, 20 Sep 2016 12:28:24 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B102981 for ; Tue, 20 Sep 2016 12:28:24 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8KCSMlm021604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 20 Sep 2016 07:28:23 -0500 Subject: Re: firefox crash References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org From: "William A. Mahaffey III" Message-ID: <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> Date: Tue, 20 Sep 2016 07:33:52 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160920053641.e9075ee2.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 12:28:24 -0000 On 09/19/16 22:42, Polytropon wrote: > On Mon, 19 Sep 2016 22:11:32 -0453.75, William A. Mahaffey III wrote: >> On 09/19/16 10:31, Ralf Mardorf via freebsd-questions wrote: >>> On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: >>>> Any other info needed >>> Is there any output if you launch Firefox by >>> >>> firefox --safe-mode >>> >>> when it crashes? >>> >>> Regards, >>> Ralf >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>> >> [wam@kabini1, ~, 8:37:39am] 311 % firefox --safe-mode >> >> (firefox:27824): Gdk-WARNING **: The program 'firefox' received an X >> Window System error. >> This probably reflects a bug in the program. >> The error was 'BadAccess (attempt to access private resource denied)'. >> (Details: serial 386 error_code 10 request_code 130 (MIT-SHM) >> minor_code 1) >> (Note to programmers: normally, X errors are reported asynchronously; >> that is, you will receive the error a while after causing it. >> To debug your program, run it with the GDK_SYNCHRONIZE environment >> variable to change this behavior. You can then get a meaningful >> backtrace from your debugger if you break on the gdk_x_error() >> function.) > Just a W.A.G. because I read it somewhere in relation to SHM > (shared memory) issues with Firefox... Do you have > > kern.ipc.shm_allow_removed=1 > > set in your /etc/sysctl.conf file? > > I decided to just punt on FF 49, so I 'pkg delete'ed it & tried to install FF 47 from cache: [root@kabini1, /etc, 8:33:22am] 364 % pkg delete -y firefox-49.0_3,1 Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: firefox-49.0_3,1 Number of packages to be removed: 1 The operation will free 105 MiB. [1/1] Deinstalling firefox-49.0_3,1... rmdir: /usr/local/lib/firefox: Directory not empty [1/1] Deleting files for firefox-49.0_3,1: 100% You have new mail. [root@kabini1, /etc, 7:14:02am] 365 % pkg install -y firefox-47.0.1_2,1 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. pkg: No packages available to install matching 'firefox-47.0.1_2,1' have been found in the repositories [root@kabini1, /etc, 7:14:26am] 366 % ^install^add^ pkg add -y firefox-47.0.1_2,1 pkg: illegal option -- y Usage: pkg add [-IAfqM] ... pkg add [-IAfqM] :/// ... For more information see 'pkg help add'. [root@kabini1, /etc, 7:16:07am] 367 % pkg add firefox-47.0.1_2,1 pkg: firefox-47.0.1_2,1: No such file or directory pkg: Was 'pkg install firefox-47.0.1_2,1' meant? Failed to install the following 1 package(s): firefox-47.0.1_2,1 [root@kabini1, /etc, 7:16:18am] 368 % There are several FF packages in cache: [wam@kabini1, ~, 10:20:18pm] 316 % lf /var/cache/pkg/*irefox* /var/cache/pkg/firefox-44.0,1-22db695d10.txz /var/cache/pkg/firefox-45.0.1_3,1.txz@ /var/cache/pkg/firefox-47.0.1_2,1-992dcdcc16.txz /var/cache/pkg/firefox-44.0,1.txz@ /var/cache/pkg/firefox-45.0.2,1-d71dad868a.txz /var/cache/pkg/firefox-47.0.1_2,1.txz@ /var/cache/pkg/firefox-44.0.1,1-2dbdac3b15.txz /var/cache/pkg/firefox-45.0.2,1.txz@ /var/cache/pkg/firefox-49.0_2,1-86dc14268e.txz /var/cache/pkg/firefox-44.0.1,1.txz@ /var/cache/pkg/firefox-45.0_3,1-fb8ab983f5.txz /var/cache/pkg/firefox-49.0_2,1.txz@ /var/cache/pkg/firefox-44.0.2,1-1129b2195e.txz /var/cache/pkg/firefox-45.0_3,1.txz@ /var/cache/pkg/firefox-49.0_3,1-d8f30c5dbb.txz /var/cache/pkg/firefox-44.0.2,1.txz@ /var/cache/pkg/firefox-46.0.1,1-2d2341ea82.txz /var/cache/pkg/firefox-49.0_3,1.txz@ /var/cache/pkg/firefox-45.0.1_3,1-a35a229da0.txz /var/cache/pkg/firefox-46.0.1,1.txz@ [wam@kabini1, ~, 10:20:28pm] 317 % How do I get pkg to install FF 47 from cache ? Remember, FreeBSD 9.3R. TIA & have a good one. -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Tue Sep 20 12:35:31 2016 Return-Path: Delivered-To: freebsd-questions@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 F3A1EBDF42D for ; Tue, 20 Sep 2016 12:35:30 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7FF6CD2 for ; Tue, 20 Sep 2016 12:35:30 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8KCZS3b025298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 20 Sep 2016 07:35:29 -0500 Subject: Re: firefox crash Cc: freebsd-questions@freebsd.org References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> From: "William A. Mahaffey III" Message-ID: <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> Date: Tue, 20 Sep 2016 07:40:58 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 12:35:31 -0000 On 09/20/16 07:33, William A. Mahaffey III wrote: > On 09/19/16 22:42, Polytropon wrote: >> On Mon, 19 Sep 2016 22:11:32 -0453.75, William A. Mahaffey III wrote: >>> On 09/19/16 10:31, Ralf Mardorf via freebsd-questions wrote: >>>> On Mon, 19 Sep 2016 08:39:49 -0453.75, William A. Mahaffey III wrote: >>>>> Any other info needed >>>> Is there any output if you launch Firefox by >>>> >>>> firefox --safe-mode >>>> >>>> when it crashes? >>>> >>>> Regards, >>>> Ralf >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to >>>> "freebsd-questions-unsubscribe@freebsd.org" >>>> >>> [wam@kabini1, ~, 8:37:39am] 311 % firefox --safe-mode >>> >>> (firefox:27824): Gdk-WARNING **: The program 'firefox' received an X >>> Window System error. >>> This probably reflects a bug in the program. >>> The error was 'BadAccess (attempt to access private resource denied)'. >>> (Details: serial 386 error_code 10 request_code 130 (MIT-SHM) >>> minor_code 1) >>> (Note to programmers: normally, X errors are reported >>> asynchronously; >>> that is, you will receive the error a while after causing it. >>> To debug your program, run it with the GDK_SYNCHRONIZE environment >>> variable to change this behavior. You can then get a meaningful >>> backtrace from your debugger if you break on the gdk_x_error() >>> function.) >> Just a W.A.G. because I read it somewhere in relation to SHM >> (shared memory) issues with Firefox... Do you have >> >> kern.ipc.shm_allow_removed=1 >> >> set in your /etc/sysctl.conf file? >> >> > > > I decided to just punt on FF 49, so I 'pkg delete'ed it & tried to > install FF 47 from cache: > > > [root@kabini1, /etc, 8:33:22am] 364 % pkg delete -y firefox-49.0_3,1 > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 0 > packages in the universe): > > Installed packages to be REMOVED: > firefox-49.0_3,1 > > Number of packages to be removed: 1 > > The operation will free 105 MiB. > [1/1] Deinstalling firefox-49.0_3,1... > rmdir: /usr/local/lib/firefox: Directory not empty > [1/1] Deleting files for firefox-49.0_3,1: 100% > You have new mail. > [root@kabini1, /etc, 7:14:02am] 365 % pkg install -y firefox-47.0.1_2,1 > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > pkg: No packages available to install matching 'firefox-47.0.1_2,1' > have been found in the repositories > [root@kabini1, /etc, 7:14:26am] 366 % ^install^add^ > pkg add -y firefox-47.0.1_2,1 > pkg: illegal option -- y > Usage: pkg add [-IAfqM] ... > pkg add [-IAfqM] :/// ... > > For more information see 'pkg help add'. > [root@kabini1, /etc, 7:16:07am] 367 % pkg add firefox-47.0.1_2,1 > pkg: firefox-47.0.1_2,1: No such file or directory > pkg: Was 'pkg install firefox-47.0.1_2,1' meant? > > Failed to install the following 1 package(s): firefox-47.0.1_2,1 > [root@kabini1, /etc, 7:16:18am] 368 % > > There are several FF packages in cache: > > [wam@kabini1, ~, 10:20:18pm] 316 % lf /var/cache/pkg/*irefox* > /var/cache/pkg/firefox-44.0,1-22db695d10.txz > /var/cache/pkg/firefox-45.0.1_3,1.txz@ > /var/cache/pkg/firefox-47.0.1_2,1-992dcdcc16.txz > /var/cache/pkg/firefox-44.0,1.txz@ > /var/cache/pkg/firefox-45.0.2,1-d71dad868a.txz > /var/cache/pkg/firefox-47.0.1_2,1.txz@ > /var/cache/pkg/firefox-44.0.1,1-2dbdac3b15.txz > /var/cache/pkg/firefox-45.0.2,1.txz@ > /var/cache/pkg/firefox-49.0_2,1-86dc14268e.txz > /var/cache/pkg/firefox-44.0.1,1.txz@ > /var/cache/pkg/firefox-45.0_3,1-fb8ab983f5.txz > /var/cache/pkg/firefox-49.0_2,1.txz@ > /var/cache/pkg/firefox-44.0.2,1-1129b2195e.txz > /var/cache/pkg/firefox-45.0_3,1.txz@ > /var/cache/pkg/firefox-49.0_3,1-d8f30c5dbb.txz > /var/cache/pkg/firefox-44.0.2,1.txz@ > /var/cache/pkg/firefox-46.0.1,1-2d2341ea82.txz > /var/cache/pkg/firefox-49.0_3,1.txz@ > /var/cache/pkg/firefox-45.0.1_3,1-a35a229da0.txz > /var/cache/pkg/firefox-46.0.1,1.txz@ > [wam@kabini1, ~, 10:20:28pm] 317 % > > How do I get pkg to install FF 47 from cache ? Remember, FreeBSD 9.3R. > TIA & have a good one. > *Eeeeeeeeeeeeeeeeek* !!!! Never mind, gotta give it the full pathname: [root@kabini1, /etc, 7:39:49am] 371 % pkg add /var/cache/pkg/firefox-47.0.1_2,1.txz Installing firefox-47.0.1_2,1... Extracting firefox-47.0.1_2,1: 100% Message from firefox-47.0.1_2,1: ====================================================================== smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. sftp:// (Gvfs/GIO option): Only sftp access using public key authentication works. To easily setup public key authentication to "remote_host": ssh-keygen cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" The SSH server on remote_host must allow pub key authentication. ====================================================================== Any bug reports should be addressed to the maintainers at: gecko@FreeBSD.org You may also Cc: freebsd-ports@FreeBSD.org. Please do not send bug reports to any other addresses. Please include the following information with any bug report: * Output from 'uname -a'. * Output from 'ident /usr/ports/www/firefox/Makefile' * Where/when did the problem occur: configuring, building, or running firefox * How can you reproduce the problem? Thank you for your help in testing and reporting bugs, and we hope you enjoy using Firefox. The Maintainers (gecko@) ====================================================================== [root@kabini1, /etc, 7:40:29am] 372 % Sorry :-/ .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Tue Sep 20 13:09:29 2016 Return-Path: Delivered-To: freebsd-questions@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 940EABDFC62 for ; Tue, 20 Sep 2016 13:09:29 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A861F8C for ; Tue, 20 Sep 2016 13:09:28 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-qk0-x22c.google.com with SMTP id w204so14028736qka.0 for ; Tue, 20 Sep 2016 06:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-transfer-encoding; bh=zOumAvxVmAXDv9fMwo4FnBYnz6jgczXoLF6Tq0M1I+8=; b=It7/2aiEsmL/OhEClcV/NsiuJEmKlcDMLgpldYC+ljo9kxWjxw/uoyOxuNO8sHquFQ BLaBqfQD0hpUjAvLXUgarK0SUxkP2YfH3WPgDl2evqhbvvgZ80aqo2eBUqkvxRe9A+5s xb0A0jyYe7wKRYxO1LVAGWS+dKTnwwJfj9WEQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=zOumAvxVmAXDv9fMwo4FnBYnz6jgczXoLF6Tq0M1I+8=; b=DPE1vOnDWvLYnTF796YFTvIlPCUxfWNhNAPOp8fEPn5JpKhcYUVcaIfUjmMlh9iJyc cU55Fz2glHJ5DblW2E7OHkvVU2Dq7vnZ42NL9+XDwHELMrfroBuSdLv18w2BQeCjbzy+ 77o3HDcbsYHTN+55lfLXlizLezvxJrp2qWE1PPGdW3eyd8bQo8se3qt004LWeAnWzz6K kQlN5BTXvEggVc1ZORfyxUmQWAp6JRu1rHfzvAcUKyrC/CwyaXwq30O6B5EP4dj5gIqX a2VXqFcu8QLROECGzbLg028ccLqnARy1lUC89qm6MQTIhtPvDzeQuMZHS6w/Prd9bIpd bvog== X-Gm-Message-State: AE9vXwP74SzqHBzRlqBb1qyYhZpdAEKoFQnAqqmfN0aQFyL3APChHVGhMVX/0jvgBwmzzA== X-Received: by 10.55.77.18 with SMTP id a18mr38465802qkb.157.1474376967627; Tue, 20 Sep 2016 06:09:27 -0700 (PDT) Received: from Papi ([186.212.246.71]) by smtp.gmail.com with ESMTPSA id g63sm16014715qkf.47.2016.09.20.06.09.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Sep 2016 06:09:27 -0700 (PDT) Date: Tue, 20 Sep 2016 10:09:46 -0300 From: Mario Lobo To: freebsd-questions@freebsd.org Subject: Re: Updating multiple computers Message-ID: <20160920100946.53558675@Papi> In-Reply-To: <32caf8a7-c40d-7f2a-5d18-72e4c7f42d50@columbus.rr.com> References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> <867fa86m4s.fsf@WorkBox.Home> <32caf8a7-c40d-7f2a-5d18-72e4c7f42d50@columbus.rr.com> Organization: BSD X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 13:09:29 -0000 On Mon, 19 Sep 2016 19:16:33 -0400 Baho Utot wrote: > On 09/19/16 09:43, Brandon J. Wandersee wrote: > > Baho Utot writes: > > > >> How do I use that release assuming that it is on a network server > >> to update/upgrade multiple systems? > > Release images are for clean installs. To update machines over the > > network, just run `make buildworld` and `make buildkernel` on the > > master system, then mount /usr/src and /usr/obj to the other > > systems using NFS. > Ok I will try that > > Thanks > I have one question regarding this alternative. I already have this scenario set up. Suppose that I want to save compile time on the remote machines and that machine #1 that holds /usr/src and the compiled /usr/obj is an intel XEON. Remote machine #2 that will use this compiled code is an I7 and machine #3 is an AMD Phenom II. If leave CPUTYPE alone, will the resulting code run well on all 3 machines? -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." From owner-freebsd-questions@freebsd.org Tue Sep 20 14:01:07 2016 Return-Path: Delivered-To: freebsd-questions@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 D750CBE1C7D for ; Tue, 20 Sep 2016 14:01:07 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE2F3147 for ; Tue, 20 Sep 2016 14:01:07 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f176.google.com with SMTP id m79so20437535ioo.3 for ; Tue, 20 Sep 2016 07:01:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=cs6n4kX/KT3erV9mEMWIUT3HBW5Mb13jAuk8ishE7LY=; b=PTgBAvG5LYc9Kq7L5P806m/2tT3UqUPgNzEDYW0AYFTYwgguOeI877N771R7l9ottd QqW9UDySWTZMlfaxjsoJ2ANYRP/2yxMuIwqFH4AH23qt24ZS2Gw3sDCe9K6mNjMBTH66 IAX6NETZfAQjfN3kh4VqtvXbViGpnwE8lEC0R2bbloF/3hwjToEzJJklBzGo4tAY5g8N qq3UbycXr6s1XeBGrCVI5B0bSM4+jOUUfts+SW2UrRNvm+1A0/KJDuSNnrogE0Lwcceb OVMowr3FjXEEtgXHh7gmG4LgeO+gtn9/m/Q3c7PhErrMk5DFhBtcn5477IojI4moObzm G9Uw== X-Gm-Message-State: AE9vXwM1QVYKEqqql6wt28V8Rg8oDhkW0tFECA1pOhfFte3Xj5VkJkXsI434ZmK8onoYLw== X-Received: by 10.107.12.140 with SMTP id 12mr42110831iom.6.1474380066077; Tue, 20 Sep 2016 07:01:06 -0700 (PDT) Received: from WorkBox.Home.gmail.com (63-231-169-101.mpls.qwest.net. [63.231.169.101]) by smtp.gmail.com with ESMTPSA id e8sm10179866itc.15.2016.09.20.07.01.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Sep 2016 07:01:03 -0700 (PDT) References: <2e433f07-4dec-a3f3-aa49-7324a704c83e@columbus.rr.com> <867fa86m4s.fsf@WorkBox.Home> <32caf8a7-c40d-7f2a-5d18-72e4c7f42d50@columbus.rr.com> <20160920100946.53558675@Papi> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Mario Lobo Cc: freebsd-questions@freebsd.org Subject: Re: Updating multiple computers In-reply-to: <20160920100946.53558675@Papi> Date: Tue, 20 Sep 2016 09:01:02 -0500 Message-ID: <86eg4eu0v5.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 14:01:07 -0000 Mario Lobo writes: > On Mon, 19 Sep 2016 19:16:33 -0400 > Baho Utot wrote: > >> On 09/19/16 09:43, Brandon J. Wandersee wrote: >> > Baho Utot writes: >> > >> >> How do I use that release assuming that it is on a network server >> >> to update/upgrade multiple systems? >> > Release images are for clean installs. To update machines over the >> > network, just run `make buildworld` and `make buildkernel` on the >> > master system, then mount /usr/src and /usr/obj to the other >> > systems using NFS. >> Ok I will try that >> >> Thanks >> > > I have one question regarding this alternative. > > I already have this scenario set up. > > Suppose that I want to save compile time on the remote machines > and that machine #1 that holds /usr/src and the compiled /usr/obj is > an intel XEON. > > Remote machine #2 that will use this compiled code is an I7 and > machine #3 is an AMD Phenom II. > > If leave CPUTYPE alone, will the resulting code run well on all 3 > machines? If you don't touch CPUTYPE, generic binaries are compiled for the target architecture. As long as you're building for the same architecture, everything should be fine. That's how "official" packages and installation images are built. ;) I won't bother with any "debate" about CPU-specific optimizing, but I'll say that if you're compiling code on a machine other than the one you'll be running it on, or the machines aren't all identical, just leave compiler/optimization flags alone. I've had code compiled using one i7 quad-core model fail to run on another i7 quad-core model from only two years earlier. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Tue Sep 20 14:22:50 2016 Return-Path: Delivered-To: freebsd-questions@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 01A8ABE135C for ; Tue, 20 Sep 2016 14:22:50 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA HLL ISSUER 01" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB0F615D for ; Tue, 20 Sep 2016 14:22:49 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id 6BD6662046 for ; Tue, 20 Sep 2016 10:22:41 -0400 (EDT) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZQJvyt_1geSo for ; Tue, 20 Sep 2016 10:22:38 -0400 (EDT) Received: from webmail.harte-lyne.ca (inet04.hamilton.harte-lyne.ca [216.185.71.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPSA id 980A56202C for ; Tue, 20 Sep 2016 10:22:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1474381358; bh=FFsDKABpSrHM+QYBm631omwTZYma0T0R9lPTo8pvLXA=; h=Date:Subject:From:To:Reply-To; b=XIm8qBQA6gTfCXHURjluH0f82ts8c4DBfEyyrr1inGSoa7RUdig1aXoesmMhFvFTb Fgxg2kJCAyYhfHfzlSrosM8smf3zbvRfcg6V2eYzO1Tw8YQtE6MasaSy+JU+gegU7b ygPsUNC8gfikpa7UmQXcTivgurZGdfr6oAOnHGPcFhZ30Yj1t0DGM+oYFKBBK5pf87 Io+pHMglIUbMKB7igGW4YqNyZYijXqQ61w2HRMgq/W77X1ql7HLzc9oGaARrXgIwky 0me/Wrl8KENZyPWx4FtG2edSTEfWNK1PMupyvvrofWqmDiekIqy5Vjl9fOcj/YgM0p yuHT4hWwOSF/Q== Received: from 216.185.71.44 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Tue, 20 Sep 2016 10:22:38 -0400 Message-ID: <20da9afbff23719716b021bd041a0787.squirrel@webmail.harte-lyne.ca> Date: Tue, 20 Sep 2016 10:22:38 -0400 Subject: Samba-4.5 From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 14:22:50 -0000 We have transitioned our AD DOMAIN to a Samba-4.3 install on FreeBSD-10.3. As Samba-4.5 is released 4.3 now is in security fix only mode. we would like to move up to 4.4 at least. However, I have been unable to provision a AD DC on FreeBSD using either the 4.4 or 4.5 packages that are available from ports. A segfault always occurs when I attempt this. So, my question is: Has anyone successfully installed either Samba 4.4 or 4.5 as a DC on FreeBSD-10.3? If so then how did you accomplish this? Sincerely, -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3 From owner-freebsd-questions@freebsd.org Tue Sep 20 14:29:58 2016 Return-Path: Delivered-To: freebsd-questions@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 D4396BE15B3 for ; Tue, 20 Sep 2016 14:29:58 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EC5E645 for ; Tue, 20 Sep 2016 14:29:57 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id u8KETanL026571; Wed, 21 Sep 2016 00:29:36 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 21 Sep 2016 00:29:36 +1000 (EST) From: Ian Smith To: Polytropon cc: freebsd-questions@freebsd.org Subject: Re: Relapse to 80x25 text mode from X In-Reply-To: Message-ID: <20160920235423.K6806@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 14:29:58 -0000 In freebsd-questions Digest, Vol 641, Issue 3, Message: 15 On Tue, 13 Sep 2016 23:59:43 +0200 Polytropon wrote: > When I initially installed X on my "new" Lenovo Thinkpad R61i, > after leaving X (or after switching to text mode with the > key combination Ctrl+Alt+PF1) the screen would still show > the X image, leaving me "blind" at the console. Changing > the sc driver to vt solved that problem, but opened a new > one: The text mode font is tiny and unreadable. > > What is the preferred way of keeping the console in 80x25 > mode _and_ being able to switch from/to X? > > My /boot/loader.conf currently contains: > > kern.vty=vt > kern.vt.fb.default_mode="1280x800" > hw.vga.textmode=1 > i915kms_load="YES" > > In /etc/rc.conf I have tried > > allscreens_flags="-f gallant" > > as suggested somewhere, but that just slightly increases > the font size (still more than 80x25) and looks ugly. > > The laptop contains an Intel Mobile GM965/GL960 GPU. The > screen has a physical size of 1280 x 800 pixels. > > > > In other words: Is it possible to relapse to the default > behaviour of 80x25 sc and X that has worked for decades? > If yes, how? I don't know but I'd like to, and I don't know but I'd like to, too. Hugely behind, I was just quickly scanning this month's archives at https://lists.freebsd.org/pipermail/freebsd-questions/2016-September/thread.html when I noticed this poor lonely little message, unreplied to. And of course searching that page for 'Poly' shows 14 messages tonight from you helping others, as usual, plus this one. I still use sc on two older laptops, but saw quite a few messages about this, perhaps on stable@, but didn't wind up grokking a clear solution or I'd have clipped it. So this is just a dreaded 'bump' .. someone/s must know all about this? cheers, Ian From owner-freebsd-questions@freebsd.org Tue Sep 20 14:56:08 2016 Return-Path: Delivered-To: freebsd-questions@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 7DB30BE218A for ; Tue, 20 Sep 2016 14:56:08 +0000 (UTC) (envelope-from alnis.m@mail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.gmx.com", Issuer "thawte SSL CA - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB9BB0E for ; Tue, 20 Sep 2016 14:56:08 +0000 (UTC) (envelope-from alnis.m@mail.com) Received: from [192.168.0.192] ([78.84.246.3]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0Lg18v-1bBPjV31Bb-00peLw for ; Tue, 20 Sep 2016 16:43:07 +0200 Subject: Re: Samba-4.5 To: freebsd-questions@freebsd.org References: <20da9afbff23719716b021bd041a0787.squirrel@webmail.harte-lyne.ca> From: Alnis Morics Message-ID: <6a4b8c31-d553-c2e2-590f-5402b70d0f93@mail.com> Date: Tue, 20 Sep 2016 17:43:04 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <20da9afbff23719716b021bd041a0787.squirrel@webmail.harte-lyne.ca> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:gT0KZ4mGmX2LNtxxQFR7jzT03wgBokwIVJSZ9SJKv9fvnmeXcf2 +hwQC6Y1XVVNkuQ9CiCDjeknyq0QjgHATPqoQHqXGuKoUiq+hEgS/x+VBZHT0QJRnZwasW2 n7nKNvsvVJOep7f2PtiphiHNVMY/8xb9luG8Z6+mqhJuuwehco2kC1bmv413dNncxB6NDMC LhdhWEhdymfxtZnAQK5aw== X-UI-Out-Filterresults: notjunk:1;V01:K0:Nu6178U1IPE=:l9uh4Kkj/xedN4jzvMnSTW jCFaTl1Zi4ykhMnOsy2j2pmBrN7i6ip95RG2zNZH5gbge/BoLDzgfLvI+tNptgxtUFf01J5Y9 wjO4scHx5DA/A5gXC7yiVUid6MbzfppKdwyjlXylZFZ0CMeX9jJfCPsSAeSGMadEEOxUITP/V 0EEzoLuijkLny6+QQaPUd5tSpv7bkutnP9XwOIFOAjBgddaH0xxHh7sSwXfbLsSN6GAS4SUAm 23grNX38eJYJv/rbdk7DU2h3T0XZKCjOlG3neQPV+JUKoUm4k50cNruxblTpNDxRgESvYK8wq Nk9cjnHH8W1IMvFqvqRWTRYPM50/6dWp1Gm6FCgK0YjriP2mDz70HKpqAnLvKQQ4KRAlF8GNH pHcAAzTyy2CxPa89zl/I5uja5JpGyfSUKbbHNzbX+KPq6J+SxSiqnDyg14ic9WCqfBtZlk7xq 64TwiRFM4mGzL/v1JyDtsEXCR3uVsSJFyqHR6ES2dap26iwG5TQ5lSgUGxAZdIrLM2l9Xj+85 jplLOnUObYXbbuOvLFKIGPKOQkTDZ8xMk4NQ+zZo8+yY8jjZaENXSD6eSD+knNcvLEC4Bi1OT GET1EQ7HM5nr/2kTTSigF55bbn2Wy3bT+M7+rTWr2tTD0BZ9ByEa4hZz471MNdRK6thsgEVU/ SP7UhpBDRo5NX8sGVUVlk8g41sZ6nXg6MYsXcohaF5ywV0zYJZKrXKIzUT7QtAXMpX8mKXHMq gptwh6Plj+7n63IOOhSChlVmc/oM10bmduSh58IHw8+1gYlAvG9mgK0b+DSJltpwqxuTXFR3k LsxPB4O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 14:56:08 -0000 >From https://svnweb.freebsd.org/ports/head/net/samba44/pkg-descr?view=log&pathrev=418840: Revision 414752 ... "Add latest release of Samba 4.4. Port is NOT fully tested, don't use in the production(yet). Make backups before deploying." Yes, for me, too, it segfaults at provosioning as DC since a couple of months ago, and there's a PR as well. No success provisioning from this port, but I have several times compiled the 4.4.5 tarball and provisioned it successfully. Only a correct list of dependemcies should be installed first (some of the listed deps come from the Samba project). -Alnis On 09/20/2016 05:22 PM, James B. Byrne via freebsd-questions wrote: > We have transitioned our AD DOMAIN to a Samba-4.3 install on > FreeBSD-10.3. As Samba-4.5 is released 4.3 now is in security fix > only mode. we would like to move up to 4.4 at least. However, I have > been unable to provision a AD DC on FreeBSD using either the 4.4 or > 4.5 packages that are available from ports. A segfault always occurs > when I attempt this. > > So, my question is: Has anyone successfully installed either Samba > 4.4 or 4.5 as a DC on FreeBSD-10.3? If so then how did you accomplish > this? > > Sincerely, > From owner-freebsd-questions@freebsd.org Tue Sep 20 15:39:01 2016 Return-Path: Delivered-To: freebsd-questions@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 0C417BE2BDC for ; Tue, 20 Sep 2016 15:39:01 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [88.198.212.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B03796 for ; Tue, 20 Sep 2016 15:39:00 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id 5FC4E286D67 for ; Tue, 20 Sep 2016 15:38:56 +0000 (UTC) Subject: Re: /dev/ad vs. /dev/ada To: "freebsd-questions@freebsd.org" References: From: Anton Yuzhaninov Message-ID: Date: Tue, 20 Sep 2016 11:38:41 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1474385936; bh=UiZRw0Yd9Jk2cSUwNPP6D7uDTiKNxscrEpniSuL+URw=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Sb/o5jpf8DCPICu0c1ZXBvP20Iozf3XwDp34XSjqEwgPuHJDS38OWpQdDqHshA+kz+d6K811QXAd6/3CXKBbdsw49qNHzfxXivgt3vqUt5msoOAjcGmOHE+iHGWFNCn1VRQu5ANGuz5woXYxrK0qjPyVk6SxLJLwZcF/DSAZtOQ= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 15:39:01 -0000 On 2016-09-19 00:27, Olivier wrote: > I have been using /dev/ad for years, but now I notice there is also the > drivers /dev/ada. ad is not in the man anymore, but still working like > it used to. ad driver was removed and /dev/adX was an alias for /dev/adaY I recommend to update all your fstab and other config, because this aliases was removed and FreeBSD 11 has no this legacy aliases. See /usr/src/UPDATEING > 20151011: > Compatibility shims for legacy ATA device names have been removed. > It includes ATA_STATIC_ID kernel option, kern.cam.ada.legacy_aliases > and kern.geom.raid.legacy_aliases loader tunables, kern.devalias.* > environment variables, /dev/ad* and /dev/ar* symbolic links. From owner-freebsd-questions@freebsd.org Tue Sep 20 16:18:36 2016 Return-Path: Delivered-To: freebsd-questions@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 5AAACBE1B1B for ; Tue, 20 Sep 2016 16:18:36 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [IPv6:2a01:4f8:d16:10c3::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 224573EE for ; Tue, 20 Sep 2016 16:18:36 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id 79211286D05 for ; Tue, 20 Sep 2016 16:18:32 +0000 (UTC) Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network To: "freebsd-questions@freebsd.org" References: <20160913232351.GA36091@putsch.kolbu.ws> From: Anton Yuzhaninov Message-ID: <17ceb91f-b502-7517-7251-73b8399861d9@citrin.ru> Date: Tue, 20 Sep 2016 12:18:18 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160913232351.GA36091@putsch.kolbu.ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1474388312; bh=Jytc1lKVjwmFcBdAJdM0/I9iPku3q4S5TmktkWub7+A=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=5RDbCpj9mSn3yCraJI0CuYS6477JlbiAPSI2GimUdluW2VqlW0ggSTrcyutO/SbuDp914aYA/wH8k6ChHzSez4ohudBedRmVVurCYnfYJAspcKmJ4SwU01qJueJWXshbaC5OE++JYtAJwIa9onpOMMC1MQkYl1pLZ5uhS1rT2+k= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 16:18:36 -0000 On 2016-09-13 19:23, Stxe5le Bordal Kristoffersen wrote: > I'm struggeling with finding out what is wrong with my current setup. > It is a supermicro server, running 10.3-RELEASE-p7, and its main job is to > act as a file server (smb, ftp, plex). > > about once a day, but not in any pattern, it starts getting a load of 5-10 > and usually stops responding over the network before I notice it. On the > IPMI console, it is still alive, but each key I press usualy ends up typing > 4-20 identical letters, making it difficult to debug. It worth to get working remote console first. With Supermicro server you usually have two options: 1. IPMI Serial over LAN 2. IP-KVM provided by BMC 1. IPMI SOL can be used from other BSD/Linux host using ipmitools ipmitool .... sol activate IPMI SOL should be configured on both IPMI (via ipmitool) and server (/boot/loader.conf, /etc/ttys). 2. IP-KVM can be accessed using Java application from BMC web interface or using IPMIView: ftp://ftp.supermicro.com/utility/IPMIView/Linux/ Which method do you use? Is keypress repeated always or only when server is overloaded? Anyway both methods should work, but has own issues: 1. Remote user for ipmitools can be activated only via web interface (and NULL user can't be used). Default user ADMIN work via ipmitool too, but I wanted to create separate users. 2. Java app from server's BMC web interface works only with some JRE versions (long time ago it worked only with Sun/Oracle JDK and failed to work with OpenJDK). IPMIView worked better for me (with less glitches) than app from BMC web interface. I recommend to use IPMIView. 3. It is more reliable and secure to use dedicated IPMI LAN port on server. From owner-freebsd-questions@freebsd.org Tue Sep 20 17:12:50 2016 Return-Path: Delivered-To: freebsd-questions@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 3DD91BE2614 for ; Tue, 20 Sep 2016 17:12:50 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-yw0-f174.google.com (mail-yw0-f174.google.com [209.85.161.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 032081E56; Tue, 20 Sep 2016 17:12:49 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-yw0-f174.google.com with SMTP id i129so16564260ywb.0; Tue, 20 Sep 2016 10:12:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=m8q7Z81Yb9IUHZx8BToLYXIa3wdaFIFELtWm2Ear7+M=; b=iEKtheTSc3zXQzR4gp9iSHSIMUAicp2SS19ns9ass8W8VX3sIpLWSLH4nGWcFkMrNN CqEnRD+9TyvD8UdXPyMor/oq2F90kWqYpR/D2upmn3OplpUHgdDYf1H1wQRLPOo0f0l9 Sa/njq0iWiHnWewkSwOdYQBnuOgmC0l9bLRd+KZZ+TTXpwG9StE6J0eYZCxClkpTqg2y aAK7DUIWUtVpVhw9bzg0xxbkq3TlGb1dPEDFGRMbE0GQ6Sm+K4Nr0JgpBoCdbWa6zy8h w8PLNUD045LVP69SwrFPJxkBvWaKB+F8lM9o+l8rRBsFwiAf9XPVrxTaDMRXLuZqR+Ul y6FA== X-Gm-Message-State: AE9vXwNjEqte62KHl79wJkRTr0mIptap4ytrxaG85LCwh7X6XVVn9RMGO63xnmin/6Znog== X-Received: by 10.13.202.133 with SMTP id m127mr25811575ywd.251.1474391563248; Tue, 20 Sep 2016 10:12:43 -0700 (PDT) Received: from mail-yw0-f175.google.com (mail-yw0-f175.google.com. [209.85.161.175]) by smtp.gmail.com with ESMTPSA id s131sm11823971ywg.18.2016.09.20.10.12.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Sep 2016 10:12:42 -0700 (PDT) Received: by mail-yw0-f175.google.com with SMTP id i129so16563809ywb.0; Tue, 20 Sep 2016 10:12:42 -0700 (PDT) X-Received: by 10.13.231.3 with SMTP id q3mr32053692ywe.242.1474391562348; Tue, 20 Sep 2016 10:12:42 -0700 (PDT) MIME-Version: 1.0 References: <20160911203502.GA24973@neutralgood.org> <2828115.ibI7SUQqHX@ralph.baldwin.cx> In-Reply-To: <2828115.ibI7SUQqHX@ralph.baldwin.cx> From: Eric Joyner Date: Tue, 20 Sep 2016 17:12:32 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: 40 cores, 48 NVMe disks, feel free to take over To: John Baldwin , Adrian Chadd Cc: "Kevin P. Neal" , FreeBSD Questions , Christoph Pilka Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 17:12:50 -0000 Christoph, Did you end up filing a bug report? I thought the ixl(4) MSI-X interrupt allocation failure was handled properly in 11, but if it's as you suspect, I might still have to look at it again. On Mon, Sep 19, 2016 at 1:10 PM John Baldwin wrote: > On Monday, September 19, 2016 11:56:58 AM Adrian Chadd wrote: > > Hi, > > > > I think the nvme allocation issue is known. John? > > A kernel with 'options EARLY_AP_STARTUP' (which I plan to enable by default > in HEAD "soon") should boot fine without needing the force_intx hack. The > option is available in 11 but not enabled by default. > > > -a > > > > > > On 11 September 2016 at 13:35, Kevin P. Neal > wrote: > > > On Sat, Sep 10, 2016 at 10:57:07AM +0200, Christoph Pilka wrote: > > >> Hi, > > >> > > >> the server we got to experiment with is the SuperMicro 2028R-NR48N ( > https://www.supermicro.nl/products/system/2U/2028/SSG-2028R-NR48N.cfm < > https://www.supermicro.nl/products/system/2U/2028/SSG-2028R-NR48N.cfm>), > the board itself is a X10DSC+ > > > > > > The best thing to do is file a bug report. If you don't then your > report > > > will probably fall through the cracks. Include all the info you've > posted > > > so far. > > > > > >> //Chris > > >> > > >> > On 09 Sep 2016, at 23:14, Dennis Glatting wrote: > > >> > > > >> > On Fri, 2016-09-09 at 22:51 +0200, Christoph Pilka wrote: > > >> >> Hi, > > >> >> > > >> >> we've just been granted a short-term loan of a server from > Supermicro > > >> >> with 40 physical cores (plus HTT) and 48 NVMe drives. After a bit > of > > >> >> mucking about, we managed to get 11-RC running. A couple of things > > >> >> are preventing the system from being terribly useful: > > >> >> > > >> >> - We have to use hw.nvme.force_intx=1 for the server to boot > > >> >> If we don't, it panics around the 9th NVMe drive with "panic: > > >> >> couldn't find an APIC vector for IRQ...". Increasing > > >> >> hw.nvme.min_cpus_per_ioq brings it further, but it still panics > later > > >> >> in the NVMe enumeration/init. hw.nvme.per_cpu_io_queues=0 causes it > > >> >> to panic later (I suspect during ixl init - the box has 4x10gb > > >> >> ethernet ports). > > >> >> > > >> >> - zfskern seems to be the limiting factor when doing ~40 parallel > "dd > > >> >> if=/dev/zer of= bs=1m" on a zpool stripe of all 48 drives. > Each > > >> >> drive shows ~30% utilization (gstat), I can do ~14GB/sec write and > 16 > > >> >> read. > > >> >> > > >> >> - direct writing to the NVMe devices (dd from /dev/zero) gives > about > > >> >> 550MB/sec and ~91% utilization per device > > >> >> > > >> >> Obviously, the first item is the most troublesome. The rest is > based > > >> >> on entirely synthetic testing and may have little or no actual > impact > > >> >> on the server's usability or fitness for our purposes. > > >> >> > > >> >> There is nothing but sshd running on the server, and if anyone > wants > > >> >> to play around you'll have IPMI access (remote kvm, virtual media, > > >> >> power) and root. > > >> >> > > >> >> Any takers? > > >> >> > > >> > > > >> > > > >> > I'm curious to know what board you have. I have had FreeBSD, > including > > >> > release 11 candidates, running on SM boards without any trouble > > >> > although some of them are older boards. I haven't looked at ZFS > > >> > performance because mine are typically low disk use. That said, my > > >> > virtual server (also a SM) IOPs suck but so do its disks. > > >> > > > >> > I recently found the Intel RAID chip on one SM isn't real RAID, > rather > > >> > it's pseudo RAID but for a few dollars more it could be real RAID. > :( > > >> > It was killing IOPs so I popped in an old LSI board, routed the > cables > > >> > from the Intel chip, and the server is now a happy camper. I then > > >> > replaced 11-RC with Ubuntu 16.10 due to a specific application but > I am > > >> > also running RAIDz2 under Ubuntu on three trash 2.5T disks (I > didn't do > > >> > this for any reason other than fun). > > >> > > > >> > root@Tuck3r:/opt/bin# zpool status > > >> > pool: opt > > >> > state: ONLINE > > >> > scan: none requested > > >> > config: > > >> > > > >> > NAME STATE READ WRITE CKSUM > > >> > opt ONLINE 0 0 0 > > >> > raidz2-0 ONLINE 0 0 0 > > >> > sda ONLINE 0 0 0 > > >> > sdb ONLINE 0 0 0 > > >> > sdc ONLINE 0 0 0 > > >> > > > >> > > > >> > > > >> >> Wbr > > >> >> Christoph Pilka > > >> >> Modirum MDpay > > >> >> > > >> >> Sent from my iPhone > > >> >> _______________________________________________ > > >> >> freebsd-questions@freebsd.org freebsd-questions@freebsd.org> mailing list > > >> >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions < > https://lists.freebsd.org/mailman/listinfo/freebsd-questions> > > >> >> To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freeb > > >> >> sd.org " > > >> > _______________________________________________ > > >> > freebsd-questions@freebsd.org > mailing list > > >> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions < > https://lists.freebsd.org/mailman/listinfo/freebsd-questions> > > >> > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org freebsd-questions-unsubscribe@freebsd.org>" > > >> > > >> _______________________________________________ > > >> freebsd-questions@freebsd.org mailing list > > >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > >> To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > -- > > > Kevin P. Neal > http://www.pobox.com/~kpn/ > > > > > > "Good grief, I've just noticed I've typed in a rant. Sorry chaps!" > > > Keir Finlow Bates, circa 1998 > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > -- > John Baldwin > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@freebsd.org Tue Sep 20 17:16:22 2016 Return-Path: Delivered-To: freebsd-questions@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 49190BE2809 for ; Tue, 20 Sep 2016 17:16:22 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-yw0-x22d.google.com (mail-yw0-x22d.google.com [IPv6:2607:f8b0:4002:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07D391F9B for ; Tue, 20 Sep 2016 17:16:22 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-yw0-x22d.google.com with SMTP id g192so16599966ywh.1 for ; Tue, 20 Sep 2016 10:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=PidKnoP3NUI6xO7V0HD8QuKQIMHYvdTI/QETzWcMH1Y=; b=vsbg3zfG+aBZJV+gFtq0TUrBGnnNMO0DbeZ63yfiKf/XtwhyEz784VrpuziC9n7cAq Qca4tIyhGzSgZ+2Wq/dPGvzI/F/xYEo5oLZvMJK78OsXyOHSa5E7/LHRbH1C6g2QK7dQ vYs4K3JLu6L9YqaQh4Ou91112P7zopFeaKGsIomR92BqYSNkVLiGrSPEv7Ng0dNwbtKF 1Tsh6JuAMePzVTnLAQfNDuNebpSXLrAN3RaczTO0/wvRx3QwTO34FcUylFf9PnP77uHG KuS0glRJM4iazZUFKx1YnqydZIeWgO1SaMl4n/Q7lzGGheBVpLONlhmxWrESQtvbn24W cycA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=PidKnoP3NUI6xO7V0HD8QuKQIMHYvdTI/QETzWcMH1Y=; b=mHrKtLz/dlzibPbXC/Wupvp880LwPvw3YsXp4CFCIk3qmDBkRorF0B5ktHNSDH4j0E 5qrtmSkKojN6XW5RQSNuEUaAFFzVmMSmhFnRVScAT49P/jK5mlB5yitddNHpZqDpfsBV MNSfAyma9jxZrKBcRUXcRvNB530kEWb13wFyN7x3NP44pmo5RIeQ5AYEx807SYUyvvsp g6lPpN0ZbID0fE5z0eatXmxY9DJIzY6jlgRmJfK6xGA2xGU+WibVC68TicnSMVs8JyHe cU5tdfK6ZvTVmPE44WMLrzAICk5jKapPAhk8U+AwaOHbwpk22xR01pDDiHLyBX52yt/V U3Tg== X-Gm-Message-State: AE9vXwMdfxgJZKT9aXzOZPgKKO1G1icPq53COt/r58j7V6lWU5YHRdO22X8CIkM/iROASVjGfk8Kf0R6+d0SzQ== X-Received: by 10.129.136.199 with SMTP id y190mr29213888ywf.198.1474391781206; Tue, 20 Sep 2016 10:16:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eric Joyner Date: Tue, 20 Sep 2016 17:16:10 +0000 Message-ID: Subject: Re: igb driver don't change status To: =?UTF-8?B?TWljaGHFgiAu?= , freebsd-questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 17:16:22 -0000 Can you use "pciconf -lv igb2" and reply with that info? It'll tell use what card you're using. Also, if it's a real problem for you, you should file a bug report. On Mon, Aug 29, 2016 at 12:39 AM Micha=C5=82 . wrote: > Hello list > > Did anybody had that problem with network card. > > In my case, after unplug ethernet cable from computer I've no change > status. Still is status : active. > > I use : FreeBSD 10.0 amd64 with > > igb2: port > 0xc020-0xc03f mem 0xf6b80000-0xf6bfffff,0xf6d04000-0xf6d07fff irq 18 at > device 0.2 on pci4 > igb2: Using MSIX interrupts with 3 vectors > > For naming of interface I use : > ifconfig_igb2_name=3D"eth1" > And static addres without any special settings. > > Regards > Micha=C5=82 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Tue Sep 20 20:12:00 2016 Return-Path: Delivered-To: freebsd-questions@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 4BE70BE376E for ; Tue, 20 Sep 2016 20:12:00 +0000 (UTC) (envelope-from feedback-mk13@emk03.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 307E17A2 for ; Tue, 20 Sep 2016 20:12:00 +0000 (UTC) (envelope-from feedback-mk13@emk03.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2FA27BE376D; Tue, 20 Sep 2016 20:12:00 +0000 (UTC) Delivered-To: questions@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 2F37EBE376C for ; Tue, 20 Sep 2016 20:12:00 +0000 (UTC) (envelope-from feedback-mk13@emk03.com) Received: from r1004.emk03.com (r1004.emk03.com [149.202.100.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF137A0 for ; Tue, 20 Sep 2016 20:11:59 +0000 (UTC) (envelope-from feedback-mk13@emk03.com) DKIM-Signature: v=1; a=rsa-sha256; bh=uAz1Iy5yJ0sTyq5YMYtXPqoPu7hApjDI2PuQ8vtRGL8=; d=emk03.com; h=Message-ID: Date: Subject: From: Reply-To: To: MIME-Version: Content-Type: List-Unsubscribe: Precedence: X-MailParam; i=comercial3=3Dziursoftware.com@emk03.com; s=emk03; c=relaxed; t=1474401761; b=AiVLPtgI+oAtmskZ7FMKOhSgQcQknGExJfME1NpJaEARAyZbUIqZjGUaYU8KTgl/TxAopUDwA djE38s+HTlFT6iBibFqYXz1ywxlfxbpXPEkp3FE7/IXG0ot3dRwgI5TfyJFOyQ18Hu8FTMm/x oB7EaxO7Oey9Bbw52str75HPo= Message-ID: <8fad2413f4a85cab4428710dceb89e49@emk03.com> Date: Tue, 20 Sep 2016 20:02:12 +0000 Subject: Desde $62.400 -- Software Contable From: Fabian Salazar -- Ziur Software Reply-To: comercial3@ziursoftware.com To: questions@freebsd.org MIME-Version: 1.0 Precedence: bulk X-MailParam: mXNlZ1rGdmJlamdrnV3IoWaWbJeaZ2-YjMh1ZG5il3JuXJVxZYqfbmNjZWqSZ56RZ5VVlJNtZ5SglGhYnm6VX6BzYWxsnHBoV6NxZYujosmoi5rVoJRslp2Vm5NuZsWcaW2WlpXHm2JmlZdlmJjLlGmdm8OalW2al8adaGc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 20:12:00 -0000 Para ver el mensaje utilice un lector de correo electr=C3=B3nico compatible= con HTML Ver el mensaje en su navegador: http://t.emk03.com/6nh7_m/mXNlZ1rGdmJlamdrn= V3IoWaWbJeaZ2-YjMh1ZG5il3JuXJVxZYqfbmNjZWqSZ56RZ5VVlJNtZ5SglGhYnm6VX6BzYWxs= nHBoV6NxZYujosmoi5rVoJRslp2Vm5NuZsWcaW2WlpXHm2JmlZdlmJjLlGmdm8OalW2al8adaGc Enlace de baja de la suscripci=C3=B3n: http://t.emk03.com/ehcH_unsub/mXNlZ1= rGdmJlamdrnV3IoWaWbJeaZ2-YjMh1ZG5il3JuXJVxZYqfbmNjZWqSZ56RZ5VVlJNtZ5SglGhYn= m6VX6BzYWxsnHBoV6NxZYujosmoi5rVoJRslp2Vm5NuZsWcaW2WlpXHm2JmlZdlmJjLlGmdm8Oa= lW2al8adaGc Buenos dias, Sr(a), Le estamos enviando informaci=C3=B3n de nuestro Progr= ama Contable Integrado=C2=A0Ziur Software, le permite trabajar en la nube o= de forma local o en su computador, abajo algunas caracter=C3=ADsticas , so= licite demo si est=C3=A1 interesado en conocerlo. Facturaci=C3=B3n =09Cuentas por Pagar =09Cuentas por Cobrar C= reaci=C3=B3n Ilimitada de Empleados y Contratos. =09Liquidaci=C3=B3n Auto= m=C3=A1tica de N=C3=B3mina (provisiones + contabilidad) con un solo click!.= =09Dispersi=C3=B3n por centro de costos.=20 =09Archivo plano PILA para p= ago de seguridad social. =09Dise=C3=B1ador para personalizar informes com= o certificados. =09Liquidador autom=C3=A1tico de horas extras. =09Ingre= so de novedades=20 =09Muchas m=C3=A1s ... Con la mejor tecnolog=C3=ADa (M= icrosoft .Net) donde podr=C3=A1 evidenciar la r=C3=A1pidez y f=C3=A1cilidad= de uso. Incluye NIIF (Normas Internacionales), Diagn=C3=B3stico y revisi= =C3=B3n en su empresa. En este mes tenemos un precio especial en todas nu= estras versiones, haga click aqu=C3=AD para ver esta campa=C3=B1a, obtenga = 3 meses sin costo haciendo click en me gusta o compartiendo la pagina en Fa= cebook (Voucher Code : ZR2016First) No deje pasar esta oportunidad...Fabi= an Salazar Area Comercial Celular: 310-8536307=C2=A0(Bogot=C3=A1-Colomb= ia) E-mail: comercial3@programacontable.co Skype : comercial3_ziursoftw= are =C2=A0 Ventajas Competitivas =09=09Implementaci=C3=B3n y acompa=C3=B1amiento per= sonalizado en su empresa, Instalaci=C3=B3n realizada por ingenieros certifi= cados, y la capacitaci=C3=B3n es realizada por contadores certificados, de = acuerdo a la actividad de su empresa se elabora plan de trabajo. =09=09So= porte personalizado, estamos certificados en calidad ISO-9001 2008, lo escu= chamos, Ud. es un cliente muy importante! =09=09Tecnolog=C3=ADa avanzada,= la arquitectura de Ziur Software esta basada en .Net Framework, herramient= as de desarrollo Visual Studio 2013 y altos estandares de calidad en desarr= ollo de software. =09=09Pantallas configurables por parte del usuario a s= u gusto y forma de trabajar, contrastes de colores que hacen el trabajo una= experiencia agradable. =09=09Acceso desde cualquier lugar del mundo, pla= taforma preparara y configurada para trabajar en la nube. =09=09Relaci= =C3=B3n Costo/Beneficio muy favorable. =09=09Plataforma preparada para tr= abajar en la nube, si requiere un servidor en la nube le podemos colocar su= programa en un servidor en la nube y asi pode acceder desde cualquier luga= r del mundo =09=09Programe una demostraci=C3=B3n del programa para que no= s conozca, y alli puede resolver todas las inquietudes que tenga.Especifica= ciones t=C3=A9cnicas :Base de datos : Microsoft Sql Server 2012Tecnolog= =C3=ADa : Microsoft .Net 4.0Herramienta de desarrollo : Visual Studio 2015A= rquitectura : por servicios (wcf), altamente escalable.Sistemas Compatibles= : Sistema Operativo Windows Ziur Software Cra 72B No 51-16 Ofic 203 = Bogota Bogota D.C. 12345 Colombia From owner-freebsd-questions@freebsd.org Tue Sep 20 20:57:17 2016 Return-Path: Delivered-To: freebsd-questions@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 59717BE272E for ; Tue, 20 Sep 2016 20:57:17 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [IPv6:2a01:4f8:d16:10c3::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 224A1B53 for ; Tue, 20 Sep 2016 20:57:17 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id 267DF286FFD for ; Tue, 20 Sep 2016 20:57:15 +0000 (UTC) Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network To: "freebsd-questions@freebsd.org" References: <20160913232351.GA36091@putsch.kolbu.ws> From: Anton Yuzhaninov Message-ID: <68f553b9-8546-7707-df86-88851b3283f8@citrin.ru> Date: Tue, 20 Sep 2016 16:57:12 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160913232351.GA36091@putsch.kolbu.ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1474405035; bh=bEiTBAkViPdd4eIsgdVnN8+x3UqQHu2cU1df/g5J/Sw=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dbNs5BquOIlb0X75nrdlOV3itIH2Lf2u46Vyp1WW/wfe8ZMHP3oJ5GBtc1jU1eiqHTJ7JUc3JXeVmlYKL3NbIClCASUnHgQHSBm01w9WdyyhljV5HGYnbN7KJcj53Yoc7EsnM8WB3da4ARsTARDIj+Ikcroyp4EtuUvtfM7y1QY= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 20:57:17 -0000 On 2016-09-13 19:23, Stxe5le Bordal Kristoffersen wrote: > about once a day, but not in any pattern, it starts getting a load of 5-10 > and usually stops responding over the network before I notice it. Does it stop responding completely (including ping) or only some services and ssh doesn't respond? > From googling a bit, I have tried to disable msix on the igb network > interface, and increased the nmbclusters with no apparent change in behaviour. > (kern.ipc.nmbclusters="1000000" and hw.igb.enable_msix=0 in loader.conf) kern.ipc.nmbclusters on modern FreeBSD version autotuned to very big value and manual increasing is rarely need. Disabling msix on igb is also unlikely need. > All I see is that the igb0 taskq pid is almost always in the RUN state when > the machine is having trouble. There is no igb0 taskq in top output below. To see and inspect how top output looks when machine stops responding it is useful to run top from cron and log output. Example script for top logging: https://bitbucket.org/snippets/citrin/BpeXb In top output you should look at WCPU and STATE for kernel threads and for unresponding network daemons. Also do you have network load graph (bytes and packets per second) for this host (I saw munin in process list) - may be load is too high in moments when host not responding. Do you use firewalls or netgraph? Which is the primary function of this server? From owner-freebsd-questions@freebsd.org Tue Sep 20 21:43:16 2016 Return-Path: Delivered-To: freebsd-questions@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 8261EBE38E6 for ; Tue, 20 Sep 2016 21:43:16 +0000 (UTC) (envelope-from felixphew0@gmail.com) Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6F01BCE for ; Tue, 20 Sep 2016 21:43:16 +0000 (UTC) (envelope-from felixphew0@gmail.com) Received: by mail-pf0-x242.google.com with SMTP id n24so1437216pfb.3 for ; Tue, 20 Sep 2016 14:43:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:mime-version:subject:date:in-reply-to:cc:to :references; bh=pDTBT/FFEbWCjBaJ9zpkeHrKMmnjsJucvXnuWQjOo04=; b=vY/+Yu4nIaxn0pkzcHddewArNm97tnaWRKNNGInf+muXK8Mog2KYXVGHaH/TbhUBST pRGIGqLO1KXzsYnoJ4QrwP1kXN71x4MNOLILAPDpvTUkiuW61rhCHWPnuYtde0JMdHRD e2vkyGi+DZAGnDn+TSPgSXOvHOmF3wEbS3yjXRTXhXm5hFVYhDSdPzMqzjzeJCj+mdNJ 8odpQBPIrO8ijmzRkQExYLcOWyDiwssKHMRON7mrFyIPgH8N59uEzgd/6nTnY8bML0sS EanoH9Gd8blSriCtqjVrMPSSGoVX843FlKHMx09J1Qdm1bwpy8Q0R0aimJV0X9rPxrqD W7Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=pDTBT/FFEbWCjBaJ9zpkeHrKMmnjsJucvXnuWQjOo04=; b=JNlNGtLd5YIl0rbr2ZWwTMRaQEzTPQMH3FkJgJ7oVtwIyeKfQaU2paQDF/bZ8wNJ/8 y30lxrhHmcdJcAkiace3o9MaT5CalWRA2bXwCVUHahsOYRn2zJzpVpKGCZ8ORk2dCEbo odZvMmxFMO4T2sn8UlIZDYG4L5XGfPir49FiVTJUWKlIeRlwC+GXrVRKAMO3c2EoA0/W FwSIBByvtf/gvWMFjSWu/i3H7Cr7gf1GZX+d4KeJxvtSvzDUVzNxjjpgx0gdCsFaPzzo HJG/rn4sLltWobGe2LFA9wuN/q2e3ecj0tZ3kOLTJVFgSOLmRsbMp6cJHCvWqebChJy+ Jk8g== X-Gm-Message-State: AE9vXwNJEJwGQ2gDNXS/LbPuJaIO9seE/eIM6AnQiVLlbquZTVzhEKvlTsuYjJjMjPuT9A== X-Received: by 10.98.39.193 with SMTP id n184mr59296120pfn.164.1474407795897; Tue, 20 Sep 2016 14:43:15 -0700 (PDT) Received: from [192.168.0.33] (c49-177-162-140.frank4.vic.optusnet.com.au. [49.177.162.140]) by smtp.gmail.com with ESMTPSA id c124sm28013609pfc.52.2016.09.20.14.43.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Sep 2016 14:43:15 -0700 (PDT) From: Felix Friedlander Message-Id: <798F872E-ECF7-40F9-8853-C0B962B7A719@gmail.com> Content-Type: multipart/signed; boundary="Apple-Mail=_31287BD1-F8FC-4A9A-B4C1-41317D12B53E"; protocol="application/pkcs7-signature"; micalg=sha1 Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3225\)) Subject: Re: Relapse to 80x25 text mode from X Date: Wed, 21 Sep 2016 07:43:09 +1000 In-Reply-To: <20160920235423.K6806@sola.nimnet.asn.au> Cc: Polytropon , freebsd-questions@freebsd.org To: Ian Smith References: <20160920235423.K6806@sola.nimnet.asn.au> X-Mailer: Apple Mail (2.3225) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 21:43:16 -0000 --Apple-Mail=_31287BD1-F8FC-4A9A-B4C1-41317D12B53E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 21 Sep. 2016, at 00:29, Ian Smith wrote: >=20 > In freebsd-questions Digest, Vol 641, Issue 3, Message: 15 > On Tue, 13 Sep 2016 23:59:43 +0200 Polytropon = wrote: >=20 >> When I initially installed X on my "new" Lenovo Thinkpad R61i, >> after leaving X (or after switching to text mode with the >> key combination Ctrl+Alt+PF1) the screen would still show >> the X image, leaving me "blind" at the console. Changing >> the sc driver to vt solved that problem, but opened a new >> one: The text mode font is tiny and unreadable. >>=20 >> What is the preferred way of keeping the console in 80x25 >> mode _and_ being able to switch from/to X? >>=20 >> My /boot/loader.conf currently contains: >>=20 >> kern.vty=3Dvt >> kern.vt.fb.default_mode=3D"1280x800" >> hw.vga.textmode=3D1 >> i915kms_load=3D"YES" >>=20 >> In /etc/rc.conf I have tried >>=20 >> allscreens_flags=3D"-f gallant" >>=20 >> as suggested somewhere, but that just slightly increases >> the font size (still more than 80x25) and looks ugly. >>=20 >> The laptop contains an Intel Mobile GM965/GL960 GPU. The >> screen has a physical size of 1280 x 800 pixels. >>=20 >>=20 >>=20 >> In other words: Is it possible to relapse to the default >> behaviour of 80x25 sc and X that has worked for decades? >> If yes, how? >=20 > I don't know but I'd like to, and I don't know but I'd like to, too. >=20 > Hugely behind, I was just quickly scanning this month's archives at > = https://lists.freebsd.org/pipermail/freebsd-questions/2016-September/threa= d.html > when I noticed this poor lonely little message, unreplied to. >=20 > And of course searching that page for 'Poly' shows 14 messages tonight=20= > from you helping others, as usual, plus this one. >=20 > I still use sc on two older laptops, but saw quite a few messages = about=20 > this, perhaps on stable@, but didn't wind up grokking a clear solution=20= > or I'd have clipped it. >=20 > So this is just a dreaded 'bump' .. someone/s must know all about = this? >=20 > cheers, Ian In vt(4), rows and columns are determined by font size. The default font = (I think) is 8x16, so your terminal should therefore be 160x50. I don=E2=80=99t know why you would want an 80x25 console on a 1280x800 = screen, but it is a valid request, so: 1280 / 80 =3D 16 800 / 25 =3D 32 Looks like you want a 16x32 font. You=E2=80=99re in luck: from FreeBSD = 11, there=E2=80=99s a font `vgarom-16x32' that should be what you=E2=80=99= re looking for. Load it with `vidfont' or `vidctl -f'. If you=E2=80=99re = still on FreeBSD-10, you=E2=80=99ll have to chase up a copy from = somewhere, or compile it from the HEX file at = https://svn.freebsd.org/base/head/share/vt/fonts/vgarom-16x32.hex = (compile it with `vtfontcvt' - the finished file goes in = /usr/share/vt/fonts). I hope this helps - and I know vt sometimes has an odd way of doing = things. I like it, but not everyone does. --=20 Felix Friedlander --Apple-Mail=_31287BD1-F8FC-4A9A-B4C1-41317D12B53E Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKXzCCBHUw ggNdoAMCAQICEEOXQUtz9dNAT9/4o8H24nQwDQYJKoZIhvcNAQELBQAwdTELMAkGA1UEBhMCSUwx FjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24g QXV0aG9yaXR5MSMwIQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQTAeFw0xNjA2MDEy MTI0MDFaFw0xOTA5MDEyMTI0MDFaMEQxHTAbBgNVBAMMFGZlbGl4cGhldzBAZ21haWwuY29tMSMw IQYJKoZIhvcNAQkBFhRmZWxpeHBoZXcwQGdtYWlsLmNvbTCBmzAQBgcqhkjOPQIBBgUrgQQAIwOB hgAEAd9iFZSiKobJSFRViu+9sLMgg5zUq9CfxF3DZwJ+iH8xzgBlhUPOxe91JdDWvOkglLgyFClD Cm44k80Ix0nct4NZAQRJF/4HNHj/e1CWgVdX1cmaMUVUNJzOmUkDMS5UIUuivc3nDahDMRRetpb6 X9FcS5JruyQYuL6OATo3n2S7B1fYo4IBuDCCAbQwDgYDVR0PAQH/BAQDAgSQMB0GA1UdJQQWMBQG CCsGAQUFBwMCBggrBgEFBQcDBDAJBgNVHRMEAjAAMB0GA1UdDgQWBBQlrXF+Akg4ge5ewzRibZIS h6oFUTAfBgNVHSMEGDAWgBQkgWw5Yb5JD4+3G0YrySi1J0htaDBvBggrBgEFBQcBAQRjMGEwJAYI KwYBBQUHMAGGGGh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbTA5BggrBgEFBQcwAoYtaHR0cDovL2Fp YS5zdGFydHNzbC5jb20vY2VydHMvc2NhLmNsaWVudDEuY3J0MDgGA1UdHwQxMC8wLaAroCmGJ2h0 dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3NjYS1jbGllbnQxLmNybDAfBgNVHREEGDAWgRRmZWxpeHBo ZXcwQGdtYWlsLmNvbTAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8wRwYDVR0g BEAwPjA8BgsrBgEEAYG1NwECBTAtMCsGCCsGAQUFBwIBFh9odHRwczovL3d3dy5zdGFydHNzbC5j b20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4IBAQB4L+dIT8i+Z7dpqzqzNGWd469m52XU56bvI+4G Rq0znM47YXB4xfYb+KxM7gjlz4E0TiYCjyJrrujh0rCdwvGujMe/m1m1aEk3KIDYEYKFJHf96h8O QFVDV97+JfNvk+CeATx7gCehsuy5t78FevRaOxRgjM1rf5wtZ7XSYjVchlrm/yP+07Mc556hP9Lg cnIxWw8D5WgmEeqvRS+m6xpfSE3Qj/QogHLg/4R9WFYcxFBBZ+2kWSAcUe9p2juMFf+WiKQDrI42 YbQ064/NXG/pblDazWZSCD5a6uuKty3Tz6+I5oxQFbhCJ9RZEBNoj5UFapCCW7nlPrOYkbCadcYe MIIF4jCCA8qgAwIBAgIQa6eKfQrXiNZRCvlZ5Oe04TANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQG EwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2Vy dGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3Jp dHkwHhcNMTUxMjE2MDEwMDA1WhcNMzAxMjE2MDEwMDA1WjB1MQswCQYDVQQGEwJJTDEWMBQGA1UE ChMNU3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3Jp dHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBMIIBIjANBgkqhkiG9w0BAQEF AAOCAQ8AMIIBCgKCAQEAvX3a98OifYP2W4L921tfrh4bdcC1Ga+YJKy7V3nYNewJHnzMlBsK0Hb8 Dm4Wo3FZpylcYa1MJGT10QMGWaLER3xCIuRR+8eklf/EqeZWRLojJ7zBRtjMywPOCelrOU+DX12d Kp+Ez4J6919rz1UudTO1GvZyCYJ/I7062uHsskM8b7gPxmcCoO1UHwwpgkvpCArJWGFoFzjLdsZb ErJcS3HtAhlkbE/BKTMrdYg35Uo12SLBO5tbk8h2imbKTC8iMs+pskrvI/AVlh6QoTTXk6xboVX6 zgMgzxSVVLymQiygYYm0y5aMsvi2raFhC643SOGvErWWPPnSEfbeAD1xswIDAQABo4IBZDCCAWAw DgYDVR0PAQH/BAQDAgEGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDASBgNVHRMBAf8E CDAGAQH/AgEAMDIGA1UdHwQrMCkwJ6AloCOGIWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3Nmc2Nh LmNybDBmBggrBgEFBQcBAQRaMFgwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNv bTAwBggrBgEFBQcwAoYkaHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvY2EuY3J0MB0GA1Ud DgQWBBQkgWw5Yb5JD4+3G0YrySi1J0htaDAfBgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu 8jA/BgNVHSAEODA2MDQGBFUdIAAwLDAqBggrBgEFBQcCARYeaHR0cDovL3d3dy5zdGFydHNzbC5j b20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4ICAQCL4/eH7AGLhK0PAQJbnOEjJyMEvTTwcAJuUh/b odjQl06u4putYOxdSyIjSP/sKt+31LmjG8+IO1WqykE4H/Lm7NKezWVnCHuwb3ptgFmlwbMbGkU2 MOZBtwzfKXdYUhFLhaE2uw5jXhXvLYitQay962wP5uPI6eAIhV4L8aaya1u4s7MnrTq0Rz25FuGN O79vTHYWj797tSRC8rM16js4yGKOLFpQvIg0F8IElv57b1stp+C7omqM5Qn15dePbSnqr8Jb65Wt mJJbnv6rlqfY/aLuE/zmNAlzLmPgfMDStKIXdg+EoYBZTEo8wBUaBxihfNbJ069ndQOxMNNqBelE MgpAtmjTbCuXFjqIwWq+XOx6ZV/Wh2FAmaLsSHlNvEjjSQMZwE4EeHCdo66ZmEs/5JYlCeOkulKV Q6P3m5/XOj2jP17Q2AgmjP+11+sHN7PvrG0OwrQp9QMe3X+rn0G8MjtFfqBWvR9CgLIxzM3MJNxF dgdjS2rYnShP5uxvqwfZvhZVYCIkqdJhpYON0DvSodfiar0wiM79mySZJjzC0CTbiisBzS/BeBhq eo2wFfli/iw3hn1XKvAx0ty6w/scmBF0AYqmRHYj1TjMSw0lAl7AztLglqWjUPI+sukvadMRPxmt KXlS2nVR4an/Z16imsZ69+fFYH68c1CK7zmjozGCAtQwggLQAgEBMIGJMHUxCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQgQ0ECEEOXQUtz9dNA T9/4o8H24nQwCQYFKw4DAhoFAKCCAZkwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG 9w0BCQUxDxcNMTYwOTIwMjE0MzEwWjAjBgkqhkiG9w0BCQQxFgQUrpdJVQrML0fcuaRK0hipk+S5 7QgwgZoGCSsGAQQBgjcQBDGBjDCBiTB1MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20g THRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIzAhBgNVBAMT GlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBAhBDl0FLc/XTQE/f+KPB9uJ0MIGcBgsqhkiG9w0B CRACCzGBjKCBiTB1MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEpMCcGA1UE CxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENs YXNzIDEgQ2xpZW50IENBAhBDl0FLc/XTQE/f+KPB9uJ0MAkGByqGSM49AgEEgYswgYgCQgFwRTgh ORkLQNH559qu6ymQnZSKK5ZORCO47hXrh1rRhm6z0tu9ZpHGBGZdvhYh01McOmX6e6Hp20dmdNTQ JoT4hwJCAOqZTKP0ZmdWcHY3o6gpCbxW9/F5zdDe1eOq33PSOdH0E430NtyGlmDx95BMlKSdy3ss lBdSSR5PIqjEPmJvPLg2AAAAAAAA --Apple-Mail=_31287BD1-F8FC-4A9A-B4C1-41317D12B53E-- From owner-freebsd-questions@freebsd.org Wed Sep 21 02:46:01 2016 Return-Path: Delivered-To: freebsd-questions@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 862A6BE0DD5 for ; Wed, 21 Sep 2016 02:46:01 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2460A173 for ; Wed, 21 Sep 2016 02:46:00 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-35-217.dynamic.qsc.de [92.195.35.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id 44EEE3CED5; Wed, 21 Sep 2016 04:45:50 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8L2joR7002094; Wed, 21 Sep 2016 04:45:50 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 21 Sep 2016 04:45:50 +0200 From: Polytropon To: Felix Friedlander Cc: Ian Smith , freebsd-questions@freebsd.org Subject: Re: Relapse to 80x25 text mode from X Message-Id: <20160921044550.431f3bb4.freebsd@edvax.de> In-Reply-To: <798F872E-ECF7-40F9-8853-C0B962B7A719@gmail.com> References: <20160920235423.K6806@sola.nimnet.asn.au> <798F872E-ECF7-40F9-8853-C0B962B7A719@gmail.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 02:46:01 -0000 On Wed, 21 Sep 2016 07:43:09 +1000, Felix Friedlander wrote: > > On 21 Sep. 2016, at 00:29, Ian Smith wrote: > > > > In freebsd-questions Digest, Vol 641, Issue 3, Message: 15 > > On Tue, 13 Sep 2016 23:59:43 +0200 Polytropon wrote: > > > >> When I initially installed X on my "new" Lenovo Thinkpad R61i, > >> after leaving X (or after switching to text mode with the > >> key combination Ctrl+Alt+PF1) the screen would still show > >> the X image, leaving me "blind" at the console. Changing > >> the sc driver to vt solved that problem, but opened a new > >> one: The text mode font is tiny and unreadable. > >> > >> What is the preferred way of keeping the console in 80x25 > >> mode _and_ being able to switch from/to X? > >> > >> My /boot/loader.conf currently contains: > >> > >> kern.vty=vt > >> kern.vt.fb.default_mode="1280x800" > >> hw.vga.textmode=1 > >> i915kms_load="YES" > >> > >> In /etc/rc.conf I have tried > >> > >> allscreens_flags="-f gallant" > >> > >> as suggested somewhere, but that just slightly increases > >> the font size (still more than 80x25) and looks ugly. > >> > >> The laptop contains an Intel Mobile GM965/GL960 GPU. The > >> screen has a physical size of 1280 x 800 pixels. > >> > >> > >> > >> In other words: Is it possible to relapse to the default > >> behaviour of 80x25 sc and X that has worked for decades? > >> If yes, how? > > > > I don't know but I'd like to, and I don't know but I'd like to, too. > > > > [...] > > > > So this is just a dreaded 'bump' .. someone/s must know all about this? > > > > cheers, Ian > > In vt(4), rows and columns are determined by font size. The default > font (I think) is 8x16, so your terminal should therefore be 160x50. My "basic problem" with vt is that it seems to be unable to do what sc could do for decades, but wants to be its successor. It can even _start_ in 80x25, but after starting X, I cannot get this mode back, whereas sc simply shows the previous X screen content and leaves me in "blind mode". > I don’t know why you would want an 80x25 console on a 1280x800 screen, > but it is a valid request, so: Because even a 1280x800 screen might be very small if the pixels are very tightly packed. :-) The "I want" from _my_ point of view simply is that my eyes aren't the best ones anymore, and on Linux, I have a problem with small fonts on small screens (usually found on laptops). I could also imagine that people using a Braille readout (the _haptic_ inter- face!) could face problems when they are using their 80 charcter wide readout (with variable Y positition slider) and suddenly can't "see" things after FreeBSD booting... And imagine the fun of displays with much higher resolution! ;-) There are also text mode programs that look terrible when sized bigger than 80x25 (no matter if in xterm or on "bare metal"). > 1280 / 80 = 16 > 800 / 25 = 32 > > Looks like you want a 16x32 font. You’re in luck: from FreeBSD 11, > there’s a font `vgarom-16x32' that should be what you’re looking > for. Load it with `vidfont' or `vidctl -f'. If you’re still on > FreeBSD-10, you’ll have to chase up a copy from somewhere, or > compile it from the HEX file at https://svn.freebsd.org/base/head/share/vt/fonts/vgarom-16x32.hex > (compile it with `vtfontcvt' - the finished file goes in > /usr/share/vt/fonts). Interesting approach, I will definitely try this as soon as I get back to that particular FreeBSD 10 laptop (10.3 i386 at the moment, waiting for 11.0-RELEASE). > I hope this helps - and I know vt sometimes has an odd way of > doing things. I like it, but not everyone does. I'd like it much more if it could do what sc could do for decades, as mentioned initially. ;-) Many thanks for the inspiration. Maybe it's possible to somehow get the "default behaviour" back if wanted / needed. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Wed Sep 21 05:52:44 2016 Return-Path: Delivered-To: freebsd-questions@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 464C0BE3C9A for ; Wed, 21 Sep 2016 05:52:44 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm7-vm2.bullet.mail.ir2.yahoo.com (nm7-vm2.bullet.mail.ir2.yahoo.com [212.82.96.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B90BDE86 for ; Wed, 21 Sep 2016 05:52:42 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1474437018; bh=didivl9CD2r7ZmQLEI6Rj+Q9G5VYDxWYQNkClbwZZts=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=uhD14aoeaX4GT3dk7jzlB8TPqmMJwX2+IANnjlakRYTdciHFByks3eRg5b9E4RGBsgXV8Io9XVk3xr3XCvq/jT8cHH+evTHlCggDELn72HcMNJ+/kt5HHzbjS4/ZNqujBovXVY56F+qI9PP5i0fONQx80SQPVGWg8Kgp073CCPlmY9OdOI0/f8jhDH+30SX8e81tAtxY7Ibm8hAYYWvEbySyszl0cjZLJH2ugLpZdNPajYrn/KrSDdSrYkrv5Aq4Ih2xQ+Ig530b9suDE3eSdT1WKJzV8RiooNyOUh9i/NngMNM9yEPsTaOVnnxGOo7ANM45EVomi1Fzii2soEUDcw== Received: from [212.82.98.127] by nm7.bullet.mail.ir2.yahoo.com with NNFMP; 21 Sep 2016 05:50:18 -0000 Received: from [46.228.39.71] by tm20.bullet.mail.ir2.yahoo.com with NNFMP; 21 Sep 2016 05:50:18 -0000 Received: from [127.0.0.1] by smtp108.mail.ir2.yahoo.com with NNFMP; 21 Sep 2016 05:50:18 -0000 X-Yahoo-Newman-Id: 967188.47375.bm@smtp108.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 7zCj0U8VM1nntXTVVIeWWmxkSvqvNph2b12Xze7uSLDk3hh Afpz8fXgT3Y5bdiAKRq7tU6Du1Czzo6kDPBVBZHIQexYlcxIQO.PtmfKTJ9V GF2xGrbjwHkvrih8FQTZr6oFTJly_TgxloeZ_lzLt8LepuTKPNsKmJECmIDA fn0eze43PqQqa_xv5mZrVAx5vnyU3iW2oU3zHQNexCeBvman_6FuoyPveDFN GFBSnmpn.HkG6tXOB0ZzqbyRBp4YuLFYFJ5lcImQynsNpqb4ogYkFavgTKIA ca2V35QZ427w59kav.wnMusvUFC9.x2tK0F2M7v48tfC_nzskfDxjiiOD6Ck 9hAHde83gpP_j2fS8kLlmUUHC8BbjYl2Ba5P6Mcr2KFg5Ejn7uixUWvUed_1 Ay9Kelt1oR91X3iqE5tg_PlXUYikQ9ftuTqXv_kB._w_6YCXr0bBi3x9Fpjj .uvXDiTYcCwn.Jv0XrXL6Xy6RiVBXZlXUmAm3_Vz75toeYIzAdZAgaYbRNn6 E7_3MfpG0C_ssbLhc8Cyw.b1iETUutMhwglmi5jIzZ1BRQd_jr6E- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Date: Wed, 21 Sep 2016 07:50:19 +0200 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: firefox crash Message-ID: <20160921075019.3e68d68b@archlinux.localdomain> In-Reply-To: <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> X-Mailer: Claws Mail 3.14.0-2-ge48b739 (GTK+ 2.24.31; x86_64-arch-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 05:52:44 -0000 Hi, the OP seemingly is not affected, but assuming somebody searches the archive and should care about "firefox crash" and should be running FreeBSD 10.3 i386: https://lists.freebsd.org/pipermail/freebsd-multimedia/2016-September/017278.html Regards, Ralf From owner-freebsd-questions@freebsd.org Wed Sep 21 07:35:25 2016 Return-Path: Delivered-To: freebsd-questions@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 0BDDDBE3BD2 for ; Wed, 21 Sep 2016 07:35:25 +0000 (UTC) (envelope-from michaelsprivate@gmail.com) Received: from mail-yw0-x22c.google.com (mail-yw0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDCDEB5F for ; Wed, 21 Sep 2016 07:35:24 +0000 (UTC) (envelope-from michaelsprivate@gmail.com) Received: by mail-yw0-x22c.google.com with SMTP id t67so39082334ywg.3 for ; Wed, 21 Sep 2016 00:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Yo7xa2VMLEMjUNIS1wpY8K+zhLr0wL+0VSPGxPQ3uU0=; b=yJBZtq0Sg/GHduUFrOXWeevySpa0j3isGQ6dCtxGe1XAGTdjmxqASL7J3M5qGr3fTs 1j+QIkOXmQ9k89GA5GJHdPE/r4U+Bz1vUQsUuO5P37n4w1zhVXt6bG+WY4+tarSMph+b f/5tRV7wdICUOfQ3Q6/ynyI5oeR0Ko1PQnB01bM+SgU4cMD5u5hi5/+46tSbpqqFne85 BLUQf1gLdKh+KAcZzs6QqFgrZHIu7Yob/DOA+L38EfmXSg3/ty7DVuvmZWzouThPZE1d 35y0RmmUee4QCq7tSEvmOb/SezI0T9w6ZqNVnyH9KG4BYsOG0Q1O9GBe1Tk72AGmFktj K2UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Yo7xa2VMLEMjUNIS1wpY8K+zhLr0wL+0VSPGxPQ3uU0=; b=i4egYqDuc3IedvTmQl4Scjw2bcalPdbqhtjdwUA0Lt/gr6RJJtbra0loISDOXYLZma CduSkDt8PSGBTfx4t1LUtBEi5thzQ/E9fjQVyIgEhttl7DboPUfrCNVs7MhcuG6DH4+j KZ2OOaRC7NAvtvdoC0WGIyH3e/ht/2lBxzaKJ62FGXZXTBdS3dhpeCENFeHwK/f/cIB3 707gWzT8q36RcA5pNt5/enkMa0803B4VzFI7bjbVG4xCmP4wQfFnzEZet7sX2cycLK+h aPytlpiComI1a5L4nCRPdGhrM9iB1daCroHnXQ2iVU3oIbD6fzTCtb1OZT1FbZRE4tx9 H/Jg== X-Gm-Message-State: AE9vXwPZDa+feHriDX5J9dgHzG8VbmN1z1Clirsygm+kI9rIc8Bv6S0Gsf7i23t8sHlf7OsgQwPJelApA1Tr0A== X-Received: by 10.13.193.196 with SMTP id c187mr31888606ywd.301.1474443323887; Wed, 21 Sep 2016 00:35:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.173.139 with HTTP; Wed, 21 Sep 2016 00:35:03 -0700 (PDT) In-Reply-To: <20160913232351.GA36091@putsch.kolbu.ws> References: <20160913232351.GA36091@putsch.kolbu.ws> From: Michael Schuster Date: Wed, 21 Sep 2016 09:35:03 +0200 Message-ID: Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network To: Stxe5le Bordal Kristoffersen Cc: freeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 07:35:25 -0000 Hi, While I'm not very familiar with FreeBSD internals, I'd like to point out two things that I think may be relevant: 1) note that '[idle]' seems to be the only thread/process doing significant work - at a guess, I'd say that's the kernel doing work that cannot be ascribed to anything else ... housekeeping? (someone who knows FreeBSD better will have to answer that) On Wed, Sep 14, 2016 at 1:23 AM, Stxe5le Bordal Kristoffersen < chiller@putsch.kolbu.ws> wrote: > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU > COMMAND > 11 root 24 155 ki31 0K 384K CPU23 23 1206.3 2396.63% > [idle] > 5 root 1 -16 - 0K 16K ipmire 14 100:17 0.00% > [ipmi0: kcs] > 0 root 407 -8 - 0K 6512K - 22 56:20 0.00% > [kernel] > 7 root 2 -16 - 0K 32K umarcl 3 6:21 0.00% > [pagedaemon] > 18 root 1 16 - 0K 16K syncer 14 3:37 0.00% > [syncer] > 12 root 38 -76 - 0K 608K WAIT 255 3:04 0.00% > [intr] > 2 root 6 -16 - 0K 96K - 0 2:41 0.00% > [cam] > 14 root 1 -16 - 0K 16K - 16 1:40 0.00% > [rand_harvestq] > 3 root 9 -8 - 0K 176K tx->tx 20 1:13 0.00% > [zfskern] > 17 root 1 -16 - 0K 16K vlruwt 13 1:10 0.00% > [vnlru] > 762 root 1 20 0 50040K 15212K select 18 0:10 0.00% > /usr/local/bin/perl -wT /usr/local/sbin/munin-node > 620 root 1 20 0 14520K 2044K select 20 0:06 0.00% > /usr/sbin/syslogd -s > 15 root 40 -68 - 0K 640K - 0 0:05 0.00% > [usb] > 686 root 1 20 0 26128K 18044K select 15 0:05 0.00% > /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift > 823 root 1 20 0 24156K 5420K select 13 0:02 0.00% > sendmail: accepting connections (sendmail) > 6 root 1 -16 - 0K 16K idle 16 0:02 0.00% > [enc_daemon0] > 16 root 1 -16 - 0K 16K psleep 19 0:00 0.00% > [bufdaemon] > 830 root 1 20 0 16624K 712K nanslp 16 0:00 0.00% > /usr/sbin/cron -s > 826 smmsp 1 20 0 24156K 1056K pause 23 0:00 0.00% > sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) > 52778 chiller 1 20 0 31060K 5356K pause 23 0:00 0.00% > -zsh (zsh) > 800 root 1 20 0 61316K 5164K select 17 0:00 0.00% > /usr/sbin/sshd > 1 root 1 20 0 9492K 460K wait 22 0:00 0.00% > [init] > 54395 chiller 1 23 0 31060K 5388K pause 23 0:00 0.00% > -zsh (zsh) > 52777 chiller 1 20 0 86584K 7576K select 23 0:00 0.00% > sshd: chiller@pts/0 (sshd) > 54394 chiller 1 20 0 86584K 7616K select 19 0:00 0.00% > sshd: chiller@pts/1 (sshd) > 473 root 1 20 0 13628K 4504K select 22 0:00 0.00% > /sbin/devd > 54441 root 1 20 0 24392K 4064K pause 15 0:00 0.00% -su > (zsh) > 52774 root 1 20 0 86584K 7532K select 19 0:00 0.00% > sshd: chiller [priv] (sshd) > 54050 root 1 20 0 24392K 4064K ttyin 20 0:00 0.00% -su > (zsh) > 13 root 3 -8 - 0K 48K - 4 0:00 0.00% > [geom] > 54389 root 1 20 0 86584K 7568K select 13 0:00 0.00% > sshd: chiller [priv] (sshd) > > [...] > > 2) look at 'sr' (using a fixed-width font probably helps). In Solaris (which is where I come from ... a long time ago ;-)) this is "scan rate", ie the number of pages (per second) the paging mechanism is looking at - (again on Solaris) this would mean that your system is under some kind of fairly constant memory pressure - where from I cannot even guess, and given the "avm" and "fre" columns, this does look very strange ... but that's what I'd continue my investigation with. pusen# vmstat 1 > procs memory page disks faults > cpu > r b w avm fre flt re pi po fr sr da0 da1 in sy cs > us sy id > 0 0 0 858M 1449M 335 0 0 1 355 4954 0 0 1917 4403 5302 > 0 0 99 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 120 80 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 124 81 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 120 68 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 127 92 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 120 91 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 121 82 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 120 75 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 2 121 96 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 126 83 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 217 0 0 1 121 68 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 1 120 88 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 0 121 92 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 0 120 83 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 1 127 90 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 5 120 94 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 1 121 80 > 0 0 100 > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 0 123 79 > 0 0 100 > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 2 121 76 > 0 0 100 > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 4 118 106 > 0 0 100 > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 0 112 87 > 0 0 100 > HTH Michael -- Michael Schuster http://recursiveramblings.wordpress.com/ recursion, n: see 'recursion' From owner-freebsd-questions@freebsd.org Wed Sep 21 08:03:59 2016 Return-Path: Delivered-To: freebsd-questions@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 39670BE3908 for ; Wed, 21 Sep 2016 08:03:59 +0000 (UTC) (envelope-from alnis.morics@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B19121A26 for ; Wed, 21 Sep 2016 08:03:58 +0000 (UTC) (envelope-from alnis.morics@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id l131so33715529lfl.2 for ; Wed, 21 Sep 2016 01:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=NurRWeHozCzhn/wbcbNo2OhZbPoJ5hemZLHyK1vC33o=; b=DF8BdjyWDzbGASO6lCjmIUsLuc0dLkrXk422sIwO5Y2mu/avrh63PONFcA38MFiE3+ Kb/ZhcVZAxsGt/KthKHtjukTORc5PCQf9j1k08CIVUilT8/7oqH0HxkW8muqJM+Wf3FD aVhnKCbPLUtXOtZOKCjOc63E5ixdGq2SWg8seFyceISWw3ZrkndhrZyt4gHq0tqecqiA wu62mUvOeljFZQVMxsR7/U8xgHQMeUO9wMxtDjaOUR3E+7f/whX2PxVGdJJNZlo36Uoc 8cbrJMchrKMU2fyruhBkSOPgn5tcwjlvt3sLGKrjbvrpN/qJEPm7xr7QJVYoHsmiS+gL oGSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=NurRWeHozCzhn/wbcbNo2OhZbPoJ5hemZLHyK1vC33o=; b=GfA9jbDMN+NxSXYuwr2pslHQwJuiBsUY6iZ64/makJcm+A8t1c+l/hm+MBcLkk0QBb AlnkbhI7/NKaOQF4F/tgGVRMoa2NY9GYgK8p0JtqdAsb4eLhl2BI+EEzFZmcIHDZTQ5p RDpj4NWmFwtS0QkEYlg0CLbf7CnWCoLI9H6v+EAJmml2EsHm9zUSOBwJW7u0zQjSaCL6 4RoiIu8w3qKH3Nij82dUHBniTUl8xdN+DKdKI3xeSD1F3sxD+a9IR1I/JLutUZrCg+wq fiUjjZLQyihVdzy4NhSFcNKHefxNp/8dp1I6vZHasxugg7qJZXaW2BynpR3m8U55Zzbr CUIw== X-Gm-Message-State: AE9vXwMNgyaLessRqlq728Zcga1gO4Zp0JXJrF7Wsnrqtjh78Nm46lUVV1tsG+d//gZiiQ== X-Received: by 10.25.91.84 with SMTP id p81mr14067170lfb.39.1474445036566; Wed, 21 Sep 2016 01:03:56 -0700 (PDT) Received: from [192.168.0.192] ([78.84.246.3]) by smtp.gmail.com with ESMTPSA id h62sm6550989ljh.39.2016.09.21.01.03.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Sep 2016 01:03:56 -0700 (PDT) To: freebsd-questions@freebsd.org From: Alnis Morics Subject: Nagios reports its own host as DOWN Message-ID: <7c549617-43df-e064-0ee6-5f4d7fcee9f6@gmail.com> Date: Wed, 21 Sep 2016 11:03:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 08:03:59 -0000 Hi, I installed nagios4-4.1.1_5,1 on a FreeBSD 10.3 jail. (It's my first time with Nagios) I managed the core to show up as working, and the system now lists its first host (the one it is installed on) -- as DOWN. Small wander, because the way it checks this is by pinging "localhost" (/sbin/ping -n -c 5 127.0.0.1 ), although ping is disabled in my jail (as per default), and its localhost address is changed to 127.0.0.3. How can I correct this checking? I found there is a script for checking FreeBSD jails (https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1859&cf_id=24) but, again, I can't find any hint of how to use it or whether it can help me at all. Will I be able to check services on jails of other machines? Thanks for any advice, -Alnis From owner-freebsd-questions@freebsd.org Wed Sep 21 08:44:51 2016 Return-Path: Delivered-To: freebsd-questions@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 E72E8BE0993 for ; Wed, 21 Sep 2016 08:44:51 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3991385B for ; Wed, 21 Sep 2016 08:44:50 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id u8L8iakn064474; Wed, 21 Sep 2016 18:44:36 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 21 Sep 2016 18:44:36 +1000 (EST) From: Ian Smith To: Felix Friedlander cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: Relapse to 80x25 text mode from X In-Reply-To: <798F872E-ECF7-40F9-8853-C0B962B7A719@gmail.com> Message-ID: <20160921182802.G6806@sola.nimnet.asn.au> References: <20160920235423.K6806@sola.nimnet.asn.au> <798F872E-ECF7-40F9-8853-C0B962B7A719@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 08:44:52 -0000 On Wed, 21 Sep 2016 07:43:09 +1000, Felix Friedlander wrote: > > On 21 Sep. 2016, at 00:29, Ian Smith wrote: > > In freebsd-questions Digest, Vol 641, Issue 3, Message: 15 > > On Tue, 13 Sep 2016 23:59:43 +0200 Polytropon wrote: > > > >> When I initially installed X on my "new" Lenovo Thinkpad R61i, > >> after leaving X (or after switching to text mode with the > >> key combination Ctrl+Alt+PF1) the screen would still show > >> the X image, leaving me "blind" at the console. Changing > >> the sc driver to vt solved that problem, but opened a new > >> one: The text mode font is tiny and unreadable. > >> > >> What is the preferred way of keeping the console in 80x25 > >> mode _and_ being able to switch from/to X? [..] > >> In other words: Is it possible to relapse to the default > >> behaviour of 80x25 sc and X that has worked for decades? > >> If yes, how? > > > > I don't know but I'd like to, and I don't know but I'd like to, too. [..] > In vt(4), rows and columns are determined by font size. The default > font (I think) is 8x16, so your terminal should therefore be 160x50. > > I dont know why you would want an 80x25 console on a 1280x800 > screen, but it is a valid request, so: > > 1280 / 80 = 16 > 800 / 25 = 32 > > Looks like you want a 16x32 font. Youre in luck: from FreeBSD 11, > theres a font `vgarom-16x32' that should be what youre looking > for. Load it with `vidfont' or `vidctl -f'. If youre still on > FreeBSD-10, youll have to chase up a copy from somewhere, or > compile it from the HEX file at > https://svn.freebsd.org/base/head/share/vt/fonts/vgarom-16x32.hex > (compile it with `vtfontcvt' - the finished file goes in > /usr/share/vt/fonts). > > I hope this helps - and I know vt sometimes has an odd way of doing > things. I like it, but not everyone does. Thankyou Felix. My Lenovo X200 notebook also has a 1280x800 12" diagonal screen, and like Polytropon, my eyesight is not what it once was. The difference in readability vs this older T23 (1024x768 but 14") is considerable, and I often enough switch from X to console that this is valuable info for me. cheers, Ian From owner-freebsd-questions@freebsd.org Wed Sep 21 09:16:31 2016 Return-Path: Delivered-To: freebsd-questions@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 43892BE2637 for ; Wed, 21 Sep 2016 09:16:31 +0000 (UTC) (envelope-from r100500b@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBE05A88 for ; Wed, 21 Sep 2016 09:16:30 +0000 (UTC) (envelope-from r100500b@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id b130so80072869wmc.0 for ; Wed, 21 Sep 2016 02:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=SJTvcnvTifshBb4S6k0oPgpCwVJ1/WCsIjOo1vF62hE=; b=F+xOjwjWcCoySZZBjxqiRoRfexXD81E+PJ9LHedNYApxES1ng9Zpjt7AfCNuBjS3U0 2Db7sv/QO/YOB1auMrHzcyab9FhW5uCn8Zrm1uYLz+owKU/vrjoIjkMr/3JXRyfHw/j8 EbOE4BChe2us14e6w8cVh8rnLoizTBz81xH2aYFn5ZXDhDSW5zEik8PIkn6IVmHawDCW G8fWcQgdbxItm9EZQTnbwpX+MHVNfcuhs5w5IDjYNEP3DkTGLGg1bbmU2zNicllr4TV2 5sFEpHtEBlmXHSfg+MJlp/MEgVTuEl/xG2FAzAtDVoHSkoYW48K+KJOBOKz9S02HPPaR H17w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=SJTvcnvTifshBb4S6k0oPgpCwVJ1/WCsIjOo1vF62hE=; b=kIwKy9V7tt88VWRYFHunFEbCLCN0jCS9Nf/JqxJsS07o3eKWyF0yBkASIEEqCHblZv UyAdvvt+GPrvSwyFIz8s4kqmZCL5LsyxIj7lbOKkNoO2fMJhrNYNUiwbjHFTxoMoaztF 8TecrxT669+YYQf0jD1OxBIfZDtjj+brEJtEvUSPD2TYOxX1cGegSOaERSdDApoclg5J 1w8x8w3k55U1+H0mx6OLFi+qCl8y7lPWnucM/BIGmEvvTnJ7PnUGy6lZVMYeABknoBWX 6zj5UvxTNwOqENDW23BT9y13YfkQFaK8xhpF9Raem4cXCssohfFeBTpa9C/ofz+UWoyV oUAg== X-Gm-Message-State: AE9vXwPQed88Gb6+xknhzspPYrZbsb6tGXjj+ezuDUNmPRrZ1TVnS64iMXvKgta1UW2HM83EWhjN2B/T4Xmrgg== X-Received: by 10.28.203.196 with SMTP id b187mr2072621wmg.120.1474449388875; Wed, 21 Sep 2016 02:16:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.168.163 with HTTP; Wed, 21 Sep 2016 02:16:28 -0700 (PDT) In-Reply-To: References: <20160913232351.GA36091@putsch.kolbu.ws> From: =?UTF-8?B?0KDRg9GB0LvQsNC9INCR0YPRgNGF0LDQvdC+0LI=?= Date: Wed, 21 Sep 2016 12:16:28 +0300 Message-ID: Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 09:16:31 -0000 I have same problem with ipfw nat and shaping with dummynet module. Can you post you firewall settings? 2016-09-21 12:14 GMT+03:00 =D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD =D0=91=D1= =83=D1=80=D1=85=D0=B0=D0=BD=D0=BE=D0=B2 : > I have same problem with ipfw nat and shaping with dummynet module. Can > you post you firewall settings? > > 2016-09-21 10:35 GMT+03:00 Michael Schuster : > >> Hi, >> >> While I'm not very familiar with FreeBSD internals, I'd like to point ou= t >> two things that I think may be relevant: >> >> 1) note that '[idle]' seems to be the only thread/process doing >> significant >> work - at a guess, I'd say that's the kernel doing work that cannot be >> ascribed to anything else ... housekeeping? (someone who knows FreeBSD >> better will have to answer that) >> >> On Wed, Sep 14, 2016 at 1:23 AM, Stxe5le Bordal Kristoffersen < >> chiller@putsch.kolbu.ws> wrote: >> >> > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU >> > COMMAND >> > 11 root 24 155 ki31 0K 384K CPU23 23 1206.3 2396.63% >> > [idle] >> > 5 root 1 -16 - 0K 16K ipmire 14 100:17 0.00% >> > [ipmi0: kcs] >> > 0 root 407 -8 - 0K 6512K - 22 56:20 0.00% >> > [kernel] >> > 7 root 2 -16 - 0K 32K umarcl 3 6:21 0.00% >> > [pagedaemon] >> > 18 root 1 16 - 0K 16K syncer 14 3:37 0.00% >> > [syncer] >> > 12 root 38 -76 - 0K 608K WAIT 255 3:04 0.00% >> > [intr] >> > 2 root 6 -16 - 0K 96K - 0 2:41 0.00% >> > [cam] >> > 14 root 1 -16 - 0K 16K - 16 1:40 0.00% >> > [rand_harvestq] >> > 3 root 9 -8 - 0K 176K tx->tx 20 1:13 0.00% >> > [zfskern] >> > 17 root 1 -16 - 0K 16K vlruwt 13 1:10 0.00% >> > [vnlru] >> > 762 root 1 20 0 50040K 15212K select 18 0:10 0.00% >> > /usr/local/bin/perl -wT /usr/local/sbin/munin-node >> > 620 root 1 20 0 14520K 2044K select 20 0:06 0.00% >> > /usr/sbin/syslogd -s >> > 15 root 40 -68 - 0K 640K - 0 0:05 0.00% >> > [usb] >> > 686 root 1 20 0 26128K 18044K select 15 0:05 0.00% >> > /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid -f >> /var/db/ntpd.drift >> > 823 root 1 20 0 24156K 5420K select 13 0:02 0.00% >> > sendmail: accepting connections (sendmail) >> > 6 root 1 -16 - 0K 16K idle 16 0:02 0.00% >> > [enc_daemon0] >> > 16 root 1 -16 - 0K 16K psleep 19 0:00 0.00% >> > [bufdaemon] >> > 830 root 1 20 0 16624K 712K nanslp 16 0:00 0.00% >> > /usr/sbin/cron -s >> > 826 smmsp 1 20 0 24156K 1056K pause 23 0:00 0.00% >> > sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) >> > 52778 chiller 1 20 0 31060K 5356K pause 23 0:00 0.00% >> > -zsh (zsh) >> > 800 root 1 20 0 61316K 5164K select 17 0:00 0.00% >> > /usr/sbin/sshd >> > 1 root 1 20 0 9492K 460K wait 22 0:00 0.00% >> > [init] >> > 54395 chiller 1 23 0 31060K 5388K pause 23 0:00 0.00% >> > -zsh (zsh) >> > 52777 chiller 1 20 0 86584K 7576K select 23 0:00 0.00% >> > sshd: chiller@pts/0 (sshd) >> > 54394 chiller 1 20 0 86584K 7616K select 19 0:00 0.00% >> > sshd: chiller@pts/1 (sshd) >> > 473 root 1 20 0 13628K 4504K select 22 0:00 0.00% >> > /sbin/devd >> > 54441 root 1 20 0 24392K 4064K pause 15 0:00 0.00% >> -su >> > (zsh) >> > 52774 root 1 20 0 86584K 7532K select 19 0:00 0.00% >> > sshd: chiller [priv] (sshd) >> > 54050 root 1 20 0 24392K 4064K ttyin 20 0:00 0.00% >> -su >> > (zsh) >> > 13 root 3 -8 - 0K 48K - 4 0:00 0.00% >> > [geom] >> > 54389 root 1 20 0 86584K 7568K select 13 0:00 0.00% >> > sshd: chiller [priv] (sshd) >> > >> > [...] >> > >> > >> 2) look at 'sr' (using a fixed-width font probably helps). In Solaris >> (which is where I come from ... a long time ago ;-)) this is "scan rate"= , >> ie the number of pages (per second) the paging mechanism is looking at - >> (again on Solaris) this would mean that your system is under some kind o= f >> fairly constant memory pressure - where from I cannot even guess, and >> given >> the "avm" and "fre" columns, this does look very strange ... but that's >> what I'd continue my investigation with. >> >> pusen# vmstat 1 >> > procs memory page disks faults >> > cpu >> > r b w avm fre flt re pi po fr sr da0 da1 in sy = cs >> > us sy id >> > 0 0 0 858M 1449M 335 0 0 1 355 4954 0 0 1917 4403 >> 5302 >> > 0 0 99 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 120 = 80 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 124 = 81 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 120 = 68 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 127 = 92 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 120 = 91 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 121 = 82 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 0 120 = 75 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 2 121 = 96 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 265 0 0 1 126 = 83 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 217 0 0 1 121 = 68 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 1 120 = 88 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 0 121 = 92 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 0 120 = 83 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 215 0 0 1 127 = 90 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 5 120 = 94 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 1 121 = 80 >> > 0 0 100 >> > 0 0 0 858M 1449M 0 0 0 0 0 196 0 0 0 123 = 79 >> > 0 0 100 >> > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 2 121 = 76 >> > 0 0 100 >> > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 4 118 1= 06 >> > 0 0 100 >> > 1 0 0 858M 1449M 0 0 0 0 0 196 0 0 0 112 = 87 >> > 0 0 100 >> > >> >> HTH >> Michael >> -- >> Michael Schuster >> http://recursiveramblings.wordpress.com/ >> recursion, n: see 'recursion' >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe >> @freebsd.org" >> > > From owner-freebsd-questions@freebsd.org Wed Sep 21 09:25:02 2016 Return-Path: Delivered-To: freebsd-questions@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 932F8BE2AE8 for ; Wed, 21 Sep 2016 09:25:02 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-ext5.uio.no (mail-ext5.uio.no [IPv6:2001:700:100:10::31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54B5DF06 for ; Wed, 21 Sep 2016 09:25:02 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-mx3.uio.no ([129.240.10.44]) by mail-out5.uio.no with esmtp (Exim 4.80.1) (envelope-from ) id 1bmdly-0006eg-Oa; Wed, 21 Sep 2016 11:24:58 +0200 Received: from putsch.kolbu.ws ([158.36.191.193]) by mail-mx3.uio.no with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1bmdly-00041J-Bg; Wed, 21 Sep 2016 11:24:58 +0200 Received: from chiller by putsch.kolbu.ws with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bmdlx-0003YD-N8; Wed, 21 Sep 2016 11:24:57 +0200 Date: Wed, 21 Sep 2016 11:24:57 +0200 From: =?utf-8?B?U3TDpWxl?= Kristoffersen To: Anton Yuzhaninov Cc: "freebsd-questions@freebsd.org" Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network Message-ID: <20160921092457.GA13386@putsch.kolbu.ws> References: <20160913232351.GA36091@putsch.kolbu.ws> <17ceb91f-b502-7517-7251-73b8399861d9@citrin.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <17ceb91f-b502-7517-7251-73b8399861d9@citrin.ru> User-Agent: Mutt/1.6.1 (2016-04-27) X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: 4490F0D7A70D63E2B106645B411CF11800AD9A57 X-UiO-SPAM-Test: remote_host: 158.36.191.193 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 1 total 34662 max/h 377 blacklist 0 greylist 0 ratelimit 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 09:25:02 -0000 On 2016-09-20 at 12:18, Anton Yuzhaninov wrote: > It worth to get working remote console first. > > With Supermicro server you usually have two options: > 1. IPMI Serial over LAN > 2. IP-KVM provided by BMC > > 1. IPMI SOL can be used from other BSD/Linux host using ipmitools > ipmitool .... sol activate > > IPMI SOL should be configured on both IPMI (via ipmitool) and server > (/boot/loader.conf, /etc/ttys). > > 2. IP-KVM can be accessed using Java application from BMC web interface > or using IPMIView: > ftp://ftp.supermicro.com/utility/IPMIView/Linux/ > > Which method do you use? I am using IP-KVM using the web interface. > Is keypress repeated always or only when server is overloaded? Only when the server is in the bad state. Normally everything is fine, and I have no problems using it. Maybe SOL will have a better chance of working when the server is in the bad state. I'll try to configure it and see what happens. > Anyway both methods should work, but has own issues: > > 1. Remote user for ipmitools can be activated only via web interface > (and NULL user can't be used). Default user ADMIN work via ipmitool too, > but I wanted to create separate users. > > 2. Java app from server's BMC web interface works only with some JRE > versions (long time ago it worked only with Sun/Oracle JDK and failed to > work with OpenJDK). IPMIView worked better for me (with less glitches) > than app from BMC web interface. I recommend to use IPMIView. Ok, I'll also try to get IPMIView working, and see if that changes anything > 3. It is more reliable and secure to use dedicated IPMI LAN port on server. I am using the dedicated LAN port, so that shouldn't be a problem. -- Ståle Kristoffersen From owner-freebsd-questions@freebsd.org Wed Sep 21 09:38:12 2016 Return-Path: Delivered-To: freebsd-questions@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 4E74CBE2DB1 for ; Wed, 21 Sep 2016 09:38:12 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-ext01.uio.no (mail-ext01.uio.no [IPv6:2001:700:100:10::41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FFE233C for ; Wed, 21 Sep 2016 09:38:12 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out01.uio.no with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1bmdyk-0005NP-6P; Wed, 21 Sep 2016 11:38:10 +0200 Received: from putsch.kolbu.ws ([158.36.191.193]) by mail-mx2.uio.no with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1bmdyj-00059J-NU; Wed, 21 Sep 2016 11:38:10 +0200 Received: from chiller by putsch.kolbu.ws with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bmdyj-0003il-8q; Wed, 21 Sep 2016 11:38:09 +0200 Date: Wed, 21 Sep 2016 11:38:09 +0200 From: =?utf-8?B?U3TDpWxl?= Kristoffersen To: Anton Yuzhaninov Cc: "freebsd-questions@freebsd.org" Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network Message-ID: <20160921093809.GB13386@putsch.kolbu.ws> References: <20160913232351.GA36091@putsch.kolbu.ws> <68f553b9-8546-7707-df86-88851b3283f8@citrin.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <68f553b9-8546-7707-df86-88851b3283f8@citrin.ru> User-Agent: Mutt/1.6.1 (2016-04-27) X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: 3358F8AFEEFD4C8F4E797B7A5D11B842BEB44DA3 X-UiO-SPAM-Test: remote_host: 158.36.191.193 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 3 total 34664 max/h 377 blacklist 0 greylist 0 ratelimit 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 09:38:12 -0000 On 2016-09-20 at 16:57, Anton Yuzhaninov wrote: > On 2016-09-13 19:23, Stxe5le Bordal Kristoffersen wrote: > > about once a day, but not in any pattern, it starts getting a load of 5-10 > > and usually stops responding over the network before I notice it. > > Does it stop responding completely (including ping) or only some > services and ssh doesn't respond? It just starts getting more and more lagged. It usually responds to ping, but ssh can start to time out. Already opened ssh sessions can live quite long, but running stuff can be a problem after a while. > > > From googling a bit, I have tried to disable msix on the igb network > > interface, and increased the nmbclusters with no apparent change in behaviour. > > (kern.ipc.nmbclusters="1000000" and hw.igb.enable_msix=0 in loader.conf) > > kern.ipc.nmbclusters on modern FreeBSD version autotuned to very big > value and manual increasing is rarely need. > > Disabling msix on igb is also unlikely need. This was more of a "grasping at straws"-move, and only included that for completeness. > > All I see is that the igb0 taskq pid is almost always in the RUN state when > > the machine is having trouble. > > There is no igb0 taskq in top output below. > > To see and inspect how top output looks when machine stops responding it > is useful to run top from cron and log output. > > Example script for top logging: > https://bitbucket.org/snippets/citrin/BpeXb > > In top output you should look at WCPU and STATE for kernel threads and > for unresponding network daemons. I've now configured that script to run, and I'll share the results the next time the server has issues. > Also do you have network load graph (bytes and packets per second) for > this host (I saw munin in process list) - may be load is too high in > moments when host not responding. When this happens network traffic crawls to a stop. I've also checked that there isn't any other traffic on the network port causing problems. I also tried doing 'ifconfig igb0 down' on the interface just to see if the server would unclog itself. > Do you use firewalls or netgraph? No, nothing configured. > Which is the primary function of this server? Its a fileserver, sharing files via samba and FTP. -- Ståle Kristoffersen From owner-freebsd-questions@freebsd.org Wed Sep 21 10:12:06 2016 Return-Path: Delivered-To: freebsd-questions@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 1C2D7BE3A25 for ; Wed, 21 Sep 2016 10:12:06 +0000 (UTC) (envelope-from alnis.morics@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94B62DCC for ; Wed, 21 Sep 2016 10:12:05 +0000 (UTC) (envelope-from alnis.morics@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id g62so36202281lfe.3 for ; Wed, 21 Sep 2016 03:12:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=QxD31EWZvvgkUi9o+Ep8w8ytlmszYdFK4IdhLJbCPpg=; b=AZ5tQYtuZCeEu9k1LgA5ScHCv7hAGmQv0FdcaqExM81wegrcwL3O9J5xLcB4871nEr BueKA82AD89Dd9Mg28Q2pYP6tCIp86mlvPr8LqWXAueWqhgb291Fr53D0epb6QFvDNaz DICyoSHHjMmyUuZAYix9a1/dU9L9F12aToqhhbpjiCWMKiP1WoAwGrwgWTmnJy2qJm2Z 1s94nzFPscbgxoHmx0wFleWrNRgB5G8zuBhcCRbpjmJky+HlpShPhcCDwIXfq/PXH0cq 2g6X8tPsH3M15U2ZuSwym6oe40w/lMciq+RuOFyEDZwqfoyMDHSIguMqQYQoroqy2nRn k+ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=QxD31EWZvvgkUi9o+Ep8w8ytlmszYdFK4IdhLJbCPpg=; b=GbMja+9j+rgqQyk/dt9lCEMn8fJocaiODZgqLKTkHJ70hvCYEdUzOr4FofZnkl/dDt Ybb9JfWRuIf4pdWi2WMjPyjtBSgVEbEBPCXA0VTSEMc3Yni8N74euQgxPgaAjMNceNpe TuXnruMXZ6VpCuPRjqM9UuLTtrDS8ATRNKwq7N7jyZkR+YVCLzYjkJZ22I+a0M0adrS+ J/FfYDu/uX29n4sUYV4V8DHN7QihBGqFm1s8FHOYvF037yELoQfP2kKSDxxjNH0zwAk1 T46ZCEcMRq7pDP2PqC4VkkaBNQxIka9WimNeR3YQ/57h98rhpII1Ft6E9nEoDmm6bLMv zdLA== X-Gm-Message-State: AE9vXwNzrocCVFkdilSYN2FhxxQXNnsWVhf/tE+Z5gFQZOXAjkOkNKOqK/bENXSZr1H/JQ== X-Received: by 10.25.134.131 with SMTP id i125mr12508073lfd.15.1474452723504; Wed, 21 Sep 2016 03:12:03 -0700 (PDT) Received: from [192.168.0.192] ([78.84.246.3]) by smtp.gmail.com with ESMTPSA id e3sm6617536lji.31.2016.09.21.03.12.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Sep 2016 03:12:03 -0700 (PDT) From: Alnis Morics Subject: Re:Nagios reports its own host as DOWN To: freebsd-questions@freebsd.org Message-ID: <1b3e0d30-440d-012e-a6f3-75cd1abeeaff@gmail.com> Date: Wed, 21 Sep 2016 13:12:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 10:12:06 -0000 >Hi, > >I installed nagios4-4.1.1_5,1 on a FreeBSD 10.3 jail. (It's my first >time with Nagios) > >I managed the core to show up as working, and the system now lists its >first host (the one it is installed on) -- as DOWN. > >Small wander, because the way it checks this is by pinging "localhost" >(/sbin/ping -n -c 5 127.0.0.1 ), although ping is disabled in my jail >(as per default), and its localhost address is changed to 127.0.0.3. > >How can I correct this checking? I found there is a script for checking >FreeBSD jails >(https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1859&cf_id=24) >but, again, I can't find any hint of how to use it or whether it can >help me at all. Will I be able to check services on jails of other >machines? > >Thanks for any advice, > >-Alnis Ok, sorted out by myself, sorry for the noise. 1. Although I already changed the localhost's address in /etc/hosts on the jail, Nagios doesn't respect it. It needs the address defined at /usr/local/etc/nagios/objects/localhost.cfg. 2. If I'm going to use this jail as a Nagios host, I'll need the ping enabled anyway for checking other hosts, so I enabled it. Now the Nagios host appears as UP. -Alnis From owner-freebsd-questions@freebsd.org Wed Sep 21 10:19:27 2016 Return-Path: Delivered-To: freebsd-questions@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 1CE08BE3D16 for ; Wed, 21 Sep 2016 10:19:27 +0000 (UTC) (envelope-from staale@kristoffersen.ws) Received: from mail-ext01.uio.no (mail-ext01.uio.no [IPv6:2001:700:100:10::41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1F1A1DB for ; Wed, 21 Sep 2016 10:19:26 +0000 (UTC) (envelope-from staale@kristoffersen.ws) Received: from mail-mx1.uio.no ([129.240.10.29]) by mail-out01.uio.no with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1bmece-0001JX-La; Wed, 21 Sep 2016 12:19:24 +0200 Received: from putsch.kolbu.ws ([158.36.191.193]) by mail-mx1.uio.no with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1bmece-0001I5-67; Wed, 21 Sep 2016 12:19:24 +0200 Received: from chiller by putsch.kolbu.ws with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bmecd-0004DH-GN; Wed, 21 Sep 2016 12:19:23 +0200 Date: Wed, 21 Sep 2016 12:19:23 +0200 From: =?utf-8?B?U3TDpWxl?= Kristoffersen To: Michael Schuster Cc: freeBSD Mailing List Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network Message-ID: <20160921101923.GC13386@putsch.kolbu.ws> References: <20160913232351.GA36091@putsch.kolbu.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: 0AF1248F850E7D7033CE909D435449A955F5FA39 X-UiO-SPAM-Test: remote_host: 158.36.191.193 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 3 total 34667 max/h 377 blacklist 0 greylist 0 ratelimit 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 10:19:27 -0000 On 2016-09-21 at 09:35, Michael Schuster wrote: > Hi, > > While I'm not very familiar with FreeBSD internals, I'd like to point out > two things that I think may be relevant: > > 1) note that '[idle]' seems to be the only thread/process doing significant > work - at a guess, I'd say that's the kernel doing work that cannot be > ascribed to anything else ... housekeeping? (someone who knows FreeBSD > better will have to answer that) Hi, I would think those other houskeeping tasks would show up as other kernel threads, but I might be wrong. > 2) look at 'sr' (using a fixed-width font probably helps). In Solaris > (which is where I come from ... a long time ago ;-)) this is "scan rate", > ie the number of pages (per second) the paging mechanism is looking at - > (again on Solaris) this would mean that your system is under some kind of > fairly constant memory pressure - where from I cannot even guess, and given > the "avm" and "fre" columns, this does look very strange ... but that's > what I'd continue my investigation with. That also had my attention, but the number is much lower than it is when the system is working fine, so I didn't look any harder at it. Can anyone else chime in on what is normal? -- Ståle Kristoffersen From owner-freebsd-questions@freebsd.org Wed Sep 21 10:20:23 2016 Return-Path: Delivered-To: freebsd-questions@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 4FFE5BE3DC8 for ; Wed, 21 Sep 2016 10:20:23 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-ext4.uio.no (mail-ext4.uio.no [IPv6:2001:700:100:10::22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 104642D8 for ; Wed, 21 Sep 2016 10:20:23 +0000 (UTC) (envelope-from chiller@driftfun.com) Received: from mail-mx3.uio.no ([129.240.10.44]) by mail-out4.uio.no with esmtp (Exim 4.80.1) (envelope-from ) id 1bmedX-00039I-Vt; Wed, 21 Sep 2016 12:20:19 +0200 Received: from putsch.kolbu.ws ([158.36.191.193]) by mail-mx3.uio.no with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1bmedX-0007pw-JP; Wed, 21 Sep 2016 12:20:19 +0200 Received: from chiller by putsch.kolbu.ws with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bmedX-0004Gf-DI; Wed, 21 Sep 2016 12:20:19 +0200 Date: Wed, 21 Sep 2016 12:20:19 +0200 From: =?utf-8?B?U3TDpWxl?= Kristoffersen To: =?utf-8?B?0KDRg9GB0LvQsNC9INCR0YPRgNGF0LDQvdC+0LI=?= Cc: "freebsd-questions@freebsd.org" Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network Message-ID: <20160921102019.GD13386@putsch.kolbu.ws> References: <20160913232351.GA36091@putsch.kolbu.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: F17BF5B408D1562191309E3738DCCACEAFE48D1D X-UiO-SPAM-Test: remote_host: 158.36.191.193 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 4 total 34668 max/h 377 blacklist 0 greylist 0 ratelimit 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 10:20:23 -0000 On 2016-09-21 at 12:16, Руслан Бурханов wrote: > I have same problem with ipfw nat and shaping with dummynet module. Can you > post you firewall settings? The machine does not run a firewall. -- Ståle Kristoffersen From owner-freebsd-questions@freebsd.org Wed Sep 21 12:23:27 2016 Return-Path: Delivered-To: freebsd-questions@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 C69B9BE3F76 for ; Wed, 21 Sep 2016 12:23:27 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB28758 for ; Wed, 21 Sep 2016 12:23:27 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-questions@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bmgYZ-0033j5-3j>; Wed, 21 Sep 2016 14:23:19 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-questions@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1bmgYY-000Ico-Pf>; Wed, 21 Sep 2016 14:23:19 +0200 Date: Wed, 21 Sep 2016 14:23:12 +0200 From: "O. Hartmann" To: freebsd-questions Subject: FreeBSD as VBox guest: vboxvideo allows only resolution of 800x600 Message-ID: <20160921142312.3ff43b67@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 12:23:27 -0000 Hello. First, please CC me, I do not subscribe this list. I run VirtualBox (lastes 5.1.X as of ports) on FreeBSD CURRENT and within this host, I try to run a FreeBSD/NanoBSD appliance. So far, so good. The guest works well so far, it has port emulators/virtualbox-ose-additions installed and has vboxguest_enable="YES" vboxservice_enable="YES" enabled in rc.conf.local. X11 is also up and running and its SCREEN definition is as follows: Section "Screen" Identifier "Screen0" Device "Card-vboxvideo" Monitor "Monitor0" SubSection "Display" Viewport 0 0 #Depth 24 Depth 16 #Modes "1024x768 1366x768 1440x900 1600x900 1920x1200" Modes "1440x900" EndSubSection EndSection The Guest OS has always a screensize size of 800x600 pixel. The UEFI initial console shows efifb with 1024x768 pixel, but whenever the graphics starts, it is reduced to 800x600. The driver is configured as Section "Device" Identifier "Card-vboxvideo" Driver "vboxvideo" EndSection In the lower menu bar, I could, theoretically, switch resolution with menu item "Virtual screen 1" to a bunch of settings - but only 800x600 is checked and is selected - nothing else works. I can't select any other resolution! What is missing here? Something within the driver definition? I have other guests in the very same VBox, like Windows 7 and I can change their resolution up to 1920x1080 (I have a screen that is cabapble of 1920x1200). Thank you very much in advance, Oliver From owner-freebsd-questions@freebsd.org Wed Sep 21 13:10:22 2016 Return-Path: Delivered-To: freebsd-questions@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 0525DBE1C95 for ; Wed, 21 Sep 2016 13:10:22 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A2B7CED4 for ; Wed, 21 Sep 2016 13:10:21 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u8LDABvA068188 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 21 Sep 2016 15:10:11 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u8LDAAVG068185; Wed, 21 Sep 2016 15:10:10 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 21 Sep 2016 15:10:10 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: "O. Hartmann" cc: freebsd-questions Subject: Re: FreeBSD as VBox guest: vboxvideo allows only resolution of 800x600 In-Reply-To: <20160921142312.3ff43b67@freyja.zeit4.iv.bundesimmobilien.de> Message-ID: References: <20160921142312.3ff43b67@freyja.zeit4.iv.bundesimmobilien.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 13:10:22 -0000 On Wed, 21 Sep 2016 14:23+0200, O. Hartmann wrote: > Hello. > > First, please CC me, I do not subscribe this list. > > I run VirtualBox (lastes 5.1.X as of ports) on FreeBSD CURRENT and within this > host, I try to run a FreeBSD/NanoBSD appliance. So far, so good. The guest > works well so far, it has port emulators/virtualbox-ose-additions installed and > has > > vboxguest_enable="YES" > vboxservice_enable="YES" > > enabled in rc.conf.local. > > X11 is also up and running and its SCREEN definition is as follows: > > Section "Screen" > Identifier "Screen0" > Device "Card-vboxvideo" > Monitor "Monitor0" > > SubSection "Display" > Viewport 0 0 > #Depth 24 > Depth 16 > #Modes "1024x768 1366x768 1440x900 1600x900 1920x1200" > Modes "1440x900" > EndSubSection > > EndSection > > The Guest OS has always a screensize size of 800x600 pixel. The UEFI initial > console shows efifb with 1024x768 pixel, but whenever the graphics starts, it > is reduced to 800x600. > > The driver is configured as > > Section "Device" > Identifier "Card-vboxvideo" > Driver "vboxvideo" > EndSection > > In the lower menu bar, I could, theoretically, switch resolution with menu item > "Virtual screen 1" to a bunch of settings - but only 800x600 is checked and is > selected - nothing else works. I can't select any other resolution! > > What is missing here? Something within the driver definition? > > I have other guests in the very same VBox, like Windows 7 and I can change > their resolution up to 1920x1080 (I have a screen that is cabapble of > 1920x1200). > > Thank you very much in advance, > > Oliver Have a look at my config file: http://ximalas.info/~trond/create-zfs/canmount/xorg.conf -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestl, | Trond Endrestl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@freebsd.org Wed Sep 21 13:54:12 2016 Return-Path: Delivered-To: freebsd-questions@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 92765BE2D0D for ; Wed, 21 Sep 2016 13:54:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C6D6AE for ; Wed, 21 Sep 2016 13:54:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bmhyU-003egr-4t>; Wed, 21 Sep 2016 15:54:10 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1bmhyT-000Qwv-RG>; Wed, 21 Sep 2016 15:54:10 +0200 Date: Wed, 21 Sep 2016 15:54:09 +0200 From: "O. Hartmann" To: Trond =?ISO-8859-1?Q?Endrest=F8l?= Cc: freebsd-questions Subject: Re: FreeBSD as VBox guest: vboxvideo allows only resolution of 800x600 Message-ID: <20160921155409.6fa03e04@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: References: <20160921142312.3ff43b67@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 13:54:12 -0000 On Wed, 21 Sep 2016 15:10:10 +0200 (CEST) Trond Endrest=F8l wrote: > On Wed, 21 Sep 2016 14:23+0200, O. Hartmann wrote: >=20 > > Hello. > >=20 > > First, please CC me, I do not subscribe this list. > >=20 > > I run VirtualBox (lastes 5.1.X as of ports) on FreeBSD CURRENT and with= in > > this host, I try to run a FreeBSD/NanoBSD appliance. So far, so good. T= he > > guest works well so far, it has port emulators/virtualbox-ose-additions > > installed and has=20 > >=20 > > vboxguest_enable=3D"YES" > > vboxservice_enable=3D"YES" > >=20 > > enabled in rc.conf.local. > >=20 > > X11 is also up and running and its SCREEN definition is as follows: > >=20 > > Section "Screen" > > Identifier "Screen0" > > Device "Card-vboxvideo" > > Monitor "Monitor0" > >=20 > > SubSection "Display" > > Viewport 0 0 > > #Depth 24 > > Depth 16 > > #Modes "1024x768 1366x768 1440x900 1600x900 > > 1920x1200" Modes "1440x900" > > EndSubSection > >=20 > > EndSection > >=20 > > The Guest OS has always a screensize size of 800x600 pixel. The UEFI in= itial > > console shows efifb with 1024x768 pixel, but whenever the graphics star= ts, > > it is reduced to 800x600. > >=20 > > The driver is configured as > >=20 > > Section "Device" > > Identifier "Card-vboxvideo" > > Driver "vboxvideo" > > EndSection > >=20 > > In the lower menu bar, I could, theoretically, switch resolution with m= enu > > item "Virtual screen 1" to a bunch of settings - but only 800x600 is > > checked and is selected - nothing else works. I can't select any other > > resolution! > >=20 > > What is missing here? Something within the driver definition? > >=20 > > I have other guests in the very same VBox, like Windows 7 and I can cha= nge > > their resolution up to 1920x1080 (I have a screen that is cabapble of > > 1920x1200). > >=20 > > Thank you very much in advance, > >=20 > > Oliver =20 >=20 > Have a look at my config file: >=20 > http://ximalas.info/~trond/create-zfs/canmount/xorg.conf >=20 Tried, but it doesn't work. The FreeBSD guest window is always stuck with 800x600 pixels :-( From owner-freebsd-questions@freebsd.org Wed Sep 21 14:13:04 2016 Return-Path: Delivered-To: freebsd-questions@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 AA3E2BE34DA for ; Wed, 21 Sep 2016 14:13:04 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53DC71661 for ; Wed, 21 Sep 2016 14:13:04 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u8LECtKl068561 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 21 Sep 2016 16:12:55 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u8LECtOg068558; Wed, 21 Sep 2016 16:12:55 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 21 Sep 2016 16:12:55 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: "O. Hartmann" cc: freebsd-questions Subject: Re: FreeBSD as VBox guest: vboxvideo allows only resolution of 800x600 In-Reply-To: <20160921155409.6fa03e04@freyja.zeit4.iv.bundesimmobilien.de> Message-ID: References: <20160921142312.3ff43b67@freyja.zeit4.iv.bundesimmobilien.de> <20160921155409.6fa03e04@freyja.zeit4.iv.bundesimmobilien.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 14:13:04 -0000 On Wed, 21 Sep 2016 15:54+0200, O. Hartmann wrote: > On Wed, 21 Sep 2016 15:10:10 +0200 (CEST) > Trond Endrestl wrote: > > > On Wed, 21 Sep 2016 14:23+0200, O. Hartmann wrote: > > > > > Hello. > > > > > > First, please CC me, I do not subscribe this list. > > > > > > I run VirtualBox (lastes 5.1.X as of ports) on FreeBSD CURRENT and within > > > this host, I try to run a FreeBSD/NanoBSD appliance. So far, so good. The > > > guest works well so far, it has port emulators/virtualbox-ose-additions > > > installed and has > > > > > > vboxguest_enable="YES" > > > vboxservice_enable="YES" > > > > > > enabled in rc.conf.local. > > > > > > X11 is also up and running and its SCREEN definition is as follows: > > > > > > Section "Screen" > > > Identifier "Screen0" > > > Device "Card-vboxvideo" > > > Monitor "Monitor0" > > > > > > SubSection "Display" > > > Viewport 0 0 > > > #Depth 24 > > > Depth 16 > > > #Modes "1024x768 1366x768 1440x900 1600x900 > > > 1920x1200" Modes "1440x900" > > > EndSubSection > > > > > > EndSection > > > > > > The Guest OS has always a screensize size of 800x600 pixel. The UEFI initial > > > console shows efifb with 1024x768 pixel, but whenever the graphics starts, > > > it is reduced to 800x600. > > > > > > The driver is configured as > > > > > > Section "Device" > > > Identifier "Card-vboxvideo" > > > Driver "vboxvideo" > > > EndSection > > > > > > In the lower menu bar, I could, theoretically, switch resolution with menu > > > item "Virtual screen 1" to a bunch of settings - but only 800x600 is > > > checked and is selected - nothing else works. I can't select any other > > > resolution! > > > > > > What is missing here? Something within the driver definition? > > > > > > I have other guests in the very same VBox, like Windows 7 and I can change > > > their resolution up to 1920x1080 (I have a screen that is cabapble of > > > 1920x1200). > > > > > > Thank you very much in advance, > > > > > > Oliver > > > > Have a look at my config file: > > > > http://ximalas.info/~trond/create-zfs/canmount/xorg.conf > > > > Tried, but it doesn't work. The FreeBSD guest window is always stuck with > 800x600 pixels :-( Oh, I ignored the fact you're using UEFI in VBox. Until a proper KMS driver exists you and I are out of luck. I always use BIOS firmware for my VBox guests using X11. :-( All my UEFI VMs run as console-only. Running them in fullscreen at 1280x1024 gives me some comfort. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestl, | Trond Endrestl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@freebsd.org Wed Sep 21 15:51:03 2016 Return-Path: Delivered-To: freebsd-questions@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 ACBA9BE40DE for ; Wed, 21 Sep 2016 15:51:03 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by mx1.freebsd.org (Postfix) with ESMTP id 3E47AE4B for ; Wed, 21 Sep 2016 15:51:02 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp205.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57D7C4E801F3E0CB for freebsd-questions@freebsd.org; Wed, 21 Sep 2016 17:50:55 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8LForoT054508 for ; Wed, 21 Sep 2016 17:50:54 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu To: "freebsd-questions@freebsd.org" From: Andrea Venturoli Subject: OpenGL over X11/SSH Message-ID: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> Date: Wed, 21 Sep 2016 17:50:53 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 15:51:03 -0000 Hello. I apoligize if this is a FAQ, but I could not find any useful pointer. I'm used to connecting via ssh to a couple of "heavy duty" servers on my LAN; I've got X11 forward working and in fact I usually run emacs, xterm, sometimes even FireFox. Now I need to try an OpenGL-based program, but I'm not able to get it right. > % glxinfo > name of display: localhost:11.0 > libGL error: failed to open drm device: No such file or directory > libGL error: failed to load driver: r600 > libGL error: unable to load driver: swrast_dri.so > libGL error: failed to load driver: swrast > X Error of failed request: GLXBadContext > Major opcode of failed request: 154 (GLX) > Minor opcode of failed request: 6 (X_GLXIsDirect) > Serial number of failed request: 46 > Current serial number in output stream: 45 AFAICT this should work, albeit without hardware acceleration, which is fine to me since this is only going to be a test. Any help? bye & Thanks av. From owner-freebsd-questions@freebsd.org Wed Sep 21 17:16:47 2016 Return-Path: Delivered-To: freebsd-questions@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 9F1F1BD6718 for ; Wed, 21 Sep 2016 17:16:47 +0000 (UTC) (envelope-from bounce@email5.live.com.eg) Received: from server6.live.com.eg (server6.live.com.eg [185.101.92.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27A77928 for ; Wed, 21 Sep 2016 17:16:45 +0000 (UTC) (envelope-from bounce@email5.live.com.eg) Received: from server1.live.com.eg ([213.136.81.73]:54626 helo=email.live.com.eg) by server6.live.com.eg with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bmfES-0000Qq-Ow for freebsd-questions@freebsd.org; Wed, 21 Sep 2016 06:58:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; bh=qGYcYmpD5N1w6jDII7PjBKh0G6I=; d=email5.live.com.eg; h=Message-ID: Date: Subject: From: Reply-To: To: MIME-Version: Content-Type: Precedence: List-Unsubscribe: List-Id: Feedback-ID; i=@email5.live.com.eg; s=mailer; c=relaxed/relaxed; t=1474455508; b=HE7NZ50rTR/R8NiXVxMa3f8Bp0B8TjgZq9OYRbdcy5gtihENl/3ib6bbApLt5UfKhgLJDB6Uh 7OzbYTD1ZjnhqNCzac1YJ1ku88GjIEDfYS+sL1eTMAXm2Fw6kRt3ibP7Lnl7p7vT3Sgea238H QQFFd2NLxqTtx2cye58xZjeuA= Message-ID: <4b17aa03bfbf034816cc423a5f49cd19@email5.live.com.eg> Date: Wed, 21 Sep 2016 10:58:27 +0000 Subject: =?utf-8?Q?=D8=AD=D9=85=D9=84=D8=A7=D8=AA_=D8=A5=D8=B9?= =?utf-8?Q?=D9=84=D8=A7=D9=86=D9=8A=D8=A9_=D8=B9=D9=86_=D8=B7=D8=B1=D9=8A?= =?utf-8?Q?=D9=82_=D8=A7=D9=84=D8=A8=D8=B1=D9=8A=D8=AF_=D8=A7=D9=84=D9=83?= =?utf-8?Q?=D8=AA=D8=B1=D9=88=D9=86=D9=89?= From: Live Web Reply-To: Live Web To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 X-Sender: bounce@email5.live.com.eg X-Report-Abuse: Please report abuse for this campaign here: http://email.live.com.eg/campaigns/av5919vnnt30f/report-abuse/rb3272syncbfd/hm1512ahg1bd6 X-Receiver: freebsd-questions@freebsd.org X-Mw-Tracking-Did: 0 X-Mw-Subscriber-Uid: hm1512ahg1bd6 X-Mw-Mailer: SwiftMailer - @SWIFT_VERSION_NUMBER@ X-Mw-Delivery-Sid: 7 X-Mw-Customer-Uid: sf034519fpd3e X-Mw-Customer-Gid: 0 X-Mw-Campaign-Uid: av5919vnnt30f Precedence: bulk Feedback-ID: av5919vnnt30f:hm1512ahg1bd6:rb3272syncbfd:sf034519fpd3e X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server6.live.com.eg X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - email5.live.com.eg X-Get-Message-Sender-Via: server6.live.com.eg: authenticated_id: info@email5.live.com.eg X-Authenticated-Sender: server6.live.com.eg: info@email5.live.com.eg X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 17:16:47 -0000 BULK EMAIL FROM LIVE WEB=20 =09=09 =D9=84=D8=A7=D9=8A=D9=81 =D9=88= =D9=8A=D8=A8=20 =D8=AA=D8=B5=D9=85=D9=8A=D9=85 =D9=85=D9=88=D8=A7=D9= =82=D8=B9 =D8=A7=D9=84=D8=A7=D9=86=D8=AA=D8=B1=D9=86=D8=AA =D9=88=D8=A7= =D9=84=D8=AA=D8=B3=D9=88=D9=8A=D9=82 =D8=A7=D9=84=D9=83=D8=AA=D8=B1=D9= =88=D9=86=D9=89 =D8=AD=D9=85=D9=84=D8=A7=D8=AA =D8=A7=D8=B9=D9=84= =D8=A7=D9=86=D9=8A=D8=A9 =D8=B9=D9=86 =D8=B7=D8=B1=D9=8A=D9=82 =D8=A7=D9= =84=D8=A8=D8=B1=D9=8A=D8=AF =D8=A7=D9=84=D9=83=D8=AA=D8=B1=D9=88=D9=86= =D9=8A =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 =D8=A5=D8=B9=D9=84=D8=A7=D9= =86=D8=A7=D8=AA =D8=B9=D9=86 =D9=85=D9=86=D8=AA=D8=AC=D9=83 =D8=A7=D9=88 = =D9=85=D9=88=D9=82=D8=B9=D9=83 =D8=B9=D9=84=D9=8A =D8=A7=D9=84=D8=A7= =D9=86=D8=AA=D8=B1=D9=86=D8=AA =D8=A7=D9=88 =D9=86=D8=B4=D8=A7=D8=B7=D9= =83 =D8=B9=D8=A8=D8=B1 =D8=A8=D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6= =D9=8A =D9=8A=D8=B5=D9=84 =D9=81=D9=8A =D8=B5=D9=86=D8=AF=D9=82 =D8=A7= =D9=84=D8=A8=D8=B1=D9=8A=D8=AF =D8=A7=D9=84=D9=88=D8=A7=D8=B1=D8=AF =D9= =84=D9=84=D8=B9=D9=85=D9=84=D8=A7=D8=A1 =D9=8A=D8=AA=D8=B6=D9=85=D9=86 = =D9=84=D9=83 =D8=A7=D8=B4=D9=87=D8=A7=D8=B1 =D9=85=D9=88=D9=82=D8=B9= =D9=83 =D9=88=D8=B2=D9=8A=D8=A7=D8=AF=D8=A9 =D8=B9=D8=AF=D8=AF =D8=A7=D9= =84=D8=B2=D9=88=D8=A7=D8=B1 =D9=85=D9=88=D9=82=D8=B9=D9=83 =D9=85=D8=B9 = =D8=AA=D8=AE=D9=81=D9=8A=D8=B6 =D8=A7=D9=84=D9=85=D9=8A=D8=B2=D8=A7=D9= =86=D9=8A=D8=A9 =D8=A7=D9=84=D8=AA=D8=B3=D9=88=D9=8A=D9=82=D9=8A=D8=A9 = =09=09 =D9=85=D8=B9=D8=B1=D9=81=D8=A9 =D8=A7=D9=84=D8=A7=D9=85=D9=8A= =D9=84=D8=A7=D8=AA=20 =09=09 =D9=85=D8=B9=D8=B1=D9=81=D8=A9 =D8=A7=D9= =84=D8=A7=D9=85=D9=8A=D9=84=D8=A7=D8=AA =D8=A7=D9=84=D9=85=D8=B3=D8=AA= =D9=84=D9=85=D8=A9 =D9=88=D9=85=D9=88=D9=82=D8=B9=D9=87=D9=85 =D8=A7= =D9=84=D8=AC=D8=B9=D8=B1=D8=A7=D9=81=D9=8A =D8=B9=D9=84=D9=8A =D8=A7=D9= =84=D8=AE=D8=B1=D9=8A=D8=B7=D8=A9 =D9=88=D8=AD=D8=AC=D8=A8 =D8=A7=D9=84= =D8=A7=D9=85=D9=8A=D9=84=D8=A7=D8=AA =D8=A7=D9=84=D8=B3=D9=8A=D8=A6=D8= =A9 =D8=A7=D8=AA=D9=88=D9=85=D8=A7=D8=AA=D9=8A=D9=83 =D9=85=D9=86 =D8=A7= =D9=84=D8=B3=D9=8A=D8=B1=D9=81=D8=B1=20 =09=09 =D9=84=D9=88=D8=AD=D8= =A9 =D8=AA=D8=AD=D9=83=D9=85 =D8=B3=D9=87=D9=84=D8=A9=20 =09=09 =D8= =A7=D9=86=D8=B4=D8=A7=D8=A1 =D8=AD=D9=85=D9=84=D8=A7=D8=AA =D8=A7=D8=B9= =D9=84=D8=A7=D9=86=D9=8A=D8=A9 =D9=85=D9=86 =D8=AE=D9=84=D8=A7=D9=84 =D9= =82=D9=88=D8=A7=D9=84=D8=A8 =D8=AC=D8=A7=D9=87=D8=B2=D8=A9 =D9=81=D9= =8A =D8=A7=D9=84=D8=B3=D9=8A=D8=B1=D9=81=D8=B1 =D9=88=D8=A7=D9=86=D8=B4= =D8=A7=D8=A1 =D9=82=D9=88=D8=A7=D8=A6=D9=85 =D8=A7=D9=85=D9=8A=D9=84=D8= =A7=D8=AA =D9=88=D8=A7=D8=B1=D8=B3=D8=A7=D9=84=D9=87=D8=A7 =D9=88=D8= =AA=D8=AD=D8=AF=D9=8A=D8=AF =D9=85=D8=B9=D9=8A=D8=A7=D8=AF =D8=A7=D8=B1= =D8=B3=D8=A7=D9=84=D9=87=D8=A7=C2=A0=20 =09=09 =D9=81=D9=8A=D8=AF=D9= =8A=D9=88 =D8=AA=D8=B9=D9=84=D9=8A=D9=85=D9=8A=20 =09=09 =D9=81=D9=8A= =D8=AF=D9=8A=D9=88 =D8=AA=D8=B9=D9=84=D9=8A=D9=85=D9=8A =D8=B9=D9=84=D9= =8A =D8=A7=D9=84=D8=B3=D9=8A=D8=B1=D9=81=D8=B1 =D9=8A=D8=B4=D8=B1=D8=AD = =D9=84=D9=83 =D9=83=D9=8A=D9=81=D9=8A=D8=A9 =D8=A7=D9=86=D8=B4=D8=A7= =D8=A1 =D9=82=D9=88=D8=A7=D8=A6=D9=85 =D8=A7=D9=85=D9=8A=D9=84=D8=A7=D8= =AA =D9=88=D8=B9=D9=85=D9=84 =D8=AD=D9=85=D9=84=D8=AA=D9=83 =D8=A7=D9= =84=D8=A7=D8=B9=D9=84=D8=A7=D9=86=D9=8A=D8=A9 =D9=88=D8=A7=D8=B1=D8=B3= =D8=A7=D9=84=D9=87=D8=A7 =D9=88=D9=85=D8=AA=D8=A7=D8=A8=D8=B9=D8=AA=D9= =87=D8=A7 =D8=A8=D9=86=D9=81=D8=B3=D9=83=C2=A0=20 =09=09 =D8=A7=D8=AE= =D8=AA=D8=A7=D8=B1 =D9=85=D9=86 =D8=A7=D9=84=D8=A8=D8=A7=D9=82=D8=A7=D8= =AA =D9=85=D8=A7 =D9=8A=D9=86=D8=A7=D8=B3=D8=A8 =D8=AD=D8=AC=D9=85 =D9= =86=D8=B4=D8=A7=D8=B7=D9=83=20 =09=09 =D8=A7=D9=84=D8=A8=D8=A7=D9=82= =D8=A9 =D8=A7=D9=84=D8=AB=D8=A7=D9=86=D9=8A=D8=A9=20 =09=09 400 =D8= =AC=D9=86=D9=8A=D9=87=20 =09=09 =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 000 50 = =D8=A8=D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6=D9=89=20 Shard IP=20 = =09=09 =D8=A7=D8=B6=D8=BA=D8=B7 =D9=87=D9=86=D8=A7 https://live.com.eg/= billing/cart.php?gid=3D8=20 =09=09 =D8=A7=D9=84=D8=A8=D8=A7=D9=82=D8= =A9 =D8=A7=D9=84=D8=A7=D9=88=D9=84=D9=8A=20 =09=09 100 =D8=AC=D9=86= =D9=8A=D9=87=20 =09=09 =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 000 10 =D8=A8= =D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6=D9=89=20 Shard IP=20 = =09=09 =D8=A7=D8=B6=D8=BA=D8=B7 =D9=87=D9=86=D8=A7 https://live.com.eg/bill= ing/cart.php?gid=3D8=20 =09=09 =D8=A7=D9=84=D8=A8=D8=A7=D9=82=D8=A9 = =D8=A7=D9=84=D8=AE=D8=A7=D9=85=D8=B3=D8=A9=20 =09=09 2300 =D8=AC=D9= =86=D9=8A=D9=87=20 =09=09 =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 000 500 =D8= =A8=D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6=D9=89=20 Shard 6 IP=20 = =09=09 =D8=A7=D8=B6=D8=BA=D8=B7 =D9=87=D9=86=D8=A7 https://live.com.eg/= billing/cart.php?gid=3D8=20 =09=09 =D8=A7=D9=84=D8=A8=D8=A7=D9=82=D8= =A9 =D8=A7=D9=84=D8=B1=D8=A7=D8=A8=D8=B9=D8=A9=20 =09=09 1250 =D8=AC= =D9=86=D9=8A=D9=87=20 =09=09 =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 000 250 = =D8=A8=D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6=D9=89=20 Shard 4 IP = =09=09 =D8=A7=D8=B6=D8=BA=D8=B7 =D9=87=D9=86=D8=A7 https://live.com.= eg/billing/cart.php?gid=3D8=20 =09=09 =D8=A7=D9=84=D8=A8=D8=A7=D9=82= =D8=A9 =D8=A7=D9=84=D8=AB=D8=A7=D9=84=D8=AB=D8=A9=20 =09=09 700 =D8= =AC=D9=86=D9=8A=D9=87=20 =09=09 =D8=A7=D8=B1=D8=B3=D8=A7=D9=84 000 100 = =D8=A8=D8=B1=D9=8A=D8=AF =D8=AF=D8=B9=D8=A7=D8=A6=D9=89=20 Shard 2 IP = =09=09 =D8=A7=D8=B6=D8=BA=D8=B7 =D9=87=D9=86=D8=A7 https://live.com.= eg/billing/cart.php?gid=3D8=20 =D8=A7=D8=AA=D8=B5=D9=84 =D8=A8=D9=86= =D8=A7=20 02 24323865=C2=A0=C2=A0 01114323865=C2=A0=C2=A0=20 WEB@LI= VE.COM.EG=20 =09=09 =D9=84=D9=84=D8=AF=D8=AE=D9=88=D9=84 =D8=B9=D9= =84=D9=8A =D9=85=D9=88=D9=82=D8=B9=D9=86=D8=A7 http://www.live.com.eg=20 = UNSUBSCRIBE_URL http://email.live.com.eg/lists/rb3272syncbfd/unsubscr= ibe/hm1512ahg1bd6/av5919vnnt30f , Live Web cairo=20 cairo Live Web L= ive Web Egypt =20 From owner-freebsd-questions@freebsd.org Wed Sep 21 20:48:11 2016 Return-Path: Delivered-To: freebsd-questions@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 568E1BE3CB1 for ; Wed, 21 Sep 2016 20:48:11 +0000 (UTC) (envelope-from info@midsommar.online) Received: from smtp208.server19.mailrelay-i.com (smtp208.server19.mailrelay-i.com [93.159.208.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB1C8B5F for ; Wed, 21 Sep 2016 20:48:10 +0000 (UTC) (envelope-from info@midsommar.online) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=dkim; d=midsommar.online; h=Reply-To:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type; i=info@midsommar.online; bh=0Z9UnTAvOA6S22a0EejlozUe6DA=; b=NJpVjJiEmctUkLro7RPFwgy4ZQfNdOCTBP0wBf5x4q7nIKZHXXatDS/I6YzhSjP/YEvXJFa2dfO8 jlrY2DgAgEiTt70XIp8pYse4egQ9vQ8XIYOgCcbTyI0jjXB9C6r52u+zrpdoDL5ZqTwak5WkQm7N cRGFrTW7oi7A2/tykyM= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=dkim; d=midsommar.online; b=wxARZIqpmjHp3Ncb6SsxaVmZv6t4XTL8ROxJyzZlpLUXWVCxssyPw4rUYnGFL8XXxG4PNOz1EClF KEiDD6FdXd+atlFBi0xmjVze4O19OQja36l9M/mC82mJk2BvlEvohWh3Pqg+g5JsNCdFvp0IWHAT +aGEGqzgTJeq4vRuntU=; Received: by smtp208.server19.mailrelay-i.com id hsbp0i16r3g2 for ; Wed, 21 Sep 2016 22:32:48 +0200 (envelope-from ) X-SmtpId: VTJGc2RHVmtYMTlLVDFVTUpNZWptQmZjZVEvN2RGNWJDYWtkZG9WNjlRTjkrUDR3YllrNDRWaUhqMGc5CnVIdlhTeUxzUlZibWJ5U09FYk1OaTVjLzZ3PT0K Organization: Midsommar Festival Reply-To: info@midsommar.online Message-ID: <5986481edb129517502071dc003dd1fe@midsommar.online> From: "YouTube" To: Subject: =?windows-1252?Q?Raffaella_sent_you_a_video:_"MIDSOMMAR_FESTIVAL_2016"?= Date: Wed, 21 Sep 2016 22:32:25 +0200 X-Priority: 1 X-Mailer: SMTP Component MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 20:48:11 -0000 Raffaella has shared a video with you on YouTube: = https://www.youtube.com/watch?v=3DVtV83ls5JpE From owner-freebsd-questions@freebsd.org Thu Sep 22 03:17:52 2016 Return-Path: Delivered-To: freebsd-questions@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 A41FEBE5D61 for ; Thu, 22 Sep 2016 03:17:52 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC08B0 for ; Thu, 22 Sep 2016 03:17:51 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-35-217.dynamic.qsc.de [92.195.35.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id BE7A03CE73; Thu, 22 Sep 2016 05:17:41 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8M3Hfus002014; Thu, 22 Sep 2016 05:17:41 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Thu, 22 Sep 2016 05:17:41 +0200 From: Polytropon To: Andrea Venturoli Cc: "freebsd-questions@freebsd.org" Subject: Re: OpenGL over X11/SSH Message-Id: <20160922051741.5092ccae.freebsd@edvax.de> In-Reply-To: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 03:17:52 -0000 On Wed, 21 Sep 2016 17:50:53 +0200, Andrea Venturoli wrote: > I'm used to connecting via ssh to a couple of "heavy duty" servers on my > LAN; I've got X11 forward working and in fact I usually run emacs, > xterm, sometimes even FireFox. > > Now I need to try an OpenGL-based program, but I'm not able to get it right. > > > > > % glxinfo > > name of display: localhost:11.0 > > libGL error: failed to open drm device: No such file or directory > > libGL error: failed to load driver: r600 > > libGL error: unable to load driver: swrast_dri.so > > libGL error: failed to load driver: swrast > > X Error of failed request: GLXBadContext > > Major opcode of failed request: 154 (GLX) > > Minor opcode of failed request: 6 (X_GLXIsDirect) > > Serial number of failed request: 46 > > Current serial number in output stream: 45 > > > > AFAICT this should work, albeit without hardware acceleration, which is > fine to me since this is only going to be a test. If I understand the messages correctly, the OpenGL output requires direct rendering (DRM) instead of a software renderer. The DRM/DRI task is being performed directly on the hardware the program is running on and maybe cannot be redirected to a remote X system. The somehow direct access to the hardware maybe cannot be tunneled over X11/SSH. The messages indicate that the DRM device cannot be found and the r600 (Radeon?) driver cannot be loaded. This is a quire early error of libGL. On the other hand, if you use software rendering, it _should_ work. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Thu Sep 22 06:54:36 2016 Return-Path: Delivered-To: freebsd-questions@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 6FBDDBE4AAF for ; Thu, 22 Sep 2016 06:54:36 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id 01BC1BB4 for ; Thu, 22 Sep 2016 06:54:35 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57C7E4C003C71187; Thu, 22 Sep 2016 08:48:42 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8M6mfos081284; Thu, 22 Sep 2016 08:48:41 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: OpenGL over X11/SSH To: Polytropon References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> Cc: "freebsd-questions@freebsd.org" From: Andrea Venturoli Message-ID: <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> Date: Thu, 22 Sep 2016 08:48:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160922051741.5092ccae.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 06:54:36 -0000 On 09/22/16 05:17, Polytropon wrote: > If I understand the messages correctly, the OpenGL output requires > direct rendering (DRM) instead of a software renderer. Ok, but why? Is this a requirement an X client can impose? An option in some port? A sysctl? ...? I see other programs giving the same message, but then proceed with software rendering. > The DRM/DRI > task is being performed directly on the hardware the program is > running on and maybe cannot be redirected to a remote X system. Being a headless server, I don't think I've enabled DRI on this box... I don't load any related kernel module and I don't even have an Xorg.conf. BTW, I forgot to mention this is 10.3/amd64. > The somehow direct access to the hardware maybe cannot be tunneled > over X11/SSH. Ok with this; I'd just like to avoid DRM/DRI at all. > The messages indicate that the DRM device cannot be > found and the r600 (Radeon?) driver cannot be loaded. There is no Radeon card on the headless box; the CPU is an i5 (with integrated GPU) and that's all. I've got a Radeon on the client (i.e. where the X server runs), but does this matter? > This is a quire early error of libGL. Sorry, I don't understand what you mean here. > On the other hand, if you use software rendering, it _should_ work. Exactly as I thought. So the question is: how do I force software rendering? bye & Thanks av. From owner-freebsd-questions@freebsd.org Thu Sep 22 07:19:26 2016 Return-Path: Delivered-To: freebsd-questions@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 97A84BE5BF6 for ; Thu, 22 Sep 2016 07:19:26 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-yw0-x234.google.com (mail-yw0-x234.google.com [IPv6:2607:f8b0:4002:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD3D86A for ; Thu, 22 Sep 2016 07:19:26 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-yw0-x234.google.com with SMTP id u82so84502367ywc.2 for ; Thu, 22 Sep 2016 00:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=O3aoOwJmu8zk8i54ZLaNsc77WhjL/XroCCctJDIkH7w=; b=bIGlCM5XzlV55fqzmhoVSOEqbtPnDjmLCzl9hRscrSgxiBOOilQ0nm+egLVXolnq1m VTYgfdZ6CrsP+PcQ7AdkPYe0DfqNFNsg0ZZ3X00oJwHMGbuAdj01zo9wNutCWjHRJG9Z KinH11mY0tASC9QyyTvxEqtkKyvdxq8St0rE6V0qQ7iPPtyg4d5FCkpf0Tn/Au1NftlV 9DkrRpW+9ev5xu3U+Z3F+5D75CaEqIJjLQyR/bXOP7+ynrnWlYr6Y8zl3dtFftIcUtgW GJsPjOacasyqwUK9M/AJVkyJcc4RHJVJR4HHafg9D+S5AX3lSPERrxEwXCSJODr6rXtz tuyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=O3aoOwJmu8zk8i54ZLaNsc77WhjL/XroCCctJDIkH7w=; b=HvJr8Z2/u+PKsk6OyhM+uHj3pzt4AFCKfPa1YvzvpURY7ODeaYJBcjXrCRz92Cvk7D +FRf2KYYqAekgYZQgkkIC+I7ILf5Odx47YUT9n8veZE3ltVo9x7d2kMXRkTaKSId3lVd POQVbCyQPMN1qQYnowjEfsi1KQJOfjC/FIU2mH11q04M7glXD2qs7i43GhDS+GkpcZw1 LOAFH9iH+EEGneZL59gzRt6vx+6uLucUWV4Z5gsklXtka0HTwKe4Ug33yGyQO5dik/vz nwlbWYnwONNq6apQFITOBeEGSPI4Q1dBlaUFLfvFuS6BvJNLSKrVlUPobDiGFzfae5MM TuMQ== X-Gm-Message-State: AE9vXwPID9Rb511hQHPYFb0+MLgcB/Eo5sKIspUO+aCjLwH4i7J57+6reWG405OerJz4wgnzluvs84z8wzSCow== X-Received: by 10.129.161.2 with SMTP id y2mr314783ywg.305.1474528765623; Thu, 22 Sep 2016 00:19:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.88.214 with HTTP; Thu, 22 Sep 2016 00:19:25 -0700 (PDT) In-Reply-To: <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> From: Mehmet Erol Sanliturk Date: Thu, 22 Sep 2016 00:19:25 -0700 Message-ID: Subject: Re: OpenGL over X11/SSH To: Andrea Venturoli Cc: Polytropon , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 07:19:26 -0000 On Wed, Sep 21, 2016 at 11:48 PM, Andrea Venturoli wrote: > On 09/22/16 05:17, Polytropon wrote: > > If I understand the messages correctly, the OpenGL output requires >> direct rendering (DRM) instead of a software renderer. >> > > Ok, but why? > Is this a requirement an X client can impose? > An option in some port? > A sysctl? > ...? > > I see other programs giving the same message, but then proceed with > software rendering. > > > Reason is the kind of writing and compilation of OpenGL programs : There are two options : ( 1 ) Use graphics card hardware : This depends on graphics card related libraries/features and requires a graphics card having the used features ( 2 ) Without using graphics card hardware , means using software for graphics computations. Therefore , it is necessary to check the program to use with respect to which features are used and apply it with respect to these features . If the program depends on graphics card hardware , and such a graphics card does not exist , it will produce errors and stop or crash . Mehmet Erol Sanliturk > > The DRM/DRI >> task is being performed directly on the hardware the program is >> running on and maybe cannot be redirected to a remote X system. >> > > Being a headless server, I don't think I've enabled DRI on this box... I > don't load any related kernel module and I don't even have an Xorg.conf. > BTW, I forgot to mention this is 10.3/amd64. > > > > The somehow direct access to the hardware maybe cannot be tunneled >> over X11/SSH. >> > > Ok with this; I'd just like to avoid DRM/DRI at all. > > > > The messages indicate that the DRM device cannot be >> found and the r600 (Radeon?) driver cannot be loaded. >> > > There is no Radeon card on the headless box; the CPU is an i5 (with > integrated GPU) and that's all. > I've got a Radeon on the client (i.e. where the X server runs), but does > this matter? > > > > This is a quire early error of libGL. >> > > Sorry, I don't understand what you mean here. > > > > On the other hand, if you use software rendering, it _should_ work. >> > > Exactly as I thought. > So the question is: how do I force software rendering? > > > > bye & Thanks > av. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe > @freebsd.org" > From owner-freebsd-questions@freebsd.org Thu Sep 22 07:32:35 2016 Return-Path: Delivered-To: freebsd-questions@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 9AAF1BE470E for ; Thu, 22 Sep 2016 07:32:35 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFC92F7 for ; Thu, 22 Sep 2016 07:32:34 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-35-217.dynamic.qsc.de [92.195.35.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 1748B277F0; Thu, 22 Sep 2016 09:32:25 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u8M7WP78004161; Thu, 22 Sep 2016 09:32:25 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Thu, 22 Sep 2016 09:32:25 +0200 From: Polytropon To: Andrea Venturoli Cc: "freebsd-questions@freebsd.org" Subject: Re: OpenGL over X11/SSH Message-Id: <20160922093225.92c833cc.freebsd@edvax.de> In-Reply-To: <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 07:32:35 -0000 On Thu, 22 Sep 2016 08:48:41 +0200, Andrea Venturoli wrote: > On 09/22/16 05:17, Polytropon wrote: > > > If I understand the messages correctly, the OpenGL output requires > > direct rendering (DRM) instead of a software renderer. > > Ok, but why? > Is this a requirement an X client can impose? Yes. The program has been explicitely constructed in a way that it requires OpenGL "function calls" to actual hardware. That is not something the "X server + client" model can relay through networking, as far as I know. As I have never actually tried to get OpenGL "through" SSH+X11, this is more or less guesswork to me. :-) > An option in some port? Probably yes. > A sysctl? No. The system-side software parts involved are DRM/DRI which are tightly coupled to the X11 system and the OpenGL libraries in use. > I see other programs giving the same message, but then proceed with > software rendering. That is quite possible if the program does not specify or require hardware accelleration. > > The DRM/DRI > > task is being performed directly on the hardware the program is > > running on and maybe cannot be redirected to a remote X system. > > Being a headless server, I don't think I've enabled DRI on this box... I > don't load any related kernel module and I don't even have an Xorg.conf. Without xorg.conf, loading the DRM/DRI components is probably the default by now. Depending on the GPU in use, adding modules to /boot/loader.conf _might_ be required. On a headless system this is possible (if it contains a GPU), but probably won't help if there is no local display. > > The somehow direct access to the hardware maybe cannot be tunneled > > over X11/SSH. > > Ok with this; I'd just like to avoid DRM/DRI at all. It only makes sense for local displays. > > The messages indicate that the DRM device cannot be > > found and the r600 (Radeon?) driver cannot be loaded. > > There is no Radeon card on the headless box; the CPU is an i5 (with > integrated GPU) and that's all. > I've got a Radeon on the client (i.e. where the X server runs), but does > this matter? Maybe. If my guess is right and "r600" is related to that Radeon card (client-side), the program seems to try to attach to it. Do you have DRM/DRI enabled on your client where the local display is being used? > > This is a quire early error of libGL. > > Sorry, I don't understand what you mean here. Typo. I wanted to state that the program which uses the OpenGL library seems to quit at an early stage because the library is not able to continue what it's doing quite early in the program. Depending on the actual program, there are three things which could happen: 1. The program quits with an error message. 2. The program uses software rendering (and maybe gets much slower). 3. The program reacts in an unpredicatable way (program crash). > > On the other hand, if you use software rendering, it _should_ work. > > Exactly as I thought. > So the question is: how do I force software rendering? If I remember my "OpenGL adventures" (many years ago) correctly, the _program_ needs to be able to request software rendering. This can be done by deactivating the OpenGL hardware accelleration at compile time, or by an option - it depends on the program. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Thu Sep 22 07:41:12 2016 Return-Path: Delivered-To: freebsd-questions@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 1FD0DBE4E75 for ; Thu, 22 Sep 2016 07:41:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id AB1C49C4 for ; Thu, 22 Sep 2016 07:41:11 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57C7E4C003C925F0; Thu, 22 Sep 2016 09:41:06 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8M7f5RS054379; Thu, 22 Sep 2016 09:41:05 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: firefox crash To: Ralf Mardorf , "freebsd-questions@freebsd.org" References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> <20160921075019.3e68d68b@archlinux.localdomain> From: Andrea Venturoli Message-ID: <1bce8b64-b993-6e1e-2fee-f7c3cfe0c4ca@netfence.it> Date: Thu, 22 Sep 2016 09:41:05 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160921075019.3e68d68b@archlinux.localdomain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 07:41:12 -0000 On 09/21/16 07:50, Ralf Mardorf via freebsd-questions wrote: > Hi, > > the OP seemingly is not affected, but assuming somebody searches the > archive and should care about "firefox crash" and should be running > FreeBSD 10.3 i386: > > https://lists.freebsd.org/pipermail/freebsd-multimedia/2016-September/017278.html THANK YOU VERU MUCH!!! I've had Firefox crashing constantly: I've suspected it to be an i386-only problem, I suspected it was an issue with some dependency, I recompiled everyhing with debug support without being able to get a useful trace anyway, I asked on the list without getting any helpful hint, finally could not get to the root cause until you suggested the above! I've also tried finding a better (less worse?) browser than Firefox, but until now could not achieve this. bye av. From owner-freebsd-questions@freebsd.org Thu Sep 22 08:01:15 2016 Return-Path: Delivered-To: freebsd-questions@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 16F9BBE43EE for ; Thu, 22 Sep 2016 08:01:15 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9F943D3B for ; Thu, 22 Sep 2016 08:01:14 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp206.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57DB917201163B48; Thu, 22 Sep 2016 09:55:08 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8M7t7wf079304; Thu, 22 Sep 2016 09:55:07 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: OpenGL over X11/SSH To: Polytropon References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> <20160922093225.92c833cc.freebsd@edvax.de> Cc: "freebsd-questions@freebsd.org" From: Andrea Venturoli Message-ID: <36548c08-36a7-bd2c-05e7-e783838dd707@netfence.it> Date: Thu, 22 Sep 2016 09:55:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160922093225.92c833cc.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 08:01:15 -0000 On 09/22/16 09:32, Polytropon wrote: >> An option in some port? > > Probably yes. I checked graphics/libGL, but it has no options. Any other hint? > Without xorg.conf, loading the DRM/DRI components is probably > the default by now. Ok, but xorg.conf should be an X-server config file. So I have no X-server where the client program runs. > Maybe. If my guess is right and "r600" is related to that Radeon > card (client-side), the program seems to try to attach to it. Do > you have DRM/DRI enabled on your client where the local display > is being used? Yes: the client machine happily works in DRM/DRI mode with a Radeon. I'd like to keep that, since local applications take advantage from it. I'm wondering: since the error also mentions swrast and swrast_dri.so, could I try to make it work this way? Where would I find them? > If I remember my "OpenGL adventures" (many years ago) correctly, > the _program_ needs to be able to request software rendering. This > can be done by deactivating the OpenGL hardware accelleration at > compile time, or by an option - it depends on the program. The "program" has no such options: it uses graphics/togl, however. There is no option in togl either :( bye & Thanks av. From owner-freebsd-questions@freebsd.org Thu Sep 22 08:06:55 2016 Return-Path: Delivered-To: freebsd-questions@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 5E9F2BE4B65 for ; Thu, 22 Sep 2016 08:06:55 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm34.bullet.mail.ir2.yahoo.com (nm34.bullet.mail.ir2.yahoo.com [212.82.96.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D07B9198 for ; Thu, 22 Sep 2016 08:06:54 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1474531607; bh=5Wzs3lvt0gdJF3n0jHjz7NgUB/hvr/8llwKWP+OSR0o=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=lct3R+yEcOgWfE8K2uekKWCvSVuzdqIyJrrXxLeDHTknPaqZMwKPIMZaFMwzJZl8X5cO6z3Xj5xL+or9reMJrxDWWoPYtAyDF/MYN/Z66qQqccLXXzuR6woxuqMD18GlYzJGJVmM/x/Jssqr6lqHuUwAp/LSriAFP1tW6feb7yU5JreYqqFFa+dTNoidbUwxFCxMTIEnwi1eUkoTBnLDjL2f+3HdyCBOD8NpJOS/nCaUA4CP87ZHcTac5lOQdEJbKXctN/vL0+HUgTsJW+gjwEpoTvC8+O/xwUDzQorlqpDaL/l3aDV/OFlropBPNG1ajh4+SiMBG1Ofk/AyTJ3yZQ== Received: from [212.82.98.51] by nm34.bullet.mail.ir2.yahoo.com with NNFMP; 22 Sep 2016 08:06:47 -0000 Received: from [46.228.39.77] by tm4.bullet.mail.ir2.yahoo.com with NNFMP; 22 Sep 2016 08:06:47 -0000 Received: from [127.0.0.1] by smtp114.mail.ir2.yahoo.com with NNFMP; 22 Sep 2016 08:06:47 -0000 X-Yahoo-Newman-Id: 616280.3649.bm@smtp114.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: BMd560gVM1kP15mVZp4s6LEBuSieC4XYnb2d6VdYcT01K6q Pa9TEciGje2Krf8JR5mX2hMUNIpmqbKz9c438f5R65t4SS8fqZyP2rkrSoy1 JpfnAMm_F6NA3DKYYxiIVmUqWDXjAkLC23AM8dpEufEx88AeK94fCje4ouqM sQl_g4oO.chJyMihMiMVhU9C6YH5JWKCuLa2YdbE12.7JZ6U4Z.TG166s0xu z90.PeDmT2G_JPMbV5X7RymZLCKueaUcrepm3riLUS6B2W.lHArWao3_2SQ8 ryzA_JOn6gBUOO8j.yPt7tRg4zILV645syU343HN8wrN6dKqQIDRp2N1Udzs UGBYGgIJWyOyanN8x43qG83Aqre_7fcuv6i2cjYDdMwQlZF.PGs2aYMleand D5u5EJrpf1FhUGyu8SpRP00AXqAdfdDjDYl.u0dq5lY0Emb7gy5V0SwYqT8C dTL0cv9zplECiLOWqvqdN6wTMjiLG6R2SLUqP2Qllt2wYyLj02DTh5Nbn9_r jicWIpMowj305S9areF7.htoP87kcEEd75scAeouJxzCyt6MwHd2cnBQ- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Date: Thu, 22 Sep 2016 10:06:46 +0200 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: firefox crash Message-ID: <20160922100646.26ef2406@archlinux.localdomain> In-Reply-To: <1bce8b64-b993-6e1e-2fee-f7c3cfe0c4ca@netfence.it> References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> <20160921075019.3e68d68b@archlinux.localdomain> <1bce8b64-b993-6e1e-2fee-f7c3cfe0c4ca@netfence.it> X-Mailer: Claws Mail 3.14.0-2-ge48b739 (GTK+ 2.24.31; x86_64-arch-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 08:06:55 -0000 On Thu, 22 Sep 2016 09:41:05 +0200, Andrea Venturoli wrote: >On 09/21/16 07:50, Ralf Mardorf via freebsd-questions wrote: >> Hi, >> >> the OP seemingly is not affected, but assuming somebody searches the >> archive and should care about "firefox crash" and should be running >> FreeBSD 10.3 i386: >> >> https://lists.freebsd.org/pipermail/freebsd-multimedia/2016-September/017278.html > >THANK YOU VERU MUCH!!! > >I've had Firefox crashing constantly: I've suspected it to be an >i386-only problem, I suspected it was an issue with some dependency, I >recompiled everyhing with debug support without being able to get a >useful trace anyway, I asked on the list without getting any helpful >hint, finally could not get to the root cause until you suggested the >above! > >I've also tried finding a better (less worse?) browser than Firefox, >but until now could not achieve this. You noticed the follow-up? Begin forwarded message: Date: Wed, 21 Sep 2016 12:03:28 +0200 Subject: Re: FreeBSD Port: multimedia/ffmpeg On Wed, Sep 21, 2016 at 01:07:30AM -0400, Robert Burmeister wrote: > FreeBSD 10.3 i386 > multimedia/ffmpeg 2.8.8,1 > still crashes on i386 [Bug 204354] / [Bug 205958] > As Firefox now uses FFMPEG exclusively instead of gstreamer, > this bug is becoming impractical to work around. Well, a practical workaround is always to build the port yourself using different OPTIONs :-) Jokes aside, your point is of course valid. It seems there are still a large enough number of i386 CPUs in production that can't work with the SSE/SSE2-optimisations in ffmpeg. We might need to drop these optimisations in the set of default OPTIONs on i386. In your particular case: What exact CPU is this? Could you confirm that building an ffmpeg package without the SSE OPTION resolves the issue for you? Thanks and best regards Riggs From owner-freebsd-questions@freebsd.org Thu Sep 22 08:54:14 2016 Return-Path: Delivered-To: freebsd-questions@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 D1AC1BE4DCD for ; Thu, 22 Sep 2016 08:54:14 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65F189B8 for ; Thu, 22 Sep 2016 08:54:14 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id 133so12816838wmq.2 for ; Thu, 22 Sep 2016 01:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:organization:mime-version; bh=Qvizy+TApy2SQecaf70nCcSKV7EBWJH79jAPub404Ng=; b=N/79saSbVvks0JlKh5MYlkL9uLJ295KDQ1BCDEM0UNbyjp09W8YjMVRlnHL4w51XsR rjz8TIgcIP3vMJzm1f/i7JqXcoMvSMU8fX2l6HP+CA4pOegSUXouqKjwLmCaHrpuThKx h5HY/JUmNf+AKThnvJro0K+DYPiJT8Nj8msAe2BOM3YE25SwAc5REl3aNCoMfSuM09eE syQ74j4WBekmHFaPXzSmaSJBaJiJArci54PTEy8cLHkYf/jsVkmYVuhLDQP8pQsHCyaO dvAg4nUhZGYAeC2CW6vT9UoGHwB722P1ncrqKtGEbcUDZ9ABIa9Gx3kZKESN8IDfQWrO 0sgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:organization :mime-version; bh=Qvizy+TApy2SQecaf70nCcSKV7EBWJH79jAPub404Ng=; b=nGMIotEeRL+h3tCmQRQ8J65G/Py2q5mZN0i9A8BGs4InFo3dGEepLBIkHBwVfTWYOM 4FeBUJHeTYBtPLOPHBO7QwTlqpjT/YF2NPNCh0eJoBB/OSBUza0WthfgPaXWbsPaGzyD JM40dURtgoJlsdHA0+NZHFEdCeFjw0vMq9/k0nAsfhIJdWky23YO4L3nhZxSAk58iePQ SdJFQKA0yL+7TPxfSP3/LIsdQmUlbQc7TJCz26OfQzUG9G9Y2xI9tPS5d37sDZm/590x MJD0wleQ7QEfi647rZS54/PO4G9sSKBDN6mxaa3wiZnjOAsUvnQzWyr5h7JzI+4Zqvrs vCXA== X-Gm-Message-State: AE9vXwPnhHR/hhJqs6UaBJwBThmTHX+OV3mUYuYSNIkPlwKosz/aYDgcBDxeXXqN+NfcKg== X-Received: by 10.194.61.243 with SMTP id t19mr930170wjr.60.1474534452554; Thu, 22 Sep 2016 01:54:12 -0700 (PDT) Received: from planb.netng.org (ip-89-177-54-54.net.upcbroadband.cz. [89.177.54.54]) by smtp.gmail.com with ESMTPSA id 123sm1389894wmj.5.2016.09.22.01.54.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Sep 2016 01:54:11 -0700 (PDT) Date: Thu, 22 Sep 2016 10:54:08 +0200 From: Vladimir Botka To: "freebsd-questions@freebsd.org" Subject: LInks in /usr/local/lib, strange Message-ID: <20160922105408.48d131e2@planb.netng.org> Organization: na X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Bq2SZmrf5Ln83a1hIU5D1WW"; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 08:54:14 -0000 --Sig_/Bq2SZmrf5Ln83a1hIU5D1WW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, could you help me resolve the problem with links pointing to non-existent libraries in /usr/local/lib ? Initially installed 10.3 from packages and later upgraded from ports (portmaster -a) /usr/local/lib lists libxml2.a libxml2.so -> libxml2.so.2.9.3 libxml2.so.2 -> libxml2.so.2.9.3 libxml2.so.2.9.4 Reinstalling the port fixes the problem. libxml2.a libxml2.so -> libxml2.so.2.9.4 libxml2.so.2 -> libxml2.so.2.9.4 libxml2.so.2.9.4 (Port textproc/libxml2. Problem with libexpat, port textproc/expat2 is similar.) But, after a while, repeatedly, the links are back again pointing to the non-existent libraries. There are no hints in UPDATING and web-search shows no relevant references. It seems rather strange. What am I missing? Dirty workaround would be to use libmap.conf Thank you, Cheers, -vlado --Sig_/Bq2SZmrf5Ln83a1hIU5D1WW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJX45wxAAoJEJDRmRKO1E8B7yQH/0UTUXe3pJGJf7YP64NjyHpu K4V2DiXvZ0HX4ebCOWt3Ff6FYoGiK7PGrTbACwTKpeR8K/GpVf+7FFvhUyV56WA+ VtlRH12S1/f8fc4ymsJy/bFLLfGHppFs+YHEFr1OQFyy+9QkOKf+lhNwmGY3Ajjw xcLaLFxYwvJK4eIWodBYDmJEp7uNhUtdGW8CyNnnyAFgRMPnUOSQnyaDo/7+K7PF dwIHUCiWxkkRHN3uY4WDEKYNa5xIKr7i1VdceYqsb1UU9RjnJdKatQXNSo7g6+1j kEW0/vgl/MB/zP3ItbAi2WKBeNvn41vC6PzhBoRywCCJG0LXv3M6s9IxnXLqMOA= =s8GF -----END PGP SIGNATURE----- --Sig_/Bq2SZmrf5Ln83a1hIU5D1WW-- From owner-freebsd-questions@freebsd.org Thu Sep 22 10:33:12 2016 Return-Path: Delivered-To: freebsd-questions@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 6BAB3BE5AF6 for ; Thu, 22 Sep 2016 10:33:12 +0000 (UTC) (envelope-from bounce+12001@bounce.crsend.com) Received: from 003.de-mx.crsend.com (003.de-mx.crsend.com [178.77.121.164]) by mx1.freebsd.org (Postfix) with ESMTP id 134B713B0 for ; Thu, 22 Sep 2016 10:33:12 +0000 (UTC) (envelope-from bounce+12001@bounce.crsend.com) Received: from localhost (cron-eu.crsend.com [178.77.121.134]) by 003.de-mx.crsend.com (Postfix) with ESMTP id 245AF5C7F33 for ; Thu, 22 Sep 2016 12:15:55 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.6.8 003.de-mx.crsend.com 245AF5C7F33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crsend.com; s=mail; t=1474539355; r=y; bh=2RNAPQ7OVBT1VkWfLRCuOQ9gyf8+axda8irKnGGJ6/4=; h=Date:To:From:Subject:Message-ID:List-Unsubscribe:Content-Type: From; b=ijF708lD1U1p9r2qP54ch4j0MJdnqkgeUe2oWjrwM/CggxKglPsNV6GqA96biU3dB HIPN0xcoPTQGhmEO4aCJ9xO8vqwT+Uhg59IseBrvhBT1V884WKEKvRGy761kqvx2qZ VfgiTlwxmDYmSjc+xFQ9nHuV8Q/iuuYDg+N5rzFc= Date: Thu, 22 Sep 2016 12:15:55 +0200 To: freebsd-questions@FreeBSD.org From: Fotopica Hamburg Subject: =?utf-8?Q?Neu_im_Programm_Kissenh=C3=BClle_Soft?= Message-ID: X-client: 12001 X-mailing: 10620392 X-customer: 37386 X-email: freebsd-questions@FreeBSD.org X-CSA-Complaints: MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 10:33:12 -0000 SWhyIEUtTWFpbCBQcm9ncmFtbSB1bnRlcnN0dWV0enQgbGVpZGVyIGtlaW5lIEhUTUwgRS1NYWls cy4gCgpIaWVyIGZpbmRlbiBTaWUgZGllc2VuIE5ld3NsZXR0ZXIgb25saW5lOgpodHRwOi8vMTIw MDEuc2V1LmNsZXZlcnJlYWNoLmNvbS9tLzEwNjIwMzkyLzAtZDJkZDM3N2M1YjJiMWViOTk2MDU2 N2NiOWY0ZmY3YzgKCg== From owner-freebsd-questions@freebsd.org Thu Sep 22 10:37:56 2016 Return-Path: Delivered-To: freebsd-questions@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 B8184BE5F78 for ; Thu, 22 Sep 2016 10:37:56 +0000 (UTC) (envelope-from contact35@awstools.in) Received: from IND01-MA1-obe.outbound.protection.outlook.com (mail-ma1ind01on0056.outbound.protection.outlook.com [104.47.100.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D77951633 for ; Thu, 22 Sep 2016 10:37:55 +0000 (UTC) (envelope-from contact35@awstools.in) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lacchu.onmicrosoft.com; s=selector1-awstools-in; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=YzznefAGvhrZfZes4x5KqrxSiszM2F053tC9cUc/A4c=; b=LwYHX5nbbLxfeuS4VFLmMQC9oOR47GRCGrpz+3i5et1ncwQanQSl8IpRYyNzLe6GbHUCUaUob/358nsUtP2pQ+lhStsEBFeax3Mjqc01p0dKe44mHP+2IJgTaQwDmW8cejYZx0gk1hFMoxawmwsjeyDFr4Cyxor2PAigDYJaLeg= Received: from PN1PR01MB0304.INDPRD01.PROD.OUTLOOK.COM (10.164.140.23) by PN1PR01MB0303.INDPRD01.PROD.OUTLOOK.COM (10.164.140.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.629.8; Thu, 22 Sep 2016 08:05:47 +0000 Received: from PN1PR01MB0304.INDPRD01.PROD.OUTLOOK.COM ([10.164.140.23]) by PN1PR01MB0304.INDPRD01.PROD.OUTLOOK.COM ([10.164.140.23]) with mapi id 15.01.0629.015; Thu, 22 Sep 2016 08:05:47 +0000 From: contact35 To: "freebsd-questions@freebsd.org" Subject: SEO Services ? Thread-Topic: SEO Services ? Thread-Index: AdIUpnCtRB7qQiKYSrSvEi9lQCbpSQ== Date: Thu, 22 Sep 2016 08:04:24 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=contact35@awstools.in; x-originating-ip: [182.77.7.191] x-ms-office365-filtering-correlation-id: 59dd5f8f-ba73-4edc-0a9d-08d3e2bf42ac x-microsoft-exchange-diagnostics: 1; PN1PR01MB0303; 6:xkLvu4GmfwZNzr+8cM2R9yCypf3yryV4d6lx+J4J8F6jjOpYzrmkSeVUVdJu7j9SjbNTwJZJER6rGB1cBzZPsXByoNc3QEyc3rnfjTN8j3FRq3IO2gi9MOUAY0eTyddkJR5P6PXts/N7bVYktSUcFc4jDpKPq8MepMwqPQpejuCfgGQu5BpDHXXv80y0GBGHLadobxHlKebQXGt0sartPwmQ49GmFmG04OEkIho+u0hc7fmPCb3yqZX5rj/CxJsDpW2oXShl5jTHYalLCDrkhVV0DLZzzydb6DTfdW3cUd4ItswO8FSJxBdTH6jywCBO; 5:mVvjLsEVYxhvURs/XOG31pDmz/KF74f9MuN0Rl5RPLsoyBBAb8ZxDlqE4iA0Nrv5Dv0psHK5P6+vLeVr1yfbGji9wYs5SIgztbs480sboxWLhp4kTY0OIdC8Ezicn0CHhsp0o37DiF5lsn+n1qfXHg==; 24:jHVSVJnsxVQC1BPB3Kwl6wPHJDf+4bDNztyVNgSCINwMpz+HcqIcCNKLbrH81AidTelQItlgUnOh2QmavPOuMiuSHhRiMbMU8KNdy2Fa2ag=; 7:GqxQL2qb+Qa4yVjtuz6IIfudCsaEDU1WZfSXUWx34Y3scB+a4MT/s7vEl4IaxJe/+onwBMG9GXYJ/K+c8PfRU3PO1iKRGPZi4bgmWWfqhNb4R6r3qruaYrMa9gxB9h6aed8yJiLTdA0HQaFSUgGXqq7WcMS0fNlriUSpEHxZvuo7yPCj02MITBCMb10+nezav2Fq8PO4u2GYXkpKOrGYTbPeYL0vSc/B0VEKUey++iL66w6YsBTTLDGtg5anFDGTHo1apZTtRxYzSr9qetpLU6XzrsOolCkR3nP+pezYc/QCMQA2yWx7Clmu+UYyLcYu x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:PN1PR01MB0303; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(209352067349851)(21748063052155); x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(6040176)(2401047)(8121501046)(5005006)(10201501046)(3002001)(6043046)(6042046); SRVR:PN1PR01MB0303; BCL:0; PCL:0; RULEID:; SRVR:PN1PR01MB0303; x-forefront-prvs: 0073BFEF03 x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(7916002)(199003)(51414003)(189002)(2501003)(86362001)(16236675004)(101416001)(107886002)(7696004)(8676002)(7116003)(561944003)(5660300001)(189998001)(74316002)(3660700001)(50986999)(97736004)(8936002)(3280700002)(7736002)(81166006)(66066001)(33656002)(54356999)(7846002)(81156014)(122556002)(92566002)(586003)(102836003)(3846002)(19580395003)(86152002)(6116002)(5002640100001)(5640700001)(5630700001)(110136003)(10400500002)(74482002)(790700001)(3480700004)(2906002)(9686002)(9326002)(2351001)(15975445007)(229853001)(106356001)(19625215002)(87936001)(105586002)(68736007)(19300405004)(11100500001)(450100001)(2900100001)(77096005)(32720200002)(60100200001)(80872002)(32710200002); DIR:OUT; SFP:1101; SCL:1; SRVR:PN1PR01MB0303; H:PN1PR01MB0304.INDPRD01.PROD.OUTLOOK.COM; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (protection.outlook.com: awstools.in does not designate permitted sender hosts) spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-OriginatorOrg: awstools.in X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Sep 2016 08:04:24.0605 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: befea343-10f3-41c5-a7bc-f834a1dec420 X-MS-Exchange-Transport-CrossTenantHeadersStamped: PN1PR01MB0303 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 10:37:56 -0000 Hi, Greeting of the day! Hope you are doing well! We are and India based Digital Marketing firm and offer services at the mod= est rate. Our services at a glance: - a) SEO b) SMO c) Local Business Listing Optimization d) Blogs promotion Contact us today to know more about our Services and about our past work de= tails, Client Testimonials, Packages? Please share your Skype id and contact number to make the communication eas= ily assessable. He will be happy to assist you in boosting your Online Business. I look forward to your reply. Thanks & Regards Aradhya PS: I will be happy to send the "Proposal" and "Pricing" and share the Webs= ite further more. From owner-freebsd-questions@freebsd.org Thu Sep 22 10:40:57 2016 Return-Path: Delivered-To: freebsd-questions@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 909EEBE42BC for ; Thu, 22 Sep 2016 10:40:57 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from zaphod.sandbox.ca (sandbox.ca [206.47.13.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "zotac", Issuer "zotac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 45F1B17B6 for ; Thu, 22 Sep 2016 10:40:56 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from [192.168.4.112] (cpe-66-24-99-48.stny.res.rr.com [66.24.99.48]) (authenticated bits=0) by zaphod.sandbox.ca (8.15.2/8.15.2) with ESMTPSA id u8MAORMK034800 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Sep 2016 06:24:32 -0400 (EDT) (envelope-from ijeff@sandbox.ca) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: freebsd-update not updating kernel? From: Ian Jefferson In-Reply-To: Date: Thu, 22 Sep 2016 06:14:28 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> References: To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3124) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (zaphod.sandbox.ca [192.168.0.12]); Thu, 22 Sep 2016 06:24:33 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 10:40:57 -0000 I was having a similar issue with freebsd-update not being aware (able?) = to patch up to 9.3-RELEASE-p45. I am continually getting messages from freebsd-update cron like this: = **************************************************************************= **** Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 9.3-RELEASE from update6.freebsd.org... = done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files will be removed as part of updating to = 9.3-RELEASE-p45: = **************************************************************************= ****** I can run freebsd-update fetch and install all day long with reboots and = uname still reports 9.3-RELEASE-p43. For fun I installed lsof and I can reproduce Matt=E2=80=99s problem = exactly. So does uname(3) or uname(1) report on the kernel or does it simply = report back an environment variable? It looks to me like the latter and = perhaps there is something about this p43 to p45 update that is not = setting this environment variable up. Both "freebsd-update cron" and =E2=80=9Clsof" don=E2=80=99t seem to = think the upgrade/patch has occurred. In the case "freebsd-update = cron=E2=80=9D every day it reports by email that some update is required = to get to p43. Is this a bug? Ian > On Sep 7, 2016, at 8:38 AM, Matthew Pounsett = wrote: >=20 > It looks to me from what I'm pasting below as if there is a kernel out > there somewhere for 9.3-RELEASE-p45, but freebsd-update is = unable/unwilling > to fetch it. I've also got Virtualbox segfaulting, which frequently > happens to me mid-upgrade when there's a kernel/package mismatch. >=20 > Does anyone have an explanation for what's happening here? >=20 > % uname -a > FreeBSD localhost 9.3-RELEASE-p43 FreeBSD 9.3-RELEASE-p43 #0: Sat May = 28 > 00:19:32 UTC 2016 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > amd64 >=20 > % sudo freebsd-update -F fetch install > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetching metadata signature for 9.3-RELEASE from = update6.freebsd.org... > done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. >=20 > No updates needed to update system to 9.3-RELEASE-p45. > No updates are available to install. > Run '/usr/sbin/freebsd-update fetch' first. >=20 > % sudo pkg install -f lsof > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): >=20 > Installed packages to be REINSTALLED: > lsof-4.90.e,8 >=20 > Number of packages to be reinstalled: 1 >=20 > 111 KiB to be downloaded. >=20 > Proceed with this action? [y/N]: y > Fetching lsof-4.90.e,8.txz: 100% 111 KiB 113.9kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Reinstalling lsof-4.90.e,8... > [1/1] Extracting lsof-4.90.e,8: 100% >=20 > % lsof >/dev/null > lsof: WARNING: compiled for FreeBSD release 9.3-RELEASE-p45; this is > 9.3-RELEASE-p43. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Thu Sep 22 11:02:13 2016 Return-Path: Delivered-To: freebsd-questions@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 AF66DBE5D48 for ; Thu, 22 Sep 2016 11:02:13 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp3.irishbroadband.ie (smtp3.irishbroadband.ie [62.231.32.5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD5E194C for ; Thu, 22 Sep 2016 11:02:13 +0000 (UTC) (envelope-from steve@sohara.org) Received: from [89.127.62.20] (helo=smtp.lan.sohara.org) by smtp3.irishbroadband.ie with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1bn1lS-0007fx-Mh; Thu, 22 Sep 2016 12:02:02 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bn1lp-0009My-Ei; Thu, 22 Sep 2016 11:02:25 +0000 Date: Thu, 22 Sep 2016 12:01:59 +0100 From: Steve O'Hara-Smith To: Ian Jefferson Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update not updating kernel? Message-Id: <20160922120159.362abd1963b2baee4b148ebd@sohara.org> In-Reply-To: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> References: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 11:02:13 -0000 On Thu, 22 Sep 2016 06:14:28 -0400 Ian Jefferson wrote: > I was having a similar issue with freebsd-update not being aware (able?) > to patch up to 9.3-RELEASE-p45. Not all updates change the kernel so it is very possible for the kernel version (which uname reports) to be older than the latest update installed. In 10.3 there's freebsd-version which reports the system version as distinct from the kernel version to resolve this problem, I'm not sure if it has been backported to 9.3 though - try it and see. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Thu Sep 22 11:27:55 2016 Return-Path: Delivered-To: freebsd-questions@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 AE9A4BE4F5E for ; Thu, 22 Sep 2016 11:27:55 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from zaphod.sandbox.ca (sandbox.ca [206.47.13.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "zotac", Issuer "zotac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE28C7F for ; Thu, 22 Sep 2016 11:27:54 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from [192.168.4.112] (cpe-66-24-99-48.stny.res.rr.com [66.24.99.48]) (authenticated bits=0) by zaphod.sandbox.ca (8.15.2/8.15.2) with ESMTPSA id u8MBbkEr035504 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Sep 2016 07:37:51 -0400 (EDT) (envelope-from ijeff@sandbox.ca) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: freebsd-update not updating kernel? From: Ian Jefferson In-Reply-To: <20160922120159.362abd1963b2baee4b148ebd@sohara.org> Date: Thu, 22 Sep 2016 07:27:40 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> <20160922120159.362abd1963b2baee4b148ebd@sohara.org> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3124) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (zaphod.sandbox.ca [192.168.0.12]); Thu, 22 Sep 2016 07:37:51 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 11:27:55 -0000 > On Sep 22, 2016, at 7:01 AM, Steve O'Hara-Smith = wrote: >=20 > On Thu, 22 Sep 2016 06:14:28 -0400 > Ian Jefferson wrote: >=20 >> I was having a similar issue with freebsd-update not being aware = (able?) >> to patch up to 9.3-RELEASE-p45. >=20 > Not all updates change the kernel so it is very possible for the > kernel version (which uname reports) to be older than the latest = update > installed. In 10.3 there's freebsd-version which reports the system = version > as distinct from the kernel version to resolve this problem, I'm not = sure > if it has been backported to 9.3 though - try it and see. >=20 Thanks, It doesn=E2=80=99t seem like freebsd-version is backported to 9.3 but = I=E2=80=99m not sure that would fix the freebsd-update problem nor the = lsof issue either. I also found this: "The updates distributed by freebsd-update do not always involve the = kernel. It is not necessary to rebuild a custom kernel if the kernel = sources have not been modified by freebsd-update install. However, = freebsd-update will always update/usr/src/sys/conf/newvers.sh. The = current patch level, as indicated by the -p number reported by uname -r, = is obtained from this file. Rebuilding a custom kernel, even if nothing = else changed, allows uname to accurately report the current patch level = of the system. This is particularly helpful when maintaining multiple = systems, as it allows for a quick assessment of the updates installed in = each one. =E2=80=9C here: = https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrad= ing-freebsdupdate.html Indeed it looks to me like /usr/src/sys/conf/newvers.sh on my system = =E2=80=9Cknows=E2=80=9D that I am at patch level 45 but freebsd-update = doesn=E2=80=99t nor does uname. I think you are saying that uname = get=E2=80=99s its information from the kernel but that is contradicted = by the handbook points above so I=E2=80=99m unclear and regardless = freebsd-update seems broken in this patch. My newvers.sh file contains the following: TYPE=3D"FreeBSD" REVISION=3D"9.3" BRANCH=3D"RELEASE-p45" if [ "X${BRANCH_OVERRIDE}" !=3D "X" ]; then BRANCH=3D${BRANCH_OVERRIDE} fi RELEASE=3D"${REVISION}-${BRANCH}" VERSION=3D"${TYPE} ${RELEASE}=E2=80=9D I suppose the ultimate answer is we need to move off 9.3 since it is = just about EOL anyway but I wonder=E2=80=A6 if freebsd-update is = confused will it perform the upgrade correctly? Ian From owner-freebsd-questions@freebsd.org Thu Sep 22 11:49:21 2016 Return-Path: Delivered-To: freebsd-questions@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 5284FBE5955 for ; Thu, 22 Sep 2016 11:49:21 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp3.irishbroadband.ie (smtp3.irishbroadband.ie [62.231.32.5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF93C2F for ; Thu, 22 Sep 2016 11:49:20 +0000 (UTC) (envelope-from steve@sohara.org) Received: from [89.127.62.20] (helo=smtp.lan.sohara.org) by smtp3.irishbroadband.ie with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1bn2VC-0005i9-4o; Thu, 22 Sep 2016 12:49:18 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bn2VZ-000B8g-53; Thu, 22 Sep 2016 11:49:41 +0000 Date: Thu, 22 Sep 2016 12:49:15 +0100 From: Steve O'Hara-Smith To: Ian Jefferson Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update not updating kernel? Message-Id: <20160922124915.a0867f6b437f9dc778020d1a@sohara.org> In-Reply-To: References: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> <20160922120159.362abd1963b2baee4b148ebd@sohara.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 11:49:21 -0000 On Thu, 22 Sep 2016 07:27:40 -0400 Ian Jefferson wrote: > It doesn’t seem like freebsd-version is backported to 9.3 but I’m not > sure that would fix the freebsd-update problem nor the lsof issue either. It was part of a fix for that problem - in 9.3 the kernel version is all there is later a userspace version was added along with freebsd-version. > I also found this: > > "The updates distributed by freebsd-update do not always involve the > kernel. It is not necessary to rebuild a custom kernel if the kernel > sources have not been modified by freebsd-update install. However, > freebsd-update will always update/usr/src/sys/conf/newvers.sh. The > current patch level, as indicated by the -p number reported by uname -r, > is obtained from this file. Rebuilding a custom kernel, even if nothing > else changed, allows uname to accurately report the current patch level > of the system. This is particularly helpful when maintaining multiple > systems, as it allows for a quick assessment of the updates installed in > each one. “ Yep that's the full version. > Indeed it looks to me like /usr/src/sys/conf/newvers.sh on my system > “knows” that I am at patch level 45 but freebsd-update doesn’t nor does > uname. Right - so if you do a kernel build and install then the whole system will know about it otherwise it's just tucked away in an unused source file. > I think you are saying that uname get’s its information from the > kernel but that is contradicted by the handbook points above so I’m > unclear and regardless freebsd-update seems broken in this patch. Yep uname gets the version data from the kernel, which gets it from newvers.sh when the kernel is built - which is what that handbook section is telling you in a roundabout and not entirely clear way. > I suppose the ultimate answer is we need to move off 9.3 since it is just > about EOL anyway but I wonder… if freebsd-update is confused will it > perform the upgrade correctly? Yes it will. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Thu Sep 22 13:00:28 2016 Return-Path: Delivered-To: freebsd-questions@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 84108BE5A42 for ; Thu, 22 Sep 2016 13:00:28 +0000 (UTC) (envelope-from j.gumede@acaeglobal.com) Received: from ntsika.forumis.net (ntsika.forumis.net [41.169.88.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47FA0614 for ; Thu, 22 Sep 2016 13:00:26 +0000 (UTC) (envelope-from j.gumede@acaeglobal.com) Received: from ntsika.forumis.net (localhost [127.0.0.1]) by ntsika.forumis.net (Postfix) with ESMTP id 41658C6DDBC7 for ; Thu, 22 Sep 2016 15:00:19 +0200 (SAST) X-Virus-Scanned: amavisd-new at ntsika.forumis.net Received: from ntsika.forumis.net ([127.0.0.1]) by ntsika.forumis.net (ntsika.forumis.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ADQ3BUbrO_fr for ; Thu, 22 Sep 2016 15:00:07 +0200 (SAST) Received: from mbokodo.forumis.net (unknown [41.169.88.103]) by ntsika.forumis.net (Postfix) with ESMTPSA id 7AD9EC6DDBE2 for ; Thu, 22 Sep 2016 14:38:43 +0200 (SAST) MIME-Version: 1.0 From: "Jabulisile Gumede" Reply-To: lombwa@acaeglobal.com To: freebsd-questions@freebsd.org Subject: 2016/2017 Diplomatic Protocol & Etiquette Conference Invitation X-Mailer: Smart_Send_3_1_6 Date: Thu, 22 Sep 2016 14:38:45 +0200 Message-ID: <96883792268081116825998@ForumIS22> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 13:00:28 -0000 Thank you for accepting this workshop invitation. You may please unsubscribe here if you no longer wish to receive our emails From owner-freebsd-questions@freebsd.org Thu Sep 22 13:35:02 2016 Return-Path: Delivered-To: freebsd-questions@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 14B3BBE513E for ; Thu, 22 Sep 2016 13:35:02 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D85AFD19 for ; Thu, 22 Sep 2016 13:35:01 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (dynamic-216-186-138-147.knology.net [216.186.138.147] (may be forged)) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u8MDYquS016033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 22 Sep 2016 08:34:53 -0500 Subject: Re: freebsd-update not updating kernel? To: freebsd-questions@freebsd.org References: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> From: "William A. Mahaffey III" Message-ID: <9bf5b4f5-4b7a-af21-9e51-ce7551571f26@hiwaay.net> Date: Thu, 22 Sep 2016 08:40:22 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <0B507E9E-77ED-4CD9-A51D-EF1B35DA45CD@sandbox.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 13:35:02 -0000 On 09/22/16 05:20, Ian Jefferson wrote: > I was having a similar issue with freebsd-update not being aware (able?) to patch up to 9.3-RELEASE-p45. > > I am continually getting messages from freebsd-update cron like this: > > ****************************************************************************** > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetching metadata signature for 9.3-RELEASE from update6.freebsd.org... done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > The following files will be removed as part of updating to 9.3-RELEASE-p45: > ******************************************************************************** > > I can run freebsd-update fetch and install all day long with reboots and uname still reports 9.3-RELEASE-p43. > > For fun I installed lsof and I can reproduce Matt’s problem exactly. > > So does uname(3) or uname(1) report on the kernel or does it simply report back an environment variable? It looks to me like the latter and perhaps there is something about this p43 to p45 update that is not setting this environment variable up. > > Both "freebsd-update cron" and “lsof" don’t seem to think the upgrade/patch has occurred. In the case "freebsd-update cron” every day it reports by email that some update is required to get to p43. Is this a bug? > > Ian No. That update updated various system libraries & utilities, but not the kernel. The message about patch level comes from the kernel, so it reports it is still at -p43. I see the same thing with this update & w/ various earlier updates that didn't update the kernel. No problema at all, relax ;-) .... > >> On Sep 7, 2016, at 8:38 AM, Matthew Pounsett wrote: >> >> It looks to me from what I'm pasting below as if there is a kernel out >> there somewhere for 9.3-RELEASE-p45, but freebsd-update is unable/unwilling >> to fetch it. I've also got Virtualbox segfaulting, which frequently >> happens to me mid-upgrade when there's a kernel/package mismatch. >> >> Does anyone have an explanation for what's happening here? >> >> % uname -a >> FreeBSD localhost 9.3-RELEASE-p43 FreeBSD 9.3-RELEASE-p43 #0: Sat May 28 >> 00:19:32 UTC 2016 >> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC >> amd64 >> >> % sudo freebsd-update -F fetch install >> Looking up update.FreeBSD.org mirrors... 4 mirrors found. >> Fetching metadata signature for 9.3-RELEASE from update6.freebsd.org... >> done. >> Fetching metadata index... done. >> Inspecting system... done. >> Preparing to download files... done. >> >> No updates needed to update system to 9.3-RELEASE-p45. >> No updates are available to install. >> Run '/usr/sbin/freebsd-update fetch' first. >> >> % sudo pkg install -f lsof >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up-to-date. >> All repositories are up-to-date. >> The following 1 package(s) will be affected (of 0 checked): >> >> Installed packages to be REINSTALLED: >> lsof-4.90.e,8 >> >> Number of packages to be reinstalled: 1 >> >> 111 KiB to be downloaded. >> >> Proceed with this action? [y/N]: y >> Fetching lsof-4.90.e,8.txz: 100% 111 KiB 113.9kB/s 00:01 >> Checking integrity... done (0 conflicting) >> [1/1] Reinstalling lsof-4.90.e,8... >> [1/1] Extracting lsof-4.90.e,8: 100% >> >> % lsof >/dev/null >> lsof: WARNING: compiled for FreeBSD release 9.3-RELEASE-p45; this is >> 9.3-RELEASE-p43. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr. From owner-freebsd-questions@freebsd.org Thu Sep 22 14:32:39 2016 Return-Path: Delivered-To: freebsd-questions@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 ABAB9BE529B for ; Thu, 22 Sep 2016 14:32:39 +0000 (UTC) (envelope-from bounce+fb5104.c2ca2-questions=freebsd.org@mg.whoishostingthismail.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6841EBB for ; Thu, 22 Sep 2016 14:32:39 +0000 (UTC) (envelope-from bounce+fb5104.c2ca2-questions=freebsd.org@mg.whoishostingthismail.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8EB48BE529A; Thu, 22 Sep 2016 14:32:39 +0000 (UTC) Delivered-To: questions@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 8E51ABE5299 for ; Thu, 22 Sep 2016 14:32:39 +0000 (UTC) (envelope-from bounce+fb5104.c2ca2-questions=freebsd.org@mg.whoishostingthismail.org) Received: from mail7.static.mailgun.info (mail7.static.mailgun.info [104.130.122.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 565651EBA for ; Thu, 22 Sep 2016 14:32:38 +0000 (UTC) (envelope-from bounce+fb5104.c2ca2-questions=freebsd.org@mg.whoishostingthismail.org) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.whoishostingthismail.org; q=dns/txt; s=smtp; t=1474554755; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Subject: Reply-To: From: To: Date: Sender; bh=KIU6DGXBDwvqLxV/JRlKzCu61rT5KN7+fDH2qV4k+9k=; b=AgBl1Cxw6oadgay2xOnAgeJNXPoXV+va9wvwmiXUZ9OE4eyEPTeqEW6XSUOQ1RRHd7zhlynz yVb93iVgJFSCmwr0pO67gSFB7zEKxCo6UTaKI/HZHuxPIqsHI11PUbeLN/T7kpxQwMlluy00 DNc2zguZoQsrCYXkxnJoR8w+gvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=mg.whoishostingthismail.org; s=smtp; q=dns; h=Sender: Date: To: From: Reply-To: Subject: Message-ID: MIME-Version: Content-Type: Content-Transfer-Encoding; b=HIxeR3rj5GGwdNCGSoV79YSROieUU+GpxVkJYnN7PL/E18UKH94MO2ZlnZ3AXLHy4kCCcx 2XT0GTCHJeFmHUEWZLl8kDXdlQ+u2M2PWKyaClPsu8nNFbs5uXcuAQV4ShR6ESK/rUAqyKGd sBGuXcP0Fan9eBuyYsunkKN0+1rHg= Sender: m.shaw=whoishostingthismail.org@mg.whoishostingthismail.org X-Mailgun-Sending-Ip: 104.130.122.7 X-Mailgun-Sid: WyIyZDhjYSIsICJxdWVzdGlvbnNAZnJlZWJzZC5vcmciLCAiYzJjYTIiXQ== Received: from whoishostingthismail.org (ec2-54-158-10-71.compute-1.amazonaws.com [54.158.10.71]) by mxa.mailgun.org with ESMTP id 57e3eb81.7fcd5bfe1bf0-in2; Thu, 22 Sep 2016 14:32:33 -0000 (UTC) Date: Thu, 22 Sep 2016 14:32:32 +0000 To: questions@FreeBSD.org From: Marilyn Shaw Reply-To: Marilyn Shaw Subject: A broken link! Message-ID: <3623128.or_mail@whoishostingthismail.org> X-Priority: 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 14:32:39 -0000 Hi, Just wanted to let you know about a link that seems to be broken on this page http://heeroy.org/doc/handbook6.1c/history.html. It is this link http://www.cvshome.org/, but the page doesn’t seem to be active any more. I thought you might want to update. If you are looking for an alternative please check out http://wiht.link/CVS-resources, it may make a suitable replacement. Kind Regards, Marilyn Don't want emails from us anymore? Reply to this email with the word "UNSUBSCRIBE" in the subject line. WhoIsHostingThis, BM Box 3667, Old Gloucester Street London, WC1N 3XX, United Kingdom From owner-freebsd-questions@freebsd.org Thu Sep 22 22:44:04 2016 Return-Path: Delivered-To: freebsd-questions@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 17D67BE5150 for ; Thu, 22 Sep 2016 22:44:04 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D412A99A for ; Thu, 22 Sep 2016 22:44:03 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at Intersonic AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intersonic.se; s=INTERSONICSE; t=1474583833; bh=TZzBvvSQWjtuipXQyBM7lh7AeK4bRoT47XnkzPZTjfM=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=Z7YQHg7T6ifZxlRjoLnpXdO/TYH+D1eo1jnMoq5hXKSVol7duu8GWujZmnmbYD95g h0NVTUB3sczUkqwnnAENyUpMEYfh6gjaHEdwCuee8Xb8kqqBM0ir5FBBhl2NIJJIcG uUnCGvo9cK+G9TyaX10pnvT03RiEcoUYfd461tio= Subject: Re: Nagios reports its own host as DOWN To: freebsd-questions@freebsd.org References: <7c549617-43df-e064-0ee6-5f4d7fcee9f6@gmail.com> From: Per olof Ljungmark Organization: Intersonic AB Message-ID: <2a67758f-2397-64c0-ec14-d37d9afa4d29@intersonic.se> Date: Fri, 23 Sep 2016 00:37:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <7c549617-43df-e064-0ee6-5f4d7fcee9f6@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 22:44:04 -0000 Hi, On 2016-09-21 10:03, Alnis Morics wrote: > Hi, > > I installed nagios4-4.1.1_5,1 on a FreeBSD 10.3 jail. (It's my first > time with Nagios) > > I managed the core to show up as working, and the system now lists its > first host (the one it is installed on) -- as DOWN. > > Small wander, because the way it checks this is by pinging "localhost" > (/sbin/ping -n -c 5 127.0.0.1 ), although ping is disabled in my jail > (as per default), and its localhost address is changed to 127.0.0.3. Well, if ping is disabled I suppose your systems behaves as intended? Not sure one wants to ping localhost in this case bacause if the host is down then Nagios would be as well? Or you read jail(8) to figure out how to allow ping. If you want to check real iron on the Nagios host it would probably be a lot easier not running it jailed although I'm sure it can be done. > How can I correct this checking? I found there is a script for checking > FreeBSD jails > (https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1859&cf_id=24) > but, again, I can't find any hint of how to use it or whether it can > help me at all. Will I be able to check services on jails of other > machines? Yes you will, both through the "real" host or nrpe on the jailed. There may be other things that blocks of course like firewalls etc. Cheers, //per From owner-freebsd-questions@freebsd.org Thu Sep 22 23:54:32 2016 Return-Path: Delivered-To: freebsd-questions@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 5BE0BBE6D41 for ; Thu, 22 Sep 2016 23:54:32 +0000 (UTC) (envelope-from cvrfamk@cameraforme.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4261AE36 for ; Thu, 22 Sep 2016 23:54:32 +0000 (UTC) (envelope-from cvrfamk@cameraforme.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 3D3B9BE6D40; Thu, 22 Sep 2016 23:54:32 +0000 (UTC) Delivered-To: questions@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 39DA8BE6D3F for ; Thu, 22 Sep 2016 23:54:32 +0000 (UTC) (envelope-from cvrfamk@cameraforme.ru) Received: from cameraforme.ru (cameraforme.ru [185.87.48.186]) by mx1.freebsd.org (Postfix) with ESMTP id 1BADFE35 for ; Thu, 22 Sep 2016 23:54:30 +0000 (UTC) (envelope-from cvrfamk@cameraforme.ru) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=mail; d=cameraforme.ru; h=Message-ID:From:To:Subject:Date:MIME-Version:Content-Type; i=cvrfamk@cameraforme.ru; bh=BPzQzY1PWhiRbt4RKWHHU9FD+9c=; b=PERpN+TAVjVxOT9JhEmMmNa343b2bhFigB6Cbpo1l9DM2hPYHMuERf62Hn3xr9JqWOkkQYDgtKnt 3d5KvQ46CJDrJ2bn2zLrHyG8+FL01CoLbOyWoehA/o5nVtTs8EZOJMwNqpOeymWp9es/NuoBEfsO dh9uQWqxxOOsDMgbYrg= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mail; d=cameraforme.ru; b=jl6H4ikxQaoUaEzk+XQ5kWsq5NYeFtuP2gc1Unsih++2Th6KusIsxcZI19BCmQ/7BN1vM4ct6Adj cXPrVurnKFSC/yqoFKh9n/dAzkF99+AJ2Ed5Wcn9lpIU+EBULsWXr1M9CEfQOrWAzhqQ9Wm6TYXO 4DJ5mB9c+rat12XR7fw=; Message-ID: <37CD9FD61FCBF98A56531AA2160B2C13@cameraforme.ru> From: =?windows-1251?B?3evo8u3g/yDv4PD0/uzl8Oj/?= To: Subject: =?windows-1251?B?zPsg5+Dq8Pvi4OXs8f8hIN3r6PLt4P8g7+Dw?= =?windows-1251?B?9P7s5fDo/iDxIM7D0E/MzU/JIPHq6OTq7ukh?= Date: Fri, 23 Sep 2016 02:10:21 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 23:54:32 -0000 =CC=FB =E7=E0=EA=F0=FB=E2=E0=E5=EC=F1=FF! =DD=EB=E8=F2=ED=E0=FF =EF=E0=F0= =F4=FE=EC=E5=F0=E8=FE =F1 =CE=C3=D0O=CC=CDO=C9 =F1=EA=E8=E4=EA=EE=E9! From owner-freebsd-questions@freebsd.org Fri Sep 23 00:11:05 2016 Return-Path: Delivered-To: freebsd-questions@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 A3BBDBE5553 for ; Fri, 23 Sep 2016 00:11:05 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id 842911499 for ; Fri, 23 Sep 2016 00:11:05 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id 4310DCB8E72; Thu, 22 Sep 2016 18:44:27 -0500 (CDT) Received: from 128.135.52.6 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Thu, 22 Sep 2016 18:44:27 -0500 (CDT) Message-ID: <31887.128.135.52.6.1474587867.squirrel@cosmo.uchicago.edu> In-Reply-To: <2a67758f-2397-64c0-ec14-d37d9afa4d29@intersonic.se> References: <7c549617-43df-e064-0ee6-5f4d7fcee9f6@gmail.com> <2a67758f-2397-64c0-ec14-d37d9afa4d29@intersonic.se> Date: Thu, 22 Sep 2016 18:44:27 -0500 (CDT) Subject: Re: Nagios reports its own host as DOWN From: "Valeri Galtsev" To: "Per olof Ljungmark" Cc: freebsd-questions@freebsd.org Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 00:11:05 -0000 On Thu, September 22, 2016 5:37 pm, Per olof Ljungmark wrote: > Hi, > > On 2016-09-21 10:03, Alnis Morics wrote: >> Hi, >> >> I installed nagios4-4.1.1_5,1 on a FreeBSD 10.3 jail. (It's my first >> time with Nagios) >> >> I managed the core to show up as working, and the system now lists its >> first host (the one it is installed on) -- as DOWN. >> >> Small wander, because the way it checks this is by pinging "localhost" >> (/sbin/ping -n -c 5 127.0.0.1 ), although ping is disabled in my jail >> (as per default), and its localhost address is changed to 127.0.0.3. > > Well, if ping is disabled I suppose your systems behaves as intended? > Not sure one wants to ping localhost in this case bacause if the host is > down then Nagios would be as well? Or you read jail(8) to figure out how > to allow ping. > > If you want to check real iron on the Nagios host it would probably be a > lot easier not running it jailed although I'm sure it can be done. I run nagios in jail. As you said ping localhost doesn't make much sense, yet I didn't disable that. I check also a bunch of other services on localhost, so I didn't threw away localhost part from my nagios configuration. As you said, one needs to read jail(8) and allow ping. One more thing, it is helpful to do similar ping test from that same jail just from command line. Similarly, before adding checking of some port on some host to nagios, it is good to attempt from command line to telnet that host that port. This way one can rule out firewalls etc, and will know it is nagios part one needs to look into. Valeri > >> How can I correct this checking? I found there is a script for checking >> FreeBSD jails >> (https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1859&cf_id=24) >> but, again, I can't find any hint of how to use it or whether it can >> help me at all. Will I be able to check services on jails of other >> machines? > > Yes you will, both through the "real" host or nrpe on the jailed. > > There may be other things that blocks of course like firewalls etc. > > Cheers, > > //per > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Fri Sep 23 02:07:20 2016 Return-Path: Delivered-To: freebsd-questions@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 6713EBE66A4 for ; Fri, 23 Sep 2016 02:07:20 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0421517B4 for ; Fri, 23 Sep 2016 02:07:19 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp14-2-64-199.lns21.adl6.internode.on.net (HELO leader.local) ([14.2.64.199]) by ipmail06.adl6.internode.on.net with ESMTP; 23 Sep 2016 11:31:38 +0930 Subject: Re: OpenGL over X11/SSH To: Andrea Venturoli References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> <20160922093225.92c833cc.freebsd@edvax.de> <36548c08-36a7-bd2c-05e7-e783838dd707@netfence.it> Cc: "freebsd-questions@freebsd.org" From: Shane Ambler Message-ID: Date: Fri, 23 Sep 2016 11:31:36 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <36548c08-36a7-bd2c-05e7-e783838dd707@netfence.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 02:07:20 -0000 On 22/09/2016 17:25, Andrea Venturoli wrote: > On 09/22/16 09:32, Polytropon wrote: > >>> An option in some port? >> >> Probably yes. > > I checked graphics/libGL, but it has no options. > Any other hint? Not sure this will actually help but it may give a clue as to how to patch the app you are trying to run. A few days ago there was a commit to blender that enabled the use of software opengl render on OSX when older cards are in place that don't support the required openGL version. https://developer.blender.org/rBe12f5b699d5a2eea045b584ebc7264bddcfb994d I don't know much about GL programming but it sounds like the app can choose if GL provides the required features (or gl version?) to run which may include hardware acceleration, this appears to be decided at the time the GLContext is created. -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-questions@freebsd.org Fri Sep 23 02:17:54 2016 Return-Path: Delivered-To: freebsd-questions@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 98359BE6C10 for ; Fri, 23 Sep 2016 02:17:54 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53A351BE2 for ; Fri, 23 Sep 2016 02:17:54 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id g192so105584023ywh.1 for ; Thu, 22 Sep 2016 19:17:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=wrprCXhGJPkcJ9wUMBv6/AkLCFEDWvmbTP+o4Yjyny8=; b=siHJJGyb6jcYGbZMppqrd5wEBXT1IIm6dF1tO/oK4u2DxUPEBwla12aigY7vWBrXJ8 lUp/RbDymBfjf+OV/LOWpR51lHlUf5ubi08czRPPLhPvj+rbG0uWPVDQF8XK8RkQEyT1 o+3YWzxE+L5LIF3iL3OWNafMnE1ymIV1QKrFt/6nuHfzjvlC8VZ6FNddWod2IjXT78n6 7qNsIG2tKlFe4P9FXCqfDH4hurjGI4IBqFERmLDlfQVy2zg+xWqj23uxEHLKwtjRfjXw T0ZYwa2872tUecrLqXSKQkztc7hkp3kv9VaRy4tAIczRwCPuaxrw1bJ6cwyQ5TKIsvSm GbIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=wrprCXhGJPkcJ9wUMBv6/AkLCFEDWvmbTP+o4Yjyny8=; b=BfO8GxwsrmJ7n6DCnsFQu9iCJNjVZMRvh+U716efnoI4vgMTnnDD7R8bHplDGghbYc 15enRRooPZyBHCqsrf6twQ7IvNrm5TPv4bGY8JRMNBzKxK5lGHgKdSDvylOrWLaABgAP z0D6DX+aPHv31xVbMKydVck7yXfSHo3a6teSrBckLPc9PE6u7jk2+jiQEYUumnaM35fB uBWTIaM9P9fZuVKieJ9KudARC10k3X+4sxRaR1iZ/B5Wcnq8OAX46kLxKLta8hVrl9zr pH0WiaRWltgZ+tpw0ZLDtCXWbdnk+sdGGjcYeb3KYWzMsNozYAowbfX6Mm23rHQsta0w B/gQ== X-Gm-Message-State: AE9vXwOBsgtkMRqEbC3x04KYjNr5d+W5/aQ055bVKPHNxQQwBU9IWBOiqAXR8h8moJCAFZRrCfWIYdQw5ZQ4Pw== X-Received: by 10.129.85.73 with SMTP id j70mr3940119ywb.123.1474597073520; Thu, 22 Sep 2016 19:17:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.88.214 with HTTP; Thu, 22 Sep 2016 19:17:53 -0700 (PDT) In-Reply-To: References: <2deff892-7ac3-e3e2-92fe-27e95f089ea0@netfence.it> <20160922051741.5092ccae.freebsd@edvax.de> <15ee2107-8cdc-8d1a-4bb5-2765587453b0@netfence.it> <20160922093225.92c833cc.freebsd@edvax.de> <36548c08-36a7-bd2c-05e7-e783838dd707@netfence.it> From: Mehmet Erol Sanliturk Date: Thu, 22 Sep 2016 19:17:53 -0700 Message-ID: Subject: Re: OpenGL over X11/SSH To: Shane Ambler Cc: Andrea Venturoli , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 02:17:54 -0000 On Thu, Sep 22, 2016 at 7:01 PM, Shane Ambler wrote: > On 22/09/2016 17:25, Andrea Venturoli wrote: > >> On 09/22/16 09:32, Polytropon wrote: >> >> An option in some port? >>>> >>> >>> Probably yes. >>> >> >> I checked graphics/libGL, but it has no options. >> Any other hint? >> > > Not sure this will actually help but it may give a clue as to how to > patch the app you are trying to run. > > A few days ago there was a commit to blender that enabled the use of > software opengl render on OSX when older cards are in place that don't > support the required openGL version. > > https://developer.blender.org/rBe12f5b699d5a2eea045b584ebc7264bddcfb994d > > I don't know much about GL programming but it sounds like the app can > choose if GL provides the required features (or gl version?) to run > which may include hardware acceleration, this appears to be decided at > the time the GLContext is created. > > -- > FreeBSD - the place to B...Software Developing > > Shane Ambler > > _______________________________________________ > > For OpenGL programming the following can be done : At the beginning , during starting OpenGL : Check whether there is a graphics facility ( either a graphics card or a suitable CPU combined with hardware enabled OpenGL processing ) : If such a facility exists , use this facility by calling hardware based OpenGL processing routines ( fast computations and displays ) , else call software enabled OpenGL processing routines instead of giving an error message and stop or crash ( slow computations and displays ) . This is also an addition to my previous message in this thread where I forgot to mention above possibility . If the above structure is used , the program will be suitable to be executed in any computer conforming its range of CPU whether it has hardware based OpenGL facility or not . Mehmet Erol Sanliturk From owner-freebsd-questions@freebsd.org Fri Sep 23 06:27:14 2016 Return-Path: Delivered-To: freebsd-questions@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 2C271BE4FC5 for ; Fri, 23 Sep 2016 06:27:14 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from cyrus.watson.org (cyrus.watson.org [198.74.231.69]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC86C04 for ; Fri, 23 Sep 2016 06:27:14 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id 1B38746C8E for ; Fri, 23 Sep 2016 02:27:13 -0400 (EDT) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.15.2/8.15.2) with ESMTP id u8N6RCbs063153 for ; Fri, 23 Sep 2016 02:27:12 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.15.2/8.15.2/Submit) with ESMTP id u8N6RC88063150 for ; Fri, 23 Sep 2016 02:27:12 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Fri, 23 Sep 2016 02:27:12 -0400 (EDT) From: doug Reply-To: doug@safeport.com To: freebsd-questions@FreeBSD.org Subject: Re: turning off the touchpad [solved] In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (fledge.watson.org [127.0.0.1]); Fri, 23 Sep 2016 02:27:12 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 06:27:14 -0000 On Fri, 9 Sep 2016, doug wrote: > With the lastest version of Xorg they seem to have removed the ability to do > this. AFAIK from google, the x11 mailing list and X.org this is not > considered an issue or a bug. I found some stuff in FreeBSD 11.0 with > sysctrls that might work there (although their issue was turning it on, if > only...) those controls do not exist in FreeBSD 10.3. > > It appears that the change in integrating all support for pointing devices in > a single driver. In my 10.1 system the touchpad was supported by a driver > using ps2 interface, so adding [moused_port="/dev/ums0"] to rc.conf fixed the > problem. > > I am posting here as I hope someone has found a workaround. On some laptops > (esp mine) it is very hard to touch type and miss the touchpad. I wish you > could turn it off in the BIOS, but no such luck. This turns out to be easy. I got pointed to the answer from the freebsd-x11 list. Use 'xinput list' to get the id of the psm device and then xinput set-prop 8 "Device Enabled" 0 will disable it. I suppose that means adding an InputDevice section to /usr/local/etc/X11/xorg.conf.d/ should also work. I could not figure out the options from the man page however. From owner-freebsd-questions@freebsd.org Fri Sep 23 06:38:33 2016 Return-Path: Delivered-To: freebsd-questions@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 E2B83BE55C0 for ; Fri, 23 Sep 2016 06:38:33 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id 797873A1 for ; Fri, 23 Sep 2016 06:38:32 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57C7E4C003F819E9; Fri, 23 Sep 2016 08:38:31 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8N6cUkK099968; Fri, 23 Sep 2016 08:38:30 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu From: Andrea Venturoli Subject: Re: firefox crash To: Ralf Mardorf , "freebsd-questions@freebsd.org" References: <20160919172525.2857fcee@archlinux.localdomain> <20160920053641.e9075ee2.freebsd@edvax.de> <810b54d9-9769-eb99-8809-ea22a09f6d65@hiwaay.net> <1e50daef-c0e6-813b-2295-be8d413b4eb5@hiwaay.net> <20160921075019.3e68d68b@archlinux.localdomain> <1bce8b64-b993-6e1e-2fee-f7c3cfe0c4ca@netfence.it> <20160922100646.26ef2406@archlinux.localdomain> Message-ID: <5d9a7a6b-b951-20e4-5557-f9bcd03924b2@netfence.it> Date: Fri, 23 Sep 2016 08:38:30 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160922100646.26ef2406@archlinux.localdomain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 06:38:34 -0000 On 09/22/16 10:06, Ralf Mardorf via freebsd-questions wrote: (I'm resending this because I don't see it on the list; please forgive me if you receive this twice). > You noticed the follow-up? Yes, I think my problem is solved (no crash in two days)! > Well, a practical workaround is always to build the port yourself using > different OPTIONs :-) That's what I've always done: however I did not know which option to tweak until I saw your message yesterday. > Jokes aside, your point is of course valid. It seems there are still a > large enough number of i386 CPUs in production that can't work with > the SSE/SSE2-optimisations in ffmpeg. My CPU is actually 64b; it's running i386 since it was an upgrade to an old system, built more than 10 (possibly even 15) years ago. I just never felt an urge to convert since it's working fine enough for me. However I notice an ever-growing number of ports that don't seem to get too much attention on this architecture. > We might need to drop these > optimisations in the set of default OPTIONs on i386. I guess so; knowing my CPU should support SSE I've always enabled it, however. Maybe some warning is better? > In your particular case: What exact CPU is this? From dmesg: > CPU: AMD Phenom(tm) II X4 925 Processor (2800.23-MHz 686-class CPU) > Origin="AuthenticAMD" Id=0x100f42 Family=0x10 Model=0x4 Stepping=2 > Features=0x178bfbff > Features2=0x802009 > AMD Features=0xee500800 > AMD Features2=0x37ff > SVM: NP,NRIP,NAsids=64 > TSC: P-state invariant Is this known to be buggy (and perhaps fixable via a BIOS upgrade)? Or is it a ffmpeg bug? Clang "feature"? ...? > Could you confirm > that building an ffmpeg package without the SSE OPTION resolves the > issue for you? Yes. I wasn't able to watch Youtube before; I can now (not that I care that much, but it's a quite sure test :). I had FireFox crashing every few minutes (as soon as I landed on a page with a nice animated advertisement that AdBlock Plus would let through); now, as I said, it hasn't crashed in the last two days. bye & Thanks av. From owner-freebsd-questions@freebsd.org Fri Sep 23 07:18:22 2016 Return-Path: Delivered-To: freebsd-questions@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 B2997BE6304 for ; Fri, 23 Sep 2016 07:18:22 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from relay11.nicmail.ru (relay11.nicmail.ru [195.208.3.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69189957 for ; Fri, 23 Sep 2016 07:18:21 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.186] (port=45415 helo=localhost) by f06.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1bnKZ4-000F0v-0I; Fri, 23 Sep 2016 10:06:30 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO localhost) by proxy07.mail.nic.ru (Exim 5.55) with id 1bnKYw-0006hA-Jb; Fri, 23 Sep 2016 10:06:22 +0300 Date: Fri, 23 Sep 2016 10:04:46 +0300 From: Aleksander Alekseev To: doug@safeport.com Cc: freebsd-questions@FreeBSD.org Subject: Re: turning off the touchpad [solved] Message-ID: <20160923070444.GA2611@e733> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 07:18:22 -0000 > This turns out to be easy. I got pointed to the answer from the freebsd-x11 > list. Use 'xinput list' to get the id of the psm device and then > > xinput set-prop 8 "Device Enabled" 0 > > will disable it. I suppose that means adding an InputDevice section to > /usr/local/etc/X11/xorg.conf.d/ should also work. I could not figure out the > options from the man page however. Note that this can turn off not only touchpad but all mouse devices in your system. I personally turn off touchpad this way: ``` sysctl hw.psm.synaptics.touchpad_off=1 ``` This will not work unless you have: ``` hw.psm.synaptics_support="1" ``` ... in your /boot/loader.conf -- Best regards, Aleksander Alekseev From owner-freebsd-questions@freebsd.org Fri Sep 23 12:04:59 2016 Return-Path: Delivered-To: freebsd-questions@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 204C3BE5DFE for ; Fri, 23 Sep 2016 12:04:59 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E72FA323 for ; Fri, 23 Sep 2016 12:04:55 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x243.google.com with SMTP id r145so7005612ior.0 for ; Fri, 23 Sep 2016 05:04:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=R7JZ6KRWSV9eN+dUrUCsGDuiaQ8vZTBNhUezuwPNt2U=; b=molbg/Y5YkcF1alV8KZZFK+RNEcXA++TW7gm+NszOyq2dcBD19vqpAQPQBb9TUaHPr gI4++ig+GXzK0uKerKeXk3A8p/msD54FFT7kyrizi2GLFXwvHlis9XRf1vN5jVGvTosy qlHrJbNlkMEwLNEob2aNK1P+ykBTnjdGE1j8D5Srs+VEjTYno2aI/61zu+zjyunsxrER GGgW+WtLNxGL5ES3EqDrSLwOOq/ZODMCIatYmdTIOWjfYX5SZj/2Fqa+B2gvg8YNw0lC xOehqxKN13gOAA5pveAWvvl/4NMy33zDy6JhC6YjViLnCC/4Mj6vECJwhqKJLBDPjFD4 Sl5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=R7JZ6KRWSV9eN+dUrUCsGDuiaQ8vZTBNhUezuwPNt2U=; b=HK/Ta6B+snrOM+T+Zf/NKzK3AEhPwvgdWljsilDPEfs4f+BQ721Bi8iNtfj047dYkz 6rfqV15FfC6vZyZ2Q9Xgctk1J1yfZ2M4MlWVFogEcE1mj3HLa3VQu4g46yDqKT1Slglq e+6mosiDmMJc2nbbQjzW4Hcg7HJI5RIqRh9XpOUkvGVBUd2F4x9zdBbw60zJQ7QhDkYk rLA3BCqn/yJFlARcbjgEfqZotjE9zsR4youufmuh4M47rpi2aQCN8B/o7Wtm39DXKJSf OHq3s7IFebQfJVRBJM3uXMVXDkU3iujYW16iXoHmlICu5UdUy3qQIz2Y7ktl3p0vpbZl HC4Q== X-Gm-Message-State: AE9vXwPRSWI+pN4WhdGiKaNwu6SPsuFgzGqhSFAAfew+wdw+ZymZBA1qJnidAcq/adHH4Q== X-Received: by 10.107.47.227 with SMTP id v96mr8700253iov.172.1474632295239; Fri, 23 Sep 2016 05:04:55 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-201-26.neo.res.rr.com. [24.165.201.26]) by smtp.googlemail.com with ESMTPSA id p7sm1064995itg.14.2016.09.23.05.04.54 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 23 Sep 2016 05:04:54 -0700 (PDT) Message-ID: <57E51A69.9030602@gmail.com> Date: Fri, 23 Sep 2016 08:04:57 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Freebsd Questions Subject: How to find port name to use with the pkg install command Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 12:04:59 -0000 Hello list, I am having trouble finding the port name to use with the "pkg install" command. I used to use the ports web site https://www.freebsd.org/cgi/ports.cgi It used to show the svn port names and now it shows the port version names. How is a person to find the svn port name? From owner-freebsd-questions@freebsd.org Fri Sep 23 12:34:09 2016 Return-Path: Delivered-To: freebsd-questions@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 C9EB4BE6D2A for ; Fri, 23 Sep 2016 12:34:09 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:fe33::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92B2181A for ; Fri, 23 Sep 2016 12:34:09 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mail.xtaz.uk (Postfix, from userid 1001) id A1E1120AAA18; Fri, 23 Sep 2016 13:34:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xtaz.co.uk; s=mail; t=1474634046; x=1476448446; bh=Km+kHEv+9co8iRWkliV26GZ1O554ZgrNdkmMqlfz7OQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=eo3yieY6rdtXVArW2we+AL8C/GxgZOt6skLmXXlwmk6t0ko7ESyNg92jA5i8wF0TF udJcH6G/GeULHuHFdJ57aGHIM6ogRadak7IvhljTercQyyqdqSfuk3G6k/8gEGVwb9 sIzZdaaGTI3zRDApbQkVagDM0w5z8ys4HcWyEqagHTUXYZEyuiVo96QeEj+CyYE7xx wyJxKIBVKdGvcgrL8tKXgxAQVhcjj9ByHdruZKSEqk82q0QeU898V8g5p3/c9R9bWu mQj5xUm7FiT60qVSc0X2VnJI4S8VeTre2a2taOfOdyykSC0IwA28ervvje2pS5TNo2 uhaefgioD99jQ== Date: Fri, 23 Sep 2016 13:34:06 +0100 From: Matt Smith To: Ernie Luzar Cc: Freebsd Questions Subject: Re: How to find port name to use with the pkg install command Message-ID: <20160923123406.GA1148@xtaz.uk> Mail-Followup-To: Matt Smith , Ernie Luzar , Freebsd Questions References: <57E51A69.9030602@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <57E51A69.9030602@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 12:34:09 -0000 On Sep 23 08:04, Ernie Luzar wrote: >Hello list, > >I am having trouble finding the port name to use with the "pkg >install" command. I used to use the ports web site Can't you just use pkg search ? So if I try pkg search postfix I see this: postfix-3.1.2_2,1 Secure alternative to widely-used Sendmail. Then I can run pkg install postfix-3.1.2_2,1 to install it. -- Matt From owner-freebsd-questions@freebsd.org Fri Sep 23 12:58:32 2016 Return-Path: Delivered-To: freebsd-questions@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 07C77BE67A3 for ; Fri, 23 Sep 2016 12:58:32 +0000 (UTC) (envelope-from martin.larsson2@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E82CA15 for ; Fri, 23 Sep 2016 12:58:31 +0000 (UTC) (envelope-from martin.larsson2@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id y6so92320201lff.1 for ; Fri, 23 Sep 2016 05:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=t4YQG2FLTD884heTw0zS2eh4G5r38/vGNrqAHF0lApE=; b=DupOCW8FHuOIee/29MHoQZ8Te4B0JdqhGqrTFDUR9HFwDsrUGDgq22mtJRxrLTo/4/ +DRyA8drzIwaHdPv6G71B0LF9SM70n2GS4pISfZtfxu5RR4bD1/Mim5/j54dqrvR2suU jblAAIptEMth+iogoa/owi7DuXlIzDtkn+bii/xzr1zK8n5qscJx/aB3FRuJq2O/wELc Fqgr8djv3T2w65GdfAFFoSL0LfILWBBvvGGXEYg0RIfJoDRjULbDQ+Nry7THB0FtAiiR MzYDbU5poH8gYZNnp7NwpBxdeeZtos5/KradWDTQbtaPFZeqsSDTv1WvsPDowteb8XKF QeZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=t4YQG2FLTD884heTw0zS2eh4G5r38/vGNrqAHF0lApE=; b=bP5O6S1/ir3BO/VolwgsstWJVGbmV6FjyDCJZa/nNSagOuLv/BPumRqe2xS2aCODA6 j1+Obp1VVxLyFPfgkwoGt8Pk7UTXHcuCFl4p9ZiAsDjUGn1RYnczNhYSfN+Ua5f5Gljl xBA21SY+vVZAwjmlrkDGn4Dti4ycLuZOJCGhwWjawezgfTwWsS11+PUx4X55AN1EUTZe QI4wYEtfgz0KUSy7FcTHoE84doXueT8uwBhNP+qpdw1rYlUd3ZmwL0Ngfi2fZuIJEQdx 2jiVjVJR+eBnJQ60RQPv0nE/UPo5pGCg9aLcbcyqzLREj/u43wVlNRUsb3wcXAPfS+qj Zvuw== X-Gm-Message-State: AE9vXwOzpVmgDQLuBmg9fJXBWyDAIpWGiVN+Il/BNPi6+5LV6ZKKAHuOlREje1I4eco0r2Opxujz4g2Ji4EeSA== X-Received: by 10.46.71.144 with SMTP id u138mr3060622lja.20.1474635508715; Fri, 23 Sep 2016 05:58:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.29.84 with HTTP; Fri, 23 Sep 2016 05:58:28 -0700 (PDT) From: Martin Larsson Date: Fri, 23 Sep 2016 14:58:28 +0200 Message-ID: Subject: Can't compile GENERIC on freebsd 11-rc3 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 12:58:32 -0000 cc -target x86_64-unknown-freebsd11.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -Werror hints.c ctfconvert -L VERSION -g hints.o cc -target x86_64-unknown-freebsd11.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -Werror vnode_if.c ctfconvert -L VERSION -g vnode_if.o :> hack.c cc -target x86_64-unknown-freebsd11.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=3Dmake sh /usr/src/sys/conf/newvers.sh GENERIC cc -target x86_64-unknown-freebsd11.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o linking kernel.full ctfmerge -L VERSION -g -o kernel.full ... then it just stands there, Ive waited more then 4 hours. The machine is pingable but ssh don=C3=A4t work. and my other terminal dies after typing some command like pwd. I used tail -f on console.log but nothing was printed. From owner-freebsd-questions@freebsd.org Fri Sep 23 15:03:04 2016 Return-Path: Delivered-To: freebsd-questions@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 90F18BE5379; Fri, 23 Sep 2016 15:03:04 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5B952927; Fri, 23 Sep 2016 15:03:04 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3sgc740H82zRRqm; Fri, 23 Sep 2016 17:03:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id mE4XbN4Z2whz; Fri, 23 Sep 2016 17:03:11 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3sgc736h5nzRRqk; Fri, 23 Sep 2016 17:03:11 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 9652C1B7515; Fri, 23 Sep 2016 17:03:02 +0200 (CEST) Date: Fri, 23 Sep 2016 17:03:02 +0200 From: Luciano Mannucci To: freebsd-ports@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Installing ports via pkg on 11 X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3sgc736h5nzRRqk@baobab.bilink.it> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 15:03:04 -0000 Excuse my newbeeness... I'm not able to install ports via pkg install on 11-RC3. This might be due to the version not beeing "release" (yet) I guess... :) if I issue a pkg install I get Updating FreeBSD repository catalogue... pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/meta.txz: Not Found repository FreeBSD has no meta file, using default settings pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/packagesite.txz: Not Found Unable to update repository FreeBSD All repositories are up-to-date. pkg: Repository FreeBSD cannot be opened. 'pkg update' required the same if I issue "pkg update". Is there a way to build all the ports and make them available to pkg? Would such a thing make sense? Thanks for any pointer, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Fri Sep 23 17:11:51 2016 Return-Path: Delivered-To: freebsd-questions@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 0163FBE6CB5 for ; Fri, 23 Sep 2016 17:11:51 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp3.irishbroadband.ie (smtp3.irishbroadband.ie [62.231.32.5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C293620C for ; Fri, 23 Sep 2016 17:11:50 +0000 (UTC) (envelope-from steve@sohara.org) Received: from [89.127.62.20] (helo=smtp.lan.sohara.org) by smtp3.irishbroadband.ie with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1bnU0k-0000NT-Bm for freebsd-questions@freebsd.org; Fri, 23 Sep 2016 18:11:42 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bnU17-000Cms-HS for freebsd-questions@freebsd.org; Fri, 23 Sep 2016 17:12:05 +0000 Date: Fri, 23 Sep 2016 18:11:39 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: Installing ports via pkg on 11 Message-Id: <20160923181139.8c733a07728fe31ebf38a490@sohara.org> In-Reply-To: <3sgc736h5nzRRqk@baobab.bilink.it> References: <3sgc736h5nzRRqk@baobab.bilink.it> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 17:11:51 -0000 On Fri, 23 Sep 2016 17:03:02 +0200 Luciano Mannucci wrote: > Is there a way to build all the ports and make them available to pkg? > Would such a thing make sense? Sure that's how the package build works - it uses poudriere to do the work, but it will run for a very long time unless you have very powerful hardware and it is unlikely that you actually want more than a small proportion of the ports. The good news is that you can give poudriere a list of the ports you really want and it will build just those and the dependencies. Apart from poudriere you'll probably want a web server - pretty much any web server will do. You can also type cd /usr/ports ; make package. But that will fail somewhere along the line (conflicting ports if nothing else) and it will take ages - geological ones most likely. Don't do that. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Fri Sep 23 17:35:32 2016 Return-Path: Delivered-To: freebsd-questions@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 DBF9EBE8669 for ; Fri, 23 Sep 2016 17:35:32 +0000 (UTC) (envelope-from doug@safeport.com) Received: from bucksport.safeport.com (bucksport.safeport.com [198.74.231.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93673903 for ; Fri, 23 Sep 2016 17:35:32 +0000 (UTC) (envelope-from doug@safeport.com) Received: from bucksport.safeport.com (bucksport.safeport.com [198.74.231.101]) by bucksport.safeport.com (8.14.5/8.14.5) with ESMTP id u8NHZLvs074479; Fri, 23 Sep 2016 13:35:21 -0400 (EDT) (envelope-from doug@safeport.com) Date: Fri, 23 Sep 2016 13:35:21 -0400 (EDT) From: DTD To: Aleksander Alekseev cc: freebsd-questions@FreeBSD.org Subject: Re: turning off the touchpad [solved] In-Reply-To: <20160923070444.GA2611@e733> Message-ID: References: <20160923070444.GA2611@e733> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (bucksport.safeport.com [198.74.231.101]); Fri, 23 Sep 2016 13:35:21 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 17:35:32 -0000 On Fri, 23 Sep 2016, Aleksander Alekseev wrote: >> This turns out to be easy. I got pointed to the answer from the freebsd-x11 >> list. Use 'xinput list' to get the id of the psm device and then >> >> xinput set-prop 8 "Device Enabled" 0 >> >> will disable it. I suppose that means adding an InputDevice section to >> /usr/local/etc/X11/xorg.conf.d/ should also work. I could not figure out the >> options from the man page however. > > Note that this can turn off not only touchpad but all mouse devices in > your system. I personally turn off touchpad this way: > > ``` > sysctl hw.psm.synaptics.touchpad_off=1 > ``` > This will not work unless you have: > > ``` > hw.psm.synaptics_support="1" > ``` > > ... in your /boot/loader.conf > > -- > Best regards, > Aleksander Alekseev Thanks I will try that. But typing hermes:/home/doug# sysctl hw.psm.synaptics_support="1" sysctl: unknown oid 'hw.psm.synaptics_support' I assumed I would get the same result from loader.conf. I can try loading the synaptics driver, but in the meantime what I did works Note xinput list gets: Virtual core pointer id=2 [master pointer (3)] Virtual core XTEST pointer id=4 [slave pointer (2)] sysmouse id=7 [slave pointer (2)] Mouse id=8 [slave pointer (2)] Virtual core keyboard id=3 [master keyboard (2)] Virtual core XTEST keyboard id=5 [slave keyboard (3)] kbdmux id=6 [slave keyboard (3)] I have moused_port="/dev/ums0" in rc.conf. In any case id=7 is my usb mouse (working fine) and I can type because id=8 (the touchpad) is off. Also fine :) Between the physical dimensions of my laptop and the way I hold my hands, typing was impossible. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-217-9220 Fax: 301-217-9277 From owner-freebsd-questions@freebsd.org Fri Sep 23 18:36:51 2016 Return-Path: Delivered-To: freebsd-questions@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 C5353BE7113; Fri, 23 Sep 2016 18:36:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6CED47; Fri, 23 Sep 2016 18:36:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 339ED2848B; Fri, 23 Sep 2016 20:36:42 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E43D328423; Fri, 23 Sep 2016 20:36:40 +0200 (CEST) Subject: Re: Installing ports via pkg on 11 To: Luciano Mannucci , freebsd-ports@freebsd.org Cc: freebsd-questions@freebsd.org References: <3sgc736h5nzRRqk@baobab.bilink.it> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57E57638.8020409@quip.cz> Date: Fri, 23 Sep 2016 20:36:40 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <3sgc736h5nzRRqk@baobab.bilink.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 18:36:51 -0000 Luciano Mannucci wrote on 09/23/2016 17:03: > > Excuse my newbeeness... > > I'm not able to install ports via pkg install on 11-RC3. This might be > due to the version not beeing "release" (yet) I guess... :) > if I issue a pkg install I get > > Updating FreeBSD repository catalogue... > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/meta.txz: Not Found > repository FreeBSD has no meta file, using default settings > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/packagesite.txz: Not Found > Unable to update repository FreeBSD > All repositories are up-to-date. > pkg: Repository FreeBSD cannot be opened. 'pkg update' required > > the same if I issue "pkg update". > > Is there a way to build all the ports and make them available to pkg? > Would such a thing make sense? It is better to use poudriere (installed from ports) where you can create the list of ports you want to build (why would you want to build everything?), then you run poudrier bulk and on target system disable official FreeBSD repository and add yours. https://www.digitalocean.com/community/tutorials/how-to-set-up-a-poudriere-build-system-to-create-packages-for-your-freebsd-servers https://github.com/freebsd/poudriere I am using poudriere for a long time to build all packages needed on our servers. It is very helpful tool. Miroslav Lachman From owner-freebsd-questions@freebsd.org Fri Sep 23 20:07:24 2016 Return-Path: Delivered-To: freebsd-questions@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 D46D3BE8789; Fri, 23 Sep 2016 20:07:24 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-it0-f42.google.com (mail-it0-f42.google.com [209.85.214.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD2A614C9; Fri, 23 Sep 2016 20:07:24 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-it0-f42.google.com with SMTP id 186so25954124itf.0; Fri, 23 Sep 2016 13:07:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=ATOplcoSu0W6HEeQpyTL8jNOIf8Gs4mnG8+cnIvY+Z4=; b=TJxVE2QzcQoRbew4hbQNY12buTw/DZfR1QvvihaTVURkUNfvW8bribh2DaqWj33n9B 68c0408VnNcKAkZx8bLzlGem1S56svn2QozUzPX/+C4S1gcz/gzij9NEbk726uSfJs/J W+DV3cOC2L2zHn89J0Q5XokjpXsarm2aZ7LUlb4kK0N9CrEbAaX+euEzgTrwnbqbu3Yd 2wHEprRpL07+UPxwTWhPZFBFkFyjwEvUuI63uN0g2kLwKH0bEdwLJ81sUqaaKbwiPfVD a8Iw/M9m1qvUyKrTpoZWZWm3vTnZNSUz6I9lXHv7GZMwI6jLstlHcF4XBOA4rNjwwtL2 QjOw== X-Gm-Message-State: AA6/9RkV6cJHHjGxKmZ8xR2bgQ4ppiAzYJykoMRtoNt3YE7iHp1a4JqPOWgU1RmEG+4w5w== X-Received: by 10.36.65.2 with SMTP id x2mr5409652ita.78.1474661243080; Fri, 23 Sep 2016 13:07:23 -0700 (PDT) Received: from WorkBox.Home.gmail.com (63-231-169-101.mpls.qwest.net. [63.231.169.101]) by smtp.gmail.com with ESMTPSA id u32sm3406505iou.38.2016.09.23.13.07.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 23 Sep 2016 13:07:22 -0700 (PDT) References: <3sgc736h5nzRRqk@baobab.bilink.it> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Luciano Mannucci Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Installing ports via pkg on 11 In-reply-to: <3sgc736h5nzRRqk@baobab.bilink.it> Date: Fri, 23 Sep 2016 15:07:21 -0500 Message-ID: <86a8eyidmu.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 20:07:24 -0000 Luciano Mannucci writes: > Excuse my newbeeness... > > I'm not able to install ports via pkg install on 11-RC3. This might be > due to the version not beeing "release" (yet) I guess... :) > if I issue a pkg install I get > > Updating FreeBSD repository catalogue... > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/meta.txz: Not Found > repository FreeBSD has no meta file, using default settings > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/packagesite.txz: Not Found > Unable to update repository FreeBSD > All repositories are up-to-date. > pkg: Repository FreeBSD cannot be opened. 'pkg update' required There's no package repository for PowerPC architecture. You'll need to build everything from ports. Others have recommended Poudriere, and it's an excellent tool, but if this is your primary or only machine then I would personally recommend ports-mgmt/synth. Synth is very similar to Poudriere, but is better-suited to a single-machine use case. Poudriere works pretty well for single-machine use cases, too, but it's overkill. It operates according to much more stringent standards that necessitate frequently rebuilding the same packages over and over. Simply upgrading a couple ports could require building a couple dozen all over again. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Fri Sep 23 20:34:42 2016 Return-Path: Delivered-To: freebsd-questions@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 D0750BE616E for ; Fri, 23 Sep 2016 20:34:42 +0000 (UTC) (envelope-from doug@loxo.net) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9A2DA87 for ; Fri, 23 Sep 2016 20:34:42 +0000 (UTC) (envelope-from doug@loxo.net) Received: by mail-pa0-x22e.google.com with SMTP id qn7so25886854pac.3 for ; Fri, 23 Sep 2016 13:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=loxo.net; s=loxo-net; h=date:from:to:message-id:subject:mime-version; bh=HsjIQ4VevVyXkrcC3ZL7J3B5cHEjh/P9r5EyaJgoapg=; b=FxNIJyUNPgHXmQlAxXp8Gx1CXV7dgaxvCjIqiJ+Kd0+cp70y6gyo9OldkOxw0f0YT3 hrNsnJEelBssIv9mAObGcy4hPl6EIOnbPt1Z6jyPDtb8sdK9NzSZBQTCUL+gK4kS5g/4 bdVdeUf62tumeBc/zhuFK4g+nnELFBOV0k7Z4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:message-id:subject:mime-version; bh=HsjIQ4VevVyXkrcC3ZL7J3B5cHEjh/P9r5EyaJgoapg=; b=PRvsWdQ/MveE2CCUIc0Bg1UHQAPH961ny2V6vtk3B3ocJDf25gVGracJfnO6SRV0Rv PL+wt1ZLYEoc3UrQd4jRM+286cBir5noUX4aLRbPZ+RAGKHAHdsHyBKd9/gwLE9mQ8Yo LbVSE1B5xXSZ3StmU8FG9bPqF0tygDqzwDwstVVSm5WbT0U7B44Cz3mTiN1Nk7Sedlg8 f3lEVmOwOneqgcSI2iS7iVw/77Il6wsg4fvBHOVxW1BrfL0ircmgrS2RnIEERR2phm4A K0MsWtDsKqhI0Z6/MGaNjSsZHUZfGP9O9W4YOb3aCMRSl/thcSM0QHb/7BEH7p4zCEAl Me6A== X-Gm-Message-State: AE9vXwNH1XQqD3xtAyFkO67bdb6KBphJDEC3sApmxdTDhyWgsxKKbAwiYje+URYV51vSXA== X-Received: by 10.66.241.65 with SMTP id wg1mr15434506pac.155.1474662882076; Fri, 23 Sep 2016 13:34:42 -0700 (PDT) Received: from water.local.mail (c-73-220-221-59.hsd1.ca.comcast.net. [73.220.221.59]) by smtp.gmail.com with ESMTPSA id nc13sm13457241pab.43.2016.09.23.13.34.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Sep 2016 13:34:41 -0700 (PDT) Date: Fri, 23 Sep 2016 13:34:39 -0700 From: Doug To: freebsd-questions@freebsd.org Message-ID: Subject: Leaning FreeBSD X-Mailer: Airmail Beta (384) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="A8F00721-2C1E-4C27-91C7-6982C1ED9883"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 20:34:42 -0000 --A8F00721-2C1E-4C27-91C7-6982C1ED9883 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Help. Am trying to learn =46reeBSD. I installed =46reeBSD 10.3 from=C2=A0=46reeBSD-10.3-RELEASE-amd64-uefi-dv= d1.iso. Am reading the handbook and many of the instructions just don=E2=80= =99t work. Example: 4.4.1. Says to run =E2=80=9C/usr/sbin/pkg=E2=80=9D.=C2=A0 That returns: The package management tool is not yet installed on your system. Do you want to fetch and install it now=3F =5By/N=5D: I type in =E2=80=9Cy=E2=80=9D, press enter key and that returns: Bootstrapping pkg from pkg+http://pkg.=46reeBSD.org/=46reeBSD:10:amd64/qu= arterly, please wait... pkg: Error fetching http://pkg.=46reeBSD.org/=46reeBSD:10:amd64/quarterly= /Latest/pkg.txz: No address record A pre-built version of pkg could not be found for your system. Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pk= g=E2=80=99. I have no idea what PACKAGESITE is and running=C2=A0/usr/ports/ports-mgmt= /pkg: Permission denied and changing from my username to root returns:=C2=A0Permission denied If I try running make from=C2=A0/usr/ports/ports-mgmt/pkg, it returns: =3D=3D=3D> =C2=A0License BSD2CLAUSE accepted by the user =3D> pkg-1.6.2.tar.xz doesn't seem to exist in /usr/ports/distfiles/. =3D> /usr/ports/distfiles/ is not writable by you; cannot fetch. *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg What am I doing wrong=3F What did I miss in the handbook=3F Or is there s= omething wrong with either the handbook and/or the DVD install I used=3F Thank you, Doug --A8F00721-2C1E-4C27-91C7-6982C1ED9883 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using AMPGpg -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJX5ZHgAAoJEKC0arNxAXZUbMAH/jLCM210mnWcfOO9Qk4hn/yw /kFl0bRmu/AnJDe7daAi6aQC/V890Z86GsLWpaUTA3qX1w84P0wM5DshQTwGCVi+ RaVQVIVGxQLK7VE3kTpOE0S63K+SGsd00eimzKTEvfQr77Gn3CyXpNErlzh4PoPk sJLTpqkn7LvShbhfYHwEh7SKVy+JifvHhLqcC3bMD4TgiXUv/zxBTN3O73+eaxoD nVhSFjtMHxOpZlMXntXnW8p3ogRAJPqCUBbjMrun18cq5DkEMjC9bE93KsEizW+y LUg+3JFTj7gN1V6AjHCbIZJoUFw7BexTELGm2Uim978COrVUWO+flHBcNfYmYJ4= -----END PGP SIGNATURE----- --A8F00721-2C1E-4C27-91C7-6982C1ED9883-- From owner-freebsd-questions@freebsd.org Fri Sep 23 20:39:29 2016 Return-Path: Delivered-To: freebsd-questions@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 732D5BE63D8 for ; Fri, 23 Sep 2016 20:39:29 +0000 (UTC) (envelope-from jasoncwells@fastmail.com) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BEF4D9C for ; Fri, 23 Sep 2016 20:39:28 +0000 (UTC) (envelope-from jasoncwells@fastmail.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8BD8C204FF; Fri, 23 Sep 2016 16:39:27 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 23 Sep 2016 16:39:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=sCi/DH5MLA/h33XsAvmNvQI9SsQ=; b=VomJWK xBhj3h+bSH2pJXtbcfZzW3bCn48HDzDWKQOz982aC/Ul47zUJxFVYzkLH1A3uaIV FONSO7QYNWzQIJng05NhmJHSmFMUDTuVsNdc8RVphFH/6S/BZYQexWkzCheiFJMN +I4Tnbd1EgjTdiyqn+Homw+TWDfh8oGsqx9eA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=sCi/DH5MLA/h33X sAvmNvQI9SsQ=; b=QspCzw9lXQDj8q2hRxIGPHGvoVXUpzcoX/wufM2F+MsUcIk I21TaSOOsrHZQhMShavHGPq+vBsmZt95NJyiv/cCCd+cq5imYHhTxRbcXpuITbCs 3p1ix7cIUr4KEW9DYXm23TYqun24g3eW9kp80jpcquEIgAZcvQOGPyy7Ac1o= X-Sasl-enc: 6zkQrYcGO0PwDUWW47mTUECyUaz16ag7qZrfJnwpW+sm 1474663167 Received: from [192.168.1.195] (97-113-189-48.tukw.qwest.net [97.113.189.48]) by mail.messagingengine.com (Postfix) with ESMTPA id 0767CF29D1; Fri, 23 Sep 2016 16:39:26 -0400 (EDT) Subject: Re: Leaning FreeBSD To: Doug , freebsd-questions@freebsd.org References: From: "Jason C. Wells" Message-ID: <2e0cf20a-b3a9-6eb9-d4ba-adc2d18f079d@fastmail.com> Date: Fri, 23 Sep 2016 13:39:22 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 20:39:29 -0000 You need networking up and your DNS servers in /etc/resolv.conf. Try 'ping pkg.freebsd.org'. If that doesn't work, then fetching packages will certainly not work. PACKAGESITE is an environment variable that pkg uses. You shouldn't need to change it unless you are trying to do something fancy. Also, it appears that you were not running as root. You need to run root to install software. Regards, Jason C. Wells On 9/23/2016 1:34 PM, Doug wrote: > in “y”, press enter key and that returns: > Bootstrapping pkg From owner-freebsd-questions@freebsd.org Fri Sep 23 20:56:02 2016 Return-Path: Delivered-To: freebsd-questions@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 23C22BE6887 for ; Fri, 23 Sep 2016 20:56:02 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C491646 for ; Fri, 23 Sep 2016 20:56:00 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from [192.168.0.156] ([95.91.224.5]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M3MAG-1awfoD3C2i-00r3nj; Fri, 23 Sep 2016 22:55:57 +0200 Subject: Re: Server gets a high load, but no CPU use, and then later stops respond on the network To: =?UTF-8?Q?St=c3=a5le_Kristoffersen?= , Anton Yuzhaninov References: <20160913232351.GA36091@putsch.kolbu.ws> <68f553b9-8546-7707-df86-88851b3283f8@citrin.ru> <20160921093809.GB13386@putsch.kolbu.ws> Cc: "freebsd-questions@freebsd.org" From: "lokadamus@gmx.de" Message-ID: <94870139-26b7-ef0f-dbd9-df599642bac3@gmx.de> Date: Fri, 23 Sep 2016 22:55:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160921093809.GB13386@putsch.kolbu.ws> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:b3PGuy1Y3JSJwkQbXfOT7ztX7gQpTEZCzmbB1vnGFcvS6xOuM3i gLBLkkPZkS07TAK143todhbJQKdB6t10p1X9kpj6TnwrxcZWdm2lzh5KEQ2annNqQSaRgtp 7EzPIG0hEnxQ8GFRHDJ+1McsfHwyPkfQaLbgstNjX0+w2BDgxOFzZUyLz8DJA0kAyXUmtHe tSv5FvDe+ZcOm5usL73ZA== X-UI-Out-Filterresults: notjunk:1;V01:K0:g2CfY96Zun8=:uZcc7w2zA4JOVt9ZWRfgWj l5Hu/BKbl9Vuw+wR2pQkAvI1Gp4VjFVbAErfGQ0W5QBjT5NIQzVzD2LxdXKt6cTx7eXLsRHGd 81kKk3l0xvaRY3XvU0J6Jy7voV18ZdWOmhXRHSkY6OuZk0+1gEo3xAUK709+jjUEV7VivddW4 adeZJnA9pOHNk6omLIGZSZgL5ejvaklOR8GqSUs1xtQKEEf+7kpv4KfpqeiJccRpzMRd2RQ5+ gG7qEMpeYJ6qRnA/7Zqt1hV4hFHBGDiR4Rly4/cxeSBdn81m0pAy5XZuUM4phieumXDyRkKuW f37OU5uepAIKHxKsMHEmjzG7eDKUm5eMbddkoRkR7QPYX6a1/B1WPwd2SPPWLiaY/8F2cR1Rt TfHnGqH1XM8TAQpb9HiVu5KAYPNK7OLvGOe40meDdwW4ne9dHkLmn1VzZF6RALLnDORIDHIi9 Ipbc3OF6d2SCEEOPIEtKz/0wahbod3blnn+6+2KM+aPRIWnfZPARA1mCjYsDTyj0nVIj8+kGz JM7+WE39YEBMxB8OvnZGxd00s2fvWurSv7Es4Tce32wewVkX9wGk3mAVB0cWBF/bqqCDXIPfh tdxPM2FefrqtN+2dtsb+nbhXkSQ8j3oi6oxHbuRsdCsbcs3Z3yl0SHHXpSgYiWxkt7RW8tdh/ nu38Yf3BSFT7tHSVRyk4CYGJ6OTEfr8YOcT4HTPpjxCvxuc//n6U3cywOnsEJgGC3Ly71Hngy vMCruhbjM19Ll9ZzwTaQzAiFuufQ6cyKzHHwQVSa0F4SgzvLy488wrSNVimzBGs4IuXLnip7P 3rnSHHl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 20:56:02 -0000 On 09/21/16 11:38, Ståle Kristoffersen wrote: > On 2016-09-20 at 16:57, Anton Yuzhaninov wrote: >> On 2016-09-13 19:23, Stxe5le Bordal Kristoffersen wrote: >>> about once a day, but not in any pattern, it starts getting a load of 5-10 >>> and usually stops responding over the network before I notice it. >> >> Does it stop responding completely (including ping) or only some >> services and ssh doesn't respond? > > It just starts getting more and more lagged. It usually responds to ping, > but ssh can start to time out. Already opened ssh sessions can live quite > long, but running stuff can be a problem after a while. > >> >>> From googling a bit, I have tried to disable msix on the igb network >>> interface, and increased the nmbclusters with no apparent change in behaviour. >>> (kern.ipc.nmbclusters="1000000" and hw.igb.enable_msix=0 in loader.conf) >> >> kern.ipc.nmbclusters on modern FreeBSD version autotuned to very big >> value and manual increasing is rarely need. >> >> Disabling msix on igb is also unlikely need. > > This was more of a "grasping at straws"-move, and only included that for > completeness. > >>> All I see is that the igb0 taskq pid is almost always in the RUN state when >>> the machine is having trouble. >> >> There is no igb0 taskq in top output below. >> >> To see and inspect how top output looks when machine stops responding it >> is useful to run top from cron and log output. >> >> Example script for top logging: >> https://bitbucket.org/snippets/citrin/BpeXb >> >> In top output you should look at WCPU and STATE for kernel threads and >> for unresponding network daemons. > > I've now configured that script to run, and I'll share the results the next > time the server has issues. > >> Also do you have network load graph (bytes and packets per second) for >> this host (I saw munin in process list) - may be load is too high in >> moments when host not responding. > > When this happens network traffic crawls to a stop. I've also checked that > there isn't any other traffic on the network port causing problems. I also > tried doing 'ifconfig igb0 down' on the interface just to see if the server > would unclog itself. > >> Do you use firewalls or netgraph? > > No, nothing configured. > >> Which is the primary function of this server? > > Its a fileserver, sharing files via samba and FTP. > I have no idea. Can you tell me, what dmesg tell you? it looks like there is a system overun, but difficult to understand why. Greetings From owner-freebsd-questions@freebsd.org Sat Sep 24 04:59:20 2016 Return-Path: Delivered-To: freebsd-questions@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 9C9D5BE5EC4 for ; Sat, 24 Sep 2016 04:59:20 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDCC3BA for ; Sat, 24 Sep 2016 04:59:19 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp118-210-104-60.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.104.60]) by ipmail07.adl2.internode.on.net with ESMTP; 24 Sep 2016 14:24:10 +0930 Subject: Re: How to find port name to use with the pkg install command To: Ernie Luzar , Freebsd Questions References: <57E51A69.9030602@gmail.com> From: Shane Ambler Message-ID: <858b0aa8-555b-4ade-b9c4-4e3c661ad8fc@ShaneWare.Biz> Date: Sat, 24 Sep 2016 14:24:07 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <57E51A69.9030602@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 04:59:20 -0000 On 23/09/2016 21:34, Ernie Luzar wrote: > Hello list, > > I am having trouble finding the port name to use with the "pkg install" > command. I used to use the ports web site > > https://www.freebsd.org/cgi/ports.cgi > > It used to show the svn port names and now it shows the port version > names. How is a person to find the svn port name? pkg install accepts pkg-origin, pkg-name or pkg-name-version There is also a -x option to treat the pkg-name as regex So if you wanted to install firefox you could use pkg install www/firefox pkg install firefox-47.0.1_2,1 pkg install firefox To search for ports you can try http://www.freshports.org The category and portname can be seen in lists and the pkg origin can be seen in the url of port details page which shows the commands to build or pkg install the port. -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-questions@freebsd.org Sat Sep 24 08:51:39 2016 Return-Path: Delivered-To: freebsd-questions@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 8377DBE675C for ; Sat, 24 Sep 2016 08:51:39 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19E05120 for ; Sat, 24 Sep 2016 08:51:39 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id b130so67001852wmc.0 for ; Sat, 24 Sep 2016 01:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QCVanBOY0czZmJlH9Zw5pj3Rozew7q22qbeLZITk5Io=; b=Wx+DNSqe6pfrmQ6PROzJXjKSp92BLB6hIPMDWkdIXvKTnRjDf+RMD/GaXCPCtGe/V/ 8AB+dnyIlRb75q68GyEO5simaXU8Lv7R0FNbbxmZBxThxME+srjLExbyYDS9Ul8WPv9O DcBA1K/J//Bf4OwOrVlcmmhdJQwFIBZaLdlrCUp45xiDUpMsB4rwCR3uAwmBCfvF9EB9 pE6Onzh6ZkmhHJ0Wtrylnl6JVZ1fl1vniKF6FQIAWGoIfp8xZAX12yS5jOK8oreC/JLR /W7mUfKhXbujviCTXDTSkfeSozplSKx2EwZnAWH9PwDsMGrQi99uB21AeS782r2LVjos NMeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QCVanBOY0czZmJlH9Zw5pj3Rozew7q22qbeLZITk5Io=; b=EtLZ4W90ehiJvcuNuUOcJE7+PQaKVuiyf+JDsJXsmvk4v9rIEtIrs52f0rQ8NBvCTW VzYFztPQOU78h8geGUPrjgqWNCt9huEBKizYOkNovToGWHuWMub8JJmn8p8XYoFN/gSJ jgR90/pY3x3fACEBnJKfdYO9nYcyrLI2w39Xui5tvHfUWBSnqnzexTyL2eLYmgrP+QfX O2QeffybD1T9r9+Z+enKkGS6j/Ku15PIKFbPsjgqJCF7wdw8Mf9jTZyyK0JDrOR8bama Gz74LButdl5GKoZxT97ghSNEwSvGhQMbBUv7kEG0g4d5FrY7TA3SrrO3BwQ7n0B3mWxW JVRA== X-Gm-Message-State: AA6/9Rl+3/rDAe9MWtQxlIrsCDkOhvk1HbckuLCueSi0J1iV6+3jX90L67bOBHgPWOx0H8EJdNC5B5ejHz9aOA== X-Received: by 10.194.149.102 with SMTP id tz6mr9949282wjb.154.1474707097512; Sat, 24 Sep 2016 01:51:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.181.129 with HTTP; Sat, 24 Sep 2016 01:50:56 -0700 (PDT) In-Reply-To: References: From: Odhiambo Washington Date: Sat, 24 Sep 2016 11:50:56 +0300 Message-ID: Subject: Re: Leaning FreeBSD To: Doug Cc: User Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 08:51:39 -0000 On 23 September 2016 at 23:34, Doug wrote: > Help. Am trying to learn FreeBSD. > > I installed FreeBSD 10.3 from FreeBSD-10.3-RELEASE-amd64-uefi-dvd1.iso. > Am reading the handbook and many of the instructions just don=E2=80=99t w= ork. > Example: > > 4.4.1. > Says to run =E2=80=9C/usr/sbin/pkg=E2=80=9D. > That returns: > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: > I type in =E2=80=9Cy=E2=80=9D, press enter key and that returns: > Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/ > FreeBSD:10:amd64/quarterly, please wait... > pkg: Error fetching http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly/ > Latest/pkg.txz: No address record > A pre-built version of pkg could not be found for your system. > Consider changing PACKAGESITE or installing it from ports: > 'ports-mgmt/pkg=E2=80=99. > I have no idea what PACKAGESITE is and running /usr/ports/ports-mgmt/pkg: > Permission denied > and changing from my username to root returns: Permission denied > If I try running make from /usr/ports/ports-mgmt/pkg, it returns: > =3D=3D=3D> License BSD2CLAUSE accepted by the user > =3D> pkg-1.6.2.tar.xz doesn't seem to exist in /usr/ports/distfiles/. > =3D> /usr/ports/distfiles/ is not writable by you; cannot fetch. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You should be running the command as user root, or with root privileges. --=20 Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Sat Sep 24 09:10:49 2016 Return-Path: Delivered-To: freebsd-questions@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 375C1BE558D for ; Sat, 24 Sep 2016 09:10:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BD71DE37 for ; Sat, 24 Sep 2016 09:10:48 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [109.111.229.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id A1A181624 for ; Sat, 24 Sep 2016 09:10:37 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/A1A181624; dkim=none; dkim-atps=neutral Subject: Re: Installing ports via pkg on 11 To: freebsd-questions@freebsd.org References: <3sgc736h5nzRRqk@baobab.bilink.it> From: Matthew Seaman Message-ID: Date: Sat, 24 Sep 2016 11:10:29 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <3sgc736h5nzRRqk@baobab.bilink.it> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="w20J2Lp78mG5NcRE6xKmw6x5mIPqGISv4" X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, RCVD_IN_BRBL_LASTEXT, RDNS_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 09:10:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --w20J2Lp78mG5NcRE6xKmw6x5mIPqGISv4 Content-Type: multipart/mixed; boundary="DT7r8AurgWfS2dXQqKXbxNd18R8xo1Lgd"; protected-headers="v1" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: Subject: Re: Installing ports via pkg on 11 References: <3sgc736h5nzRRqk@baobab.bilink.it> In-Reply-To: <3sgc736h5nzRRqk@baobab.bilink.it> --DT7r8AurgWfS2dXQqKXbxNd18R8xo1Lgd Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 23/09/2016 17:03, Luciano Mannucci wrote: > I'm not able to install ports via pkg install on 11-RC3. This might be > due to the version not beeing "release" (yet) I guess... :) > if I issue a pkg install I get >=20 > Updating FreeBSD repository catalogue... > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/meta.txz: No= t Found > repository FreeBSD has no meta file, using default settings > pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/packagesite.= txz: Not Found > Unable to update repository FreeBSD > All repositories are up-to-date. > pkg: Repository FreeBSD cannot be opened. 'pkg update' required OK, partly this is because pkg is defaulting to the quarterly release set -- and as you've seen those simply aren't available for 11.0 yet. Given that (a) 11.0-RELEASE is building right now and (b) the end of the quarter is about a week away there should be 11.0 quarterly packages available by the beginning of October. However, in the mean time, you might want to try using the 'latest' package set. You can do that by creating /usr/local/etc/pkg/repos/FreeBSD.conf containing: FreeBSD: { url: pkg+http://pkg.FreeBSD.org/${ABI}/latest } > Is there a way to build all the ports and make them available to pkg? > Would such a thing make sense? Yes, you can build ports yourself. You probably don't want to try and build all 26,000 available ports yourself -- you'ld need some pretty capable hardware to be able to do that in a reasonable time. But it's pretty simple to set up poudriere to build just the packages you want to install (plus all of their dependencies) and create your own package repo. Or you can use synth to very similar effect. Poudriere definitely recommended if you want to maintain more than one system: either poudriere or synth would be fine if you only have one system. Cheers, Matthew --DT7r8AurgWfS2dXQqKXbxNd18R8xo1Lgd-- --w20J2Lp78mG5NcRE6xKmw6x5mIPqGISv4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJX5kMLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATNuYP/0nFwsDtuo6l6l5t8u5jA9YR 4eqWG/9jT0ETuQ3YjYfxybMGpy/xnbGRLmV0mFovrL+vnUL/ej84MhwMCQT5twjB ++zf/YREVpy8Uglg6TICGTip+UkE+J5xHZtdwUN4EzEbl9NMGuwO7PJf7tFaSEwa bTbbkpOuhAIc2uTdzTTDhaXwfQgwboD5D7wxe8huI2TBJvYjELAFty78Gi1mevlk jexQqPjH7tZJfUvaNdtEw6WyNFIpt8kShbmMHg9jojx+5lVd7WpXbKw+mu1Eybwg 3fh+1h2RMDT5SWskGAKPX9Up/RLqj/0JvsOi4UOMYNnLWM3JPUhK1xjIla1W4c+D jtRIttjmxFjFG1O3MK5JA4Bo3yOpJQ//SQxnf5yEdlU+xYGlteY2s0VGfWU+d9fC xvu6SM16McEF+S6L1eVjwhYBe6g/GH9ybzt+96CT9I9uE7AU2/+DEnKgLa2OycAF LRVHukaQW/zS6ZZyDrmHb43Nn+3HWPM7xrQyopzVuENAjd30dfoNVOyyKDtaTNla aXTvulxWBp1EahZU5zjmZozGZuGQbSXlGPKrnvbjHYq/26m2hVGKOIEmJZ0kTToC OKoY+4gmyw+16pkMPDzTWC4OPr9zxGJj6D3tfwbIADH+xadBWD0hfNPIcTiVwqbo wWTmvGxQw3eDHnCfcOxR =dTyY -----END PGP SIGNATURE----- --w20J2Lp78mG5NcRE6xKmw6x5mIPqGISv4-- From owner-freebsd-questions@freebsd.org Sat Sep 24 19:54:01 2016 Return-Path: Delivered-To: freebsd-questions@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 EEF25BE879E; Sat, 24 Sep 2016 19:54:01 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id B3CB6799; Sat, 24 Sep 2016 19:54:01 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3shLXC4QLKz1cXL2; Sat, 24 Sep 2016 21:54:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id mqr5VIyvWZDF; Sat, 24 Sep 2016 21:54:03 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3shLXC3hM5z1cXL0; Sat, 24 Sep 2016 21:54:03 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 592D41B7580; Sat, 24 Sep 2016 21:53:54 +0200 (CEST) Date: Sat, 24 Sep 2016 21:53:52 +0200 From: Luciano Mannucci To: "Brandon J. Wandersee" Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Installing ports via pkg on 11 In-Reply-To: <86a8eyidmu.fsf@WorkBox.Home> References: <3sgc736h5nzRRqk@baobab.bilink.it> <86a8eyidmu.fsf@WorkBox.Home> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3shLXC3hM5z1cXL0@baobab.bilink.it> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 19:54:02 -0000 On Fri, 23 Sep 2016 15:07:21 -0500 Brandon J. Wandersee wrote: > There's no package repository for PowerPC architecture. You'll need to > build everything from ports. Well, it seem there is a need for a wholelot build on a ppc, then.. :) > Others have recommended Poudriere, and it's > an excellent tool, but if this is your primary or only machine then I > would personally recommend ports-mgmt/synth. Wll, no I'll deploy a set of freebsd babies very soon. I think I'll go for poudriere. Thank, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Sat Sep 24 20:00:08 2016 Return-Path: Delivered-To: freebsd-questions@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 CD42ABE8912; Sat, 24 Sep 2016 20:00:08 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 96AA894D; Sat, 24 Sep 2016 20:00:08 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3shLgN4GSvz1cXL2; Sat, 24 Sep 2016 22:00:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id X7D3-o5k7Zdq; Sat, 24 Sep 2016 22:00:16 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3shLgN3Wkpz1cXL0; Sat, 24 Sep 2016 22:00:16 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 4DDD51B7580; Sat, 24 Sep 2016 22:00:07 +0200 (CEST) Date: Sat, 24 Sep 2016 22:00:06 +0200 From: Luciano Mannucci To: Miroslav Lachman <000.fbsd@quip.cz> Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Installing ports via pkg on 11 In-Reply-To: <57E57638.8020409@quip.cz> References: <3sgc736h5nzRRqk@baobab.bilink.it> <57E57638.8020409@quip.cz> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3shLgN3Wkpz1cXL0@baobab.bilink.it> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 20:00:08 -0000 On Fri, 23 Sep 2016 20:36:40 +0200 Miroslav Lachman <000.fbsd@quip.cz> wrote: > It is better to use poudriere (installed from ports) where you can > create the list of ports you want to build Seems tempting. > (why would you want to build everything?), It might be easier than discovering how many ports you need at every new machine that you install. > then you run poudrier bulk and on target system disable > official FreeBSD repository and add yours. How do I redistribute the result to the rest of the world? Many thanks, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Sat Sep 24 20:15:21 2016 Return-Path: Delivered-To: freebsd-questions@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 A2394BE8EE5 for ; Sat, 24 Sep 2016 20:15:21 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6B069259; Sat, 24 Sep 2016 20:15:20 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3shM0w3ps7z1cXL2; Sat, 24 Sep 2016 22:15:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id dVxXse5pzL4U; Sat, 24 Sep 2016 22:15:28 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3shM0w36BDz1cXL0; Sat, 24 Sep 2016 22:15:28 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 15C581B7580; Sat, 24 Sep 2016 22:15:19 +0200 (CEST) Date: Sat, 24 Sep 2016 22:15:17 +0200 From: Luciano Mannucci To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: Installing ports via pkg on 11 In-Reply-To: References: <3sgc736h5nzRRqk@baobab.bilink.it> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3shM0w36BDz1cXL0@baobab.bilink.it> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 20:15:21 -0000 On Sat, 24 Sep 2016 11:10:29 +0200 Matthew Seaman wrote: > You probably don't want to try and > build all 26,000 available ports yourself -- you'ld need some pretty > capable hardware to be able to do that in a reasonable time. Well, I might start with 128 CPUS, then downsize to a more reasonable four or five once the main job is done an I have just to keep track of the updates. My fear is that it might require some manual intervention. Even light and easy, 26k maanual changes is a bit overkill for me... Thank for your help, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/