From owner-freebsd-questions@freebsd.org Sun Apr 10 03:23: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 C5393B0A873 for ; Sun, 10 Apr 2016 03:23:40 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id 55B501B3D for ; Sun, 10 Apr 2016 03:23:39 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp118-210-182-127.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.182.127]) by ipmail06.adl2.internode.on.net with ESMTP; 10 Apr 2016 12:48:30 +0930 Subject: Re: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver To: Vikash Badal , "freebsd-questions@freebsd.org" References: <570668FB.1010308@where-ever.za.net> <20160407193035.123cc810@max-BSD> <20160407192133.0eee3ad0@gumby.homeunix.com> <57075920.7030707@is.co.za> From: Shane Ambler Message-ID: <5709C604.8050505@ShaneWare.Biz> Date: Sun, 10 Apr 2016 12:48:28 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <57075920.7030707@is.co.za> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 03:23:40 -0000 On 08/04/2016 16:39, Vikash Badal wrote: > On 07/04/2016 20:21, RW via freebsd-questions wrote: >> On Thu, 7 Apr 2016 19:30:35 +0200 >> maxnix wrote: >> >> This makes it depend on x11/nvidia-driver, when the question as about >> making it depend on the x11/nvidia-driver-340 legacy driver port. >> >> >> As far as the port dependency installation is concerned it shouldn't >> make any difference >> >> NVIDIA_GL_RUN_DEPENDS=${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver >> >> so if x11/nvidia-driver-340 has already installed libGL.so.1 then it >> wont try to install x11/nvidia-driver to satisfy the dependency. >> >> This used to work with pkg-tools, I'm not sure what happens with >> pkg. It'll probably complain, but it's worth a try. > > Sorry I forgot to mention that I'm building via poudriere x11/nvidia-driver is the master port that contains all the build info for installing all nvidia drivers. When you build from nvidia-driver-340 it sets two variables and then uses the master Makefile to do all the work. You can work with this to make nvidia-driver install the version you want. Add the following to the make.conf for your poudriere build - see man poudriere under customisation for info on make.conf file names. You can also add it to /etc/make.conf for manual port builds. .if ${.CURDIR:M*/x11/nvidia-driver*} DISTVERSION= 340.93 PKGNAMESUFFIX= -340 .endif -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-questions@freebsd.org Sun Apr 10 04:46: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 D3364B01C84 for ; Sun, 10 Apr 2016 04:46:06 +0000 (UTC) (envelope-from vikash.badal@is.co.za) Received: from za-smtp-delivery-156.mimecast.co.za (za-smtp-delivery-156.mimecast.co.za [41.74.201.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.mimecast.co.za", Issuer "Symantec Class 3 Secure Server CA - G4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC15B1B63 for ; Sun, 10 Apr 2016 04:46:05 +0000 (UTC) (envelope-from vikash.badal@is.co.za) Received: from grumpy.is.co.za (grumpy.is.co.za [196.35.45.228]) (Using TLS) by za-smtp-1.mimecast.co.za with ESMTP id za-mta-9-hfGswcrARvKEMevaXaLkbQ-1; Sun, 10 Apr 2016 06:45:52 +0200 Received: from [196.14.169.131] (port=30377 helo=zabrysvisexhub4.af.didata.local) by grumpy.is.co.za with esmtps (Cipher TLSv1:RC4-SHA:128) (Internet Solutions MTA) (envelope-from ) id 1ap7Ft-0001IK-VW; Sun, 10 Apr 2016 06:45:51 +0200 Received: from ZABRYSVISEXMBX6.af.didata.local ([fe80::7cac:3c86:5c53:2e65]) by zabrysvisexhub4.af.didata.local ([fe80::481e:fd56:2c33:836b%11]) with mapi id 14.03.0266.001; Sun, 10 Apr 2016 06:36:50 +0200 From: Vikash Badal To: Shane Ambler , "freebsd-questions@freebsd.org" Subject: Re: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver Thread-Topic: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver Thread-Index: AQHRkNq+gz4Ou8Z+t0WTKbdzqCYaf59+oyaAgAAOPYCAANaEAIAC5CkAgAAV4oA= Date: Sun, 10 Apr 2016 04:36:50 +0000 Message-ID: <5709D85F.1070404@is.co.za> References: <570668FB.1010308@where-ever.za.net> <20160407193035.123cc810@max-BSD> <20160407192133.0eee3ad0@gumby.homeunix.com> <57075920.7030707@is.co.za> <5709C604.8050505@ShaneWare.Biz> In-Reply-To: <5709C604.8050505@ShaneWare.Biz> Accept-Language: en-ZA, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 x-originating-ip: [196.209.233.251] Content-ID: <74C33B7644C3FA469B4C473BA23790D4@za.didata.com> MIME-Version: 1.0 X-Scan-Signature: 442434c09c1c76fa079b11bf01c4a00b X-MC-Unique: hfGswcrARvKEMevaXaLkbQ-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 04:46:06 -0000 PiBPbiAxMC8wNC8yMDE2IDA1OjE4LCBTaGFuZSBBbWJsZXIgd3JvdGU6DQo+IA0KPiBBZGQgdGhl IGZvbGxvd2luZyB0byB0aGUgbWFrZS5jb25mIGZvciB5b3VyIHBvdWRyaWVyZSBidWlsZCAtIHNl ZSBtYW4NCj4gcG91ZHJpZXJlIHVuZGVyIGN1c3RvbWlzYXRpb24gZm9yIGluZm8gb24gbWFrZS5j b25mIGZpbGUgbmFtZXMuIFlvdSBjYW4NCj4gYWxzbyBhZGQgaXQgdG8gL2V0Yy9tYWtlLmNvbmYg Zm9yIG1hbnVhbCBwb3J0IGJ1aWxkcy4NCj4gDQo+IC5pZiAkey5DVVJESVI6TSoveDExL252aWRp YS1kcml2ZXIqfQ0KPiBESVNUVkVSU0lPTj0gICAgMzQwLjkzDQo+IFBLR05BTUVTVUZGSVg9ICAg IC0zNDANCj4gLmVuZGlmDQo+IA0KPiANCg0KVGhhbmsgeW91IHZlcnkgbXVjaA0KDQpSZWdhcmRz DQpWaWthc2g= From owner-freebsd-questions@freebsd.org Sun Apr 10 12:06: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 81353B01A69 for ; Sun, 10 Apr 2016 12:06:23 +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 39B211454 for ; Sun, 10 Apr 2016 12:06:22 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.214] (port=36364 helo=portege) by f17.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1apE2I-0009Hx-5B for freebsd-questions@freebsd.org; Sun, 10 Apr 2016 15:00:14 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO portege) by proxy01.mail.nic.ru (Exim 5.55) with id 1apE2I-00081w-Hb for freebsd-questions@freebsd.org; Sun, 10 Apr 2016 15:00:14 +0300 Date: Sun, 10 Apr 2016 15:00:13 +0300 From: Aleksander Alekseev To: freebsd-questions@freebsd.org Subject: Stupid question regarding ZFS and `df -h` output Message-ID: <20160410150013.4d34a49b@portege> 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 12:06:23 -0000 Hello I installed FreeBSD using steps like "Next -> Next -> ZFS -> use entire disk and don't bother me with stupid questions -> Next" I have 128 Gb hard drive: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 3.x device ada0: Serial Number 82GS10GGT2GY ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 122104MB (250069680 512 byte sectors) And here is `df -h` output: Filesystem Size Used Avail Capacity Mounted on zroot/ROOT/default 95G 21G 74G 22% / devfs 1.0K 1.0K 0B 100% /dev zroot/tmp 75G 153M 74G 0% /tmp zroot/usr/home 89G 15G 74G 17% /usr/home zroot/usr/ports 75G 859M 74G 1% /usr/ports zroot/usr/src 76G 1.2G 74G 2% /usr/src zroot/var/audit 74G 96K 74G 0% /var/audit zroot/var/crash 75G 930M 74G 1% /var/crash zroot/var/log 74G 360K 74G 0% /var/log zroot/var/mail 74G 188K 74G 0% /var/mail zroot/var/tmp 74G 136K 74G 0% /var/tmp zroot 74G 96K 74G 0% /zroot How exactly should I read this to get result "all 128 GB are used"? -- Best regards, Aleksander Alekseev http://eax.me/ From owner-freebsd-questions@freebsd.org Sun Apr 10 12:58: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 28A5DB09960 for ; Sun, 10 Apr 2016 12:58: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 CF4441BFC for ; Sun, 10 Apr 2016 12:58:01 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.214] (port=59059 helo=portege) by f17.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1apEw9-000ABx-4D; Sun, 10 Apr 2016 15:57:57 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO portege) by proxy01.mail.nic.ru (Exim 5.55) with id 1apEw9-0004gC-7E; Sun, 10 Apr 2016 15:57:57 +0300 Date: Sun, 10 Apr 2016 15:57:56 +0300 From: Aleksander Alekseev To: "Dean E. Weimer" Cc: freebsd-questions@freebsd.org Subject: Re: Stupid question regarding ZFS and `df -h` output Message-ID: <20160410155756.06c88114@portege> In-Reply-To: References: <20160410150013.4d34a49b@portege> 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 12:58:03 -0000 Hello, Dean Thanks for your reply. > What is the output of "gpart show" as well as "zpool status" I am > guessing that part of the disk is used for swap outside of zfs. gpart > show will list the gpart partitions that were created and zpool > status will show the devices that the zfs is created on giving a > better picture as to why you are only seeing 95G instead of the 128. ``` $ sudo gpart show Password: => 34 250069613 ada0 GPT (119G) 34 6 - free - (3.0K) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 245872640 3 freebsd-zfs (117G) 250068992 655 - free - (328K) $ sudo zpool status pool: zroot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 ada0p3 ONLINE 0 0 0 errors: No known data errors ``` Right, there is a swap partition. But I personally still don't understand why ZFS partitions size is 117G and `df` shows weird numbers like 95G and 74G. -- Best regards, Aleksander Alekseev http://eax.me/ From owner-freebsd-questions@freebsd.org Sun Apr 10 12:58: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 127E1B099DC; Sun, 10 Apr 2016 12:58:42 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-188.static.stls.mo.charter.com [24.240.198.188]) (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 C07961CAD; Sun, 10 Apr 2016 12:58:40 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.local (localhost [10.9.5.2]) by webmail.dweimer.net (8.15.2/8.15.2) with ESMTPS id u3ACL1So095221 (version=TLSv1.2 cipher=DHE-RSA-CHACHA20-POLY1305 bits=256 verify=NO); Sun, 10 Apr 2016 07:21:01 -0500 (CDT) (envelope-from dweimer@dweimer.net) Received: (from www@localhost) by webmail.dweimer.local (8.15.2/8.15.2/Submit) id u3ACL07M095220; Sun, 10 Apr 2016 07:21:00 -0500 (CDT) (envelope-from dweimer@dweimer.net) X-Authentication-Warning: webmail.dweimer.local: www set sender to dweimer@dweimer.net using -f To: Aleksander Alekseev Subject: Re: Stupid question regarding ZFS and `df -h` output MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 10 Apr 2016 07:21:00 -0500 From: "Dean E. Weimer" Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org Organization: dweimer.net Reply-To: dweimer@dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: <20160410150013.4d34a49b@portege> References: <20160410150013.4d34a49b@portege> Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.2-beta X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 12:58:42 -0000 On 2016-04-10 7:00 am, Aleksander Alekseev wrote: > Hello > > I installed FreeBSD using steps like "Next -> Next -> ZFS -> use entire > disk and don't bother me with stupid questions -> Next" > > I have 128 Gb hard drive: > > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ATA8-ACS SATA 3.x device > ada0: Serial Number 82GS10GGT2GY > ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 122104MB (250069680 512 byte sectors) > > And here is `df -h` output: > > Filesystem Size Used Avail Capacity Mounted on > zroot/ROOT/default 95G 21G 74G 22% / > devfs 1.0K 1.0K 0B 100% /dev > zroot/tmp 75G 153M 74G 0% /tmp > zroot/usr/home 89G 15G 74G 17% /usr/home > zroot/usr/ports 75G 859M 74G 1% /usr/ports > zroot/usr/src 76G 1.2G 74G 2% /usr/src > zroot/var/audit 74G 96K 74G 0% /var/audit > zroot/var/crash 75G 930M 74G 1% /var/crash > zroot/var/log 74G 360K 74G 0% /var/log > zroot/var/mail 74G 188K 74G 0% /var/mail > zroot/var/tmp 74G 136K 74G 0% /var/tmp > zroot 74G 96K 74G 0% /zroot > > How exactly should I read this to get result "all 128 GB are used"? What is the output of "gpart show" as well as "zpool status" I am guessing that part of the disk is used for swap outside of zfs. gpart show will list the gpart partitions that were created and zpool status will show the devices that the zfs is created on giving a better picture as to why you are only seeing 95G instead of the 128. -- Thanks, Dean E. Weimer http://www.dweimer.net/ From owner-freebsd-questions@freebsd.org Sun Apr 10 13:18: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 3BA0CB0A302 for ; Sun, 10 Apr 2016 13:18:26 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.96]) (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 0349B1712 for ; Sun, 10 Apr 2016 13:18:25 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [78.35.128.141] (helo=fabiankeil.de) by smtprelay06.ispgateway.de with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1apFFo-00009v-68 for freebsd-questions@freebsd.org; Sun, 10 Apr 2016 15:18:16 +0200 Date: Sun, 10 Apr 2016 15:18:11 +0200 From: Fabian Keil To: FreeBSD Questions Subject: Re: Failure to read a Bluray disk with 'dvdbackup' command Message-ID: <20160410151811.4bf577c9@fabiankeil.de> In-Reply-To: <5702C29A.5050208@rawbw.com> References: <5702C29A.5050208@rawbw.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/=dmAQhr/kLX7/r2deXXpROd"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 13:18:26 -0000 --Sig_/=dmAQhr/kLX7/r2deXXpROd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Yuri wrote: > My attempts to backup a Bluray disk with this command fail: >=20 > # dvdbackup -M > libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed > libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed > libdvdread: Can't open file VIDEO_TS.BUP. > Cannot open Video Manager (VMG) info. > Mirror of DVD failed Like the name indicates, dvdbackup is for DVDs. Blurays aren't DVDs. Fabian --Sig_/=dmAQhr/kLX7/r2deXXpROd Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlcKUpMACgkQBYqIVf93VJ1/2wCePUDlNwULTvv8cwUy9Qqb/guE Zu4AniUpQyAy6E2cfHTuLmDFS3oqYGNq =v/1F -----END PGP SIGNATURE----- --Sig_/=dmAQhr/kLX7/r2deXXpROd-- From owner-freebsd-questions@freebsd.org Sun Apr 10 15:14: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 45024B0B2F5 for ; Sun, 10 Apr 2016 15:14:35 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (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 10C8A12AB for ; Sun, 10 Apr 2016 15:14:35 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id o126so159253239iod.0 for ; Sun, 10 Apr 2016 08:14:35 -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=epxATUS8nFSSTXZnLwiAqvv4woWffiD24fyHhH0p7VY=; b=AXFq1qIBdryqEhSIC3eYuNNO3H+b2Pe74aA406VkZO5dGKOsE0nBLktYguOk67lZSD nzbKVi75Yj+l7I4k3FVK3zW3f4kfXAsUm3NSUQ+2nxysL8YZ/lIaXWGy74PF91WlfyZl EUV+NRJNsWlAkf2/tjHnBnfioOBajbrgGpgEnw99Y2tYvLf35hj/1O5eZRalJVgThOgo 4ycIwxHYsegihKJZ3dM4qYKIvv8UAtgremYrgZVya9IHN9MSxXQyw7q3YWDnHI+fjRuu Mmasc/y/tTbgqOsR3RT/tPccbmGEqCJF74e7UMRfzKjzSDxp3RK5e+OJeS1rjw5FJcIk RTDA== 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=epxATUS8nFSSTXZnLwiAqvv4woWffiD24fyHhH0p7VY=; b=GC+yUgtCfL2gYFC4Yyyaxt4hriTWP9GPsBQwAnIrISbPkhq4aM6VV7JUes5P42QUTE D+5tym549Z5TNB2VHmwY7kDFxeBX7uL4bfPSgsT5JAxRBGBblpqQt1azvGZVQLYYjLEv JLFfqzdYdIzgYhUuIMVFXMcUnvjqzO7x9h6I/4nJR2xiqCWQ6BWpdYbXMSJBMoAQ7vxX jn6wOvOIiGCoggtMtrVxfj8fVrFFItqLasIHXRRPUavm5P4egX7esbEMABUe58dDrc1a J0kpTXfCWDbBxfdHGbaJb2bLIb+Ry19e8KgrF1wM7d3WdnV8mZCGtJD0kywUXFaDkRJf 4RDQ== X-Gm-Message-State: AD7BkJJqlp2YQHnd/tFUZZv6BJGDCeA/8h0b/hptk5PV+qFITNpFX+5T56CP6Ikt0zV7zg== X-Received: by 10.107.63.215 with SMTP id m206mr19168196ioa.15.1460301274119; Sun, 10 Apr 2016 08:14:34 -0700 (PDT) Received: from [10.0.10.3] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by smtp.googlemail.com with ESMTPSA id j34sm13892784ioo.20.2016.04.10.08.14.33 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Apr 2016 08:14:33 -0700 (PDT) Message-ID: <570A6DE3.6000002@gmail.com> Date: Sun, 10 Apr 2016 11:14:43 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Freebsd Questions Subject: url of online pkg file 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 15:14:35 -0000 The current version of the package system is missing the pkg for lame. I would like to manually search previous version to see if I can find it. Running a fresh install of 10.3 from .iso on my host. What is the url of the online package directory? If I find it on a previous online package directory, how do I over ride my host box pkg system to target the previous version? Thanks From owner-freebsd-questions@freebsd.org Sun Apr 10 16:30: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 0EB74B09CCA for ; Sun, 10 Apr 2016 16:30:42 +0000 (UTC) (envelope-from admin156@u156.heyuanfz.com) Received: from u156.heyuanfz.com (u156.heyuanfz.com [161.123.213.156]) by mx1.freebsd.org (Postfix) with ESMTP id A3E8B1F35 for ; Sun, 10 Apr 2016 16:30:39 +0000 (UTC) (envelope-from admin156@u156.heyuanfz.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=heyuanfz; d=u156.heyuanfz.com; h=Date:From:To:Subject:Message-ID:Mime-Version:Content-Type; i=admin156@u156.heyuanfz.com; bh=Fn6tMEvQgvilmy8W/YzD5usN2Tk=; b=BZeYu14CEWNa3z8VQa/CJwOYUiuKf+NMsei6s3jdGHPiqHR+hOIBdSbTblMVKSnkyG1QIqSWJ486 LD0/n4Ca1q8Tv2UhHDcg//dRqWqCWpHGYVPZNGBUFfUoOpxdzywdi8IRmBWp90KslYqaoxbKaXxn BUU7+JWG2NYB7n8SkQY= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=heyuanfz; d=u156.heyuanfz.com; b=B9VLbx9tsG1QUtKWb/LpcpCY3Jmtai5lA7B4Pc9GPNoCBE40a8sFas8fpfOj7Ovj4Gb9XzMYuwlO N8R9Ew7iGCFYkSUj0uP3giip+B/oqqy8yaLyr9XuLmDlosb4TJabEplvlBtVoAGSyK8omKHXWpMd nwyVkQ0OtNncHa69bK0=; Date: Mon, 11 Apr 2016 00:00:25 +0800 From: "Rayban" To: Subject: Rayban Sunglasses,special offer from Factory Direct Sale Message-ID: <20160411000039605724@u156.heyuanfz.com> X-mailer: Foxmail 6, 13, 102, 15 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 16:30:42 -0000 DQoNCllvdSdyZSByZWNlaXZpbmcgdGhpcyBuZXdzbGV0dGVyIGJlY2F1c2UgeW91IHN1YnNjcmli ZWQgZnJvbSBvdXIgd2Vic2l0ZS4NCkhhdmluZyB0cm91YmxlIHJlYWRpbmcgdGhpcyBlbWFpbD8g VmlldyBpdCBpbiB5b3VyIGJyb3dzZXIuIE5vdCBpbnRlcmVzdGVkIGFueW1vcmU/IFVuc3Vic2Ny aWJlIGluc3RhbnRseS4gDQoNCiAgRlJFRSBTSElQUElORyAqICBGcmVlIFJldHVybiAqIA0KDQoN CkJlc3QgU2VsbGVycyBDb2xsZWN0aW9ucyBKdWxpZXQgT3ZhbCBGcmFtZSBUeXBlcyBDb21taXQg U3EgRmFzdCBKYWNrZXQgTmV3IEFycml2YWxzIA0KDQpEaXNjb3VudCBSYXliYW4gU3VuZ2xhc3Nl cyANCldlbGNvbWUgdG8gbXkgc3VuZ2xhc3NlcyBzdG9yZSANCjgzIA0KDQpFVkVSWVRISU5HIA0K JU9GRiANCg0KU0hPUCBOT1cgDQpSYXliYW4gU3VuZ2xhc3MgU3RvcmUgDQpCdXkgT3ZlciA0IHBh aXJzIHRvIGVuam95IGZyZWUgc2hpcHBpbmcgDQoNCg0KDQoNClByaXZhY3kgUG9saWN5IFNoaXBw aW5nIFJldHVybnMgQ29uZGl0aW9ucyBvZiBVc2UgDQoNCg0KDQpUbyBiZSBzdXJlIHRoYXQgeW91 IHdpbGwgcmVjZWl2ZSBvdXIgb2ZmZXJzLCB3ZSBzdWdnZXN0IHRoYXQgeW91IGFkZCBvdXIgZW1h aWwgYWRkcmVzcywgY3VzdG9tZXJzZXJ2aWNlMjRob3VyMUBnbWFpbC5jb20gdG8geW91ciBhZGRy ZXNzIGJvb2suIEluIGFjY29yZGFuY2Ugd2l0aCB0aGUgRnJlbmNoIGxhdyBvZiBKYW51YXJ5IDYs IDE5NzgsIA0KDQpPdXIgcHJvbWlzZXM6DQotIEJ1eSBPdmVyIDQgcGFpcnMgdG8gZW5qb3kgZnJl ZSBzaGlwcGluZw0KLSAxMDAgZGF5cyB0byByZXR1cm4gb3IgZXhjaGFuZ2UgYW4gaXRlbQ0KLSBT YW1lLWRheSBkaXNwYXRjaCBmb3Igb3JkZXJzIHBsYWNlZCBiZWZvcmUgNyBEYXlzLioNCi0gQ3Vz dG9tZXIgc2F0aXNmYWN0aW9uIGlzIG91ciB0b3AgcHJpb3JpdHkgDQoNCmJ1eWluZyBhIGdpZnQs IG9yIGxvb2tpbmcgZm9yIGEgcHJhY3RpY2FsIHBhaXIgb2Ygc3VuZ2xhc3NlcywgeW91J3JlIHN1 cmUgdG8gZmluZCB3aGF0IHlvdSdyZSBhZnRlciBpbiBSYXliYW4gb25saW5lIHN0b3JlIGh1Z2Ug c2VsZWN0aW9uLiB0b3AgZmFzaGlvbiBzZWxlY3Rpb24uIFdoZXRoZXIgeW91J3JlIGxvb2tpbmcg Zm9yIHRoZSBsYXRlc3QgdHJlbmRzIG9yIHRpbWVsZXNzIGNsYXNzaWNzLCBSYXliYW4gU3VuZ2xh c3NlcyBvZmZlcnMgaHVuZHJlZHMgb2YgZXN0YWJsaXNoZWQgcHJvZHVjdCBsaWtlIHN1bmdsYXNz ZXMganVzdCBmb3IgeW91LiANCg0KKlR3ZW50eS1mb3VyIGhvdXJzIGEgZGF5LCBkZXBlbmRlbnQg dXBvbiBwYXltZW50IHZhbGlkYXRpb24NCipTZWUgdGVybXMgYW5kIGNvbmRpdGlvbnMgDQoNCg0K Q29weXJpZ2h0IDIwMDktMjAxNiBSYXliYW4gU3VuZ2xhc3NlcyBBbGwgUmlnaHRzIFJlc2VydmVk LiA= From owner-freebsd-questions@freebsd.org Sun Apr 10 16:31:37 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 C17CFB0A038 for ; Sun, 10 Apr 2016 16:31:37 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 61D431381 for ; Sun, 10 Apr 2016 16:31:36 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk ([80.229.31.82]) by avasout07 with smtp id ggUP1s0021mJoLY01gUQCq; Sun, 10 Apr 2016 17:28:25 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=QqujpgGd c=1 sm=1 tr=0 a=cd0K7rcWwnZFf6xQxRobyA==:117 a=cd0K7rcWwnZFf6xQxRobyA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=kziv93cY1bsA:10 a=pGLkceISAAAA:8 a=j0ZgR1EHpBqy5hMEpfUA:9 a=CjuIK1q_8ugA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.86_2) (envelope-from ) id 1apIDm-0001pg-OF; Sun, 10 Apr 2016 17:28:23 +0100 Date: Sun, 10 Apr 2016 17:28:22 +0100 From: Mike Clarke To: Ernie Luzar Cc: Freebsd Questions Message-ID: <20160410172822.701f2b5e@curlew.lan> In-Reply-To: <570A6DE3.6000002@gmail.com> References: <570A6DE3.6000002@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: url of online pkg file Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 16:31:37 -0000 On Sun, 10 Apr 2016 11:14:43 -0400 Ernie Luzar wrote: > The current version of the package system is missing the pkg for lame. It's not available as a package due to patent issues. You'll need to build it from ports. cd /usr/ports/audio/lame/ && make install clean > I would like to manually search previous version to see if I can find > it. I doubt if you'll find a legitimate package anywhere. Even if you do you'll very likely run into dependency conflicts if it's an old version. Building from ports is the way to go. -- Mike Clarke From owner-freebsd-questions@freebsd.org Sun Apr 10 17:04: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 3CFAAB0AF74 for ; Sun, 10 Apr 2016 17:04:03 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward10h.cmail.yandex.net (forward10h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::ec]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F092F1A93 for ; Sun, 10 Apr 2016 17:04:02 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward10h.cmail.yandex.net (Yandex) with ESMTP id 7C66821645 for ; Sun, 10 Apr 2016 20:03:59 +0300 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 4902D2C0AB1 for ; Sun, 10 Apr 2016 20:03:59 +0300 (MSK) Received: by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id jpswAdYOkM-3vSq7CJY; Sun, 10 Apr 2016 20:03:58 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1460307838; bh=gPEIB6WI9qYf6hKQ9XhBr5gfhT7W5eRWxaka+Uj8YpA=; h=Message-ID:Subject:From:To:Date:Content-Type:X-Mailer: Mime-Version:Content-Transfer-Encoding; b=q0ZW4m5jfXdlXZLS49xecU/WTFifOTxKEyQE5x6t4ROlNjL85HyUKkNlCayURse9H jXNV5d9xZ/OofaFaNZCeffngqkaoHAI+j0SO9NhKvTsp2MzROMwyxZccFe03/7m6i5 5OoSYmO8cRSazHgW+sY/QKaupNnf7ZOx/xAyHt2c= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0 Message-ID: <1460307835.1430.4.camel@yandex.com> Subject: new kernel From: Stari Karp To: FreeBSD Questions Date: Sun, 10 Apr 2016 13:03:55 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 17:04:03 -0000 Hi! I updated FreeBSD 10.2-RELEASE (amd64) to FreeBSD 10.3-RELEASE (amd64). Today I build new kernel with name BLABLA. Buildindg and installation was without problems but after reboot and sysctl kern.conftxt | grep ident it shows me GENERIC but date in /boot/kernel is todays and uname -a shows: FreeBSD 10.3-RELEASE #0: Sun Apr 10 12:31:27 EDT 2016 and the old one is date Apri 1st when I upgrade the system.  Am I doing something wrong, please? Thank you. SK From owner-freebsd-questions@freebsd.org Sun Apr 10 17:06: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 226E6B0B092 for ; Sun, 10 Apr 2016 17:06:16 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::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 B65321BED for ; Sun, 10 Apr 2016 17:06:15 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id f198so118016298wme.0 for ; Sun, 10 Apr 2016 10:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=67VZSan+u5SYSzFy4O/oWK6OH9Oem9ZuRP0WqrsHWzY=; b=ykzX2Xpmk/ibBRFl+4aXhaWOBySSP/Rg/qHiFnrpqo/MbO+yIVtBcwTeyHoQl6Vyeh uFjxxTUhmvnh9TTSbXUMYXboZ2JN+uaadkRwaa2UYP3SQEUAgpkxEWeeQDDQNWeYL73l Kn2DEoFqeMrSzlv9rNksM0z2PRrwoP0hgxWRXmQErYlMBmwSplHv1pQQ/4FnwsO6akfd LKlFqCDmWQJ2NTOyAJnahT59cM3FEFW0BHrxKRiqG8ls5U9yirPlcvBE6PUi3iJNB41n wB5JDJC8Epev9LGsfHISQekysJMQeDilTCKAYwWBWKrDAjL+0ee4Rnv8JE01amC61s4n OMsg== 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:date :message-id:subject:from:to:cc; bh=67VZSan+u5SYSzFy4O/oWK6OH9Oem9ZuRP0WqrsHWzY=; b=kdYPYYkqNVkYvLLfhsTdjA0nbyB57mYPH3IQaLkuWgPWGOoKdr3dzK6/Lz3/Xvjmc7 B5uQst2ANFA55d7iDzHVjq0MxpWgBP/uOv+j8msiJGFCbhIEUpO9rIHoTwmlkD+lA7JE HinWsoIFJFBFqVBuz2J6y81mVAN/lxfi6c73XPNwGK7cQLnFWU8iUo1EsXDJgnD/NsRv 7YVzaAP+fCWyTGw5y2IODRuJuTd/wowijvZp+PvDV/fdKtPHW5KTfLwRerX+YcnTp54t 5U0Cetm+6Ztdjui2C4F9+zXm1aKObPWPJiUBZn83MwW/uamFhKB86oH+iohUK51POFJB zLHg== X-Gm-Message-State: AD7BkJLUySfqO7HxY+FTcYHxElKUm36bi4SYS02rgI+3Yk9hvo0qD38/2OqQp/e3qci/YwlSjkADacrlRq+5yg== MIME-Version: 1.0 X-Received: by 10.194.111.199 with SMTP id ik7mr21804861wjb.150.1460307974078; Sun, 10 Apr 2016 10:06:14 -0700 (PDT) Received: by 10.194.176.167 with HTTP; Sun, 10 Apr 2016 10:06:13 -0700 (PDT) Received: by 10.194.176.167 with HTTP; Sun, 10 Apr 2016 10:06:13 -0700 (PDT) In-Reply-To: <1460307835.1430.4.camel@yandex.com> References: <1460307835.1430.4.camel@yandex.com> Date: Sun, 10 Apr 2016 20:06:13 +0300 Message-ID: Subject: Re: new kernel From: Anton Sayetsky To: Stari Karp Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 17:06:16 -0000 10 =D0=B0=D0=BF=D1=80. 2016 =D0=B3. 20:04 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0= =BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C "Stari Karp" =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > > Hi! > > I updated FreeBSD 10.2-RELEASE (amd64) to FreeBSD 10.3-RELEASE (amd64). > Today I build new kernel with name BLABLA. Buildindg and installation > was without problems but after reboot and sysctl kern.conftxt | grep > ident it shows me GENERIC but date in /boot/kernel is todays and uname > -a shows: > FreeBSD 10.3-RELEASE #0: Sun Apr 10 12:31:27 EDT 2016 > > and the old one is date Apri 1st when I upgrade the system. > > Am I doing something wrong, please? Yep, you're doing it wrong. Change "ident GENERIC" line in kernel config. From owner-freebsd-questions@freebsd.org Sun Apr 10 17:40: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 301BFB0B812 for ; Sun, 10 Apr 2016 17:40:08 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) (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 08A20165C for ; Sun, 10 Apr 2016 17:40:07 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-ig0-f169.google.com with SMTP id g8so54588280igr.0 for ; Sun, 10 Apr 2016 10:40: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=uYxlME8QS9lSKRnn+lady5SZZ5m4zMjb6ozFIMjCgGU=; b=A5Zmy+M6V5KCK56S5aEdGDfGu8RDwrq7XL+yk7v5vgSd3KPR1xMR91wU1oLIgILWz7 MDI37yrIAXiVSIeVs2a0sic1MzTNOq8O08Mzw0vVyys+X69DWl+8ZzgERLvMvwb6Pzro b0cGk2pu46MXj11QZjedVDnqLZFc850XX3cFTne+q3MczQ4W6A/akI1hzyxhwnXpfpuv 0XDNUQDs8VaUgvKwgazxDcgSjC+zb2EanRLiJR7mwhWXDH02DztTFqnIfsnOwPkRtXw4 cfJ19G6DRlViH3/T9+23C7ukYKsa10C/jXWvxu+Yhh9E+WmKxV1a6cdgBjZX4EoOQCb7 TZ7w== X-Gm-Message-State: AOPr4FWOZb/lE8L6l2iqRUYaCpdTL8sNYbJmPIKDQ4yY94xX50gIiq+3OQU6Lnn1F+SpJw== X-Received: by 10.50.142.2 with SMTP id rs2mr1900322igb.72.1460310000951; Sun, 10 Apr 2016 10:40:00 -0700 (PDT) Received: from WorkBox.Home.gmail.com (75-161-218-198.mpls.qwest.net. [75.161.218.198]) by smtp.gmail.com with ESMTPSA id cy7sm9561479igc.17.2016.04.10.10.39.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Apr 2016 10:39:59 -0700 (PDT) References: <20160410150013.4d34a49b@portege> <20160410155756.06c88114@portege> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Aleksander Alekseev Cc: "Dean E. Weimer" , freebsd-questions@freebsd.org Subject: Re: Stupid question regarding ZFS and `df -h` output In-reply-to: <20160410155756.06c88114@portege> Date: Sun, 10 Apr 2016 12:40:05 -0500 Message-ID: <86a8l1bbwq.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 17:40:08 -0000 Aleksander Alekseev writes: > $ sudo gpart show > Password: > => 34 250069613 ada0 GPT (119G) > 34 6 - free - (3.0K) > 40 1024 1 freebsd-boot (512K) > 1064 984 - free - (492K) > 2048 4194304 2 freebsd-swap (2.0G) > 4196352 245872640 3 freebsd-zfs (117G) > 250068992 655 - free - (328K) > > $ sudo zpool status > pool: zroot > state: ONLINE > scan: none requested > config: > > NAME STATE READ WRITE CKSUM > zroot ONLINE 0 0 0 > ada0p3 ONLINE 0 0 0 > > errors: No known data errors > ``` > > Right, there is a swap partition. But I personally still don't > understand why ZFS partitions size is 117G and `df` shows weird numbers > like 95G and 74G. `df` will show you the correct amount of consumed and available space on a ZFS filesystem, but not the correct "size" of a filesystem, because (unless you've set a quota on a ZFS filesystem) there is no real "size." ZFS handles space differently than traditional filesystems, and since a ZFS pool fills the entirety of a disk partition, the "size" output of `df` doesn't really matter. If it were to display the "size" accurately, it would still show every "partition" as having the same size, totalling several times the size of your disk. The built-in equivalent `zfs list` doesn't even bother listing size, because it's irrelevant. -- :: 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 Apr 10 19:24:45 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 17B44B0BB51 for ; Sun, 10 Apr 2016 19:24:45 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (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 CB3891E5B for ; Sun, 10 Apr 2016 19:24:44 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id t10so186588059ywa.0 for ; Sun, 10 Apr 2016 12:24:44 -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=gYZWUMcMRs8ItMFpf6y7861OUBjJ4P4BAawDPnRUcmA=; b=fNB5Mn3EitsjSHeyIgMQL2s5VVFs9cqeKPIydvgN2TPwynfBB/MRF7uqXm4qqV4sSF mQHeFABKhZb9oxp2o0Q9YIULF8jIP5hmaO+qwSmhUiU8Q7L3BTSm3ogkPtRMogSMmsId gPcrOEEFF7VdHjk7I55MmGix9pKMl8BuZlfSEqsysqJjZzqAiLjE7HIeJyqLgy2UdFNX HfCc1ohXcWZrL6/Wtloot/rKkqYMJVirDB+nGlcLNATWeWi0cSjw6dmYa2xnglUcxKRH 6aADI4+eZ5QW3jklTan0YtUVy8OlY16X3HcnY+v4oq+pYnVKvQ3DGRozJypzrxPJCS2O EFkg== 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=gYZWUMcMRs8ItMFpf6y7861OUBjJ4P4BAawDPnRUcmA=; b=eOAky7UCymKGzUX7ETJKvJoYAzs1RqOKsSq9GaALeQKuKx0AiDKYSLwX01rjKK8nrE a3Ubm0OiL0J8YR7ksb04dEZswMMLlNKYUdfFn6oV4plxXuhfAKff7LfBecIErcm2XJaN Ji9BhpZ+ec/WAE/b5VYj6qm7lp5J/wJqYUgx17M1LFpaMkusAV3IVH/Jje28Liy//j6V RkBKZhJMNcc3Yilj6FgHOMMcJxB1JeSwjYKRmjrodKkxkMzZ5BqSAmq4Jb8nkq8HeR8y cNnc3LbNHquHC44HXQWnOTzG/PRaBSWcwJJd04rlsPZ1SqJ6zqeiRp2EekiyoHzYUthg mQ/Q== X-Gm-Message-State: AD7BkJIy8WZQ9lS/WEisybXMFqgp/Jui+gmbr6tT5UDQkjfcYjEQl+Ixbtow0E+ezZgARg== X-Received: by 10.37.5.12 with SMTP id 12mr10112919ybf.0.1460316283775; Sun, 10 Apr 2016 12:24:43 -0700 (PDT) Received: from localhost.localdomain ([209.181.150.218]) by smtp.googlemail.com with ESMTPSA id i143sm13050666ywc.13.2016.04.10.12.24.42 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Apr 2016 12:24:42 -0700 (PDT) Subject: Re: Failure to read a Bluray disk with 'dvdbackup' command To: freebsd-questions@freebsd.org References: <5702C29A.5050208@rawbw.com> <20160410151811.4bf577c9@fabiankeil.de> From: jd1008 Message-ID: <570AA86C.5010705@gmail.com> Date: Sun, 10 Apr 2016 13:24:28 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160410151811.4bf577c9@fabiankeil.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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 19:24:45 -0000 On 04/10/2016 07:18 AM, Fabian Keil wrote: > Yuri wrote: > >> My attempts to backup a Bluray disk with this command fail: >> >> # dvdbackup -M >> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed >> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed >> libdvdread: Can't open file VIDEO_TS.BUP. >> Cannot open Video Manager (VMG) info. >> Mirror of DVD failed > Like the name indicates, dvdbackup is for DVDs. Blurays aren't DVDs. > > Fabian 1. The encryption scheme in BD is different to that of DVD 2. OpenSource has yet to produce tools and libs to read/write BD's 3. Eve if you back up using dd, read of BD media will fail. From owner-freebsd-questions@freebsd.org Sun Apr 10 19:56: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 F282DB0A282 for ; Sun, 10 Apr 2016 19:56:39 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (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 791EF1C65 for ; Sun, 10 Apr 2016 19:56:37 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u3AJo7FI001190 for ; Sun, 10 Apr 2016 21:50:07 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Failure to read a Bluray disk with 'dvdbackup' command To: freebsd-questions@freebsd.org References: <5702C29A.5050208@rawbw.com> <20160410151811.4bf577c9@fabiankeil.de> <570AA86C.5010705@gmail.com> From: Bernt Hansson Message-ID: <570AAE6F.7050305@bananmonarki.se> Date: Sun, 10 Apr 2016 21:50:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <570AA86C.5010705@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 19:56:40 -0000 On 2016-04-10 21:24, jd1008 wrote: > > > On 04/10/2016 07:18 AM, Fabian Keil wrote: >> Yuri wrote: >> >>> My attempts to backup a Bluray disk with this command fail: >>> >>> # dvdbackup -M >>> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed >>> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed >>> libdvdread: Can't open file VIDEO_TS.BUP. >>> Cannot open Video Manager (VMG) info. >>> Mirror of DVD failed >> Like the name indicates, dvdbackup is for DVDs. Blurays aren't DVDs. >> >> Fabian > 1. The encryption scheme in BD is different to that of DVD > 2. OpenSource has yet to produce tools and libs to read/write BD's > 3. Eve if you back up using dd, read of BD media will fail. Videolan have some info. http://www.videolan.org/developers/libbluray.html From owner-freebsd-questions@freebsd.org Sun Apr 10 22:50: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 B4C33B0B9BC for ; Sun, 10 Apr 2016 22:50:06 +0000 (UTC) (envelope-from eric@rigelfore.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.196]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.perfora.net", Issuer "thawte SSL CA - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69B431BDB for ; Sun, 10 Apr 2016 22:50:05 +0000 (UTC) (envelope-from eric@rigelfore.com) Received: from oxuslxaltgw11.schlund.de ([10.72.76.67]) by mrelay.perfora.net (mreueus001) with ESMTPSA (Nemesis) id 0MBCtf-1azbSb2ygP-00AEQg for ; Mon, 11 Apr 2016 00:50:04 +0200 Date: Sun, 10 Apr 2016 15:50:04 -0700 (PDT) From: Eric Melville To: freebsd-questions@freebsd.org Message-ID: <1044435163.288436.6964d42d-0f8d-46fb-b9f3-99ae3b360089.open-xchange@email.1and1.com> Subject: Re: DHCPD does not know the format of its own leases file? X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.0-Rev27 X-Originating-Client: open-xchange-appsuite X-Provags-ID: V03:K0:eXVOTqxfQHhAwjAY8kkPpiif3awVA5lQN4taaTHtM1BIO6NjgQ2 IZirk+IPe69PS7XN9zEWfIjNANg+HJnCU6Ga/X59rOm/P1C8ygm7AhjQ1cm/HAphQ4906pP BwtsoFSvMzdOYU6BzWDYBFzsUha/6lX8cGjdJnj+p+5feP9YQIpuJwLRQ+Zuhu2ZVgWlgm2 MaPNHvLOmomeHpD5Lphxw== X-UI-Out-Filterresults: notjunk:1;V01:K0:GizOzHHxxsQ=:G4YmjmTamlPvgodI0uFQPS JNBGvfAi6jJYOBpW0Z/oZ/t2W5wr+gAZHymBsSvRGpfEbtKcgpNs3vVw51/g0aMM1F9EjCoAs WT8djjp5Za0Rqz+3pxgw8sxBKKxBNhaOABvKK6n82nlu767jJjn2WgUc8woRXDNYrmC9J846C +7XF+ItkoTB7uY14wjCW3+MUr70aVZeUjmcpxhMAT0jJZOVIeK32UQo1rBauOEAsocHkG/ZO5 EzTKO7Gs/tBuXQ0WJVhiE5rfWA1+2ae3+pmr85TJwbovn03/TF5lV4Z8QKGMbQEjAYAAwUO/0 Yfd/bWQHmIiyd01oLrBNAuc/+eeQAqFF4DwksjXr/e7C05oC4BhTGF9vESd6akfBPTLnjxvOL o1J7b7eSK23SgqHWP8H14JA5pcbqZDqUTOENY94h3Deoy9y0sh/hdiigIB+4arvkbAlndTF65 wcNye4+QhOoVoSznbB+qTmrr7bG5i0yZHig3QjGjGrZU+DpOP5Po7I9JbCxMZ9gZ6a1J0WtAA jPDz8ZvvZrJU2eH1Qi0MpVfyoVSkmw/lpNmcXwBhVrcObqrqpKaJCeISthuOkztu6ZC7uJI4s OT7yXaLR5h6Cbd7VReV0Gi2Z57QziLSnaKAOTBBmcbJYx70CEr5mBFoXf/zuxEppBSZUy1d+W V7lL3hm7NU4n8YE31RuIjV95qwalR38KkYLAuPYvuQA1UL7JlCZiErbfr66vMEOoeZfYI/eLa wMpkcDZM5g2IBRJw MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 22:50:06 -0000 From owner-freebsd-questions@freebsd.org Sun Apr 10 23:48: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 6F13FB0B48C for ; Sun, 10 Apr 2016 23:48:55 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 0D0B818EB for ; Sun, 10 Apr 2016 23:48:55 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id n3so83382963wmn.0 for ; Sun, 10 Apr 2016 16:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=IkUkyucA6Q1U5NYJkK0hnJB/nvus/dnr5mE3oE0/Uo8=; b=Q7T/VbZAYnQx2O5+w5+Hm7pBqQ8C65ZACwSpleI+JbH64i5UUf1eVL+6W+4e9id69Y Tjinltmju+wJxIDJWdNVPxQuuBMyTDzTkIkxRwJ3bL7S5RmQKy5Qa2K7OpEE3Vja42d7 zPlpiAkhVWbLCQFRXQSmcC5LdXPGRO0Sr1JfzLIlDzH7nCvx/Ps2/oQFMa7PYz9HXca1 yQkqFuh5tWVpB+F4mpdCrSV8Dw5fTPa+wv/fHlmrLiUO0cvMxjADYH4vJgYw3LsxSR7l MNk9NIdG4mnnkIDI2E6V+mVsjJbzRqjFDVoAsmTxsbunTjpxE1kIKGT/VFUMZE3VJQlZ us0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=IkUkyucA6Q1U5NYJkK0hnJB/nvus/dnr5mE3oE0/Uo8=; b=YyWzvBglpi7zA39fzT/JQ9aSVU1eym9UdCkVJpr89HC9D/yIsBuaCQwaOYztUHDwFR v2PDK8/Q8rHy3VOXEOlht17ZLBxIGqnHsscoXDT+hFh1az6t9IL+eOYfxmMRdgEC61bN CcrwESc44na/7hH6WMP+gjT3opTzsUNHr6+IRumLk8GQ9wWtwwDnUvVTSuNJE4eJUCkZ i4OKVq0UW1AW4EnhJuqLY6RikB1UDIw9xczNCkrfDoEo25a3V3BIQalEObTf7x7dkwsg EDG8+vEeQxgU8a3HvFywdnSKlPR326UtWPXvrKIm9Y1FHUHL6a6VwpXk5h7RvS0mJhKy KTBQ== X-Gm-Message-State: AD7BkJJg3w3evwd69WiGUuYoVDAXG9DmD8RUaEebcZJYudWqp5w/ja/ZYq020K3RLMS08eT9sOrPQgEjpGg5DQ== MIME-Version: 1.0 X-Received: by 10.194.2.41 with SMTP id 9mr22909881wjr.10.1460332133480; Sun, 10 Apr 2016 16:48:53 -0700 (PDT) Received: by 10.194.26.41 with HTTP; Sun, 10 Apr 2016 16:48:53 -0700 (PDT) Date: Sun, 10 Apr 2016 19:48:53 -0400 Message-ID: Subject: Problems making devel/pear From: David Mehler To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 23:48:55 -0000 Hello, I updated FreeBSD 10.2-RELEASE (amd64) to FreeBSD 10.3-RELEASE (amd64). I'm running the latest ports tree. I'm trying to install devel/pear. I run make and it gets to the generating temporary packing list portion of the build then bombs out with an error 254. I am not certain why and am getting no additional information. My goal is to install pear along with pear-MDB2 and pear-MDB2_Driver_mysql and mysqli drivers. If I install pear as a package that part works, no problems. I go to database/pear-MDB2 try a make it gets to generating temporary packing list with pear portion then it bombs out with an error 254. This one if I try to install it as a package I get the error post-installation script failed. I'd appreciate any help with this. Thanks. Dave. From owner-freebsd-questions@freebsd.org Mon Apr 11 00:52: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 E95D4B0B6B3 for ; Mon, 11 Apr 2016 00:52:57 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001: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 B859C18AA for ; Mon, 11 Apr 2016 00:52:57 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-ig0-x22c.google.com with SMTP id gy3so49634975igb.0 for ; Sun, 10 Apr 2016 17:52:57 -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=pkOI19ogWKegMSE80EkGJQTTl68gu5ADqi9BONBiR8Q=; b=F/4mId90rRDLVXb7G9Uqn7r3zGu0FweWhJqtPeuUeRT6C+KzMiR+2rqtwMD38e5Mqr XcAhv3JilO4nEd44X52zVB7PebI2a46dhaYtW3dCb6iXGFCHf2eyWt7EzQ8v+9VA3VkU 4IhUm63MiGSPFQhzO1gqaaTwVnQ/2OhwBuuY+smZB7DXRDv8dIkns3WeCz2NL5fgPvtY qTg3GJFlZTFA6k6O/7UmbHUT8yIQh31vGQfkSaax3I+1XfuJPcyt0pP2DyqCOGhUt98q ZmSFzNFY4WvHX/UY7TdRwxCDYGzCNioOFx7Z81QdkyuXxr8JxgrgjosGoBsJmXTheArG 79JA== 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=pkOI19ogWKegMSE80EkGJQTTl68gu5ADqi9BONBiR8Q=; b=II9z+wZ2nHp/GtezWacU6BtAGjbp2Syn5PhD+6RPUG4TI3RgW17AHi6B3G33KKeueK o/yR0WFonvNlgZ5LhHEv2U54susixAnfq3LAtDp2MOfbDkfVGqBA3KmzxN7TlMlZPCLq KyI/OYn1vXpyWERXPfcX4SdDPfVG0gpcG45WinKnYfgdoXeMyrMQ8l+xWbajDpLBPCML oaCa/Yth3AHSVYVKideYyXpbmuYNOdmhkcwtpfOIJA+24XCdaPX0SeL6P8nWKL81glgr 8M/SllfvRPY+KUt2Tlc7RVcxMpfGCgCYUQlQU9YWJfNnNnr7OKnoh5CUBVsNY+DB+bZi oRBw== X-Gm-Message-State: AD7BkJLZns00qAqlBhO7GSOkZkHO+o8c8lawZyBwFdhs2rZ+9fnOcA6zgzA0TQnWW4+Rrw== X-Received: by 10.51.17.4 with SMTP id ga4mr15467220igd.88.1460335977017; Sun, 10 Apr 2016 17:52:57 -0700 (PDT) Received: from localhost.localdomain ([2601:680:c003:2a00::1d54]) by smtp.googlemail.com with ESMTPSA id k139sm15443346ioe.42.2016.04.10.17.52.55 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Apr 2016 17:52:55 -0700 (PDT) Subject: Re: Failure to read a Bluray disk with 'dvdbackup' command To: freebsd-questions@freebsd.org References: <5702C29A.5050208@rawbw.com> <20160410151811.4bf577c9@fabiankeil.de> <570AA86C.5010705@gmail.com> <570AAE6F.7050305@bananmonarki.se> From: jd1008 Message-ID: <570AF562.6020509@gmail.com> Date: Sun, 10 Apr 2016 18:52:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <570AAE6F.7050305@bananmonarki.se> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 00:52:58 -0000 On 04/10/2016 01:50 PM, Bernt Hansson wrote: > On 2016-04-10 21:24, jd1008 wrote: >> >> >> On 04/10/2016 07:18 AM, Fabian Keil wrote: >>> Yuri wrote: >>> >>>> My attempts to backup a Bluray disk with this command fail: >>>> >>>> # dvdbackup -M >>>> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed >>>> libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed >>>> libdvdread: Can't open file VIDEO_TS.BUP. >>>> Cannot open Video Manager (VMG) info. >>>> Mirror of DVD failed >>> Like the name indicates, dvdbackup is for DVDs. Blurays aren't DVDs. >>> >>> Fabian >> 1. The encryption scheme in BD is different to that of DVD >> 2. OpenSource has yet to produce tools and libs to read/write BD's >> 3. Eve if you back up using dd, read of BD media will fail. > Videolan have some info. > > http://www.videolan.org/developers/libbluray.html Thanx, It is also available at https://www.rpmfind.net/linux/rpm2html/search.php?query=libbluray It also needs latest doxygen. I have not been able to build the libbluray from the ftp://195.220.108.108/linux/fedora-secondary/development/rawhide/source/SRPMS/l/libbluray-0.9.1-2.fc24.src.rpm which is the link of the listed filename: libbluray-0.9.1-2.fc24.src.rpm on the rpmfind page above. It fails as follows: BUILD FAILED /sdb3/src/redhat/BUILD/libbluray-0.9.1/src/libbluray/bdj/build.xml:24: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre" JAVA_HOME is set to /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre:\ /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre/bin:\ /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre/lib in my .profile file, which is read by the kshell upon login. The path component: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre/bin contains in it the binary javac. $ ls -l /bin/javac lrwxrwxrwx 1 root jd 23 Mar 29 22:13 /bin/javac -> /etc/alternatives/javac* $ ls -l /etc/alternatives/javac lrwxrwxrwx 1 root jd 68 Mar 29 22:13 /etc/alternatives/javac -> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/bin/javac $ ls -l /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/bin/javac /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre/bin/javac -rwxr-xr-x 1 root root 11880 Apr 10 18:04 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/bin/javac -rwxr-xr-x 1 root jd 11880 Apr 10 18:04 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-1.b03.fc22.x86_64/jre/bin/javac So, the xml file looking for javac is simply not finding it??? The source of the file in which the failure takes place is: $ cat /usr/src/redhat/SOURCES/libbluray-0.9.1/src/libbluray/bdj/build.xml Build file for the java portion of libbluray Thanx for any clues. From owner-freebsd-questions@freebsd.org Mon Apr 11 03:11: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 2DC36B0B68E for ; Mon, 11 Apr 2016 03:11:09 +0000 (UTC) (envelope-from pulley@dabus.com) Received: from aegir.dabus.com (aegir.dabus.com [173.14.229.218]) by mx1.freebsd.org (Postfix) with ESMTP id 13D34199E for ; Mon, 11 Apr 2016 03:11:08 +0000 (UTC) (envelope-from pulley@dabus.com) Received: from aegir.dabus.com (aegir [173.14.229.218]) by aegir.dabus.com (Processor) with ESMTP id 9BE431009A3 for ; Sun, 10 Apr 2016 21:02:21 -0600 (MDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=aegir1; d=dabus.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Organization:X-Mailer:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WpPK2ZFdciOmmdmtYoFXsjkS5vZGdtTm2qjD9lYygwJY8H1G9ADAT/J32Cw28VXfTlQeqINEbxFIz/Zu3s5pFj6k7KtFIBaCtGpYQGonwBRVuZEuJa0pRfK5v/3DCZ+Fjo6HAOKb/xXc6Juhy8wKIZK2sVN9OmrDRPG8LyABZJM=; Received: from misery.dabus.com (unknown [192.168.10.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by aegir.dabus.com (Dabus) with ESMTPSA id 842A510099A for ; Sun, 10 Apr 2016 21:02:21 -0600 (MDT) Date: Sun, 10 Apr 2016 21:02:21 -0600 From: Eric S Pulley To: freebsd-questions@freebsd.org Subject: Re: Stupid question regarding ZFS and `df -h` output Message-ID: <20160410210221.42a97cc8@misery.dabus.com> In-Reply-To: <20160410150013.4d34a49b@portege> References: <20160410150013.4d34a49b@portege> Organization: Dabus X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 03:11:09 -0000 On Sun, 10 Apr 2016 15:00:13 +0300 Aleksander Alekseev wrote: > Hello > > I installed FreeBSD using steps like "Next -> Next -> ZFS -> use > entire disk and don't bother me with stupid questions -> Next" > > I have 128 Gb hard drive: > > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ATA8-ACS SATA 3.x device > ada0: Serial Number 82GS10GGT2GY > ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 122104MB (250069680 512 byte sectors) > > And here is `df -h` output: > > Filesystem Size Used Avail Capacity Mounted on > zroot/ROOT/default 95G 21G 74G 22% / > devfs 1.0K 1.0K 0B 100% /dev > zroot/tmp 75G 153M 74G 0% /tmp > zroot/usr/home 89G 15G 74G 17% /usr/home > zroot/usr/ports 75G 859M 74G 1% /usr/ports > zroot/usr/src 76G 1.2G 74G 2% /usr/src > zroot/var/audit 74G 96K 74G 0% /var/audit > zroot/var/crash 75G 930M 74G 1% /var/crash > zroot/var/log 74G 360K 74G 0% /var/log > zroot/var/mail 74G 188K > 74G 0% /var/mail zroot/var/tmp 74G 136K > 74G 0% /var/tmp zroot 74G 96K 74G > 0% /zroot > > How exactly should I read this to get result "all 128 GB are used"? > You have to change your way of thinking a little with ZFS. On my full ZFS systems I usually make a shell alias for df to actually run `zfs list -o mountpoint,quota,used,avail`. and I have quotas set on the "traditional" mountpoints. Mess around with the -o options to zfs list until it tells you want you want to see. From owner-freebsd-questions@freebsd.org Mon Apr 11 05:19: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 9F55FAEC6E3 for ; Mon, 11 Apr 2016 05:19:12 +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 464F21992 for ; Mon, 11 Apr 2016 05:19:11 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (user-24-214-48-39.knology.net [24.214.48.39]) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3B5J83L024651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 11 Apr 2016 00:19:09 -0500 Subject: Re: Stupid question regarding ZFS and `df -h` output To: freebsd-questions@freebsd.org References: <20160410150013.4d34a49b@portege> <20160410210221.42a97cc8@misery.dabus.com> From: "William A. Mahaffey III" Message-ID: <570B33CC.4040609@hiwaay.net> Date: Mon, 11 Apr 2016 00:24:38 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160410210221.42a97cc8@misery.dabus.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 05:19:12 -0000 On 04/10/16 22:08, Eric S Pulley wrote: > On Sun, 10 Apr 2016 15:00:13 +0300 > Aleksander Alekseev wrote: > >> Hello >> >> I installed FreeBSD using steps like "Next -> Next -> ZFS -> use >> entire disk and don't bother me with stupid questions -> Next" >> >> I have 128 Gb hard drive: >> >> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >> ada0: ATA8-ACS SATA 3.x device >> ada0: Serial Number 82GS10GGT2GY >> ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) >> ada0: Command Queueing enabled >> ada0: 122104MB (250069680 512 byte sectors) >> >> And here is `df -h` output: >> >> Filesystem Size Used Avail Capacity Mounted on >> zroot/ROOT/default 95G 21G 74G 22% / >> devfs 1.0K 1.0K 0B 100% /dev >> zroot/tmp 75G 153M 74G 0% /tmp >> zroot/usr/home 89G 15G 74G 17% /usr/home >> zroot/usr/ports 75G 859M 74G 1% /usr/ports >> zroot/usr/src 76G 1.2G 74G 2% /usr/src >> zroot/var/audit 74G 96K 74G 0% /var/audit >> zroot/var/crash 75G 930M 74G 1% /var/crash >> zroot/var/log 74G 360K 74G 0% /var/log >> zroot/var/mail 74G 188K >> 74G 0% /var/mail zroot/var/tmp 74G 136K >> 74G 0% /var/tmp zroot 74G 96K 74G >> 0% /zroot >> >> How exactly should I read this to get result "all 128 GB are used"? >> > You have to change your way of thinking a little with ZFS. On my full > ZFS systems I usually make a shell alias for df to actually run `zfs > list -o mountpoint,quota,used,avail`. and I have quotas set on the > "traditional" mountpoints. > > Mess around with the -o options to zfs list until it tells you want you > want to see. > _______________________________________________ > 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" > .... & of course remember that HDD manufacturers report sizes in KB/MB/GB (base 10), while the booted OS uses KiB/MiB/GiB (base 2) .... -- 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 Apr 11 06:30: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 DC0B8B0AF86 for ; Mon, 11 Apr 2016 06:30:24 +0000 (UTC) (envelope-from harrish.s.j.7@gmail.com) 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 BFC0218B3 for ; Mon, 11 Apr 2016 06:30:24 +0000 (UTC) (envelope-from harrish.s.j.7@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BF194B0AF85; Mon, 11 Apr 2016 06:30:24 +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 BEC4DB0AF84 for ; Mon, 11 Apr 2016 06:30:24 +0000 (UTC) (envelope-from harrish.s.j.7@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (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 88C4F18B2 for ; Mon, 11 Apr 2016 06:30:24 +0000 (UTC) (envelope-from harrish.s.j.7@gmail.com) Received: by mail-ob0-x235.google.com with SMTP id k9so8670192obk.2 for ; Sun, 10 Apr 2016 23:30:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=6TQrxj0uSSOVp8/3i60Tj9VYlkvIsLtBtLt4+PCug10=; b=PFzZ3SLmpEQR5sWCtukVZDolLEOO6g2x1RUkhOzc1w3+kE40UDbeNaXu6xopFwEsjq MpqV9KeovyHklIaOqXTQlUUKzc/mfcqT+vZJPTPc1fI17xZKxdVcIJtRjAoR/e4Cbl4X C30WHx1FLF++8VYrE/0hlfy1d84OZNHmx1ruDYLySgWcEqlYfqwjMhcDAIiXpNKRt+9G H+s9Q+FRIe6ZRs6uAJr0/4UbN1YQgSUeIpVpA7dr6KHoDXTluz41X5f5tC6BwHUtfu62 Oat80KlfKJu6HmJhqHRMSuz9NqOuBRIKiUBEMGNh8JC4nBnV9pQUO/t4msqvmyCwOLzU 9k7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=6TQrxj0uSSOVp8/3i60Tj9VYlkvIsLtBtLt4+PCug10=; b=TVcGuBxd/6JxRbA22qFCl71cz7w3SMyZS07DhWcQyA19fZc5a3BORR8DPF6nLHhqGQ yKwPT8kcFVFGH+/xzcXddJb6e+hofIqs3P3nIS8CYivt2/zbnm6SvYAKCmU5QcTF0WGp dqZWivsrw+Isz2J7+7u0eheaBEwunU6W5zVz35/ryEWd8gQfegVxrbQuJhfaZu/RQPoM xZj3OWYpoyYS3CMsRpS/0+yZu9vJlB5q8FfzvXVzRZdBZI385RX7SMXM/6U1JLAoDeoN MC9oqZk1mSUjAdaBIhQr36iUvPR+ZXxA7x79N3aqgFFL0F5acVDJ1nWjJuP4jQyUG//T OXPw== X-Gm-Message-State: AD7BkJIAud3L225HoebsNzSpkjRqI7qxdx9kDrnHtgdglkWV/v/fGKucWbUuUN7qN2kqwS8LKR6ddMR0tHD53A== MIME-Version: 1.0 X-Received: by 10.182.233.131 with SMTP id tw3mr9760539obc.80.1460356223612; Sun, 10 Apr 2016 23:30:23 -0700 (PDT) Received: by 10.157.10.201 with HTTP; Sun, 10 Apr 2016 23:30:23 -0700 (PDT) Date: Mon, 11 Apr 2016 12:00:23 +0530 Message-ID: Subject: Reg NAT64 Tayga Query From: Harrish Jeyabalu To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 06:30:25 -0000 Hi Freebsd Team, Good Day, I have a query regarding NAT64 with Tayga. We are using the Freebsd version 4.2 and we are in need of implementing NAT64 using Tayga. It would be useful if you can give some pointers regarding - Which version Freebsd implements NAT64? - If so which software it uses for NAT64 (like Tayga?) - And could you please share the docs if any for Tayga implementation/usage in Freebsd. Thanks in advance. Regards and Thanks, Harrish.S.J From owner-freebsd-questions@freebsd.org Mon Apr 11 07:04:37 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 A976CB0BCE3 for ; Mon, 11 Apr 2016 07:04:37 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) by mx1.freebsd.org (Postfix) with ESMTP id 823031F9F for ; Mon, 11 Apr 2016 07:04:36 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [96.28.178.143] ([96.28.178.143:58945] helo=localhost) by dnvrco-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 5B/60-01818-D7C4B075; Mon, 11 Apr 2016 07:04:30 +0000 Date: Mon, 11 Apr 2016 07:04:19 +0000 Message-ID: <5B.60.01818.D7C4B075@dnvrco-oedge03> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: Reg NAT64 Tayga Query References: X-RR-Connecting-IP: 107.14.64.142:25 X-Authority-Analysis: v=2.1 cv=OsnBykPt c=1 sm=1 tr=0 a=RKm8ZHSrUWUxlfG+7GhaOw==:117 a=RKm8ZHSrUWUxlfG+7GhaOw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=8pif782wAAAA:8 a=wcQ97kH3nHwCXz_hueEA:9 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 07:04:37 -0000 from Harrish Jeyabalu: > Hi Freebsd Team, > Good Day, I have a query regarding NAT64 with Tayga. We are using the > Freebsd version 4.2 and we are in need of implementing NAT64 using Tayga. > It would be useful if you can give some pointers regarding > - Which version Freebsd implements NAT64? > - If so which software it uses for NAT64 (like Tayga?) > - And could you please share the docs if any for Tayga implementation/usage > in Freebsd. > Thanks in advance. > Regards and Thanks, > Harrish.S.J FreeBSD 4.2 is an ancient release, long past end of life! Current release version is 10.3, and there is also HEAD (current). I hever heard of Tayga regarding computer software, couldn't even find anything on Wikipedia. But there is a reference to TAYGA if you look in Wikipedia on NAT64: https://en.wikipedia.org/wiki/NAT64 NAT64 relates to IPv6, and I don't think anybody ever heard of IPv6 at the time of FreeBSD 4.2. Tom From owner-freebsd-questions@freebsd.org Mon Apr 11 07:19: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 1B861B0B39A for ; Mon, 11 Apr 2016 07:19:32 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (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 9D3941823 for ; Mon, 11 Apr 2016 07:19:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (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 50E1211AA6 for ; Mon, 11 Apr 2016 07:19:20 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/50E1211AA6; dkim=none; dkim-atps=neutral Subject: Re: Desktop reconfig To: freebsd-questions@freebsd.org References: <5709129B.8070508@columbus.rr.com> From: Matthew Seaman Message-ID: <570B4FF8.4030906@FreeBSD.org> Date: Mon, 11 Apr 2016 08:19:20 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <5709129B.8070508@columbus.rr.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LUUBs8PGX5eEExeGQrmNHxg1NXBBqssV9" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 07:19:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LUUBs8PGX5eEExeGQrmNHxg1NXBBqssV9 Content-Type: multipart/mixed; boundary="e41EJFchipOKIkjjBTbStdULOxBxUPLIn" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570B4FF8.4030906@FreeBSD.org> Subject: Re: Desktop reconfig References: <5709129B.8070508@columbus.rr.com> In-Reply-To: <5709129B.8070508@columbus.rr.com> --e41EJFchipOKIkjjBTbStdULOxBxUPLIn Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 09/04/2016 15:32, Baho Utot wrote: > New setup will have freebsd on raidz with Win7 on the SSD only. > > Can I install the four drives for the raidz, configure and install > freebsd then remove ada1 when I have it all working? or should I remov= e > ada1 then install the raidz drives install then reinstall ada1 and the > pull everything over? Yes, this should work fine, but you'll need to be careful that you don't accidentally overwrite the wrong drive from the installer. Depending on the details of your hardware it's entirely possible that the new drives you add for ZFS could end up as ada0, ada1, ... with your previous drives as ada4 and ada5. Taking out the original ada1 while doing the initial install would be a simple way of avoiding that. ZFS should continue to work just fine as you shuffle the disks around. > Will the installer handle installing root to zfs raidz? or will I have > to wing it? Yes, this will work absolutely fine. The installer can work with any of the different RAID levels provided by ZFS. > Going for a clean install and synth to do the ports. In the long term, you don't want to mix ZFS and UFS in the same system -- the two filesystems will fight over memory. It shouldn't be a problem to do that temporarily while you're copying your data onto ZFS though, so long as you unmount the UFS partitions once you're done. Cheers, Matthew --e41EJFchipOKIkjjBTbStdULOxBxUPLIn-- --LUUBs8PGX5eEExeGQrmNHxg1NXBBqssV9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXC0/4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATHQQP/1i6+pTJZXw3bLvrvfYgStw7 Xg7a4wEzRclfj6S0GLNTqRE39vIOdTNWXjgWZrf7pB4vlfXBMj5x/3MHold1iRhN HqvAaKjB5qeqdeIU/fV/SLa2OK0bdY+3VkyOOCD89s+TfA9UWDgD9J36Rb/7rTrA QXahLpAdhIk83cFqz/8DluQtOcmxTxzADTDHAlw8/o5E/PpqPZ0c4j/IILJ7ZGyK xAlwp96xtmiaG23TYizt2SlxHFunyH8BJWS27Pxe1urenIhXyrlPdRGbjmFp66m5 36gmZ7rSnb/zTTIURb9rpe086xbtThrJFSfxIBAfbETtQ2d7iiQhLJf7wmLTwNL+ H1ClCzL4FCz4y0nHex8jV0O0MfI5mXyXcvfpXre47EfmaJSmbzo0Xz/7R6JDg0SF v+JrolFN1qbEGEl1T3T8wue/kt7LAENCPPQEgl935n+ugpkm2/Yht0uAgsEfNRfc jrdrYotZPAUKTL84RqTpJjrdT3BZEuds6j4g+M65XDz0mKkYBP6a0xgDpzqczc4b okjb/aX1fJK4KIJQxquZVioul5snXDeEO0IAlNo682aHydLZFPbNVQnc3vCYtk0k AUcYHp3+wOz0+ExLWbtkuKpwZ4rKpiIk0QIGavqfhLMEXCDsefCEtIIh/8ZMMqTi 01t5QQCBk6kW5XkqIv5P =d1We -----END PGP SIGNATURE----- --LUUBs8PGX5eEExeGQrmNHxg1NXBBqssV9-- From owner-freebsd-questions@freebsd.org Mon Apr 11 08:19: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 1E3B3B07807 for ; Mon, 11 Apr 2016 08:19:09 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7E01482 for ; Mon, 11 Apr 2016 08:19:07 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk ([80.229.31.82]) by avasout08 with smtp id gwFu1s0051mJoLY01wFv6q; Mon, 11 Apr 2016 09:15:55 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=O6PEx0JW c=1 sm=1 tr=0 a=cd0K7rcWwnZFf6xQxRobyA==:117 a=cd0K7rcWwnZFf6xQxRobyA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=kziv93cY1bsA:10 a=6I5d2MoRAAAA:8 a=RQ4uWzSETLe-i0YtNlUA:9 a=CjuIK1q_8ugA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.86_2) (envelope-from ) id 1apX0j-0000mW-SA; Mon, 11 Apr 2016 09:15:54 +0100 Date: Mon, 11 Apr 2016 09:15:53 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Cc: Baho Utot Message-ID: <20160411091553.329a0231@curlew.lan> In-Reply-To: <570B4FF8.4030906@FreeBSD.org> References: <5709129B.8070508@columbus.rr.com> <570B4FF8.4030906@FreeBSD.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: Desktop reconfig Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 08:19:09 -0000 On Mon, 11 Apr 2016 08:19:20 +0100 Matthew Seaman wrote: > Yes, this should work fine, but you'll need to be careful that you don't > accidentally overwrite the wrong drive from the installer. Depending on > the details of your hardware it's entirely possible that the new drives > you add for ZFS could end up as ada0, ada1, ... with your previous > drives as ada4 and ada5. Taking out the original ada1 while doing the > initial install would be a simple way of avoiding that. ZFS should > continue to work just fine as you shuffle the disks around. But. before making the change, it would be advisable to change over to using disk labels rather than /dev/ada* in /etc/fstab for the UFS filesystems. This would avoid any problems if the drives come back up with different device names. -- Mike Clarke From owner-freebsd-questions@freebsd.org Mon Apr 11 10:05:34 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 8A650B0BDEA for ; Mon, 11 Apr 2016 10:05:34 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFF915A0 for ; Mon, 11 Apr 2016 10:05:34 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6F567B0BDE9; Mon, 11 Apr 2016 10:05:34 +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 6EFF3B0BDE8 for ; Mon, 11 Apr 2016 10:05:34 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: from server.whoishostingthismail.com (mail4.whoishostingthismail.com [191.101.2.43]) by mx1.freebsd.org (Postfix) with ESMTP id A2278159E for ; Mon, 11 Apr 2016 10:05:32 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: from server.whoishostingthismail.com (localhost.localdomain [127.0.0.1]) by server.whoishostingthismail.com (Postfix) with ESMTP id 1880460B18 for ; Mon, 11 Apr 2016 06:05:25 -0400 (EDT) Authentication-Results: server.whoishostingthismail.com (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=whoishostingthismail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= whoishostingthismail.com; h=user-agent:message-id:subject :subject:to:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version; s=dkim; t=1460369108; x=1461233109; bh=nhMBmInEmEjo3A8Oz+9dCRrfGiX4Rk4gw8ee+mWz/Gg=; b= HN99NgPYCCIzLOLW6m89I0W1GCdkBV+G6Nw5EprxVDGFdCg10GDkrd0oPEFt3yhQ bStebVldcqNratPArn+FLYdsqcQvdH62Z91DWkZA7XFeMACB4cLY55o5rsIHM1/w 3lezOuU3/QtuQnB5RijYLT+JDHnPiBQS7v7RMyAI+yg7dQFRrwYsIPtuc/XP93Y2 BP4uEa5tAEmNGVgBUIiNbiEJbilG2acpMNoqpTeE6L1FFUsVbHqADMaq2RyGi8n9 gOv8ak8V3KhKF2/RV0AE+1/N3cf127u4/MdY6aXCoHfmaTbVF3mPUtOmmiZC7qHo jmHr+28dg2WBO7Acikjpgg== X-Virus-Scanned: amavisd-new at server.whoishostingthismail.com Received: from server.whoishostingthismail.com ([127.0.0.1]) by server.whoishostingthismail.com (server.whoishostingthismail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2Xa6WV5ptfmq for ; Mon, 11 Apr 2016 06:05:08 -0400 (EDT) Received: from mail.whoishostingthismail.com (localhost.localdomain [127.0.0.1]) by server.whoishostingthismail.com (Postfix) with ESMTPSA id 5D62A60A52 for ; Mon, 11 Apr 2016 06:05:08 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 11 Apr 2016 18:05:08 +0800 From: Tom Wilcox To: questions@FreeBSD.org Subject: Dead resource on your site Message-ID: X-Sender: tom.wilcox@whoishostingthismail.com User-Agent: Roundcube Webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 10:05:34 -0000 Hi, I noticed a link on your site which is no longer working; It's on this page: http://lib.mnw.ru/doc/FreeBSD/ru_RU.KOI8-R/books/faq/bibliography.html , I’m getting an error when I visit this link: http://unixhelp.ed.ac.uk/ If you are planning on updating this page on your site, perhaps our guide to Unix Programming resources - http://wiht.link/unix_programming would make a suitable replacement. -Tom From owner-freebsd-questions@freebsd.org Mon Apr 11 10:09: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 C84C7B0BFD1 for ; Mon, 11 Apr 2016 10:09:30 +0000 (UTC) (envelope-from felixphew0@gmail.com) 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 A5E5C182C for ; Mon, 11 Apr 2016 10:09:30 +0000 (UTC) (envelope-from felixphew0@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A1226B0BFD0; Mon, 11 Apr 2016 10:09:30 +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 A0BE4B0BFCF for ; Mon, 11 Apr 2016 10:09:30 +0000 (UTC) (envelope-from felixphew0@gmail.com) Received: from mail-pf0-x236.google.com (mail-pf0-x236.google.com [IPv6:2607:f8b0:400e:c00::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 7125F182B for ; Mon, 11 Apr 2016 10:09:30 +0000 (UTC) (envelope-from felixphew0@gmail.com) Received: by mail-pf0-x236.google.com with SMTP id c20so121317077pfc.1 for ; Mon, 11 Apr 2016 03:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc:message-id:references :to; bh=7vHKB2lpD+Nc4aCyJpPUTcYS+HMtICsV4I+Vjh2U1TA=; b=oe+CVsCRKQXYPX5Lo/fHiDaDULF5pt/cGQs5RCj4uG6t1j+bfaXPZ1yEaqL1eV1bRz oYhp6MxT3M2osSOgkBXnaYNd3CeUCiKY1XCxcv1AzA9rVBDRWa7lM1zslRgLzcJAziBU F4geVoJdKFDyGTIe+u8hoi4OfxWAIRPb32pi9/ZupdXqu2Oa3QVle7a70nIuFfvDAjDw aorZwghivYCmutXtcFNPB+jkS6yANouu5ekDa0guTd8Pn1Mj5k9sciX2pJPM70grNMLn 5OtgFUS+vDT5XYsXYVger301TAcVxqVEsdB3NTEc2d6tI3rE0b0QL0MOz0Rms+Okg4jX dorg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=7vHKB2lpD+Nc4aCyJpPUTcYS+HMtICsV4I+Vjh2U1TA=; b=gppY+jK0pWsL03YsgXDUem2/itux4/hMWySrn1MnUGAgmqSQ3LJxj3r4U8OeIFz2r4 qp070CoqDlXJiZQtup0KnX06Dwgzfele3MoDj3e5N1QbkLIRUO6/7obCf5GATRiWuBlk nFNj6y2DrOmg9C3r9VOwB+/eJWzTjBXWFPhe6IY33Yx1+Lbhy4ZQMaYIbYrYG7miNN5/ hsFllxPNEN265fjALAK0xqSlJIUXS16pzgGLstQtUduh7RCfknU6bFqtKRo1GE5vJojr Q7oqXJYIs9LIleWSDHrzc+666Tu9OZhHM3A7Ai4OQljNupHqh/ZMfM7959pDApYEEiCK /Oog== X-Gm-Message-State: AD7BkJISbAbqhhF2op1YB6E6OGxxiz4lxaJQq9Erh4PxtnLc0sN7OZ02yU/T77QFt06prA== X-Received: by 10.98.15.23 with SMTP id x23mr31733114pfi.60.1460369370086; Mon, 11 Apr 2016 03:09:30 -0700 (PDT) Received: from [192.168.0.36] (c211-30-44-52.frank3.vic.optusnet.com.au. [211.30.44.52]) by smtp.gmail.com with ESMTPSA id fk10sm35019128pab.33.2016.04.11.03.09.27 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Apr 2016 03:09:29 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_CCEE9186-87CA-480C-9B97-0A966D037E47"; protocol="application/pkcs7-signature"; micalg=sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Dead resource on your site From: Felix Friedlander In-Reply-To: Date: Mon, 11 Apr 2016 20:09:24 +1000 Cc: questions@FreeBSD.org Message-Id: References: To: Tom Wilcox X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 10:09:30 -0000 --Apple-Mail=_CCEE9186-87CA-480C-9B97-0A966D037E47 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 11 Apr 2016, at 20:05, Tom Wilcox = wrote: >=20 > Hi, >=20 > I noticed a link on your site which is no longer working; It's on this = page: = http://lib.mnw.ru/doc/FreeBSD/ru_RU.KOI8-R/books/faq/bibliography.html , = I=E2=80=99m getting an error when I visit this link: = http://unixhelp.ed.ac.uk/ >=20 > If you are planning on updating this page on your site, perhaps our = guide to Unix Programming resources - http://wiht.link/unix_programming = would make a suitable replacement. >=20 > -Tom >=20 Thanks for pointing this out! The quickest and easiest way to get this = to the people that can actually fix it would probably be to file a bug = report at = https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=3DDocumentation. = (You will need to make an account, but it=E2=80=99s not hard.) Feel free = to suggest your site, too. --=20 Felix Friedlander = --Apple-Mail=_CCEE9186-87CA-480C-9B97-0A966D037E47 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIK5jCCBPww ggPkoAMCAQICEFC1FgrWDmDapbYQtU9amcIwDQYJKoZIhvcNAQELBQAwdTELMAkGA1UEBhMCSUwx FjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24g QXV0aG9yaXR5MSMwIQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQTAeFw0xNjAyMTkw ODUzMjBaFw0xNzAyMTkwODUzMjBaMEQxHTAbBgNVBAMMFGZlbGl4cGhldzBAZ21haWwuY29tMSMw IQYJKoZIhvcNAQkBFhRmZWxpeHBoZXcwQGdtYWlsLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBAKksJqpdmTZtut8/KlhgQrh3WYfX+slw1WMls7FTE8avFJfle4IoS0qV/UbD16dX IAMVxYJHEv5V8VCEch8p5BnwMbuwUg1mPMAnNM4iPJPt7jopgW2juwGjAlbhI7oGaHen9qQ+3Nrx yZGS6XffdhSRviMeyXY2GZisphcnBdAgJg0Wzk9oZCuL2OJH8HlFki9ih0ARqeuw6M8upOf9BFOl f1m7R+m+trOPY33ExvtjNrtBerDcTcMtiTuG/hodU8RHM1qW1t0uof1yA9cl+4ghM9ndxvPSmjN5 KCeQv2jOxrPDkq5vTUYqV7PE2+jQTiIyTk0ALGXOB37zPJ8ZKt0CAwEAAaOCAbcwggGzMA4GA1Ud DwEB/wQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwCQYDVR0TBAIwADAdBgNV HQ4EFgQU+ArfnG+AsHyyKHD+Qad28shvhkcwHwYDVR0jBBgwFoAUJIFsOWG+SQ+PtxtGK8kotSdI bWgwbwYIKwYBBQUHAQEEYzBhMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5zdGFydHNzbC5jb20w OQYIKwYBBQUHMAKGLWh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL3NjYS5jbGllbnQxLmNy dDA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9zY2EtY2xpZW50MS5j cmwwHwYDVR0RBBgwFoEUZmVsaXhwaGV3MEBnbWFpbC5jb20wIwYDVR0SBBwwGoYYaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vMEYGA1UdIAQ/MD0wOwYLKwYBBAGBtTcBAgQwLDAqBggrBgEFBQcCARYe aHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4IBAQB62lcCPk9J hvXby+5Pav1EZH4kMyulFaHUR4YtSTTnzlVnUjY1YC3PeuElbJvdg7GUdVktppZIp4yWRNevsdrZ gLJGBXvIprSpOeTjNQE//X+Zho7vqTY/sGMRiRxJmTi4/zDG63AsSzKFV8xcVi9yact85J+CMKRJ iv+x/AHi54RDiaGLoUkOpXiMZ2Ov8hRdQl+P99lgvDGhVwskGMtncZfmvmcSfyRai4gRpsXE8EKo qjzzUPr3aThBiVBVY+9iqEoXl3t2ykq+00v7uqJb0JOm8AHzk7Bk/tRYw/75bs2dBuwmrJMu2UBV L/2fc2cuLDjnMYoNV8nV8xrKm4YJMIIF4jCCA8qgAwIBAgIQa6eKfQrXiNZRCvlZ5Oe04TANBgkq hkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20g Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTUxMjE2MDEwMDA1WhcNMzAxMjE2MDEwMDA1WjB1 MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20g Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50 IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvX3a98OifYP2W4L921tfrh4bdcC1 Ga+YJKy7V3nYNewJHnzMlBsK0Hb8Dm4Wo3FZpylcYa1MJGT10QMGWaLER3xCIuRR+8eklf/EqeZW RLojJ7zBRtjMywPOCelrOU+DX12dKp+Ez4J6919rz1UudTO1GvZyCYJ/I7062uHsskM8b7gPxmcC oO1UHwwpgkvpCArJWGFoFzjLdsZbErJcS3HtAhlkbE/BKTMrdYg35Uo12SLBO5tbk8h2imbKTC8i Ms+pskrvI/AVlh6QoTTXk6xboVX6zgMgzxSVVLymQiygYYm0y5aMsvi2raFhC643SOGvErWWPPnS EfbeAD1xswIDAQABo4IBZDCCAWAwDgYDVR0PAQH/BAQDAgEGMB0GA1UdJQQWMBQGCCsGAQUFBwMC BggrBgEFBQcDBDASBgNVHRMBAf8ECDAGAQH/AgEAMDIGA1UdHwQrMCkwJ6AloCOGIWh0dHA6Ly9j cmwuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDBmBggrBgEFBQcBAQRaMFgwJAYIKwYBBQUHMAGGGGh0 dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbTAwBggrBgEFBQcwAoYkaHR0cDovL2FpYS5zdGFydHNzbC5j b20vY2VydHMvY2EuY3J0MB0GA1UdDgQWBBQkgWw5Yb5JD4+3G0YrySi1J0htaDAfBgNVHSMEGDAW gBROC+8apEBbpRdphzDKNGhD0EGu8jA/BgNVHSAEODA2MDQGBFUdIAAwLDAqBggrBgEFBQcCARYe aHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4ICAQCL4/eH7AGL hK0PAQJbnOEjJyMEvTTwcAJuUh/bodjQl06u4putYOxdSyIjSP/sKt+31LmjG8+IO1WqykE4H/Lm 7NKezWVnCHuwb3ptgFmlwbMbGkU2MOZBtwzfKXdYUhFLhaE2uw5jXhXvLYitQay962wP5uPI6eAI hV4L8aaya1u4s7MnrTq0Rz25FuGNO79vTHYWj797tSRC8rM16js4yGKOLFpQvIg0F8IElv57b1st p+C7omqM5Qn15dePbSnqr8Jb65WtmJJbnv6rlqfY/aLuE/zmNAlzLmPgfMDStKIXdg+EoYBZTEo8 wBUaBxihfNbJ069ndQOxMNNqBelEMgpAtmjTbCuXFjqIwWq+XOx6ZV/Wh2FAmaLsSHlNvEjjSQMZ wE4EeHCdo66ZmEs/5JYlCeOkulKVQ6P3m5/XOj2jP17Q2AgmjP+11+sHN7PvrG0OwrQp9QMe3X+r n0G8MjtFfqBWvR9CgLIxzM3MJNxFdgdjS2rYnShP5uxvqwfZvhZVYCIkqdJhpYON0DvSodfiar0w iM79mySZJjzC0CTbiisBzS/BeBhqeo2wFfli/iw3hn1XKvAx0ty6w/scmBF0AYqmRHYj1TjMSw0l Al7AztLglqWjUPI+sukvadMRPxmtKXlS2nVR4an/Z16imsZ69+fFYH68c1CK7zmjozGCA04wggNK AgEBMIGJMHUxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBT dGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3Mg MSBDbGllbnQgQ0ECEFC1FgrWDmDapbYQtU9amcIwCQYFKw4DAhoFAKCCAZkwGAYJKoZIhvcNAQkD MQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTYwNDExMTAwOTI1WjAjBgkqhkiG9w0BCQQx FgQUZM4To5OcqdCBowSXiKQZbulRfwswgZoGCSsGAQQBgjcQBDGBjDCBiTB1MQswCQYDVQQGEwJJ TDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlv biBBdXRob3JpdHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBAhBQtRYK1g5g 2qW2ELVPWpnCMIGcBgsqhkiG9w0BCRACCzGBjKCBiTB1MQswCQYDVQQGEwJJTDEWMBQGA1UEChMN U3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkx IzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBAhBQtRYK1g5g2qW2ELVPWpnCMA0G CSqGSIb3DQEBAQUABIIBADP1YEH/Wx3wooCwm8sc3cYuM4MZkHDgnfNvyISp+YW/PD1wp9GTrb5W mTah3J3JMxKjEJPm+wFKc68t9rC0zKB0upuheJO3bw5hlWJj4wJQhUyKjQtxlTK20zhRR99ltEOR YXfIp5V8gutJYYTDy1Qu1zaAiV1DUHCyIE2TRHQZhmHVbStHpjwi/DYgFWBQRJMV1SESXFbvFXzy L/uqat3PzxoyOAlHRwuQiZOKgZ9On9PNkdCdqp7H4VV2/mj0dCfyJ0gBbyR1azv1bMQa7zpTD3/E WCZfY4htXbhss9Sio0ByrM5Oi9wScK4Gm2Q8qRsLndJglSQi4HLVDjM9stYAAAAAAAA= --Apple-Mail=_CCEE9186-87CA-480C-9B97-0A966D037E47-- From owner-freebsd-questions@freebsd.org Mon Apr 11 10:20: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 D943AB0B520 for ; Mon, 11 Apr 2016 10:20:56 +0000 (UTC) (envelope-from alserkli@inbox.ru) Received: from mx.eitan.edu (62.128.58.36.static.012.net.il [62.128.58.36]) (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 4C4731D03 for ; Mon, 11 Apr 2016 10:20:55 +0000 (UTC) (envelope-from alserkli@inbox.ru) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx.eitan.edu (8.13.8/8.13.8) with ESMTP id u3B9sPnC020767 for ; Mon, 11 Apr 2016 12:54:26 +0300 Date: Mon, 11 Apr 2016 12:54:25 +0300 From: Alexander Klimov To: freebsd-questions@freebsd.org Subject: per-user firewall rules Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 10:20:56 -0000 I want to make sure that user can only communicate with predefined host:tcp-port and cannot send network packets to anywhere else (something like `--uid-owner' in iptables). Does any of the firewalls support this? -- Regards, ASK From owner-freebsd-questions@freebsd.org Mon Apr 11 10: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 67ACCB0BE34 for ; Mon, 11 Apr 2016 10:36:46 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 0F6C41A39 for ; Mon, 11 Apr 2016 10:36:46 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id n3so98402775wmn.0 for ; Mon, 11 Apr 2016 03:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=poJJKKTa98jmx/DYGqFzHezpR4h0U0PeeoyKTrjAiv4=; b=NYelVmF37Jg37vRwDN+jfVF2lklKy6a7Qf0T2GqUbCQfGPmNMSQXO+fwySU46QQcne mPS/s83YPu+10kmM+GeCM7VNkkdO2+u0LnXIGqQRzv1D/XVm1o21UuDWZkA8d1yi10dw UioDQASH41wp61/V8FZYwoxis/iAIRP/K4/E9BbTCaAUFEh6X3FFAcV0NKotdKJQisMb JVpy5zGPUdFb0Q/xS9LFcm1mCYK60dTbLsY5L/vAhEyJObxr01DY43//gsODT6pTKtnB arx55EAqxINVJdrqB8FgwylpTpMLuk28+xwXXDiqYVJApZTa+hJBT4SYzp/nF0xfK+g6 bxIw== 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:date :message-id:subject:from:to:cc; bh=poJJKKTa98jmx/DYGqFzHezpR4h0U0PeeoyKTrjAiv4=; b=Oq/sJaTOYsR5JYrXJOx6UUgmPSCpZp9JbNWToNuBJCQkT/hLMzULgzFVp8aFQ9GJBG iih0QHZYoh1/52xnjgF0Z7q1l9ppA4F/0ens50ShAtsA3oTZl5o/bDOSzvCxsK8j4wjq j48+Rh0PPznqEy9HaW2N+cr1hioVdQQFfL05xchj+KWg8ZIKVuMuod3a5D3ec4BCHx1B CORx0qafSg28Ki6XSJ7Z0sgLcW9t0YobR8e576jRahaGK8G1RXaMh94Z4hF/RB1dSupk oesBnfn/4i2ThXFcCWPE/uwoMTbVFYta7Ir6a2Qq2mfUzoN+CHql5tVjHIRG4DiYYdCp gl3A== X-Gm-Message-State: AD7BkJI99681IEzMOTMPs+FC7flr2Luxl1VJKNqzrgovpmuQQ/86v+xEpfoeCRuA0Y7Gf9yr8BwsdvyV0U08jg== MIME-Version: 1.0 X-Received: by 10.28.6.140 with SMTP id 134mr18154889wmg.23.1460371004646; Mon, 11 Apr 2016 03:36:44 -0700 (PDT) Received: by 10.194.42.41 with HTTP; Mon, 11 Apr 2016 03:36:44 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Apr 2016 12:36:44 +0200 Message-ID: Subject: Re: per-user firewall rules From: Ben Woods To: Alexander Klimov Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 10:36:46 -0000 On Monday, 11 April 2016, Alexander Klimov wrote: > I want to make sure that user can only communicate with predefined > host:tcp-port and cannot send network packets to anywhere else > (something like `--uid-owner' in iptables). > > Does any of the firewalls support this? > > -- > Regards, > ASK > IPFW supports the keyword "uid" followed by either the username or user id. Obviously this only works for packets destined for local sockets. See http://man.freebsd.org/ipfw man page for more details. Not sure if PF has a similar feature. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-questions@freebsd.org Mon Apr 11 11:47: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 6F1E5B0BC0C for ; Mon, 11 Apr 2016 11:47:19 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: from server.whoishostingthismail.com (mail26.whoishostingthismail.com [191.101.2.121]) by mx1.freebsd.org (Postfix) with ESMTP id 04E0B122A for ; Mon, 11 Apr 2016 11:47:15 +0000 (UTC) (envelope-from tom.wilcox@whoishostingthismail.com) Received: from server.whoishostingthismail.com (localhost.localdomain [127.0.0.1]) by server.whoishostingthismail.com (Postfix) with ESMTP id CF76560B23 for ; Mon, 11 Apr 2016 07:30:12 -0400 (EDT) Authentication-Results: server.whoishostingthismail.com (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=whoishostingthismail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= whoishostingthismail.com; h=user-agent:message-id:subject :subject:to:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version; s=dkim; t=1460374189; x=1461238190; bh=l8MP09cW4oDguDIOK4Ssxu7zd2gdH0vp27eu+hcKnpM=; b= OTD49KgKHmGzKLp6iSQddTL76qtTV1GQtQHdztLLPb8eAideWjo6m4BoNdYkH89m ZoZ+UrivJrTa41X1rGhEf5usQOPJvb7LaXHjysJWpJijpJ+5g31pjLlWWqmnbDDV XY2/kK67sccvl6VE16sU5QeIrWSJY4K44XKpX5+qU1RHobPUP9+xAgz6Ae9kHJul s3+qGSHB+cYZASZNjNx47vilur/IC1j3PHd7Y+jytNEeYfooKgeZ16avXUEXrbUH 4lsQc9AZWTSs7jW7U+dkkclzPby9cKOmyvczqTKjPk4e7SB6y2+sZu2XUgCMAcEg dhH1O9byX4L24u6sCPPVfw== X-Virus-Scanned: amavisd-new at server.whoishostingthismail.com Received: from server.whoishostingthismail.com ([127.0.0.1]) by server.whoishostingthismail.com (server.whoishostingthismail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IL5U6n2laX5s for ; Mon, 11 Apr 2016 07:29:49 -0400 (EDT) Received: from mail.whoishostingthismail.com (localhost.localdomain [127.0.0.1]) by server.whoishostingthismail.com (Postfix) with ESMTPSA id 7BB9860AF0 for ; Mon, 11 Apr 2016 07:29:49 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 11 Apr 2016 19:29:49 +0800 From: Tom Wilcox To: freebsd-questions@FreeBSD.org Subject: Quick message - This link is broken Message-ID: <59c9adbb6a0b31f063d6ec657c7e0b83@whoishostingthismail.com> X-Sender: tom.wilcox@whoishostingthismail.com User-Agent: Roundcube Webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 11:47:19 -0000 Hi, I noticed a link on your site which is no longer working; It's on this page: http://www2.ngtech.co.il/fbsd_www/doc/handbook/bibliography-userguides.html , I’m getting an error when I visit this link: http://unixhelp.ed.ac.uk/ If you are planning on updating this page on your site, perhaps our guide to Unix Programming resources - http://wiht.link/unix_programming would make a suitable replacement. -Tom From owner-freebsd-questions@freebsd.org Mon Apr 11 15:12: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 5D884B0BA2F for ; Mon, 11 Apr 2016 15:12:25 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (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 F3FED1F6D for ; Mon, 11 Apr 2016 15:12:24 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from host-4-75.office.adestra.com (vpn-1.adestra.com [46.236.37.122]) (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 1A78111C5C for ; Mon, 11 Apr 2016 15:12:21 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201601-infracaninophile; t=1460387541; bh=ME6qDGxLfv7jya0EZGKlILktqsjzTdz6mcXIUVdWkxk=; h=Subject:To:References:From:Date:In-Reply-To; z=Subject:=20Re:=20Stupid=20question=20regarding=20ZFS=20and=20`df= 20-h`=20output|To:=20freebsd-questions@freebsd.org|References:=20< 20160410150013.4d34a49b@portege>|From:=20Matthew=20Seaman=20|Date:=20Mon,=2011=20Apr=202016=2016:12 :36=20+0100|In-Reply-To:=20<20160410150013.4d34a49b@portege>; b=jkDV274vf+5LFz2jRMJGwwm2J3DZnKySuNyenJMzFTjTExkxkzCKXkeETc+l3fGu6 /sBEMAVSo1ycHDAL2JUpmph11nbjar69iHgxeadqy9XHP3VnwlOt3Q/aCyR/dmfNAg 7JeG6DGytG1aeQVr+TJKVDrZ0R+smCgyP2wl3oOM= Subject: Re: Stupid question regarding ZFS and `df -h` output To: freebsd-questions@freebsd.org References: <20160410150013.4d34a49b@portege> From: Matthew Seaman Message-ID: <570BBEE4.1040409@infracaninophile.co.uk> Date: Mon, 11 Apr 2016 16:12:36 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160410150013.4d34a49b@portege> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nkXjiAxKp6DpaGIgEuKevcSW3osk2ws4L" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no autolearn_force=no version=3.4.1 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 15:12:25 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nkXjiAxKp6DpaGIgEuKevcSW3osk2ws4L Content-Type: multipart/mixed; boundary="oeX7Iff0q11JAmVspIWDsGdgHHTPknnMH" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570BBEE4.1040409@infracaninophile.co.uk> Subject: Re: Stupid question regarding ZFS and `df -h` output References: <20160410150013.4d34a49b@portege> In-Reply-To: <20160410150013.4d34a49b@portege> --oeX7Iff0q11JAmVspIWDsGdgHHTPknnMH Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2016/04/10 13:00, Aleksander Alekseev wrote: > I installed FreeBSD using steps like "Next -> Next -> ZFS -> use entire= > disk and don't bother me with stupid questions -> Next" >=20 > I have 128 Gb hard drive: >=20 > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ATA8-ACS SATA 3.x device > ada0: Serial Number 82GS10GGT2GY > ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 122104MB (250069680 512 byte sectors) >=20 > And here is `df -h` output: >=20 > Filesystem Size Used Avail Capacity Mounted on > zroot/ROOT/default 95G 21G 74G 22% / > devfs 1.0K 1.0K 0B 100% /dev > zroot/tmp 75G 153M 74G 0% /tmp > zroot/usr/home 89G 15G 74G 17% /usr/home > zroot/usr/ports 75G 859M 74G 1% /usr/ports > zroot/usr/src 76G 1.2G 74G 2% /usr/src > zroot/var/audit 74G 96K 74G 0% /var/audit > zroot/var/crash 75G 930M 74G 1% /var/crash > zroot/var/log 74G 360K 74G 0% /var/log > zroot/var/mail 74G 188K 74G 0% /var/mail > zroot/var/tmp 74G 136K 74G 0% /var/tmp > zroot 74G 96K 74G 0% /zroot >=20 > How exactly should I read this to get result "all 128 GB are used"? I take it you mean 'what would this output look like if all 128GB were used'? Because at the moment, you've got quite a lot of your disk spaces still unused. The 'Avail' column would show zero or a very small amount of space available when the pool was full, and the figures for the 'Size' and 'Used' columns would have pretty near equal values. The 'Size' and 'Capacity' columns are a bit weird in ZFS -- unlike a system with fixed size filesystems where the meaning of those columns is clear, with ZFS 'Size' means "The sum of the already used space for this ZFS plus all of the available space in the entire pool"[*] -- so 'Size' for one ZFS will change as data is added to another ZFS. Capacity is just the ratio of 'Used' over 'Size', and shows similar effec= ts. Cheers, Matthew [*] Assuming that there haven't been any reservations or size limits configured for that ZFS, which is generally the case for what the installer creates. --oeX7Iff0q11JAmVspIWDsGdgHHTPknnMH-- --nkXjiAxKp6DpaGIgEuKevcSW3osk2ws4L Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJXC77uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnQQUP/0Rus37ro0egDDxQhtRknMnx B3D1CxSErufHhG6Cim/oT8TGKFJU73iJT3y2ammNk8bu/XTVq9wl4FAKM4YiyA1Y xWGd7iEZ/bANj/l6uHsQDB6LmP0DBzHhPIKFqk/vZvQ0/xNSqAOCKtiLQ3NIQkR0 dFsOB5VHTFwlbx7jjU3x3PiMoSmA51ZSmjAkLW9vFhykSTEATnoXY9VZVtL5CvsU eFZdf4eBzQ0r417G8XhZ00Tcu6loSqxoLBNDC2M5y1fR3SrZ3q8KtcBNUe6gy3oM IFY+EzuE7hhDQqOg+dPyee2415F8fTUnAc4hVG63lF6m480Koaq56Fgu6sppGsYr OIKMWv3O+qaJWDZ63RqrLfabKAznkTGbwnZ5A/ixOO0u1GPUoNe7TYNnxAI0qEGw wwt5QX1p9GEbJifu8D5jyZc6Bq6sMLojpfiiFMEFOMwzhqrd60cAlUa0IM21zGiz jHnFGrBskxzo2FDWatMB/MAYTyajiZfE4SSpJMupT8sCho8d4J9KgneXdsekuSDZ +O1gnEKvTSPsPDOWfajokcLtAzXvhZ50hPBaaab0YdHLbw/VjozB4crqrctR1+7Z k3/Hy+A4gMVS6Kh/N+uSD8QhjDGGzHUrPhEuaQ9fuasLeAff9RK3JDakPH4YSiib R5WUDN1ll1/cXXNbfoM7 =yVmU -----END PGP SIGNATURE----- --nkXjiAxKp6DpaGIgEuKevcSW3osk2ws4L-- From owner-freebsd-questions@freebsd.org Mon Apr 11 15:31: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 1AF7CB0C1C5 for ; Mon, 11 Apr 2016 15:31:55 +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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9654E1B78 for ; Mon, 11 Apr 2016 15:31:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from host-4-75.office.adestra.com (vpn-1.adestra.com [46.236.37.122]) (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 91C3111C6F for ; Mon, 11 Apr 2016 15:31:48 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/91C3111C6F; dkim=none; dkim-atps=neutral Subject: Re: Reg NAT64 Tayga Query To: freebsd-questions@freebsd.org References: <5B.60.01818.D7C4B075@dnvrco-oedge03> From: Matthew Seaman Message-ID: <570BC377.3030808@FreeBSD.org> Date: Mon, 11 Apr 2016 16:32:07 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <5B.60.01818.D7C4B075@dnvrco-oedge03> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="25D21HpRs7MA6otQN2mjRVqufi0P5M1Sc" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 15:31:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --25D21HpRs7MA6otQN2mjRVqufi0P5M1Sc Content-Type: multipart/mixed; boundary="AnR892IBbJUIFgWlbfawaXDxV5Q7Oh7OJ" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570BC377.3030808@FreeBSD.org> Subject: Re: Reg NAT64 Tayga Query References: <5B.60.01818.D7C4B075@dnvrco-oedge03> In-Reply-To: <5B.60.01818.D7C4B075@dnvrco-oedge03> --AnR892IBbJUIFgWlbfawaXDxV5Q7Oh7OJ Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2016/04/11 08:04, Thomas Mueller wrote: > from Harrish Jeyabalu: >=20 >> Hi Freebsd Team, >=20 >> Good Day, I have a query regarding NAT64 with Tayga. We are using the >> Freebsd version 4.2 and we are in need of implementing NAT64 using Tay= ga. >> It would be useful if you can give some pointers regarding >=20 >> - Which version Freebsd implements NAT64? >> - If so which software it uses for NAT64 (like Tayga?) >> - And could you please share the docs if any for Tayga implementation/= usage >> in Freebsd. >=20 >> Thanks in advance. >=20 >> Regards and Thanks, >> Harrish.S.J >=20 > FreeBSD 4.2 is an ancient release, long past end of life! >=20 > Current release version is 10.3, and there is also HEAD (current). >=20 > I hever heard of Tayga regarding computer software, couldn't even find = anything on Wikipedia. But there is a reference to TAYGA if you look in = Wikipedia on NAT64: >=20 > https://en.wikipedia.org/wiki/NAT64 >=20 > NAT64 relates to IPv6, and I don't think anybody ever heard of IPv6 at = the time of FreeBSD 4.2. >=20 The OP is referring to this: https://www.freshports.org/net/tayga/ Certainly, FreeBSD 4.2 is *way* too old to work. The ports doesn't support anything much before 9.3-RELEASE nowadays -- I'd always choose the latest available stable release for any new project. Neither FreeBSD itself, nor any of the software bundled with the base system, apparently supports NAT64 at the moment. (At least, I couldn't find anything saying it does, and plenty saying it doesn't). There's some mention of pfsense supporting NAT64 but I haven't confirmed that. (pfsense is a firewall system based on FreeBSD.) Tayga is add-on software separate to the OS, which you should simply be able to install with pkg(8) on a recent (and supported) version of FreeBS= D. Cheers, Matthew --AnR892IBbJUIFgWlbfawaXDxV5Q7Oh7OJ-- --25D21HpRs7MA6otQN2mjRVqufi0P5M1Sc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJXC8N+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTn1fwQAJfCuq5e76u9rKCtH0nQ//7s wDv426vgqPr2V7NEvdKosh/T1HcAcNqXQoUlP8EOBCxIqQr3uPR/vapLByrK5F9U DxGm0bSewnXshZAwPOCqxtj/S/mHipT2gE3scumzeBBZO7CsMYn0RQothM2qTzpd tU3g/sqtFC0sX0UfL0Pmct9DoRFpru46OKAsZAnLHT/KnYV/Cgv46tkZQeAmDMq9 XAf+dSnNQ1p/o9zO6VrZCbgqFY+iUrNV5EzUcgFpOe6qFRZI/4POPm8MlUV5xNxZ BpfHATVueTlobOL7C4nql3Mdvyuy7bFSCaLyUCj5PiKohFK67uSmzwxfgcmWJ489 o/vyUanKt5zosnbuHVDIVDYOAwshpmVwjWMB3+JwrFS8tBkRlGAl6oXH2BPQ6NXJ swudSSGRjjE+QyVT4FBZDfTfli6BuJ2o+Hc8BVJETh4v+hIA45NH8hXX4reUUTc3 kPALcTWh6Tr+zBCjzq6dYDyDCcV4cH5Jao1Slw9/HCBEjqsz7AU8fb6p594WDPyN UzFDiX1EKOKTuAMkCXi6nWhZjaNxM/bZClBOJr6GkUyzCJ4rxU0hE4qDEXP4zNLz FzMJy9RToOmV6FNhcpV2ow9ZVd+KmcOHRvjj6doEj60zbkK5W8TuSFJpMDjIAmYa Ls2be74aWzIe1p9+YLkL =IPLv -----END PGP SIGNATURE----- --25D21HpRs7MA6otQN2mjRVqufi0P5M1Sc-- From owner-freebsd-questions@freebsd.org Mon Apr 11 15:42:41 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 37F67B0C566 for ; Mon, 11 Apr 2016 15:42:41 +0000 (UTC) (envelope-from dave.mehler@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 C748810D2 for ; Mon, 11 Apr 2016 15:42:40 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id v188so91878865wme.1 for ; Mon, 11 Apr 2016 08:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=bc91Q2SeRoEk4LSs5/81fT4QGampLeYh2EqTxhUUQ0w=; b=T1RxDz49/+soIMLAo7qBNCVRYqxj2I4ntypmxDQnkxJ8M3aKW45jQ4KMwBdDI4XUFr TO4lHMULoeEhmSsAptgJhPK/Q1Lborz+imZBzeoEAOuy6PamsU97dckOVycTx9EJa86d 6WLzjeevZJ7hOF7scs5XzfJWcugFMCqGI69T1ctCyJp0iKLSy9Wl62g2m4IonSwEvpjp nxp/WdXvyBSOq/kX/LgfRU5EeEmbReAM7uwENerDsqyeZ0BBkE3X9n637AhjLb4SEQZy rd+px1dlF/9kYnpq0e5dZAPJVr8qbBG0qroqA3QVt7ute0hpnrNsQxyYFZECJ9QyFn4U 53Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=bc91Q2SeRoEk4LSs5/81fT4QGampLeYh2EqTxhUUQ0w=; b=N9SRntxdLbSLh8Gof5uiiw08iHYn3xV4VgnH8YwYFqEVZxUzwnLuP8ycM0i9tu8VdM WPcDDjljWe+sDpCoGBuoB/JDTXF7oR54R39UVtcLNGvTJ6diWObTjLl37DCjHLGQTL0G mdpY16lyI/AQ/70inD/HfSuhK4/WCAaEnwOmTVlsU38+SS9421XZQlG1Zpu/L9IM2T7a EIyi8xLpw7No4zQrALMDDTt6XlxtNQLZKHkIVa2XF0028KKL2rkfmXrq3LOR6kcXClDX bzSbyRyeZ0tTcEGaALxITlVbGSCzbMzar5LL0Ho1d7bxQoS5BfDNU0QIi+2ggYKoS4Te 9Qbg== X-Gm-Message-State: AD7BkJK0/WetLuk/dr2p1e3PHUGJDuxJHbwZWfsdEAVXbpg1igAiJZlb2a4DSZbS8WesifOWsCc6SABDjQuyig== MIME-Version: 1.0 X-Received: by 10.28.111.217 with SMTP id c86mr18645130wmi.81.1460389359442; Mon, 11 Apr 2016 08:42:39 -0700 (PDT) Received: by 10.194.26.41 with HTTP; Mon, 11 Apr 2016 08:42:39 -0700 (PDT) Date: Mon, 11 Apr 2016 11:42:39 -0400 Message-ID: Subject: Continuing issues compiling pear port From: David Mehler To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 15:42:41 -0000 Hello, I'm having additional issues compiling devel/pear. I've got the latest ports tree and the version of pear is 1.10.1. It's looking for a file peclcmd.php which it is not finding. Here's the output such as it is, the informational about my php not having zlib support not sure where it's getting that, as I do have php56-zlib installed. # make ===> License PHP301 accepted by the user ===> pear-1.10.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pear-1.10.1 for building ===> Extracting for pear-1.10.1 => SHA256 Checksum OK for pear-1.10.1.tar.bz2. ===> Patching for pear-1.10.1 ===> Applying FreeBSD patches for pear-1.10.1 ===> pear-1.10.1 depends on file: /usr/local/include/php/main/php.h - found ===> pear-1.10.1 depends on file: /usr/local/lib/php/20131226/xml.so - found ===> pear-1.10.1 depends on file: /usr/local/lib/php/20131226/zlib.so - found ===> Configuring for pear-1.10.1 ===> Staging for pear-1.10.1 ===> pear-1.10.1 depends on file: /usr/local/include/php/main/php.h - found ===> pear-1.10.1 depends on file: /usr/local/lib/php/20131226/xml.so - found ===> pear-1.10.1 depends on file: /usr/local/lib/php/20131226/zlib.so - found ===> Generating temporary packing list Bootstrapping Installer................... Bootstrapping PEAR.php............(local) ok Bootstrapping Archive/Tar.php............(local) ok Bootstrapping Console/Getopt.php............(local) ok Extracting installer.................. Using local package: PEAR.............ok Using local package: Structures_Graph.... The extension 'zlib' couldn't be found. Please make sure your version of PHP was built with 'zlib' support. sed: /usr/ports/devel/pear/work/stage/usr/local/share/pear/peclcmd.php: No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/pear Thanks. Dave. From owner-freebsd-questions@freebsd.org Mon Apr 11 16:23: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 E255FB0B851 for ; Mon, 11 Apr 2016 16:23:26 +0000 (UTC) (envelope-from sathiyarajmca@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C1A701D55 for ; Mon, 11 Apr 2016 16:23:26 +0000 (UTC) (envelope-from sathiyarajmca@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BD46CB0B84D; Mon, 11 Apr 2016 16:23:26 +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 BCE6DB0B84C for ; Mon, 11 Apr 2016 16:23:26 +0000 (UTC) (envelope-from sathiyarajmca@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::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 75F461D54 for ; Mon, 11 Apr 2016 16:23:26 +0000 (UTC) (envelope-from sathiyarajmca@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id c4so220084805vkb.3 for ; Mon, 11 Apr 2016 09:23: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:date:message-id:subject:from:to; bh=JtAu3Pm6rX13iEeBShV1uRxl3AGgxz9iPm8WCvGQvkw=; b=G5hHNKa65FoUkzIK1cTlypXVEvEMfYJB5RVDBYiu2pPigl0kCEzha58QWPCLF35eX/ Wr9AmTd6Mx+QQMNR4x9JWrxNyMfgm+dwUhyeIet80s/2YgDckgFfHugip0vqYaqGFocf C3AMopvBcFjJIwB8soiBknpvjY1hCRJXQmVLwsZPiTE2dlq0aCp+cOTs5t7ks+qgUGLx oG6c1IQjX0ZufdH9EK+rjyQGSz6aWiiyEDfWmqd6+5HPicGUNeY2N7mxGvNqRL/dm3ea k5QL/NAmEpgYrTUphxiA35ElwDqoxL1g5JFhaYwfJhIXKmLWTD5LSqJJnplviiJ5M2tB YOSQ== 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:date :message-id:subject:from:to; bh=JtAu3Pm6rX13iEeBShV1uRxl3AGgxz9iPm8WCvGQvkw=; b=Di+cutoQ2v/aI7yODWFRoFZWyL8JDn08iLbfi4WDa8U3a8APjQo14LIr5OiyAlMYuY bSA3GGOWBrvY6g+qClXp34VqamYRSdCC7GNwbslv7uz7sCK/+omKecSdnA4jYRjjiewf PEeXKuJQ0s5ut4xfMfcuaKE7tgXfpbDK3XPZeb6Ydoy6OiefXYBuh0/KKXVnWyNjpIEj wnZRjfyDGRZm9KGK0pUjyXjLpd43sHMLXTl169NmYJysu1DSuKt6Gm6RS7rDEECckmoK LSmmPe6OPtQsD5yceUTCGnxJtVBasmZjcm+64qpIVmq8Cs/3zS0w+GG/mnAOiFwNv6V6 6I/g== X-Gm-Message-State: AD7BkJI4zA8dfycCJ+0dbOq2FdJP5YihAKP95LGzgTIVl+nD1zoaQysVR4f+dzgqqq0VKmjxGIsVDo18C3SiCA== MIME-Version: 1.0 X-Received: by 10.31.47.200 with SMTP id v191mr12692466vkv.116.1460391805623; Mon, 11 Apr 2016 09:23:25 -0700 (PDT) Received: by 10.176.3.114 with HTTP; Mon, 11 Apr 2016 09:23:25 -0700 (PDT) Received: by 10.176.3.114 with HTTP; Mon, 11 Apr 2016 09:23:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Apr 2016 21:53:25 +0530 Message-ID: Subject: DUMmYNet configuration From: sathiyaraj v To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 16:23:27 -0000 Hi team, I am new to FreeBSD. I want to understand the DUMMYNET concept. How firewall rules can be applied using dummynet? Is there any socket necessary to apply the firewall rules? How the rules work internally? Can you please help me to understand? Thanks in advance. Sathya.V From owner-freebsd-questions@freebsd.org Mon Apr 11 17:13: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 39841B0CD8E for ; Mon, 11 Apr 2016 17:13:56 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 19B3218D8 for ; Mon, 11 Apr 2016 17:13:56 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 15597B0CD8D; Mon, 11 Apr 2016 17:13:56 +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 14FC5B0CD8C for ; Mon, 11 Apr 2016 17:13:56 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (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 909E018D6 for ; Mon, 11 Apr 2016 17:13:55 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by mail-lf0-x230.google.com with SMTP id c126so166614664lfb.2 for ; Mon, 11 Apr 2016 10:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=vZlRMHrBvPCHtD4mNJHKE7iMAhm5FexwtJi2eVxC97Q=; b=obOAhDWDZeGphegpYvaGlKBjuQdXvhakkCcP9zMzFaqYAnOU9Q4B/ksnLZB04joB0N OYxQf2mhS1MVGd6eXQML1jTmQOOzfT93+Z05j9gd2H36RpfVW/aR07KGjI31EukkRyQ7 vGx5YTw1HT3bNYRKHXhtnLhzL68xYL+dEMyDCm+mGwyUuiqFHsyCFN0UlvafeBqth/8S 59ytnoZxVjSNJEbFTL4vrX97VuPVDp4QSAWMs9exySrY3zPNtj8xrDOhVgawb4MhWkda 1LmOsDKrhDJLCRK9/a65srgg7NCIpXeuvOWraQ4k3XzBIdVUzqCw0K5iF7vJRjaUNVv6 Sqkw== 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:date :message-id:subject:from:to:cc; bh=vZlRMHrBvPCHtD4mNJHKE7iMAhm5FexwtJi2eVxC97Q=; b=JAOzK4Z8d2RBTZPq7E1tXjyEvmky4qH0//nQVAm970HNpo8wO+Adt2nDcdkEUOIOSD zEebIt/NcugbOaEeJsG+MulqkYE0uQad6YzO76WR3WYwanZ3q82coZf0CcwpYN0f0k/M Z1TZnwNAcLr8Ydu5CwYx2S/mbjVRqbhF7cKKTU3wd78GHmm2YbutyppxJEuhqqKxBxRc agvlwSB1w5icqVSJUlY+PgyKBzVW488LoCBCOFoGWVGLMVJ2eBAc9pYuYpNpqeN5TVEB wc2Q8mEVnv4MHk6TcQ4efJoRkNEo34MqFsWMZ5XqHkDdSyCIDFXepuBnDQ86DQWaQiz6 Ax3w== X-Gm-Message-State: AOPr4FVzEePpgiuuCP92pQ59fwiXnCFn8VBTdRQBu/+o5nW5PFom0bTCEQN1Ef3DuNMLVOEhXJhyRCQ0gCU9Lg== MIME-Version: 1.0 X-Received: by 10.25.86.209 with SMTP id k200mr1880637lfb.75.1460394833783; Mon, 11 Apr 2016 10:13:53 -0700 (PDT) Received: by 10.25.156.19 with HTTP; Mon, 11 Apr 2016 10:13:53 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Apr 2016 10:13:53 -0700 Message-ID: Subject: Re: DUMmYNet configuration From: pete wright To: sathiyaraj v Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 17:13:56 -0000 On Mon, Apr 11, 2016 at 9:23 AM, sathiyaraj v wrote: > Hi team, > > I am new to FreeBSD. I want to understand the DUMMYNET concept. How > firewall rules can be applied using dummynet? Is there any socket necessary > to apply the firewall rules? How the rules work internally? Can you please > help me to understand? reading the available documentation is probably the best first step. http://info.iet.unipi.it/~luigi/dummynet/ -pete -- pete wright www.nycbug.org @nomadlogicLA From owner-freebsd-questions@freebsd.org Mon Apr 11 18:28: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 EE51EB0B398 for ; Mon, 11 Apr 2016 18:28:52 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::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 775201588 for ; Mon, 11 Apr 2016 18:28:52 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id a140so24154601wma.0 for ; Mon, 11 Apr 2016 11:28:52 -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=KILQok1wrDruqrfwweSEdDgvwGk5zubpnkSB35DvmDo=; b=fPSc1yzVo3sogESYgFXozhtG6AMhxHYtSj+zl21Nl+BJy89tNLJqAhCxCA2r4jt6pI /7pg4mfj2omdfWQx5afOMHXQ3E7ze/O1f+6qQs8buWNbQH2xniN97ISARJz9nZ/EbTXi m6vqaBFrL3CNRMqyCyQ+1HH+56R92Wl0NMkfW1+DASG3plua2r88zTxNOTYHeBouToK7 bOb4Tq95UerNS24n5Eo/3sgZ7edQSQGk3lkQ1UdKQusS6Qha2OuaN4kq+5i3Oy1rODeG AabwE/FHFxsm6QrriOn7vDh6nwgu7ZDIF1WQXC07Ooz9N+LG18WAtNWP9ILClqWPy//8 MHJA== 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=KILQok1wrDruqrfwweSEdDgvwGk5zubpnkSB35DvmDo=; b=HCsb1huE7vsI+N2A5AzWsgutMYwuO0q8cg0j79Pco6oywQv2YZmgp3MVSo6WoItXoa tPXxC7DKDXdkqVJudk8g1hnyvVEltnyo4UElmvy0812UdBNeXvDTCj+tpiaMvATGnU5/ +hQzdk9dF+LHI7AIjjhI+LCoKOeuwZHK9xuP20oCEk5C8DXH9+YgdSN0RNipI7HV9w07 gu55w467BR72qhypryfvAYv42ttkgaMXiR1BRzsw3/prDytwkeTR4fghzI8FTb//oUQI njSjgo8GEtbB55+BFbpxLPhz77loUKMFCOB2+EfRvrT2zUui1Dj9BeS4A3tFCx2z2/Zs bhlA== X-Gm-Message-State: AD7BkJJRvVR9TCWrsfD+Q8WFCdRrikptqfi2WYecl0b2LJy0bfpzhq9qwlSKuCT+IFcN5A== X-Received: by 10.28.134.67 with SMTP id i64mr19423914wmd.83.1460399331125; Mon, 11 Apr 2016 11:28:51 -0700 (PDT) Received: from Johans-MacBook-Air.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id d2sm29247076wjf.28.2016.04.11.11.28.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2016 11:28:50 -0700 (PDT) Subject: Re: Zfs - broken disk - add instead of attach - How to go back to mirrored setup? To: Sebastian Wolfgarten , freebsd-questions@freebsd.org References: <6ACA8DAA-7D86-4FD0-B08C-2030CFF575C1@wolfgarten.com> From: Johan Hendriks Message-ID: <570BECE1.8070103@gmail.com> Date: Mon, 11 Apr 2016 20:28:49 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <6ACA8DAA-7D86-4FD0-B08C-2030CFF575C1@wolfgarten.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 18:28:53 -0000 Op 08/04/16 om 21:53 schreef Sebastian Wolfgarten: > Dear all, > > I used to have a ZFS-based mirror and now thanks to a typo I have one big disk of 5.4TB instead of a 2.7T mirror - how do I get back to having a mirror? > > Here is what happened: > > Last week one of my hard drives broke requiring me to detach & replace the disk: > > server1 - ZFS pool - HEALTH fault > > NAME SIZE ALLOC FREE FRAG EXPANDSZ CAP DEDUP HEALTH ALTROOT > zroot 2.72T 763G 1.97T 18% - 27% 1.00x DEGRADED - > > pool: zroot > state: DEGRADED > status: One or more devices has been removed by the administrator. > Sufficient replicas exist for the pool to continue functioning in a > degraded state. > action: Online the device using 'zpool online' or replace the device with > 'zpool replace'. > scan: scrub repaired 0 in 3h48m with 0 errors on Fri Mar 25 10:48:35 2016 > config: > > NAME STATE READ WRITE CKSUM > zroot DEGRADED 0 0 0 > mirror-0 DEGRADED 0 0 0 > 5383010007106655398 REMOVED 0 0 0 was > /dev/diskid/DISK-Z1F0LSM7p3 > gpt/zfs1 ONLINE 0 0 0 > > errors: No known data errors > > # zpool detach zroot /dev/diskid/DISK-Z1F0LSM7p3 > > After the provider put in a new disk, I made a mistake (i.e. I added the disk to the zroot pool instead of attaching it) and now I was wondering how to recover from this situation: > > # zpool add zroot ada0 > > Here is what zroot now looks like: > > # zpool status zroot > pool: zroot > state: ONLINE > scan: scrub canceled on Fri Apr 8 21:27:31 2016 > config: > > NAME STATE READ WRITE CKSUM > zroot ONLINE 0 0 0 > gpt/zfs1 ONLINE 0 0 0 > ada0 ONLINE 0 0 0 > > errors: No known data errors > > I tried to remove/disable/offline the second disk but that did not work: > > # zpool offline zroot ada0 > cannot offline ada0: no valid replicas > # zpool remove zroot ada0 > cannot remove ada0: only inactive hot spares, cache, top-level, or log devices can be removed > # zpool detach zroot ada0 > cannot detach ada0: only applicable to mirror and replacing vdevs > > Now my question is: How can I get back to having a mirror without loosing all the data on ada1? Any ideas? Using ZFS split maybe? > > Many thanks. > > Best regards > Sebastian > > _______________________________________________ > 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" You have created one pool of two vdevs where the vdevs consist of one disk. There is not an option to remove a vdev from a pool. You have two options. 1) get yourself a disk to copy all your data to , destroy the pool and recreate it as a mirror, and copy your data back. 2) buy two more disk, and create two mirrors. zpool attach zroot gpt/zfs1 /your/new-disk and zpool attach zroot ada0 /your/new-diks2 Also it is wise to create a GPT partition on the disks, that way you can use the labels and not raw geom devices. gpt create -S GPT /dev/ada0 gpart add -t freebsd-zfs -a 1m -l labelname /dev/ada0 If for some reason ada0 is not ada0 anymore but lets say ada1 then you are not in trouble, because the labels do not change. This sometimes happens when adding more disks to a system. regards Johan From owner-freebsd-questions@freebsd.org Mon Apr 11 18:47: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 D3380B0BF17 for ; Mon, 11 Apr 2016 18:47:20 +0000 (UTC) (envelope-from asv@inhio.eu) Received: from cz-prg-mx-01.inhio.eu (mail.inhio.eu [178.238.36.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9F81112EE for ; Mon, 11 Apr 2016 18:47:19 +0000 (UTC) (envelope-from asv@inhio.eu) Received: from titanio.inhio.eu (unknown [172.16.0.30]) by cz-prg-mx-01.inhio.eu (Postfix) with ESMTPSA id 949CCB9470 for ; Mon, 11 Apr 2016 18:37:56 +0000 (UTC) Message-ID: <1460399864.2173.11.camel@inhio.eu> Subject: upgrade to 10.3 from 10.1 From: asv To: freebsd-questions@freebsd.org Date: Mon, 11 Apr 2016 20:37:44 +0200 Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 18:47:20 -0000 Hello everyone! I don't feel confident to proceed with # freebsd-update upgrade -r 10.3-RELEASE from my 10.1-RELEASE-p31. I read on the FreeBSD website: "Systems running 9.3-RELEASE,10.3-RC[12] can upgrade as follows" but usually releases in the middle are included. I've tried to search a bit about it but I didn't find much. Am I just paranoid for not seeing 10.1 and 10.2 in the list? Did anybody try this operation already? I also have jails there, I want to be very prudent on this machine. Thanks in advance. From owner-freebsd-questions@freebsd.org Mon Apr 11 22:41: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 33B16B0B1AA for ; Mon, 11 Apr 2016 22:41:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (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 BB36115A4 for ; Mon, 11 Apr 2016 22:41:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (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 A58B111E60 for ; Mon, 11 Apr 2016 22:41:35 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/A58B111E60; dkim=none; dkim-atps=neutral Subject: Re: upgrade to 10.3 from 10.1 To: freebsd-questions@freebsd.org References: <1460399864.2173.11.camel@inhio.eu> From: Matthew Seaman Message-ID: <570C2819.7070900@FreeBSD.org> Date: Mon, 11 Apr 2016 23:41:29 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1460399864.2173.11.camel@inhio.eu> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MTGI1Dp4VFxhgx13D0cLc1bsnKfjMIBoB" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 22:41:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MTGI1Dp4VFxhgx13D0cLc1bsnKfjMIBoB Content-Type: multipart/mixed; boundary="nKRea7rlFaeGQwebIiDFef95Io5tf0gtH" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570C2819.7070900@FreeBSD.org> Subject: Re: upgrade to 10.3 from 10.1 References: <1460399864.2173.11.camel@inhio.eu> In-Reply-To: <1460399864.2173.11.camel@inhio.eu> --nKRea7rlFaeGQwebIiDFef95Io5tf0gtH Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 11/04/2016 19:37, asv wrote: > I don't feel confident to proceed with=20 >=20 > # freebsd-update upgrade -r 10.3-RELEASE >=20 > from my 10.1-RELEASE-p31. > I read on the FreeBSD website: "Systems running 9.3-RELEASE,10.3-RC[12]= > can upgrade as follows" but usually releases in the middle are > included. > I've tried to search a bit about it but I didn't find much. >=20 > Am I just paranoid for not seeing 10.1 and 10.2 in the list? > Did anybody try this operation already? > I also have jails there, I want to be very prudent on this machine. Other release versions usually aren't listed explicitly, unless there is something special that needs to be done to upgrade them. The fact that 10.1 and 10.2 aren't listed is a sign that there's not going to be any great difficulty upgrading from those versions. We haven't seen any horror stories about upgrades on the lists since 10.3-RELEASE came out. That silence is what should give you confidence: people just don't talk about things that work routinely. The minute there's a problem though... Cheers, Matthew --nKRea7rlFaeGQwebIiDFef95Io5tf0gtH-- --MTGI1Dp4VFxhgx13D0cLc1bsnKfjMIBoB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXDCgfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATQb0P/0IVkOViS73fWMmvdd7aLp4Z i4SnP5lXfRvEBSLbqcsKU7+ZbYnKIMm8nb2cK53g15ifnawSlfAH/KdNTH0yXYMG mxItff4113uNjtAphEfrS0WHiYq+tlArLwU0NdzWDtAk88kWsbqfC/SA7CyUXqZ9 lFYofvywyCIov/riHW0gfXQkIZ4Hb0QB2v3VbS0IbC5fAeCiwtUonnZum46/neJP lIJecgOAyXsZi/ozmdEg+UgJqaHrijHdVLf9eYf3E73tRUCvF4IXTBxLTxnN7Lxp slYrT1JIuf5Y8qtcE4DpU+QdsejNjHAFC171DR6j/hLBikCqbYnBI5KMAkc+cAFO i+c5ImCZSg9/CxwfdCL9UPyBxYqcyJmdYC1Ws5PxcL5DeIUE2CM4z4rn/yOToBPT AgDE5bAxUzTP1547BrLrf+0mzkNQ/KfR17h6ge2/vuJq4WMRa3QGWvDmLy47rYzJ kJwHrdJ0MgMHdp2djhkXDUNfUwYRMSggmpDaZm7vPqMFJMUnTsnjYQula7twrWVK nhgNBFD/oF+xCuHWt/qiX34CGcc43bK/5WGyU9S7HCZIOClv8203S1PSy/qB7tKW xdoYs9eagGR4pJ1+9QPArdF5Sk5r+Mh70uXAaiRRl8VLshDEm7Ne/c5K91f554t3 a0Lqq7vEO6rkx+KlPv0U =jxP0 -----END PGP SIGNATURE----- --MTGI1Dp4VFxhgx13D0cLc1bsnKfjMIBoB-- From owner-freebsd-questions@freebsd.org Mon Apr 11 23:50:45 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 B5C59B0CD94 for ; Mon, 11 Apr 2016 23:50:45 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 90FFF127D; Mon, 11 Apr 2016 23:50:45 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id ED87333C22; Mon, 11 Apr 2016 19:44:40 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id AE6813981C; Mon, 11 Apr 2016 19:44:37 -0400 (EDT) From: Lowell Gilbert To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: upgrade to 10.3 from 10.1 References: <1460399864.2173.11.camel@inhio.eu> <570C2819.7070900@FreeBSD.org> Date: Mon, 11 Apr 2016 19:44:36 -0400 In-Reply-To: <570C2819.7070900@FreeBSD.org> (Matthew Seaman's message of "Mon, 11 Apr 2016 23:41:29 +0100") Message-ID: <44k2k3hfrv.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 23:50:45 -0000 Matthew Seaman writes: > On 11/04/2016 19:37, asv wrote: >> I don't feel confident to proceed with >> >> # freebsd-update upgrade -r 10.3-RELEASE >> >> from my 10.1-RELEASE-p31. >> I read on the FreeBSD website: "Systems running 9.3-RELEASE,10.3-RC[12] >> can upgrade as follows" but usually releases in the middle are >> included. >> I've tried to search a bit about it but I didn't find much. >> >> Am I just paranoid for not seeing 10.1 and 10.2 in the list? >> Did anybody try this operation already? >> I also have jails there, I want to be very prudent on this machine. > > Other release versions usually aren't listed explicitly, unless there is > something special that needs to be done to upgrade them. The fact that > 10.1 and 10.2 aren't listed is a sign that there's not going to be any > great difficulty upgrading from those versions. > > We haven't seen any horror stories about upgrades on the lists since > 10.3-RELEASE came out. That silence is what should give you confidence: > people just don't talk about things that work routinely. The minute > there's a problem though... I'm thinking there's a problem with setting refentrytitle, as at https://www.freebsd.org/releases/10.3R/installation.html#upgrade-binary From owner-freebsd-questions@freebsd.org Tue Apr 12 07:04: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 4FF66B0C74B for ; Tue, 12 Apr 2016 07:04:14 +0000 (UTC) (envelope-from benfell@parts-unknown.org) Received: from mail.parts-unknown.org (n4rky-1-pt.tunnel.tserv29.fmt1.ipv6.he.net [IPv6:2001:470:66:119::2]) (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 3730F1C12 for ; Tue, 12 Apr 2016 07:04:13 +0000 (UTC) (envelope-from benfell@parts-unknown.org) Received: from [192.168.1.75] (unknown [50.250.218.173]) by mail.parts-unknown.org (Postfix) with ESMTPSA id D17025979242 for ; Tue, 12 Apr 2016 00:04:12 -0700 (PDT) To: freebsd-questions@freebsd.org From: David Benfell Subject: rsync update mixed environment Message-ID: <570C9DE3.6030601@parts-unknown.org> Date: Tue, 12 Apr 2016 00:04:03 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3obtwDXKf06rfeme0c5hHULikcG1xTVb8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 07:04:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3obtwDXKf06rfeme0c5hHULikcG1xTVb8 Content-Type: multipart/mixed; boundary="fpIR4URM5jiT3sVTaH9aGOCTbhnAe269l" From: David Benfell To: freebsd-questions@freebsd.org Message-ID: <570C9DE3.6030601@parts-unknown.org> Subject: rsync update mixed environment --fpIR4URM5jiT3sVTaH9aGOCTbhnAe269l Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi all, I'm used to rsync from Linux, where one can do rsync -auvz to update the files from one directory to another between networked systems. The z option gave me trouble in FreeBSD but I guess you can do zz instead. I guess I missed a memo on whatever is going on with this. Either way, updates don't seem to happen reliably when I do this from a Linux system to a FreeBSD system. The failure is silent; it just doesn't seem to recognize that a file in the source is newer than the version in the destination. And then I wonder why an updated file didn't propagate. The systems involved are: 10.3-STABLE FreeBSD home.parts-unknown.org 10.3-STABLE FreeBSD 10.3-STABLE #0 r297605: Tue Apr 5 20:48:34 PDT 2016 =20 root@home.parts-unknown.org:/usr/obj/usr/src/sys/GENERIC amd64 and Linux home-sabayon 4.4.0-sabayon #1 SMP Fri Mar 18 21:29:28 UTC 2016 x86_64 AMD A10-7700K Radeon R7, 10 Compute Cores 4C+6G AuthenticAMD GNU/Linux Both are pretty close to up-to-date. I'm pretty desperate for this to work and work reliably. How can I make it so? Thanks! --=20 David Benfell, Ph.D. benfell@parts-unknown.org --fpIR4URM5jiT3sVTaH9aGOCTbhnAe269l-- --3obtwDXKf06rfeme0c5hHULikcG1xTVb8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJXDJ3sAAoJEOoml8Ul4D7WgYcP/j0rB93hiawvKgP7BUIiruLU 5dzjmX96rjYRt+1chKeFP66krOZxJ7lTYUELtxuCDfGB26WuAzGBq5eLjyw6gspb HDgguHJalrIm8EZj6cBRycRWyedD0STTxE2wqI5b4JMi1hQCc306+VoqYW/if5y+ YIPt98aGc6nC7dx54ZqfnfOaMMCaqd4jiyghQzN6LV4eLzkKLBEgzE1n490+ZmKb QvIrQJe9OmLK4ggM12Qh8HVlLW3pmYPdbT+yPHNbYTjgBNbmAJg07peEiyMk8hLT 12NHIBtFkvVfye/GJTzbV8FJia2h6LCbENucOu/4pjBY5X0vknSP5cnGdk7mTc1d 9U3hWyxh2MxKX2nfajgLP0gTCflaz+9kTmuaTFbiBmMCfHYkz0TCqBUNkVY5kXhB vRLYXMTEPR9LloVgJFgZQ/lAqTgsTWjnfS+QtGer9cHC/epRTnlfZBZCgSm3eO27 jwnkZbk7X0W8jXliyAmftNQR+RoaHlTBouzk6NfZPbBt1K+FSwAU7piYWjuwOiiY SVlg3F4ibMzu+cfV89vGB8ZEwy9fTtlQPJgEArY5+m9BB3izLGyyBWDIFyxrSQUw m7FKn/e283pHXGvUpGsBJ3Z18u0JRpDwTumpsvQODT756h/w2FI4hMuEOeR95pbv nNrltw0e2IBHz/GtTKNL =hKcz -----END PGP SIGNATURE----- --3obtwDXKf06rfeme0c5hHULikcG1xTVb8-- From owner-freebsd-questions@freebsd.org Tue Apr 12 07:49: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 DF093B0DB7A for ; Tue, 12 Apr 2016 07:49:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (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 6E9B41649 for ; Tue, 12 Apr 2016 07:49:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (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 68DBC11F6F for ; Tue, 12 Apr 2016 07:49:46 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/68DBC11F6F; dkim=none; dkim-atps=neutral Subject: Re: rsync update mixed environment To: freebsd-questions@freebsd.org References: <570C9DE3.6030601@parts-unknown.org> From: Matthew Seaman Message-ID: <570CA890.7090706@FreeBSD.org> Date: Tue, 12 Apr 2016 08:49:36 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <570C9DE3.6030601@parts-unknown.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LS4BCQqBWHQU2W9nn8GWaRH97TBn12mSp" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 07:49:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LS4BCQqBWHQU2W9nn8GWaRH97TBn12mSp Content-Type: multipart/mixed; boundary="P2npk1A6dh76ilPqRbSNXXfN7JaAUOs5F" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570CA890.7090706@FreeBSD.org> Subject: Re: rsync update mixed environment References: <570C9DE3.6030601@parts-unknown.org> In-Reply-To: <570C9DE3.6030601@parts-unknown.org> --P2npk1A6dh76ilPqRbSNXXfN7JaAUOs5F Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/04/2016 08:04, David Benfell wrote: > I'm used to rsync from Linux, where one can do rsync -auvz to update th= e > files from one directory to another between networked systems. >=20 > The z option gave me trouble in FreeBSD but I guess you can do zz > instead. I guess I missed a memo on whatever is going on with this. The FreeBSD port is using the zlib from the base system rather than what is bundled with rsync. This does have an effect on functionality, particularly on interoperability with other versions of rsync. If you're using rsync in a diverse environment, it might be an idea to toggle that option setting in the rsync port and reinstall it. > Either way, updates don't seem to happen reliably when I do this from a= > Linux system to a FreeBSD system. The failure is silent; it just doesn'= t > seem to recognize that a file in the source is newer than the version i= n > the destination. And then I wonder why an updated file didn't propagate= =2E Curious. Is there any problem going in the other direction? FreeBSD to Linux? What are the versions of rsync on either side? Does using compression or not affect the reliability? (ie. try your rsync without any compression at all.) I'm thinking this could be a problem due to the change in the way the compression option works with different rsync(1) versions. Quoting the man page: This matching-data com- pression comes at a cost of CPU, though, and can be disabled by repeating the -z option, but only if both sides are at least version 3.1.1. Cheers, Matthew --P2npk1A6dh76ilPqRbSNXXfN7JaAUOs5F-- --LS4BCQqBWHQU2W9nn8GWaRH97TBn12mSp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXDKiWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT8CcP/RijjB+OEvAPloMb8lEjh7d/ 6xdMUiTUN8c33i8ln7GNKkaNwOX7v2rFoGzUitAIyzXCyTnbF6TqhJoTqcVkqq3J AbSQnM1+oZ1NPlGdK5F55aOiZPZH4E6pKsjCBll+9xDA7fxteTC5jQug+fix2R75 n0vO+b79FdQhPFthtQGEHbAadJ53VrSLcS1SH3NnleVThEPrvwFLyPHHCQ2UDOq+ W7BUluMWJaCCcfmp+x651H99dytOmD1D5MujEXLw55lM6PQlAinVt3erKnW/+8hz MOKJPfTVc+6SoSmZ2yEGd28wkiCkw8izKN5y8WfxbA7iIHenlNWqCelCCfyUiQHV 5vF9yGfyDyLPLjSN6bBGSVXEikPeR43fhJuvFTa9i0KXNWvkKwPfUYZbeTERD3SZ F26cOKXcp7rGTKw+V7BkuLHFm6cuku8c0cPfL6i6AIQUqNhKdVTOy2RH69gIaMi0 5BBAT7yglPMCzVWk6GqfEWrzm18ytqtGHeVI1pVwk4hnW0D9+1d1Xs4zg9hpQepM 3Fo/sOTFRCXpTr6ILUy19UwvbP+5f9/s4uq/mQYg7/a+IDqcHHTJBnnDuYZS6Rl+ exwPwBPciQpB3KEFmRj688572bnNuJ2Rjaxi9OBFpZPZAau36hQ2up18upI9m7AB sPnIl5ueP7wyTRjbb2e8 =cGMz -----END PGP SIGNATURE----- --LS4BCQqBWHQU2W9nn8GWaRH97TBn12mSp-- From owner-freebsd-questions@freebsd.org Tue Apr 12 07:53:48 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 E95B3B0DDEA for ; Tue, 12 Apr 2016 07:53:48 +0000 (UTC) (envelope-from asv@inhio.eu) Received: from cz-prg-mx-01.inhio.eu (mail.inhio.eu [178.238.36.226]) by mx1.freebsd.org (Postfix) with ESMTP id B29041AEF; Tue, 12 Apr 2016 07:53:47 +0000 (UTC) (envelope-from asv@inhio.eu) Received: from titanio.inhio.eu (unknown [172.16.0.30]) by cz-prg-mx-01.inhio.eu (Postfix) with ESMTPSA id 226ABB9822; Tue, 12 Apr 2016 07:53:46 +0000 (UTC) Message-ID: <1460447625.2173.14.camel@inhio.eu> Subject: Re: upgrade to 10.3 from 10.1 From: asv To: Lowell Gilbert , Matthew Seaman Cc: freebsd-questions@freebsd.org Date: Tue, 12 Apr 2016 09:53:45 +0200 In-Reply-To: <44k2k3hfrv.fsf@lowell-desk.lan> References: <1460399864.2173.11.camel@inhio.eu> <570C2819.7070900@FreeBSD.org> <44k2k3hfrv.fsf@lowell-desk.lan> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 07:53:49 -0000 Thanks guys for your inputs. I'll try to dig more on this prior to proceed. Have a good day. On Mon, 2016-04-11 at 19:44 -0400, Lowell Gilbert wrote: > Matthew Seaman writes: > > > On 11/04/2016 19:37, asv wrote: > > > I don't feel confident to proceed with > > > > > > # freebsd-update upgrade -r 10.3-RELEASE > > > > > > from my 10.1-RELEASE-p31. > > > I read on the FreeBSD website: "Systems running 9.3-RELEASE,10.3 > > > -RC[12] > > > can upgrade as follows" but usually releases in the middle are > > > included. > > > I've tried to search a bit about it but I didn't find much. > > > > > > Am I just paranoid for not seeing 10.1 and 10.2 in the list? > > > Did anybody try this operation already? > > > I also have jails there, I want to be very prudent on this > > > machine. > > > > Other release versions usually aren't listed explicitly, unless > > there is > > something special that needs to be done to upgrade them. The fact > > that > > 10.1 and 10.2 aren't listed is a sign that there's not going to be > > any > > great difficulty upgrading from those versions. > > > > We haven't seen any horror stories about upgrades on the lists > > since > > 10.3-RELEASE came out. That silence is what should give you > > confidence: > > people just don't talk about things that work routinely. The > > minute > > there's a problem though... > > I'm thinking there's a problem with setting refentrytitle, as at > > https://www.freebsd.org/releases/10.3R/installation.html#upgrade-bina > ry > > _______________________________________________ > 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 Apr 12 13:53: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 80AC0B0DCA5 for ; Tue, 12 Apr 2016 13:53:18 +0000 (UTC) (envelope-from jorgeluiscorreioeletronico@gmail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::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 10C201724 for ; Tue, 12 Apr 2016 13:53:18 +0000 (UTC) (envelope-from jorgeluiscorreioeletronico@gmail.com) Received: by mail-lf0-x231.google.com with SMTP id j11so26200453lfb.1 for ; Tue, 12 Apr 2016 06:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=feid01UFACgiWY86oCbuPGhX1mSQzEYasQDw0zEPELE=; b=zBZV+YmjbkJMNJrb3jBKnSutJTOmi7v5BP+2ng9y14ciTKE2SyeUXEhJWFBOUjw/i7 k3Q7weBn0LIVw9tGrmn0W8DvjI5JQ7b0iCE8MZVA0a59t3gpi46rmRDi+Tm20imXRdwK dieEZAZyWV8ESLa0BoEbvpQdoPW9Y1wJpk9bfHknfsgqRNf1gEnfz98M4bbXIOpv8OBq fIGagciaFh+OEyczAixGsv5X4fFNz4xpEUy8MB4LjMb+SYc+V+aelkcgjUYv+Mm1PgJU 7/X8T/rKMOQ3R7acJfUB7veBzGg6w0SSXysJHMKQhA3iGrxAC57+V+TCN0Ln8G2XiHgW +xrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=feid01UFACgiWY86oCbuPGhX1mSQzEYasQDw0zEPELE=; b=jPwt89WJyJU1XnfdHC6zO4NwMnm5oXSOI4YFya8ot1cKWLPGJtUJWFrSubxMutR2l6 S8LP2Py9IZt9CCZCA7F/5JTKvfm4ucTWrtGkI8wGq+QzQv7dzK/kGEXN3AByk0JLBBxH dXB2lp+1OYgcfuaEEZBfwu9jSQE5v5DD0QvbUUC7IMTTAijB+YaHsfcuZwE6gk+OXJNw XCFH6+0+NpVKN6F4BA535+1ErblshzgU0xNvDRC/6XjpKaCQwkJ9WQkM3sCmYF0Kj7Ov uisZM8czobf+Nn90WgUw8nhYGhQbcf2kRwj5GQlcYwMrKlTn9QmmuPSHVSjEuaHxzaZO Grrw== X-Gm-Message-State: AOPr4FX5htvfDoCOIlws4V+j6l+TxIFrOAZ5ENg1DdUOPFsxaKJh3PQxX8oTj/VvsVrmbBJ6ES4Ur/mTmwMaww== MIME-Version: 1.0 X-Received: by 10.112.151.207 with SMTP id us15mr1239539lbb.28.1460469196175; Tue, 12 Apr 2016 06:53:16 -0700 (PDT) Received: by 10.112.54.232 with HTTP; Tue, 12 Apr 2016 06:53:16 -0700 (PDT) Date: Tue, 12 Apr 2016 10:53:16 -0300 Message-ID: Subject: The buttons are for idiots? From: Jorge Luis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 13:53:18 -0000 Just for fun. Theo de raadt said that the buttons are for idiots. /// http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/theo.c?rev=1.150&content-type=text/x-cvsweb-markup What is the opinion of FreeBSD developers about this affirmation of Theo de Raadt? From owner-freebsd-questions@freebsd.org Tue Apr 12 13:59: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 1FFDCB0C0EE for ; Tue, 12 Apr 2016 13:59:46 +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 9B35419DA for ; Tue, 12 Apr 2016 13:59:44 +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 u3CDxXnR002129; Tue, 12 Apr 2016 23:59:33 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 12 Apr 2016 23:59:33 +1000 (EST) From: Ian Smith To: pete wright cc: freebsd-questions@freebsd.org, sathiyaraj v Subject: Re: DUMmYNet configuration In-Reply-To: Message-ID: <20160412234436.Q1139@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.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 13:59:46 -0000 In freebsd-questions Digest, Vol 619, Issue 2, Message: 5 On Mon, 11 Apr 2016 10:13:53 -0700 pete wright wrote: > On Mon, Apr 11, 2016 at 9:23 AM, sathiyaraj v wrote: > > Hi team, > > > > I am new to FreeBSD. I want to understand the DUMMYNET concept. How > > firewall rules can be applied using dummynet? Is there any socket necessary > > to apply the firewall rules? How the rules work internally? Can you please > > help me to understand? > > > reading the available documentation is probably the best first step. > > http://info.iet.unipi.it/~luigi/dummynet/ Yes, that's the best introduction to the concepts, however configuration information is consolidated in ipfw(8) (ie, man ipfw) where dummynet has its own chapter and some practical examples. Probably best to subscribe to the freebsd-ipfw@freebsd.org list, and hunt through its archives, for a deeper exploration or more questions. As for how it works internally, you really have to dive into sources. cheers, Ian From owner-freebsd-questions@freebsd.org Tue Apr 12 14:31: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 9CB9DB0D053 for ; Tue, 12 Apr 2016 14:31:26 +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 43B881E48 for ; Tue, 12 Apr 2016 14:31:25 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Receive