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) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.15.2/8.15.2) with ESMTP id u3CENWkR019553; Tue, 12 Apr 2016 15:23:32 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Subject: Re: The buttons are for idiots? To: Jorge Luis , freebsd-questions@freebsd.org References: From: Arthur Chance Message-ID: <570D04E4.7040506@qeng-ho.org> Date: Tue, 12 Apr 2016 15:23:32 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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 14:31:26 -0000 On 12/04/2016 14:53, Jorge Luis wrote: > 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? Hello Jorge, got a new mail address? My opinion is that your new address has been added to my troll filter along with your old ones, and that others should consider this option. -- Moore's Law of Mad Science: Every eighteen months, the minimum IQ necessary to destroy the world drops by one point. From owner-freebsd-questions@freebsd.org Tue Apr 12 18:06: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 B311AB0DDB7 for ; Tue, 12 Apr 2016 18:06:18 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 819541892; Tue, 12 Apr 2016 18:06:18 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x233.google.com with SMTP id u185so38753596iod.3; Tue, 12 Apr 2016 11:06:18 -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:cc; bh=y2iS10H3t5Fe+nS3HfucrjKa6mU90RIqJ/SBtO4ZDbo=; b=bBnejV2WnFJNUiid0eUXf3yywW9rJoSRHRGc6rYB24uVfk2LZruyeBP0DZJAN+GcHB Tayg+iZW0jc9Ml20FeYBaGWAEVGO8CMzseE6oQ5fYhKdvMbMtK6eiTzVihkFjIvVt78D Y12ZjepFzmSugY5AHv8ctIZjc6oZccu/TqUJmfIeGDK21v5TwnyOADOA6SDi/8tHslIf 5Snex6HrvKetqOAqoHN8De+irmNhUZQh0yUeEpo4ffKPY8Zsz0rRWB4onbxgFi+98xlE +YIg6fYVB2YZ6tYm7MIgNd1+kjsd8jdi8BoeQjuGuaUjnEgHZwilz0NXIHabSVWyH7Zy 74ig== 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:cc; bh=y2iS10H3t5Fe+nS3HfucrjKa6mU90RIqJ/SBtO4ZDbo=; b=UqVahz0ZFNsVlYvK/4cj3Jbkskwrpcf0WJJ3fkCegYQmtawA5wNQZWGeWYWuTFXMPS jceDpwGM+ye9693ZR400mSQ6dx3/yaqpi20cE73SPeBNbLX8jB1koVekEdfX/Vz9iObv +tA0Dwci++zOgrBGc3JqLYH5cQznAgYn16uuHviU5NsM6dAAhYYdqS8UnQW1kzOYM2fs RkgoxbKcXTTAZN4lcw9ap3WFKaeXMK5LTGsfmBTbO42Cz0H6d2aEh7abWNzt75xjZx8e 7y3cXrztZWhmyku57MAEMKnUhpC/vcHsMlj2Fx2tYg+Hi75Ac88v2y00UXLwQiQXFkEX NYTg== X-Gm-Message-State: AOPr4FVtVL4satacGr9GDR71dxeCzX2S/Bh6cn6bB3+gZbdqrFTulIRKKzm7jVyGQ05wzDNPC3mFoiOUM/EE4A== MIME-Version: 1.0 X-Received: by 10.107.137.72 with SMTP id l69mr5559793iod.177.1460484377843; Tue, 12 Apr 2016 11:06:17 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Tue, 12 Apr 2016 11:06:17 -0700 (PDT) Date: Tue, 12 Apr 2016 14:06:17 -0400 Message-ID: Subject: Re: upgrade to 10.3 from 10.1 From: Jonathan Moore To: matthew@FreeBSD.org 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: Tue, 12 Apr 2016 18:06:18 -0000 I haven't had any problem upgrading from 10.2-RELEASE to 10.3-RELEASE either using freebsd-update. My installation is solid. I am using MATE or gnome2. And my latest base image was 10.0. From owner-freebsd-questions@freebsd.org Tue Apr 12 18:25: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 C761FB0E55D for ; Tue, 12 Apr 2016 18:25:30 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: from codelab.pl (mail.codelab.pl [31.179.245.228]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2E81873 for ; Tue, 12 Apr 2016 18:25:30 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: by codelab.pl (Postfix, from userid 33) id 9CF22B0A52; Tue, 12 Apr 2016 20:13:09 +0200 (CEST) To: freebsd-questions@freebsd.org Subject: =?UTF-8?Q?=5bThank_you_for_update_your_infos_our_new_system_=2c=5d?= X-PHP-Originating-Script: 33:op80.php Date: Tue, 12 Apr 2016 20:13:14 +0200 From: PayPal Inc =?utf-8?Q?=E2=9C=94?= Message-ID: <7c00e0e71f06146331687b14c1137a57@codelab.pl> X-Priority: 1 X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 18:25:30 -0000 From owner-freebsd-questions@freebsd.org Tue Apr 12 21:20: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 1F416B0EB1E for ; Tue, 12 Apr 2016 21:20:14 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::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 EC7691EAA for ; Tue, 12 Apr 2016 21:20:13 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 2so45709732ioy.1 for ; Tue, 12 Apr 2016 14:20:13 -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=0VkWzFcbc5JCBxi99dg8R7WangT42Obmro2ZS4vhzrQ=; b=itTY2yqAGVc+XmC0KB/suZ9iDsbEbjPc3WFGA2duHxrjiZPcvE33whVt/PzrX/cyXA Jg/aIOT01rzRqG9Q81JlOtq28Q8y0i+QeUZYWTid8M888uZ6sGRht2B2pa66j7YWmIVZ gJQDmtuzSL1IHKBTLDMMKP6kns0wtHRZ5HsVxCo5seaLmUlgtEwgTV3z3WTKMtyBCk/x Cb35Tjr5/mDG2pnV91vML+gMKTSg8Dq8Jtzll4ehQPcxeoW42Dj1wRkbm9AQmR/pRI5x Au7yC6BaQgDTvsM6lV6IjRtQcNSn465y4Tmts4JdpMqMmvmv8+d5fIBM5OVHJG4jUQeX 1PeQ== 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=0VkWzFcbc5JCBxi99dg8R7WangT42Obmro2ZS4vhzrQ=; b=i5o7VWZEutTn46pBXxy+bnbM2rf25iJa2v8DbDtIqFKSd/xG5scODHEqniIiEvpQhc EEi6X3If8Hp+9Dvp8wEpGN88H3gE05eq3NV2QrC7ICyyFbRYbEA4woPyPVJNChwjJQkp PjoQPS2hxZr57i/9hOJVku9Lfa9UseGuwHXD8HmMRE5HXoESGKlBgkYmQgRVNhlzjUsE G7sIsIxhiBGUjdJFxxmAthKEUEnGkWV7EDlPPS1ACyuDfGnK2iYGjfv+cGuwfEDcbtNT P/EvsstusX325oIOHF4HsKa9PesqpqaI6jljwDvTowjUQ37iqtUHtsX8qEmccFkwCxyd VV2g== X-Gm-Message-State: AOPr4FW5sWoppsY8j702rsRzG0dRguJl80y8i9kAoGaD/fbpBN++1TkRm7xaes7xvAn75DSmzll/5fekw5Ba9Q== MIME-Version: 1.0 X-Received: by 10.107.166.72 with SMTP id p69mr6544318ioe.100.1460496013309; Tue, 12 Apr 2016 14:20:13 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Tue, 12 Apr 2016 14:20:13 -0700 (PDT) Date: Tue, 12 Apr 2016 17:20:13 -0400 Message-ID: Subject: Gene Pattern From: Jonathan Moore 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 21:20:14 -0000 Hi, I've been looking in the biology ports and noticed the ports doesn't have Gene Pattern is this something that FreeBSD would be interested in? Here is their githuib -> https://github.com/genepattern/genepattern-server/tree/master and website -> http://www.broadinstitute.org/cancer/software/genepattern/ Regards, Jonathan Moore From owner-freebsd-questions@freebsd.org Tue Apr 12 21:50: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 AEAA7B0D6E2 for ; Tue, 12 Apr 2016 21:50:37 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A0AA51AA0 for ; Tue, 12 Apr 2016 21:50:37 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: by mailman.ysv.freebsd.org (Postfix) id 9C3EFB0D6E1; Tue, 12 Apr 2016 21:50:37 +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 9BE2CB0D6E0 for ; Tue, 12 Apr 2016 21:50:37 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: from codelab.pl (mail.codelab.pl [31.179.245.228]) by mx1.freebsd.org (Postfix) with ESMTP id 61D041A9F for ; Tue, 12 Apr 2016 21:50:37 +0000 (UTC) (envelope-from www-data@codelab.pl) Received: by codelab.pl (Postfix, from userid 33) id 1ACB01009A5; Tue, 12 Apr 2016 23:48:25 +0200 (CEST) To: questions@freebsd.org Subject: =?UTF-8?Q?=5bThank_you_for_update_your_infos_our_new_system_=2c=5d?= X-PHP-Originating-Script: 33:op80.php Date: Tue, 12 Apr 2016 23:48:31 +0200 From: PayPal Inc =?utf-8?Q?=E2=9C=94?= Message-ID: <808f1936139de85b639bec9edbcd0ea4@codelab.pl> X-Priority: 1 X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 21:50:37 -0000 From owner-freebsd-questions@freebsd.org Tue Apr 12 22:48: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 70897B0D3A3 for ; Tue, 12 Apr 2016 22:48:25 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward16h.cmail.yandex.net (forward16h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::a1]) (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 2EB011364 for ; Tue, 12 Apr 2016 22:48:25 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward16h.cmail.yandex.net (Yandex) with ESMTP id 4AF0C2141F; Wed, 13 Apr 2016 01:48:12 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id C1E91170064C; Wed, 13 Apr 2016 01:48:11 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id VDF9lAZr6d-mA78TDQE; Wed, 13 Apr 2016 01:48:11 +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=1460501291; bh=6vu9ABJATfkRpUaFtIO8Uj4D4wb5e0yZURebd7m8/r8=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=PfGbmnRx0pwgFT95vW6UPu9mZ2OWfZVVAPVGBguExxCBSy7HGdirckVRJdrhsNW30 tDzpCwF2X/4fuiJayOVX9N7cqhBBRCXyakBOuHASa0V5xpshgAoeXveL0n1uJHlxcs 5O6E9MOXhUlMTb9e14JZ4JC5jr2c9pr9LNyxp4AE= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1460501288.1542.1.camel@yandex.com> Subject: Re: Gene Pattern From: Stari Karp To: Jonathan Moore , freebsd-questions@freebsd.org Date: Tue, 12 Apr 2016 18:48:08 -0400 In-Reply-To: References: 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: 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 22:48:25 -0000 On Tue, 2016-04-12 at 17:20 -0400, Jonathan Moore wrote: > Hi, > > I've been looking in the biology ports and noticed the ports doesn't > have > Gene Pattern > is this something that FreeBSD would be interested in? > Here is their githuib -> > https://github.com/genepattern/genepattern-server/tree/master > and website -> http://www.broadinstitute.org/cancer/software/genepatt > ern/ > > Regards, > > Jonathan Moore I have an interest. Thank you. Stari Karp From owner-freebsd-questions@freebsd.org Wed Apr 13 00:30:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 951A1B0DEB5 for ; Wed, 13 Apr 2016 00:30:31 +0000 (UTC) (envelope-from jdm7dv@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 62F511F03 for ; Wed, 13 Apr 2016 00:30:31 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-ig0-x22c.google.com with SMTP id ui10so38505707igc.1 for ; Tue, 12 Apr 2016 17:30:31 -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=m1VDavv29K62+dhxbBBPRdNyfHaIKop/3lKOALEUG8g=; b=n8zA/B69ltMvzgz+0PBsCsN6iA4V/WFPiRiRARqKFseDvnOOWgyXsMEim+RIQkd6OA r8CnD/ni3+d3XSVFTBjtb1NhPLvLKbR7WzGASwaBdgd1CVg86g8taMieC4BRg3yuMpjt 8a6Q53LeGXxfWB6bM4Nyl4njleJhldsaO5bYMJY5mVSvUkEaLTi6FfePAIIYPjBtqGLU W4SGNGZUW7HMjE2GNp0svcVvPmJXELIc3VKb6Kx1MwVAXNHUPkb4g1RDC6bb7xXwlAkb ceNAi2y2ImwVfZVh2azDhtBqp2bPnpDPwGUlTUzcWDGAL/7MnjCEpDIko9mc1xqkJ3aA H35A== 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=m1VDavv29K62+dhxbBBPRdNyfHaIKop/3lKOALEUG8g=; b=bMpV5v8Kck+xE4c3t4+kWnfRfobl95v9u5qLJ04as2d+SsvUUe9MRE4wmbXjyCV9nX Zrzz2QXu2gye3nSVQDSkGFTxRSq3qSDgHR6bQ3drgaoDLrmibG5AoOMH7LNToDSxoSdk JJD3dfyrCsm5rpH1s1xV9sQTZAIQjDcndSzx/I0VDg7KI9lbHSZXS2rdmxLayg0H7rjL UjpWaQbFkgLY2/A5J4dtDjQrcPd8vkct9lq3/Ts1yDYu437IXyybWRKycTixJ2dg2nzk tw/yiozReUmVu8uCiOYvusnvyWJfYFW8b2zffCb0t2/wFPSTtF+uFtvad4vBYs5jl/DO wXyw== X-Gm-Message-State: AOPr4FWFISm/DNoaJjd1FUhTC+3Ztsc4adeJBc20pyrEG8JwttN50XuPDmv8aVzmhBibXbIoHYkq6v06TKqIhg== MIME-Version: 1.0 X-Received: by 10.50.67.36 with SMTP id k4mr7423702igt.89.1460507430611; Tue, 12 Apr 2016 17:30:30 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Tue, 12 Apr 2016 17:30:30 -0700 (PDT) Date: Tue, 12 Apr 2016 20:30:30 -0400 Message-ID: Subject: Quipper From: Jonathan Moore 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: Wed, 13 Apr 2016 00:30:31 -0000 Hi, Is quipper in the ports? I can't find it. I would be a nice addition. It's written in Haskell. http://www.mathstat.dal.ca/~selinger/quipper/ Jonathan Moore From owner-freebsd-questions@freebsd.org Wed Apr 13 01:06:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662FDB0CC47 for ; Wed, 13 Apr 2016 01:06:07 +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 2E6BE1251 for ; Wed, 13 Apr 2016 01:06:07 +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 53A965979234 for ; Tue, 12 Apr 2016 18:06:06 -0700 (PDT) Subject: SOLVED, BUT UGLY, was Re: rsync update mixed environment To: freebsd-questions@freebsd.org References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> From: David Benfell Message-ID: <570D9B74.80005@parts-unknown.org> Date: Tue, 12 Apr 2016 18:05:56 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <570CA890.7090706@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qJ0pb0IHfI3EAWGrCW5w3TU1Mf35EqMeF" 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: Wed, 13 Apr 2016 01:06:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qJ0pb0IHfI3EAWGrCW5w3TU1Mf35EqMeF Content-Type: multipart/mixed; boundary="GT6aLDuu82TxIA2EHnGoWEI1OqWIQx8ev" From: David Benfell To: freebsd-questions@freebsd.org Message-ID: <570D9B74.80005@parts-unknown.org> Subject: SOLVED, BUT UGLY, was Re: rsync update mixed environment References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> In-Reply-To: <570CA890.7090706@FreeBSD.org> --GT6aLDuu82TxIA2EHnGoWEI1OqWIQx8ev Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thanks Matthew for your response. My specific responses to your questions and suggestions are below. For everybody else, you probably don't want to wade through all that; I'm top-posting the TL;DR version he= re. Basically, I couldn't get rsync to update from within a script. No idea why but it looks like some way, somehow the script was the problem. Realizing it would be completely unreasonable to expect people on this list to debug my fairly gnarly script, I gave up and am using a new script to find the local and (with ssh) remote modification times. In the script that wasn't working, I'm using this new script to obtain those times, compare them, and scp accordingly. This works like a charm. Yes, I'm wondering why I can go to all that trouble, get it working, and utterly fail to get rsync working. My script to obtain the modification time is at https://parts-unknown.org/stikked/view/2e00aa88 but be sure to read the comments because using stat turns out to be really, really, really ugly and weird, which means, among other things, you have to use it with /dev/null on STDIN (this seems to be true on both Linux and FreeBSD). Again, no idea why. I'm in debt to a couple stackoverflow posts here. On 04/12/2016 12:49 AM, Matthew Seaman wrote: > On 12/04/2016 08:04, David Benfell wrote: >> I'm used to rsync from Linux, where one can do rsync -auvz to update t= he >> 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. > The FreeBSD port is using the zlib from the base system rather than wha= t > 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. I found and disabled the option. It should now be using the bundled zlib. However, rsync from Linux to FreeBSD still fails. But testing further, the failure only occurs within a script (there are a number of files and directories I'm trying to keep in sync) in which I first try to sync from the FreeBSD system to the Linux system. This must be making a difference, but I'm not understanding why, have no idea what questions to ask about why it might be making a difference, and reversing the order of the operations makes no difference. More generally, it's even failing to create files on the (FreeBSD) destination that do not previously exist. An obvious but both rude and inconvenient solution to this might be to elide the u option or to go to something simpler like scp (from ssh) but we're talking lots and lots of gigabytes, sometimes to and from a notebook that might be operating remotely from a coffee shop. I found unison, but it's now fussy about versions so a mixed environment won't work at all. >> 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 propagat= e. > Curious. Is there any problem going in the other direction? A test going the other direction succeeded. > FreeBSD to > Linux? What are the versions of rsync on either side? At first blush, the versions are the same. But there are some differences in capabilities and I just don't know enough to even guess whether they're significant: On Linux: rsync --version rsync version 3.1.2 protocol version 31 Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, prealloc On FreeBSD (both with and without bundled zlib): rsync --version rsync version 3.1.2 protocol version 31 Capabilities: 64-bit files, 32-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, no prealloc, file-flags > Does using > compression or not affect the reliability? (ie. try your rsync without= > any compression at all.) Yes, I have tried it without compression. That's actually the condition I initially encountered the problem under because my initial reaction to the error message about the z option was simply to elide it--these transfers are mostly occurring on a local network so speed is a bit less of a concern. > 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. --=20 David Benfell, Ph.D. benfell@parts-unknown.org --GT6aLDuu82TxIA2EHnGoWEI1OqWIQx8ev-- --qJ0pb0IHfI3EAWGrCW5w3TU1Mf35EqMeF 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 iQIcBAEBCgAGBQJXDZt9AAoJEOoml8Ul4D7WwhYQAKEBsc3A24mxJhojzJFUAsBA R2GJ9b7BQbo5APU1bKBMcK5u2zPs8WzrXo2kmziwNvILCvfEOIX5OB6or52wmDtx wsKA1KnriAxK/awbE4kjou2Sd7TUzqdYeqJbvk0anxGPBDz9o9nsk8OmH6+e+gTY /Ic4aOxnBfefFeWYZJhUX/I8KXAjucfKImNjqAPHqThnM0aysG2wDmtrL2/3W4Dq ZbOFaiuLarEACkxq+NZnARXUXQjhGFZNK/e5G/G+8+ccBDUYlBHMYYtLWRi3d0/e fSvL6RmGuALkVwAzOW+VbWYFa88FqJ/fWv+KOLPqZB1pZugliHK+NDsgd0YG0Bo8 fEbOcUfX1/qaTE3nXAl0+NPLm7+lwbtE1rrXRgTihgvY38bGaj0sY5F8Ht+rMbne vYSW5ZT+hxs8BuCcfK3lwPdIU+mGHUI1k3PM2/z3Kg924wyclv2b/I0SFiSn/FXh XcjYMk+yQ224dxcivjTlXrA+FKxYp86SNp91JduJHjfnGzVQYtijjg3r/B3Ejt11 i6jE2HoP0PDBiQUxIX1HYUWBeHjkTQEz246Tipg4HS9tyz97445VqdiPWC5fJiJB fsUNqvq/rFYc2IvY4DZAC2rW9ROFxFN24XCVZD1nyNLA+S4IzPYmQsjangpAEkG/ Rd3Izulc92JwAvkR7gE5 =vT1Y -----END PGP SIGNATURE----- --qJ0pb0IHfI3EAWGrCW5w3TU1Mf35EqMeF-- From owner-freebsd-questions@freebsd.org Wed Apr 13 01:39:51 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98DD4B0DC19 for ; Wed, 13 Apr 2016 01:39:51 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67AB9132E for ; Wed, 13 Apr 2016 01:39:51 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x234.google.com with SMTP id u185so52004889iod.3 for ; Tue, 12 Apr 2016 18:39:51 -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=bJOE6IiGkhn8hAbjVq+jSO+oUJjK1k/pejvHjHW7twQ=; b=opBrTs9PEVcU/lOKExQKGFKHleCqWUlTy85uWhPAe5QnM0f+bw98OhONJ7YmfgiN9l qU4MLHvVyySIuzaz9m2eiawL2AigJretcwrkmWLFZCjb3PNXKcPs/L3vWQNundo+eKRu DJxMaF1xKrJPbzJjZcN0FikDu5jnIqnX2vS/3E5tznJxV6zIBf+VPQLhsJPUIdlt9yxE HxOCgp+ZHPx4rfevh4UnMxSXeartq92f2I9ZIPoadUc2h3GTItbwcmd63VsMlz88aNUi 1mfbqPVgR79yj6DnBnkkKyc4853wsaRuOkgoJBYuPhx8cvrNz7jlWV4j5w1P42EFc3OR Vmuw== 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=bJOE6IiGkhn8hAbjVq+jSO+oUJjK1k/pejvHjHW7twQ=; b=AUg+MusYoWMDXYSh/Hm3McKtLSnM0UGqGb4vNXt2g+fWdhIzJXcWc8WxMQN47TGxxH lAFS+VqsXbb2Z3WrikZNTbYpe33GmMaQpYDiYNxym8yne9fPoH/X6trvP95Bg/OhWQTs H9+sUIUFOsXHcs7ymsAAegJr00yncyrOGFUXXRBVHJOI+t55EoPHwJA4uCZq4UXqJBrv sGTzQPHsCIePpHdlDr02Te4Zb0l2EZibUC2goLUcCcqoj4DDHMvEwyU/AAFjypEZc4Qi bm3DvNaDXsmToGwn2BKloZoy1WWi8r5zqux/ldtG9bYni29FiOE5/6U+wgHKIJpCropK 03Pw== X-Gm-Message-State: AOPr4FVjm0Jj5MgRlR5nqybcVo2f9vLuW6xdiyADkzubFP4ZQT2QoKNngbhEg/sHdsr9bRQ7sWuwBtG340N7hw== MIME-Version: 1.0 X-Received: by 10.107.161.68 with SMTP id k65mr8291659ioe.110.1460511590789; Tue, 12 Apr 2016 18:39:50 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Tue, 12 Apr 2016 18:39:50 -0700 (PDT) Date: Tue, 12 Apr 2016 21:39:50 -0400 Message-ID: Subject: SugarCRM From: Jonathan Moore 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: Wed, 13 Apr 2016 01:39:51 -0000 Hi, I know SugarCRM is in the ports. And I installed a FAMP stack in a VM. Does anyone know how to set up the CRM and configure it? Thanks, Jonathan Moore From owner-freebsd-questions@freebsd.org Wed Apr 13 07:22: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 CB9F3B0EF1E for ; Wed, 13 Apr 2016 07:22:32 +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 557B31DC7 for ; Wed, 13 Apr 2016 07:22: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 5687011428 for ; Wed, 13 Apr 2016 07:22:27 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/5687011428; dkim=none; dkim-atps=neutral Subject: Re: SOLVED, BUT UGLY, was Re: rsync update mixed environment To: freebsd-questions@freebsd.org References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> <570D9B74.80005@parts-unknown.org> From: Matthew Seaman Message-ID: <570DF3AC.1030501@FreeBSD.org> Date: Wed, 13 Apr 2016 08:22: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: <570D9B74.80005@parts-unknown.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1xRhfpwOcHpvM6cupwUV8NMW9EkXG57qE" 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: Wed, 13 Apr 2016 07:22:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1xRhfpwOcHpvM6cupwUV8NMW9EkXG57qE Content-Type: multipart/mixed; boundary="u9QG9gUFWepNkuQQE0W85sajKMls0EuVX" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <570DF3AC.1030501@FreeBSD.org> Subject: Re: SOLVED, BUT UGLY, was Re: rsync update mixed environment References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> <570D9B74.80005@parts-unknown.org> In-Reply-To: <570D9B74.80005@parts-unknown.org> --u9QG9gUFWepNkuQQE0W85sajKMls0EuVX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 13/04/2016 02:05, David Benfell wrote: > Basically, I couldn't get rsync to update from within a script. No idea= > why but it looks like some way, somehow the script was the problem. > Realizing it would be completely unreasonable to expect people on this > list to debug my fairly gnarly script, I gave up and am using a new > script to find the local and (with ssh) remote modification times. In > the script that wasn't working, I'm using this new script to obtain > those times, compare them, and scp accordingly. This works like a charm= =2E >=20 > Yes, I'm wondering why I can go to all that trouble, get it working, an= d > utterly fail to get rsync working. So, rsync works fine if called directly from the command line, but fails in your script? That sounds as if you're modifying something in the environment which is in turn causing problems for rsync(8). The good news is that there are only 8 variables documented as affecting rsync -- see the section 'ENVIRONMENT VARIABLES' towards the end of rsync(1). Of those, RSYNC_RSH, HOME and USER/LOGNAME look like the most likely candidates. HOME is important because that controls where ssh(1) reads various config settings and finds ssh keys etc. USER/LOGNAME effectively does the same for the remote end of the connection. I'd also double check what PATH and IFS are set to. Having to cook up your own mechanism to extract file modification times is only good in the sense that it enables you to get your job done. That's what rsync(8) really should be doing -- and the C language interface using stat(2) is a lot more standardized than the stat(1) wrapper program. Cheers, Matthew --u9QG9gUFWepNkuQQE0W85sajKMls0EuVX-- --1xRhfpwOcHpvM6cupwUV8NMW9EkXG57qE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXDfOzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATxCwQAK9Y6Cxh80NPnLU3UcOa32YF Zyz3H/gR4wHneaaRPQrJefGbZ+Q2Wem++EXLv7ELmSns4yJz+erwQrLqsIFOV/zT Nt93XIBbhcOBiaTufBr1F0kVUDsB01UMeIolcuZcQfjIW4yYf3QK1gH4JF2dY9ev FtT/7mF3+fqrjNdFRwl291paXD6W43INPWL/67UH4Wdml2HYoSzcE2IgnlixuNCy QP+Q6O1j33WAs02SNvsgzCwFs9ik1pzZhYZRWAaetjAVraH3cBgyAC/tFWprovx0 DQiBJXAMwt7FqbFJ+PyuxKHI7jMxm/YB37fEcu7DxuNgwW2AIDuTqC0ko0xPNS74 G36iNGP6hampdx5t+t7jl7TdAn1SL8pwm71POdQeyn9SjivfVx7pxm6+oM8xmWQT FLoASCtyA1b/4S8voz7nmDYpe/hjbROVZ6D4Zwe16f/PHx08EroktQOTQYw9XTmh 8V8DP7WAEJRepMK5EvSsmMI1UNVZobAGa+THuN1T78zlu5jUr7sIqtWsPnyMtqKN VeQE3js8mXhrOCaIC8WfpspQ43Mqx0ry/N18G2LJ0dvrBpWHS4dKzSoz6qeets7X OarLQBlwhqtOldGsR7RZrWsiJF2vZhEg8cATmO/rCpWExihfcb2hU5w/yVqp8lzQ YN1+9f8FFWXVyu7qzy3d =YnqW -----END PGP SIGNATURE----- --1xRhfpwOcHpvM6cupwUV8NMW9EkXG57qE-- From owner-freebsd-questions@freebsd.org Wed Apr 13 10:30: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 AECD9B0EC4D for ; Wed, 13 Apr 2016 10:30:46 +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 95E5C183D for ; Wed, 13 Apr 2016 10:30:46 +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 E67B35979242 for ; Wed, 13 Apr 2016 03:30:45 -0700 (PDT) Subject: Re: SOLVED, BUT UGLY, was Re: rsync update mixed environment To: freebsd-questions@freebsd.org References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> <570D9B74.80005@parts-unknown.org> <570DF3AC.1030501@FreeBSD.org> From: David Benfell Message-ID: <570E1FD0.8080309@parts-unknown.org> Date: Wed, 13 Apr 2016 03:30:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <570DF3AC.1030501@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MieLSOweLMhivGal8qm9P9gQuwrJnhl0W" 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: Wed, 13 Apr 2016 10:30:46 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MieLSOweLMhivGal8qm9P9gQuwrJnhl0W Content-Type: multipart/mixed; boundary="cTwRfNIajtDbDua2f2BTXUbUWCr363LPA" From: David Benfell To: freebsd-questions@freebsd.org Message-ID: <570E1FD0.8080309@parts-unknown.org> Subject: Re: SOLVED, BUT UGLY, was Re: rsync update mixed environment References: <570C9DE3.6030601@parts-unknown.org> <570CA890.7090706@FreeBSD.org> <570D9B74.80005@parts-unknown.org> <570DF3AC.1030501@FreeBSD.org> In-Reply-To: <570DF3AC.1030501@FreeBSD.org> --cTwRfNIajtDbDua2f2BTXUbUWCr363LPA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/13/2016 12:22 AM, Matthew Seaman wrote: > So, rsync works fine if called directly from the command line, but fail= s > in your script? Yup. > That sounds as if you're modifying something in the > environment which is in turn causing problems for rsync(8). The good > news is that there are only 8 variables documented as affecting rsync -= - > see the section 'ENVIRONMENT VARIABLES' towards the end of rsync(1). I looked all these up, added the ones you suggested, and had my script print them out. Nothing unexpected, except perhaps IFS, which mostly means I haven't taken the trouble to even figure out if I want to do something with them. These are on the Linux system (and if it helps, Sabayon is a Gentoo derivative): CVSIGNORE=3D RSYNC_ICONV=3D RSYNC_PROTECT_ARGS=3D RSYNC_RSH=3D RSYNC_PROXY=3D RSYNC_PASSWORD=3D USER=3Dbenfell LOGNAME=3Dbenfell HOME=3D/home/benfell PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/= bin:/opt/Citrix/ICAClient:/opt/freerapid:/opt/blackdown-jdk-1.4.2.03/bin:= /opt/blackdown-jdk-1.4.2.03/jre/bin:/opt/dmd/bin:/usr/lib/plan9/bin:/usr/= libexec/gpc/x86_64-p c-linux-gnu/3.4:/opt/nvidia-cg-toolkit/bin:/opt/tivoli/tsm/client/ba/bin:= /opt/eagle/bin:/opt/vmware/bin:/opt/aws-as-tools/bin:/opt/aws-cw-tools/bi= n:/opt/aws-elb-tools/bin:/opt/aws-iam-tools/bin:/opt/aws-rds-tools/bin:/u= sr/bin/cdsclient:/opt/cuda/bin:/opt/ekopath/bin:/usr/ti-linux-gnu/tigcc-b= in/4.1.2:/usr/ti-linux-gnu/bin IFS=3D =20 ^@ Having to cook up your own mechanism to extract file modification times is only good in the sense that it enables you to get your job done. That's what rsync(8) really should be doing -- and the C language interface using stat(2) is a lot more standardized than the stat(1) wrapper program. Yeah, hence the weird script that I adapted from stackoverflow. > > Cheers, > > Matthew > > --=20 David Benfell, Ph.D. benfell@parts-unknown.org --cTwRfNIajtDbDua2f2BTXUbUWCr363LPA-- --MieLSOweLMhivGal8qm9P9gQuwrJnhl0W 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 iQIcBAEBCgAGBQJXDh/VAAoJEOoml8Ul4D7WiaoP/05d+n73tEeIx9ro0eakd4PR KNdKCgQWDKA62UnclYGs8mZW0t/U4xEq0L7BztMuFfKsUY/9kUYTldXx+COMUUC/ IKiVJAAWoQPQcLpSn9XQGB4IbvQIvpt07sOU6vZIE3TEG2BPmAOnyBNaAJhr61hA 9pIMoAtJCqtnvKh4MdiFNc23RQ4uDU4V9DuOlmrS88e4A3EkfvT/WXyYY3S4nFR5 htidzjix6+BmD6QXv7W7X9eW5YNky/3k69XMSFjUTRAccSS/rWZu8vQ0mJpDwBhf HKQFwk/HGvXcQ9nivTx/w4yzMl5ihYgjKPRxYXoyz8ea8lv3vhmQtCc+jVFoe1e5 0+3OZuLkmUtz8RYakMKbKT5gjDky2z+0S8H5nsabBm+YTpbGzUJrePZ+7EeeuMKd jHX7XPgnB0o3BG3XDUSc+EPJs7CiuaLnN5N3Fl0lRw7b+H2h2riJPTIfj48jJR6Z xsjWDjqPxIbiL+WZysjMKsV8U13APBTyrhJZageXHWADQMGZlU9Tyle8rCJsVA/2 0KJVm1itZveALDk6t6MDU7ljmTKXotaJdJn1aFT4wXCAocS7phiHrydd9KxA5Q8N 5O8R5p3gsuH7kwzraM5tyFGSJzOcKnTo/bRwsVe0s7JVBEbhI8dotaG3zkencrJ5 N32XJHQLCeoKVtn6BopY =XYU1 -----END PGP SIGNATURE----- --MieLSOweLMhivGal8qm9P9gQuwrJnhl0W-- From owner-freebsd-questions@freebsd.org Wed Apr 13 09:54: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 8A9D6B0EE64 for ; Wed, 13 Apr 2016 09:54:26 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from relay14.nicmail.ru (relay14.nicmail.ru [195.208.3.99]) (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 41F321786 for ; Wed, 13 Apr 2016 09:54:25 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.185] (port=43281 helo=fujitsu) by f19.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1aqHPn-0002OU-BQ; Wed, 13 Apr 2016 12:48:51 +0300 Received: from [93.174.131.138] (account afiskon@devzen.ru HELO fujitsu) by proxy06.mail.nic.ru (Exim 5.55) with id 1aqHPn-0004hS-AF; Wed, 13 Apr 2016 12:48:51 +0300 Date: Wed, 13 Apr 2016 12:48:12 +0300 From: Aleksander Alekseev To: freebsd-questions@freebsd.org Cc: Matthew Seaman , "William A. Mahaffey III" , Eric S Pulley , "Brandon J. Wandersee" , "Dean E. Weimer" Subject: Re: Stupid question regarding ZFS and `df -h` output Message-ID: <20160413124812.722e8f35@fujitsu> In-Reply-To: <570BBEE4.1040409@infracaninophile.co.uk> References: <20160410150013.4d34a49b@portege> <570BBEE4.1040409@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 13 Apr 2016 11:47:44 +0000 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: Wed, 13 Apr 2016 09:54:26 -0000 Thanks everyone for your replies. I think I will read a book or two about ZFS to understand it better. Fortunately there is no lack of such books. -- Best regards, Aleksander Alekseev http://eax.me/ From owner-freebsd-questions@freebsd.org Wed Apr 13 12:03:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D11B0D260 for ; Wed, 13 Apr 2016 12:03:07 +0000 (UTC) (envelope-from kraduk@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 8D12B1AD1 for ; Wed, 13 Apr 2016 12:03:07 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id n3so73716433wmn.0 for ; Wed, 13 Apr 2016 05:03:07 -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=469MSKjrAz4/C1qO0dML4dNsEgQGJokn/hUci6HyvG4=; b=Efw5dQVz28ADBtTDyYr8z28K3gy5vmGtKNHQmKFJuApyoqhwMUMWk8yc7zOBuJfn+i tB4yNi7Mu+QL34hZX+lMucDLPalO4M//Rtr+V6VEUUtvcBhbvxZSfKPYbauB8bDpkp4R AfUhwGXYZ9RE7xNOB6kEAllVY1misWjw5mDyHw++Sjbp/aDB0HxQYboRHkZt24U+CKQ7 WOudHpi37D7wjSjFqh1bcqPmiAvC6HC1lqkRwhzJ5i2KefpdT3M2wic/vgMl4Nl4v3PB QV45HlHwkrSLzivRQZ7ljJoyBmRtP09I6LugA/xzk2eI6qNCJdR01m54oiVeqbOXWhfA mCrQ== 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=469MSKjrAz4/C1qO0dML4dNsEgQGJokn/hUci6HyvG4=; b=EX/RO+RObJNi8zcO8riXoOULL8dGhx+JsTywHIalOUzHdfiol2nK7z2OLwfiMAwp/i Bm+UjpxcDjDExL3Z1l35UEBxGs3W9fbmQCTycu9lMbSKpkxTbwb/Aru4H7nZ/lJZbRtu txFrryWP/E4lh9YCYhkwDO1mGS3Un5rQlE8SbVC1U1vV4pfzYz9DV9WCx529EW5h7s53 nMcrFdUBu6RLEg22duwyHWjlqhiqbQSS+vglHAY6B22Gm+tdb38rXUd7pxbFaUVd/6kD CPTE3TkJZAlffG//n6dc7/dHJrFCW64A+uj+APhy8tRR2Irbjt93KNXB5XLx9Pnq9A+4 2Lcw== X-Gm-Message-State: AOPr4FU7inFxqgKZsySCavVdZql+a7+5Uudx58M88Gus+UxF947iJfKgV7DwczAzZS62hgRD630lRxRR4Jv6rw== MIME-Version: 1.0 X-Received: by 10.194.48.7 with SMTP id h7mr10194201wjn.81.1460548985693; Wed, 13 Apr 2016 05:03:05 -0700 (PDT) Received: by 10.28.46.67 with HTTP; Wed, 13 Apr 2016 05:03:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Apr 2016 13:03:05 +0100 Message-ID: Subject: Re: The buttons are for idiots? From: krad To: Jorge Luis Cc: FreeBSD Questions 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: Wed, 13 Apr 2016 12:03:08 -0000 Maybe but they taste so good and remind me of childhood. On 12 April 2016 at 14:53, Jorge Luis wrote: > 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? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@freebsd.org Wed Apr 13 12:05: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 52477B0D3FB for ; Wed, 13 Apr 2016 12:05:09 +0000 (UTC) (envelope-from info@torag.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 187191CE8 for ; Wed, 13 Apr 2016 12:05:09 +0000 (UTC) (envelope-from info@torag.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 0A8E8B0D3EF; Wed, 13 Apr 2016 12:05:09 +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 09833B0D3EE for ; Wed, 13 Apr 2016 12:05:09 +0000 (UTC) (envelope-from info@torag.ru) Received: from mail.torag.ru (mail.torag.ru [85.143.219.154]) by mx1.freebsd.org (Postfix) with SMTP id D7AA21C65 for ; Wed, 13 Apr 2016 12:05:07 +0000 (UTC) (envelope-from info@torag.ru) Message-ID: <5AA0E4373EEACC8F53561FAAAE8B2730@torag.ru> Reply-To: =?windows-1251?B?zeXk8O7v7uv85+7i4O3o5Q==?= From: =?windows-1251?B?zeXk8O7v7uv85+7i4O3o5Q==?= To: Subject: =?windows-1251?B?zvLi5fLx8uLl7e3u8fL8IOfgIO3g8PP45e3o?= =?windows-1251?B?5SDn4Oru7e7k4PLl6/zx8uLgIO4g7eXk8OD1?= Date: Wed, 13 Apr 2016 17:04:55 +0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2cfbbcb61dc9bcd28637e45b4f02" DKIM-Signature: v=1; a=rsa-sha256; d=torag.ru; s=mail; c=relaxed/relaxed; t=1460549095; h=message-id:from:to:subject:date:mime-version; bh=v9lP3eB4dPwGFxcdEqicYTnJ0fKrre8kZXoFj78+qfc=; b=p+X0Jn9C41WbI5b9XjLPfKGbLwdHdjxmKbm+gbmm/texiKLd8LtRZO+Lwre16G hmP5Xwq9CnVPtfltQU1TJf57RITiqDOUbrfDze476/PT2APzOwKhlOWPGkx0sW55 KN6yzUEBMwvI1QcPmFHK6z+U24588dzSb+6ixeId7ZqqM= 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: Wed, 13 Apr 2016 12:05:09 -0000 This is a multi-part message in MIME format. --2cfbbcb61dc9bcd28637e45b4f02 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable =CF=F0=E0=E2=E0 =ED=E5=E4=F0=EE=EF=EE=EB=FC=E7=EE=E2=E0=F2=E5=EB=E5=E9 =EF= =F0=E8 =EF=F0=EE=E2=E5=E4=E5=ED=E8=E8 =E3=EE=F1=F3=E4=E0=F0=F1=F2=E2=E5=ED= =ED=EE=E3=EE =EA=EE=ED=F2=F0=EE=EB=FF --2cfbbcb61dc9bcd28637e45b4f02 Content-Type: application/octet-stream; name="=?windows-1251?B?5+Dq7u0gziDNxcTQwNUucGRm?=" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="=?windows-1251?B?5+Dq7u0gziDNxcTQwNUucGRm?=" JVBERi0xLjQKJeLjz9MKMSAwIG9iago8PC9UeXBlL1hPYmplY3QvU3VidHlwZS9JbWFnZS9XaWR0 aCAxNTAzL0hlaWdodCAyMDg3L0xlbmd0aCA2NDU5Ni9Db2xvclNwYWNlWy9JbmRleGVkL0Rldmlj ZVJHQiAxKAAAAP///yldL0RlY29kZVBhcm1zPDwvQml0c1BlckNvbXBvbmVudCA4L1ByZWRpY3Rv ciAxNS9Db2x1bW5zIDE1MDMvQ29sb3JzIDE+Pi9CaXRzUGVyQ29tcG9uZW50IDgvRmlsdGVyL0Zs YXRlRGVjb2RlPj5zdHJlYW0KeNrsnYuW4ziOBYH//+k505W2RfJekJLld8TsdmU6bb0sBUCIIiMB AOAbCQ4BAAB+BwAA/A4AAPgdAADwOwAA4HcAAPwOAAD4HQAA8DsAAOB3AADA7wAAgN8BAPA7AADg dwAAwO8AAIDfAQAAvwMAAH4HAMDvAACA3wEAAL8DAAB+BwAA/A4AAPgdAAC/AwAAfgcAAPzOtgMA 4MjJpuN3AIDv9DvfHgAAkgQAwO8AAIDfAQAAvwMAAH4HAAD8DgAA+B0AAL8DAAB+BwAA/A4AAPgd AADwOwAA4HcAAPwOAAD4HQAA8DsAAOB3AADA7wAAgN8BAPA7AADgdwAAwO8AAIDfAQAAvwMAAH4H AMDvAACA3wEAAL8DAAB+BwAA/A4AgN8BAAC/AwAAfgcAAPwO8MrLILgQAL8DfKnfuRIAvwMgeAD8 DoDgAfA7wCvd/p/f4/8/cjgAvwN8T+J+9fvfLwD4HeBb/L7VO9cE4HeAL/N74HfA7wDf7HeOCeB3 APwOgN8BPkbvXBKA3wHwOwB+B3hfvSeCB/wO8AvZO4oH/A7wmef7///375/weo/4uzKCawTwO8Cn 5euV3cnnAb8DfK7fA78DfgfA7xw6wO8AXyl4DhzgdwD8DoDfAV7j9399YuJfLxpxm3XbueYSEThw gN8BPsDvlzzepfSbl5vPAOB3gPc9rzd6b34c/B4TvwdTPQF+B3hJlm7sey3LXP09lmga6xu/U5YH /A7wMr+Hz9+1yv8mYI3mNe137rsCfgd4od9D/6Wdkk/X3/vf0Dvgd4D39nuv99D199H2+B3wO8Ab +d2WVbr+kLehxDLsu/A74HeAT/P7/nehd8DvAC8WfGxO8MWHU2dv46FWwO8AbyF43839wCgFDFkA +B3gLQV/1/iRDEgD+B3grRSf6bpB3qN5Di7gd4CXZ/DX7o1q0qbbODShEn+bxXN0Ab8DvFrv3TOp Obm/qt9w+Vz35CsAfgd4od6vD6B2AwDn2gys9mFXDjHgd4BXp++zBD7VP9s/ZqQceAwAvwO8wu/D CO5He0I2hfpbzYdjDPgd4CXJe24m8RhGFVs0fJqJP7KZIAQAvwM8Qev2mdNc7ds+e4KV6VkBvwO8 2u6Lft89yzaGB/wO8GS9d7K3Ps4j1Znt8seV8QUAfgd4nN+nmX02DyitPqs6z9LxO+B3gEf6Pad+ P6tAU7cdAPA7wJPT94cKnq8A8DvAo/y+fYpJ2P2/h1a3AxD8d/r/e+nvcdbLb9l/Ju00H3npas9X APgd4KF+t31dVCwoLgvxmbYO05f0+QoAvwM8xe/bMSPPqJ/cljc0C/A74HeAh/vd1sxP8nvuL80D 4HeA+wVszXtm/q57y/MFAH4HeJrfN2I+ye96MtdktDHA7wCPl7wdDuwcv7v1cB0Bfgd4gt9zSODP yd/NEGMcdsDvAE8R/M3AKvM+0e/Jg6uA3wGe6Pd8lt+beAKA3wGe4/d8jN/FwrmCAL8DfIHfA78D fgd4kd4X/L6q5G7Ed/J3wO8A752/L/Z5Gcaxwe+A3wHe2u9r3RrFnHz4HfA7wNv7fZbEbyfpw++A 3wHe2O/R+70w/GXg98TvgN8BPtHvZtz2bmiDzeLwO+B3gA/x+2j47nfyd8DvAB/q9+wedBV/w++A 3wE+w++iJrMZk2z8A34H/A7wsX43s2fjd8DvAB/vdzMQZDQ3WPE74HeAl/pdjg+84Pespb/1e+B3 wO8AH+93m78zPjDgd4AX+D3s+O9n+H07Lx9+B/wO8ES/F/PznZe/h/0cAH4H+Mz8Hb8Dfgd4heDn fs9Fv+fg9yFK4HfA7wDP97s181G/t6NQbv4BwO8AT/B7J95YzN9jye/dyGP4HfA7wJMT+G7QgdPy 92gn/kDvgN8BXuJ30Y3xLr/noHeuH8DvAM/z+9hL/TS/i66XAPgd4MmC7wZ6P8nv3cI43IDfAZ4p eK/kONPvlGcAvwO8In/Pdiqmo34vgwVHG/A7wMf6PfE74HeAd/G70vtj8ncuH8DvAC9J38f+M0bv h/vPcP0Afgd4Qfp+c/Edfm/y967/OxUawO8AT0/f/z2+mv04YPfVZ3h+FfA7wKvT966GclL+Pi4G wQN+B3hB+t6Y+Yjf040ynBRoAL8DvCR9t2a+y+/ieVjusAJ+B3ip3+Ncv9ODBvA7wLf7nQIN4HeA J+kdvwPgd/gdv8dD/c4lBPgd4HX5ezurE/k74HeAb/O7TbfxO+B3gM/P30Oc9UrTkd2Tqvgd8DvA u/k9hllZO8n3mo4UI83gd8DvAK/ze676vZX8dvjf/l34HfA7wNvn74Pgh3FkzN/xO+B3gPf2u1Z8 yBejnaGb/pGA3wHe2+/O8Vbt5O+A3wE+xu8zyas3k78Dfgd4P78XafbU7OTvgN8BPix/7yU/eQd+ B/wO8FH5+/KSqc8AfgfA7wD4HeA5fo8H+p2jDvgd4LP9HszfBPgd4PV+j/PrM5Fy4VxBgN8BXuj3 uzUcQ/4e+B3wO8BzBX8bbKDxe5yx3G0uP+kwD4DfAU4X/D/tnu73wO+A3wFeL/hz/R6D3xO7A34H eP45HRevb/1+x6kewu90jQT8DvCyRL6Tc9yxKOV3APwO8Bq9iyk97rM7DzUBfgd4y/R9v+XtR7ls AL8DvNrvFyv7WZomRr/dTO3HtAHA7wAv0ft2Ru0MN8N2W3ZRM/dtjL4RPEcY8DvAO/i9TdTjXx+b XuL9rzqxJ4EH/A7wYr+n9fsYCuZd5PE74HeAj/N793Qqfgf8DvDefg8p5kLe0wXSQxLwO8Ab+X1I zmVGP31D+wwsegf8DvBCwW/FrOQthV30nmyWwgEG/A7w8gS+z+U3J//g6T6pVwthgALA7wDvIfir pkWVfXi8aVxIDK5H74DfAV7s97Zbu7qHOtbY+ytDPsrKZQP4HeDFgt88vip9PxmeYPNaxt0DlQHg d4CT9f7vTFd2H+s1y/rnCAN+B3gDu3cv9z9fhpm5puopH3qKZpgyDjLgd4B3sfswCsFkPEm5gMzE 8IDfAV6r9ywKLHokyYXxg5sVAOB3gFfove8fUyk87J9HvSN4wO8Ab+D3YiKntek9xo70w1jCAPgd 4PEntJRyo+pbL/bwCxjGhI/+cVZyeMDvAC/I3fWsTLsHjonwA5Lhd8DvAC/x+/DSxdd7/Z51KYdj Dvgd4KmCL3y91++TSMIxB/wO8MT0fb+vd78fwQN+B3i+3nf63Rbml/zORQT4HeBpevf1GfFA6vLw kjtXBoDfAZ6VvuemU2Q0nSm7R53+hqSpZ+XmMSfA7wDP9ftiht/0m8yl4Qns8jj2gN8BnpC+r6X4 bgrtPXrH74DfAd5E753Fy7+eulIA/A5wr99fs1oOP+B3gMea9ndWC4Df4af8zlUEwJkJAIDfAQAA vwMAAH4HAAD8DgAA+B0AAPA7AAB+BwAA/A4AAPgdAADwOwAA4HcAAPwOAAD4HQAA8DsAAOB3AADA 7wAAgN8BAPA7AADgdwAAwO8AAIDfAQAAvwMAAH4HmF0GwfUA+B3gK/X+J/gILgjA7wBf6PfA74Df Ab5P8P/gWAB+B/hKwXMkAL8DAAB+B9ibRXfVkuHV7Rvkz2nf0i2wfp9djNjQ+fbdlh3UgwC/w68b Xr28fWHzs3k5+pdz/hmxRW7pYdYiXd6/mCge8Dv8muCvP25eHv/YpuPLL69+JleX2Eq9f+tG6Jud akTPtw74HX7M7/kWfk/zV7Ghxu9tK6DbEwQP+B3we5k/n+T3WM7fsy0fFX7v/oTfAb/Dj/v9339W /B7n+V3e85z4fbOhM7/H7ZLD74Df4bf9np/i92mhJ9Tv+B3wO+D3sQCyrWef5fd2Ufgd8DvAA/we q36/djE/w++53+9S2sbvMoyhd8Dv8Et+H6y3z+/lE1Le77Hb7/ZhqIg1v6N3wO+A342U+yR46QnY tUWt+r2Xtvd7zHYTAL8D9ZmrS4tCjC6xj4WRyyozn1+fAcDv8Gt+z6f7Pfb5fbMc/A74HeCo3+2T SL5bTVZdIJcWNZF2178dvwN+B9jj95j4PY/5PZaef12qz+B3wO8A+/zeef1cv+cOv6+MTyCKO/gd 8DvA3O8HBxLb5ffE74DfAZ7l9/EJ0fv9XvSP3Of3vjM9fgf8DjC1ezf3hezSLiZDyrZPunp39cfR 2s0m5a1ne/tyTub3UL8ysQfgd/hdvfvp7ZYm4stiirxM/cZUzyyFZM/8fF3YEr8C4Hf49XpN93u8 xfZw4QF+Bzjs0+krr94iAPwOcIpNX+1X/A74HeAxMsXvAPgd8DsXDeB3AOCiAU5VAADA7wAAgN8B AAC/AwAAfgeAfxd79D8AfgeA7/B7NP8CfgeAr/F74Hf8DgBfKnjGrcTv37YfnNAAV8NzGPD7p2Ym 49ja3e/iLf4T1SwSKVYop6AwA4+P26O3eBxefPYt6sHJt7MMZTe5XGQ/2Vxs5sb7W0S2M+XVwbQf wzdUuB0H+o1HxOR7lRakDIDfXy54dUGLe0rjDJzZa3OYrrN5T2PrTscxrqiYuC20tuWMQuEVH6Xg U2yiiDApw4sIdWL6oXHj25ksdODLha2q/2gn3ZjWJGYzeVTfkJ7Yo8olxErVli5EaXuM7ll1rKdH 6eY8Wfjo5H0Lh3y8gJfPnlw/0OZCW8jM8PsjBS9+Ln9S7hbvGWOA+GtWfk8ffHSPBjXPpz1dVTI5 rNjFv8nq5c6qK959XAa+nB2Y4lAurENMjZra8OYorJ0r4zfjc4tY2Cc/1H3YvTDLEydW7D+c6brc yJDtvvD+YEbzj1pFmAysvyTKiXPNVLnychkiyiaedl+GOlBvrPgv9/vkRS1g/+Z6+UthZnn10Z+K PhoVGb1ewyzBnQSp/879wkzhtnqf3/fI3+lIvmvq9yw+PrOfiRJr8WxXlPZfa9QJzsTvOfv05PQS Wo82A7LvW9mRVsMLJ8jc73Z/Yj3PC/z+Wr+bROF8v9f5e6ysPku/pyjn7PG7uRuhXaj8rtKfFems Hpic/3Hq91jea3kGqR1ZeW0ez2Kh1bMUpZcO9fQMWGqxmf0u/C42TPp9fwZmtmnlEtp/oM2JNAl/ +P05ftfaeZDfV7zjqv53+V2Xl2u7DpXMIusbz/kdfncZ0D6/F3tY+T2q9Hb7X/slDE5TmaAsE9h1 V1WtOMXvui2mz4DK79W3eizwjOfPbAfKs29y9hQ3p3Ly3srvk+Itfn+d3+MZfq8CfdN1ZV6fMZfC cL3sMYO4GezLGrHg979a7HJSud3eicLDRrBJHI0xiTR7G4uO+rtW1Gtp/J61eu/6Fpf97urbcWA5 sbxhdcT35j/q92KPdLF90e/uRMLvb+D3WPB7nuT3WKwbrMUJ5XeXaXZZ6OwC3GyCusUVw8Ux1iRF 8mMvWhUeYiL9zD1/rPP38aD2O6nuRerbHOa1Zh+Xzz3t9zjB7/PTfq0+E/f5feVOSuzPwGL9BDGt zcx1v8sTqawE4Pdn+l295Xj/mTInXcnfR7+X/WfM9SXqBjv8nnO/h9xesU39EncfA3Ng5n+MhfpM OL/rq3Tmd3sdl7Fz0e87v8VKlqaur7Zyj9/z8X7Pud9Nvl9c7DobCR0LdP09VvxO/f19/B72oafd fhdL+ntiaAwk6o6SubDHjCRc/+7cY4YIHejklS18aPoexPwK9ss0div/WN6Xk+X36w64ToeifhPV WaZvlixK9rDfI2ehdLJqI7jIxctnxe+x7vfFDExmF3O/+9O1PM62hmeONP1nPsXvseD3mPg9TLjQ d+jCVJejegxD+D1W/N5sQuV3ETrKZ6vmV7Bb5szv8gqreqfofuml3+WXucfvIY6tyd/l1+jUbPMJ fbothJb54XyM32Of32cPQS2dPeF6Qi76PWLq9zd/xOnn6zPTAvQZ9ZnYpr7qwnf5u7urU/bULi7A ofKcrj6Tqj9b+G4KK34PvUzXBrn8cVoAcPoLc6hN8uXrNWv5u46do9/zLr+neNZn2G3v9/JQr/pd FjhP9nt/pnu/26316UhMuvNneURF9Qa/v8bvi3dv7LW++rjK1O917zV34oZLn9SlNjdD7PG7DnXz e4Bl/m6WWRSXdSq+8LjDQv5uW9tH/G7u2q7VZ3Q7f9ote3d9Jk71+8PrM/2lpr9Qv6iVs9Xm7/Mn jd/+9uqv+d2JcrD4uf0jm8r1+qVkex2a/E18r+UmVPdXbZ+C4q7AvHYi72OVnYiKXsyuneQs08XS wpVH6u+6xLXodzsOkW8v+uXVfs+jfo/H+13sVQyV8O741Hd4hd8j7fAavgfyxO/0n3mF3/Nd/C5H RHGXqQtQ8q6leRqyfKrbDhGixw+L0lzlY9vzYxBR9lFdezB/sRdHV0ytxjKo/C6TenUCrfd/j91+ z9rvbtVn9LNcqc+c1j+yvtO5HShj2hTwB3phOAb9a/VEMH5/it/jkN/jiN+jrgtXeXhd4FuKC5Mz Vm+CeX5VVvhN0HGV9qKqZdZUPj+64/5q4XeRx4f/MlcLNLE0ItesdJU+op/l9/JQ52J6JJOKg37f cZTMg6TTJ1jMEJ3zq2V+ItXPz+L3h/t9+mK4DllHxp9ZGqji8OOz5qR3B6A8Yxe6+8x7H/oMZscx qBRejLiznr/XO+0NIbpNyKTWrmbPiC42u80j9Zn5oGPrfo9Z+X3/+AT1SHfTtrhL/9cuIfPRSf6e 03oOfn+J3+c/hatBnOn3naPzTd8Txu+XmTVi2e+ZMRk/spCLGz9hn99zSTr7nm+aCcA008WXqbq4 TN62e7xMP3TnXr/fM77YkS+y9HtMst9dGdhyylNdfJNwtXRBzo4Efn+U3qsxvGIcfcPNkTRWovuF mtfUeb1j0o9Z5qq3aTgCYUcwi7Wre2EnwhY3qzsFOwbGX9rkyRjzCxlm0b87sojzsZKql0dudhQn T9vFJJutRwreNY78Up5RDrRX33tdzMCmaVE9PrDMRmLH/tQbx/3VZ+h910Q2YpYhO7NeTOcLWp2f r5vcr92kPrvchiP9HIt4/kP2GV6ZvSfV6s3kQeM+lActzWQ7d8/fJDdReObw/E0mz7cbN8wzFKK3 uv/CqtND3B0UP+fCqmP9WP9bTDGi9PDlqnxjPPDl+/wlKhI0fYKkmL9J7fP2/Oj3Z7Y76vLG76+x /zkfDX/UQh3RKI5z1b/2X1+H7o2XIQuKOkrfJUyfsYt+T+9iecVIC9Uq36/w6o/2iRbXEabwe9qj 446Q3IsicIdSeXto0vt9foyKX/fM85eTB2b1xIHmGNevyW/CHvEd2UH6QFombj6HtNuJ3+HXeOf5 KeFAQ/mbvtz5VDmfvXucsYDf4fCX+fF+z6/aH/wOL7+G4Jt8GF+2P/gdgLMMvX++EP1U21x5AJxl +D2+bH+48gAAAL8DAAB+BwAA/A4AAPgdAAC/AwAAfgcAAPwOAAD4HQAA8DsAAOB3mJ4NsZ3QISLF fAjDJ9RJZeZAbl9tzsFutrQoTs7o/zAOue9XGPsui3j/q4VLGDg5YMnvanae9i/qE+NL5cemUzvJ uRNiMgOHmchHrFBGp8Wpt8RRqg9gOc9XhJkVJe00UW5WDbEyuUn6Y4Df4ScMr35emmdzfEF/TM5j m52dzeSlut0Q9UT2epLxcmLQkDOwXrS6/XAxkWm6yUOHRUSqGT79oQg9sXfIPw5HMMqpWAG/w0/5 vZonPvwMOPpjehrrm7aV88XGuc2OYmrknPk9vd//mTHF9tkDKONbu4vbZQ/Rq5hNW0+vLcNDF7dE JOO0x+/wu37Xzpr6fao6IbKsossxv6sVui0vNje6yXfP8ftmEePeKWMPB25s0hRh4bYq0xIC/A6/ 5fd6hkpZDJeqC7Wwo353my2L/fqEn/g9jN/rvHchqOW8NTH1u9pxt9aqYoXf8Tvg98rvnZlE2df6 PbuKcR7ze1ckrzwcbsOnxY58ot9zh99jwe9+1egdv8Mv+z2KMvWgyQgnI3Frb1yTU/agfLPZlw6e RTjKtlASD/T7bMud3+OQqFVcrj4W+B2/A35f8XuMzpR1kiqR9WX8md+j9XtRnulKQ8t+Vz3/d+Xv qhpi/L5WSB/aRbv87vcL8Dv8tt/7Evqi38tCRd1Hvn/Npu+7/R5Tv0edOC/k7763/LjHY2FqWIwU ddrvzfk98Dt+B/y+4vfoc+LYl7/HCX5XESSsh6WO3VNVedDv5ZbbZ6OGV6ZLUU9qLRT/0Tt+B/w+ 8bsU7M76jKubK1GFrM/oG7i7/P6g/N3fqp7VZwbfj/vUDyShPmZiKn7H74DfJ/V3Ldid9Rn/cKl6 vEcGiNzld9U8kH5PV/hW7Y/J/dVD9XcZ87pdKSJPeQQ45fE7/LLfc8HvTWtfx4V5/xlrqfJGYe/3 SXdOVYupUm+7alE3Gt54Vv9I3arwLapiyISF1wG/w6/6PZzfwz1Vn7Uozd/2+t1lvU6tsp1g/Z7V qAf53n5P/I7fAfLY+AS9YcuPycdJo66GG3caVU0KNKI34WR7tQzLfjn1EbT7MFa9lvyek4i2sqmA 3+Fn/R4zv+ubibNgkV6i1TBkw5lbb+AYFlZGxolSqcf9vjTaWUzz98TvgN/hfr9Pxo+00UAWTdTY Vouf0Jac+V2OnziTphyycVJOybX6jBsKbXxP0c+/udM8aVm4eVnQO36HX9O71E9UQ1WVjtbjlA89 bZTLVf/IcKnvZPz3Ysz2MK0Hv20Tv88WkjO/u5q/OJzV016zI4Lf8Tv8mt2HOYzGPw0faUst8hEd ux41/ZJ81Ghp/qaYzN80OFFOa1TM31Q/9lQuRB+aYRPVtFbDO2RAllvmHnpF7/gdfu1ssBVu37Vx T5NAL2zwnJzYz06KlwvzzcnnhJq/6En+3OdiYT3dRHopn8YVe5cinlSxMlf8nnWOD/gdAADwOwAA 4HcAAMDvAACA3wEA8DsAAOB3AADA7wAAgN8BAAC/AwAAfgcAwO8AAIDfAQAAvwMAAH4HAAD8/otf lxw0XU+FoT/oJuqo1rkyY8QLD8llpPZfvK5Cf8XLmzSMHr/nFHRzApSbAfgdKpPdrp5xZqPNn9wc o7vlLOeliPc5JPF2s83JeZkes57hZzctVC7M0ienU/EfqXYt7jrlAL//ot27HK2bCe425ZCYo+iO i62ad+hNPPpG/liYoPAxeo/hxGhXb1ytZ74q9R7dSRgrAY5LGL/DmmUbladI35urWcxhetxYb3S1 tj56x+/poXpTUxxG51x1ZoxtH99KMxPnxhhSXNUGv+N3OJauRlOKGfweo9/vz0jf52oNVZ541/LM Y9P3MH5X+XYTESfzy6q5Xqd+97OfA36H3X5P0VzWDe9jV9plbuj+5zfIkztdvaHfH7mWrPwubjrH OH269buXxS6/I3b8Dnf5vb2U+qvvYuRJLlXdp/R+V7Xm5uXbzYClIv71XSFvLZR+T3XrIdyChp8u dyDHcobPPy8Hwwuu+uz/P61vIcT1j5k2gslb3t23P/Z8mrUCptvdfTdr6TvXLn6Hh/hd2tKmw87v t0X0amzrQ0P+2Au+6eGjnS3kuuB3GQ1CbMD1XuOgqfH3qA9a+LuQs/KM2CDZ4dV5s0u2td/7pZjD uGe7U8VeEbjoPIPf4aDfYyzCDHX3jZBXsuEsavQb/UXv9xxvBmxfy1aeQ1JfyGMTtBb13ri52T61 C109OYbUN7s3mcsnivuLVXTaHIg+Usq9tr92B1j53XeNj9rvURWGyi426tY/4HfYl7/3PUhGTTUf zKnfZRmid5EowErZd60K3clDaXvN71Gkls1Km0aF3o7+wDXNjN1+j/Zwi+0fV9XU1Bb83i0phpZd qD6QNn3PSQPCRATVx+b2Dxk8foeH+X3oSzNLfUu/+w4UsWk/bF7qNn2oz4TbyfZG391+D9n+qfze 1TTcxk78Xmxqii0r/Z6qM0vz7Wgz93cdVvxebbfoRKkD9Fs+MoHf4aP83l92roVelHKX8vcM4/Vr xVX0ihtb7VPpRVO/zXmmX/td2s3VEEJverGxS3736b/eoGqvdZVk6CM1fhl6O+rTIjbLFl1rtive PiY7bj1+x+9wp9/bS/aI32Pq9yz97n3eZ8H2Xu74fNB9fvc6FW2LqEKRufF8nt/nC1Zmlt+wK+3o Hu3FVo5+1zd8ovY7o9Hgd3ia3/N263Vn/u79LkZEKB+4zTfzu+0WIqLXbr/na/2e3u9bC5jt7ttA m4aLSvLxO36H+/w+9uoYOsHpp9e9P4p+dO2lXfk9xpxYODTq26zj8zHFA/btmey2KJxOi/q7umGp eqS2RZXK75OOlM2Wir0ucvKJ3p3fuw03+bv4vTnDdGMBv+N3uNvvQ/quXDLcjh3vzpqOcsrvYzI3 PjMp6jG932Unz95caZ7JFZtc+D2UTvveRaXfddVBP1A2HiB5wN0Gub0uu9OE/PqGoooZgUZtznBa DbEk5M17PXYGz7Hid5jrvRG86dg8PlXYlh66B3um+XufoEbIjjMZYxeb7t9QRaOYl1EKv4unodzz XGZkW9V13G2r6rEUoepXIRpOM7/7loPY+5XW1zBypBwZRo1TpIecjBW/q4cL8Dt+hwW7uyfI6/54 drgp04XNdHQJlcLJgW7aXhVGks7vKfRkCvbmeVU9foL5Q7ON/XOr1caGGpe5PSb1tCt6g9xel/dG dReZqLq/yxEb6geddU8jN648zzfhdzj8bR26ZHxRNPLYYF1hfol6M1qPp/R7jgV/F/ZE6qjaNW6s lRzHJxifue0WOMwtIvsnRln3cslz33oxtZLxt7rnvUnfxW3l0ttmyPhJ3AL8Dk9uE7zlZsQdS3r4 LqmS2PJaT928/cvatXrUgN/hw0s+77YZzbNN7+h3PYRuLH/6lV8feTR+B/T+Ur3HPefkw/2+Tdr3 X0Ynb9z+ebg46fE7wKtOwXuLtY/3+30+fmmERu/4HeDFyfydev+pIsSuejrXOn4H+OzwwEEAwO8A APgdAADwOwAA4HcAAMDvAACA39/zQFeTL6T+2/I8EbNV3+ZxBgD8Difb3Q3sO8yhOoyFmDYw7LD7 mR3DQ3D30s7coq+5eKopOx6wJ+Ezj82AYcWXoD5qtns6M2Cf+dD3Fb+/r9y7IVq7QVmbM9hME3eH 3U8XxGbE4HuFepKTX2D3fPTI5jbyPyaOhMg8xClsNsJM12S+Ez0Bomt3npUG4Hd4gt9zGCs8x78N M0LcqfdT8x83/u3L9O4m0HiC3x+0xvCR/2H7EdmnF330dOeRm7gkvN/7IY31nIIu2QH8/maGz+5k lpPGpZig4Ry9n5lonub3067ZV/g9H+kcNS/HY1Y1TqabcmKU0PPAOr1Xs3v0DVW12Hba2xd8u/gd dre09WSdpd/vyL77RvMb+v3MCkM+WwCPNc5T/T6m553PC78Xek89P5eao7fy+x1NWPwOT8/fld9D +312aheV59B+76dky2ttt5mb9abf6M8TP+XbPo8PE8V+mN+fmBU8bPfcbFFZThZb6T27/lqH/B7a 77gEv39P/q4nx1wWfDnH2vYd/ZSfOU6bGtP8XU262S22msAz2vlG7exxseD3bkpVvbCUBQQzh6xb ppgBT0w1W4vZ7VuRFMj1Dd+5XnA9mXkc8nvnlEm3r/ZEjwgR58Wk4ugdv3+C32Oev/c3pyq9+Z4N xu+9CLtV3vL4xm6z/H1zlW48sXktRovodvwQYjrH1X6v9+v6X7k9Te/V0P+ql4dDs/TF9c2YiOVG n/W77GFbdUUcMgjbX8v9ZYyQB/weMfU71Rn8/vb1mSJNCn1K95dCET0W/B6j31N48E8U23eu+b35 XGwvdjNp9ZjIpTSv3UlZn+mP1/bTZp1us657YJYZdV2h/OZKv6/l7zmG0mz6qs/9bj1tP2fm6W52 psjvVeAsYoDoSQz4/T39nmoOeud3b7my/rkvfx//Ha7eebxSifAo/nFFQ588WWuZZ2+rfldbEDLB v75DB6OhfHyP331uvsfv433YYgOFfKd+T+v35pGIWdXcNVRX/I6v8Pt7+70vUJb9Z4QI7/R7hqmH mytN3gJQ9XdbB25WYf2+jRF5j997eUfpd52bb7ag912EDhDOS7Fwb/SO/N2dQT5/zyorL+ozriPL ECEP+31Wf6eDJH5/+wJ8unxy6vc4x+8pNCxveMpbB9bvVzfbTjo51kOkBMP6PXb5PZb9Hlqg6s5r v8xYzN/v9nus+l3VSmLhxBx2pyiyqDPkVs0yd0WHIL+t1TU3s8V7KMHj98/ye675PecF+EnfSVWg CZcd6/4kq/m7zftTZ3vK76an0T6/F3Utm7+Hsom4GSI66dybv2ft99zj94UFyzOx7+o0+D3nfldd rqZ+lx/H7/j9c/1uypydcVKVpm2KrxrDQ11Ijn8zpJshu2jW9ffa77Hm9/R+7/byZL/37Rh5LJTf V++vTv2eD/H7vLIlQ6z63ra6kNLVfr9VvIzf9cd1xKWLJH7/AL+7nMR3NMnqicDCxsM16jsOmpuG u/zeFa+jf4e5n5lqbUX+Lsq7/qZumBAY7oZvGL9H2L6l6/m7js/dGyd+Lzumbza/8/v2putoTJG2 j0WWmPhdHrTmgxkikYmiiduObI3f8fub6t3dcBpqlbpX8NCWjRW/t8LM4YZq4axDfo80mfilrl6F rdFu4f0e3f2JXX6XW9CGH6H86bGa5O9pq8o6jk0if+X3ywMMk0ORwygEPtaOg+TJCuIYnHXnGPdF dIuQ/awAv7+b3cf2r7lw3BOr7iHFoWgdeuXjDdXxoUz7xKndH/2jtoMqWvePLvb9SFMdNztubPl8 Uwx3INwbl55vKvxu3mU+025h4feQ0V2L2D+H5Rp/8sHqVb/HQb+n9/uY7KB3/P62ir+WWeVXoIZw 8c+rF70Z7Fjb+tpK40ETSnqJhA1dY1e7PrxUWzeqwXfNlh00Xdwy8UZG2P7D6lczPoEdAcE1RiKk hgfDpjG0OO59qJ7UQeTIFaHafCnHElB30f2cK/1jtub2g2vMAn7/gYDx8ZWq8RQcyyhuMfpQRPtD mXFu7kroRZuHv8qOPbr+Hn3xW/tdTe+it6u4yTIOu7swDq9uCsmhgFyPdp3Srwx9N38Pdsfv6P1D /L62Y9Mn+j96h7dW3b9XZ+7+AW1iWvwOj5XG9/k92ky6fiDo8/0ursDVvTp393cvDb3jd+Bb2+/3 xWdZPkkwbki4O77Ls3d/5+LQO6YAWHD4+Df766eetOaJ4yf6+OwF4nf8DuD9Hgvi+JI7ap+xF3u2 ELvjdwD4u8CCiwzwOwAA4HcAAMDvAAD4HQAA8DsAAOB3AADA7wtbfCfbGQiuv/x1Y9vMIHmbi4A4 CAD4/SP8Dm9AtiH23/e6HWaRFiYAfgeANw3h10k5YjPN3t///40gfGk7b5vLMdESER+/AwB8WlDE 75wEAIDfv9Pv1+2+zkeT15uif229uPw5hulxOIUAAL/DRxTG2rnWLpXOuM72eu0DFHktc/79G5ff bmEx2r83/4vNIq911SaM3t53m6LuUn5NW6Ml5gLgd4BXxeJoQ2h3AYlpSf9i7OVGYlz72177Ct0i 419Qjkvv3GvEa8NiyugI+B2/AwD8nB7xOwAAAQoAAPD7e+0kUQwA8PtX2h2/AwB+/1K9x7vsLbEG APD7I5T6crk+qBMUAMAv+n0r1FfLNfA7AOD3U5X6Jn5H7wCA3x+n93j1tuB3AMDvZ+v9xfX323As H3YIuUjgLS7kBz7Gj9+/QO8vlet1/MpPPoAAL5f7eY7/gbM7vv28eBO9b2ehO3WB6B1+xe3XAUzF aWlOVH/+/kZbIL781HiXaP0IvccTDuAPXxrwPnrPWt7ubeVn8Tt6P1mV523CE07Nqd7xOzxF77MW rDshY+L3TPz+LXrPr9L74/1uV7CdCQsDwcP1PmkS53aqmOVr5Nqexu/ofSmbmHzSb0KcfuY/XO/5 E9cGfIzeVXNz6Dy3fEXi9w87M86oJ9xx6746mSYLrHPohx7BqiVSbBvAM9qoN6uHvCCEAnrx0X/m q/R+x7d5vX9/ZClTvdc3+V/g93nyjt/hKVdxVUDfPFQi9T45o3+hwhhfe2KMcj78fTYLjMsE1vtk Weo99mUwD38QttD7vHEBcKLdi5Zk0aiWBvg9vX+h30PqvSw6HGoN7JNllQ9P+nA5vccjD+FaVo/f 4eF292djkR6t6R2/f77et9/1kW9UF/baYW2qc6aQ8aRbTXnu3llrmm3xjqINwCMv4qibvjHNUIq+ k5dnpvD75+p9bq579R7FuusWZkx8atL3O/Qe/bWTYgfROxw+v/TPx1OQdG3YWXG+uALjVwa0iS87 uWLlpvvRE01o9/aLPleO671M3+Nuv29WvfQcGHqHnZfMXTe8yot24TKPBbsvKQO/v5vdY/XE2Z+8 i6bjpp+W1bsz5iv0vr3whN/RO5wj+PNuEo311ljuO+muyVhLwvD7a1qA7rbj5JQyxlzXe0q9l4/Q 2bVGTh8TjZ0FqMXvu30kpG/MntHwgZ8X/HnDpcoG5ix/L7vW7BmpBr8/X+8Z9qSKffn4xrQrUhvt Hm0Sr1QcVTSq0nexIac0J63f79Q7I3TD+UNh6/rhrJ3uz8XY4Qb8/hq9h9X77vTdtghKvW8frNiU 8mQj0t0lndhdWfcce7YbPJ+BfFXb+B26ouR5Z2t7KcyWG7sfUP3K0zY+79wRLo6loD7JTsVCrXWj fbpiWPrwF6vChdrMcD/3rIxo8PtM7yuC/9BmIZyr98i6/nin3pfixs51f6PgP262OJEPx+q3Pn3W uX53W24fFN1VbprxS2cKz/Dm70LIGedgG3cmOdGenmRk7rAdMOBIZ4BqoIFdj7LEkd5y+P3lfvc3 v+c1ueKLrWd72giu7Vo15q5DrWjSx9IU9UXb5DS99373p7droeB38H6+w+9VM/qxev/G0/fj/e4K 1Xv0Lru5mBHKwvXvbTpKlidjqD6W0fw4/vXceSfT+H1SRZqtn8o7ZNuhbH+f5MXsfeVe0IHKEn5/ sd+jGhFgMh/XjmbB+AjcxHZ9f0fd/SXHHjcqdrQ3b09+1K6PO/7eRRRjMeB38KfXYb+Lxvn4N/T+ pX5P4feVBtbKVAFuUbb+XT51MRvCoJ03WNfcfVp/v943i7N+H1eK32GH3w/UZ4a+YpE+hzqz1PKd /b4+sH9kHHoMdfq4mxlAeqyl1CsJm/6L4o6/capjxUl9Z0L2f3fjjO0Y8p3ZPyCHvllHrlXdXl1v xR4aiIT+kW+UHpz31Znnm9TJtHz/Vto6RM3Hfg/TUU/v03sMgc11H1ovz2TsqpDCF/v9+Ayn5aNJ ixre32YInm96p02OnV/dQsJxZkw3iccpjZdz9B6T7TJVT/wO08b1CefqnWfP+se/fBDJ+P4z7hVf 3KNWep7fdxyfXY837Xn+BL7xaovNufoqc66t8weGCP4Bv//MWh971SJs2JdOxXuXtRn/HdD79VLg awWSFvz+kvh7Hw9c9CvZFtvjh04MgCV3/MKO4vev9fvOgWMet3CAt60i4XfYdSzVc0L6LLv8Ny7/ uz4N0j2+mhlipIJTDYzf4XMysjfOlPD795/EHAUA/I7fv/Ik5iAAAH5H7wAA+P1jmqAcBQDA76Tv AAD4vc+S31Kk6B0A8Pudcn/TSgh6BwD8fpfe+59I3wEAPt7vq9OtoncAwO/4Hb8DAH5/C727ybXR OwDAl/g9+8nzQkxyLd99HVVxnOE0/73+N6fTf++4vFH/el1KyPdsVpKbobGj+gZC/Y3gAQDf7PcQ Rvd+v4zGJX9ppyGV8143A3qNv2/+vaXv49+6T7fb3W9Exsrfhve2Y5Hd/iqOzXA4+6DX/KhipRiN Y1yMug0eavao27ZcAqSZK3HxBOGaBvhWv29fjO1U3I2K/yyi/nQVZLfEFL9ffbpRy9axm8UJQ143 0a9M/S3GlaT4NTrXbSJCa8N+U6LfwNtWdZsfclOH2Nlu/RDwhrCQ4/MNw2e66NkGEK5qgK/2+/hr /7fszHbE772hRveNdu4jUIgNnf5NvDz6fUzVx4qWW9H11+Gvg/SHY5vuT91x6SOuWP02eb/tU7+I VNESAL45f4/WLVtBpZBml3AXflcVFNuIyE6LMRY/rN8Hd5oNGaxYb1dXzCijy+1QpY0n3Ran26fm y+nCauX37Te4Xag/gFzXAB/od3FH1SkslN8bs41N/iW/+xu4nXn7KvOlPBJuzdVWVRsy1EtEz1GZ v2fOWg/dHhQRdO73sUbV7lLt9zQFffwO8JV+D+v32Ov3WxW9r5/0txEzcpffY1u3cH5PaXT32xBo huK63i5Vno7tLQl9y1n7fQg+mzgmCmHVXdo1v6tNHm8aUIIH+Gi/u+eb7sjf2wNS19vHjpajR5ss cuO9tmvLrPkx7LbdkLJnSlbyE3c4+58X/b5tAYnFer+b+kz/LRi/2xgIgN8/boNX/T7W32PB7+r+ Z+F30+XQFBj6v1a3h6e3jge/Z8y2yyf22ZfDQxq2rL/Le9epDpi2dmZ9c9nm7/orBoCPHF+sbrfb /jO3HiEpTRq9ZUx/yDGBXPZ7GodH4fdY2JBlv9sCfBkwJoe027iqMeJvEYglurZXfwa884iiAPj9 SAI/7boy9ukbb0t2uaro/Z2iv/u2Zuz9Hm2XyVTdNHUvynZB8w3p6+9jT/cdfjc96tt/vN/rxpN6 BuDvOGZVW4sqfx+CE9c1wKdeCkUlWT7U2aXa40M04nkZ//yqtE8Yv3fPr27KFcMmSmfr55pmfheb ZdoVaWrqUd7ECGn/bXkmXU08RPE8o96/6J8jU/WZ8X0A+P1DN1u3xUNUcGKo7IwNANEDQxl8we+y j3tjwaxHKlj5m/w3G1v2lSN989GGF7Mb9UgK4hnViLHQM954lU/Lljd7x4ESxvcB4HcOQeO7Pha8 9huI8xYZOq3dvBzNIbgOmpZjvbwbQ22IkPnXB3Qo7Lj+T9bvKp7LJkAbXQEAvxdHA03cGSF5zggA v7/r0eDI3Ol3QiQAfgfOLQDgGgQAAPwOAIDfAQAAvwMAAH4HAAD8DgAA+B0AAPA7AAB+BwAA/A4A APgdAADwOwAA4HcAAMDvAAD4HQAA8PuLNllNDBTd5BzdrHN2p5mDAgDw+xvZXc4SncM8y837b7M9 j/N39guxC3YvqylB29ml24+2b/STkzZLyv5PIuBF/512f9uGwWheThMQiX8A+P2Jfs9+bs/NrMy3 X6+/dH+5yXH8VHQJ/dbTen3X2aM32s4Y5oneziOtBL/9Y/SCz37i6FABLM36+iAU6t89wQwA8PsD 9T71++Yt0uHC7xe/ZiHyhXiS4zLNlqko0VSWxnWIv4Rbpgtg6mDEWjDjcgHA74+tzgy6G63WGE98 bKv5LtnN3X7vten97iQc0qOF33NtmXO/d/FFiRy/A+D3l/tdF0Vqv3dC1X6Pk/weZ/k9c2mZccTv of1OeQYAv7/M7yGK3pP8vU/ajd/dDd2FeNI6NCa5drQbIe4c+ANh9r2qv/TBC78D4PcPqc+IWob6 d7ijmYPIZX0mhnxYZN1n+32MRaXfU/QQEvdzu5u/yu/cXgXA72/n9yj83tXf9/l9OZ7sqM/krD7T m3up5lPeTw35+3AMqL8D4PdnCH7zj/XtphK+7ndTiFm5v3rtOtNJ+uz7qzv8HuYtpjORE3ngdwD8 /swEft5f8Zo5N3m5KEy39ZBJR/difTKeHPb79XGmmd+z8PvC/dS53+k/A4Dfnyr45edXldIiZUFa Zeo6f4/leJLR9Y1f7f8eWspx66Mf89AR4j6wXTT9IwHw+1sI3lfJYzBwrzgjNPWY5uojnWoABHlb NMyACCH/mP3Dpv1umWWaJ1InzzNFGcy4vwqA398tFmw0tZiExpGDd6umNEmv7rbefV7e3xUL6nZH jT8jes+0TYJxfIJgfAIA/P7Zfs+nFBlsRxoAAPz+sL17it8TvwMAfn9NPv9k3+J3AMDvX+l3itYA gN+fp9tnCpe7kgCA3wEAAL8DAAB+BwDA7wAAgN8BAAC/AwAAfgcAAPwOAAD4HQAAvwMAAH4HAAD8 DgAA+B0AAPA7AAB8hd9DTVjd/rGb7jrNJNebjw/LGNYUoaYl3S6tncb035yn7Syou492MbBwEKEB 4Ovy941Gb/+5zVO90fHNrI3em8/04SIHo2/t3YeIqP3erqMLR128iPJj6WPNGLdCztedwzLF4PRq N4eAtn1jRv/H2AammJ5nEfG55yIAfn+A4C/Z7Ub17S/bN7VTa0f/ht73f79swkTXEsgmurglNr83 723f1sWtJnxtQ9d2RX0Ac9Hqz/Zti0B+Ugp+GyyiXdYs3LV704S+qGPYEOy6j0URJAHgS/yulN1m 7LdMsvZ7/88tMW2FKlYllihDQSt4ZaboN7zV73ZFbtf70NL8TYQJMeH4bSfawBT9siJVK0nE3+Jo j+FZHIQYY1/aIAkA3+L3IUOO2w7dMu9OaymN02fZRShxYjd+F2pr6zCpdmaH32fBoamxZPXX0e+q +TFsjz0Ozbpmfu+3/N+3NywZvwP8st+35Q7l9xyq3G4Zg99juF9bV3y837ubulLRrj6TdfCYGNzE ubpxFJXfjbwzZ34Xa2jzddFYGes3+B3g1/ye7d2/4XPS71Hbbkgbo/3TUIBW9rtumL71qboD6T3I 2u+hlpjyNulkj+/2exR+j/GmcBecxyjhgyQAfIvfc+b3UH4fbqiu5+++qVA7d/C7X1fj8LbW0Ueo 2bq0+0LHObvHqhKz7PdewzE2gzIy0vXOcVHCBUkA+F6/O1XZ2sBxv4c188TvdeW7XYrzu4lSUUQh s6a53/MOv/fdk9rnDeRjB23TIdt8vfF74HeAL/N7uJueXdUku/TdGFp0lM9sb9LmaNCm+2XdP7L/ 66LfxXqUcWd+D/EVL/Wfacoh99bfp20V5fexudL3zEn8DvC9fje9v9vsfpP8dkVfKWzzcKyqHGfV /z3kfcypWaO/6bjp5rmzf2RE04ko+65Fk0ZP08d06Pa/0H9G1JH0vmZ/6yO6uyHDLWv8DvC9fu9b 8uKXTefI+SM3ehnjAzxHn1/tHyrK8dam3a6ml+DC800+4OX40JAddaH7+BATIk13e+X3qi/oJUxu dzV8t5s2SNJ/BuCr/L6+N205PLve7SH6yacvGoQaTyCX/C76j6Qbn0B2ugzV5vAByW/0EJfUrQQd PEWfo7HL0LAI7fdi6Ial55sayeN3gF/xu9izVl+qOfDuX4woOWVMa1d/b4vxPV21pvuzfnPzp+3w B8NhbJ+nUhouBriJHGtpKvaZRhAAfL/ft92n6wGsPsEPWrJLfgcA/P6Nfl99Z3zSVxSzncHvAPDt fl8T3XcZEb8DwNf7PVc9F19VwcXvAPD9fv/Nr5LbjQCA3wEA8DsAAOB3AADA7wAAgN8BAAC/AwAA fgcAwO8AAIDfAQAAvwMAAH4HAAD8DgAA+B0AAL+/0fbeJplbHzGRoRUBAL+/8/a201eLWaflnJ3j rM7dIvqpp9uZQNMMrr5ZY3ZryfiLPZcQ9G8t15dvH7+9+/rPuMK/bby+aTs/67/fLjN3336gfQaA 3z/V7xeXRTuLc3QvXj6X2byx1/n292xDgdP7JSi0kaMLDt1s0Tm8W8Wt9o/dimJU/xivuoBjI1UU oTAaxg8XWyU2v/1M/43ejvwtQsUlfDVHnIsW4Ev9no2uGodf/83R77Hxu/7b9tdsQsHM780i9HLr 1U6XlGZP5UYIBZd7osJOt+1N6OuaK+0ammKYCq4iJHZbHn18GZpe0TeUkD7AF/q9qXJcr/xK2jHz e/OP0on3ex035mFFrn7ud7OkLjve43e1NeNh7EJpt9726KhQK5Y4P2RDQExmrQL4Jr+313T/k9Nl m5VK4XQpa1fUN37PhfxdRaa+1fEMv6s96Rwexu9qj4qtsiqXx2rN7yGbVugd4Kvy95uqh9LuZY82 LfuhKCCq5qn/eFnRdoXO738F44hSVhHGxkOU6RspM7/Hot+LTzf1onmTo8rfZ5+OHX6Pyu+k7wBf 5vehz0rj/s3Pg5GMD4fk/mrVGFfo/Z7b0KP9noXfQ+yA87vc1fGvtx9cpBIdkpYM7bbKNW6yD6DX JYhNtyEx2jgVaSIvAHxs/T37e4h9Lp+6b42zVqTze+7x+3C3cNi60u/9r3X+Xt+4HcrqLlLFWJEy Ryrm+XuIfjrO76JDjfZ7s2ljUwm/A/ye32XtIFb8fn2r8J5oCey4v2rL0Ufq7/NftxUqF6mieeP+ /D1M1ElRf9dHf/GQDdG7irwA8On93/vkfLjShxrMmh5vRjS3X1OlqK1R9/WficLv1y03PS+rFkHv 99R+NztYb7Kuv+/y+66QaFpn+B3gK/0uHgMa390/TDR5vqmt22cXRKzf2+qCW0/2vcJ9//fuyaFc DQ3ters9WfR7jE+JKTV7v/cRbWywyMx83n+meUIXvwN8rd9Fx3SRvg+1m2p8gk0o2BQPMlPfqlV3 NttNjOnDOvL51eaz8glYHUdsbOgiVVi/5yREZfcYcMr31l0uu9sDw33w0EFvCL10kAT4Kr8/cHca bRd/Vl1xmj+1gUTJaxwpIGQ3RfGMawx3KGW8irGXuPZ7mLiTKiT1o/TorRp60/hbqKL4Xzy/2n4w +943APCtfm9E++gVlZGg/sinnxW3YLbvQN0+dR0ObQiJ0ZZ+xi7uXXGrj5IA8JV+35R9n6f31dov /gEA/H6X35+hUXVv8peaSQCA31+TwL8iqHASAQB+f7RrX9NmQPAAgN8BAAC/AwAAfgcAAPwOAIDf AQAAvwMAAH4HAAD8DgAA+B0AAPD72rGJ7T8AAPj9e/y+GXwdAAC/f5Pfg9nfAAC/f6ng0TsA4HcA AMDv92XUYuB1PR9pboosUb5zmIVb/HH7jshmiZs/dkeW9B8A8Pu64Ee/X6ftvL2nm5P5NsNntnM9 jxNKu8ml9QbIuaPHFQMA4Pep33PwezRdXS5i7n18y7W3Qh5+NX80G9BFluyjB4IHAPy+1+99+t6a uSmz9O72fh+X5v2uIsvm/frzAAD4vfB7V/boZNs4dYff5atxr98RPADg91XBu/JMqtukQ24/1Nu7 EJDjndne79E3FW5LwO8AgN/vSOCje6p0NKn3u7iHWvpd1We6m6ib+nt29Xf8DgD4/Xy/h/J7dQtV vBqT+nvfkMDvAIDf79N7lvdXhz6LebT+Hov3Vy9/S+ozAIDf703fff/IohtL9+lz+s/ELXU3+TuW BwD8fszvOfZx7yrkOTx0ZBP3ef/3fvHX1zJt8MDvAIDfp3r34xPcvBrNO+VDqeIR1QPPr7a9Z8aF JVUaAMDvd2340GMmcluf2fxx+9++N305OI1uQKgBCdr+lYnfAQC/Pyjlf9KKsg0wGB0A8PuD9R7P PpT4HQDw+3f6/bkNBwAA/P70NXOCAQB+f6TeX+JZhn4HAPz+zZGF4wAA+B0AAPA7AADgdwAA/A4A APgdAADwOwAA4HcAAMDvAACA3ydHgcMAAPj9/VW9naSj/9V+hDMBAPD7hxi+/XX+iU+LXox+AAC/ 5/dUc7POPvFx0QvDr4XC5dffLYI/4qwMw+kreObx4lT/Pb/n1/q9m4iQs3tmm4XX3i56P0qTj/X7 c9uVNGLJ31clGB+WwO/ZN/xeNe5+7bsd27anreWpeqdGSf6+fgZ/aP6enOAr2fCnpO/764p3N27R O37/6Pw98Dt+L42P3x+w3GdmcPC7+fvfnchNyM/2Dtv1ZqWo2osJs+1Ri6cdy519g/B767P3dYNo a3yU3596qDi5yd//TuamK7z6aWzsiT70W1noHpgigAxdXfofBw2JJUedv1uZ2VxV/0HedLvujitx yHZy947NARotEw+Mjn+rbr2A3x/hd/SO35+ev0ebdnfeb96h3thJ2Wm4bwy0CxiEuf3c7c1a8MbD 6vJsl1J0L7Cly3FrZU/M9tMiOppfx6CafSjs1md/CL3V0gNdvBTtn9Chr91IsyIXgMeG4ibk/P1v pvfrxdkezf9/Nm5L2r50WWykXUvp9837bz+G+vP4t5BvwO/4/XGJ0Obq7JLG2zW8PWFi/ECbalu/ Fyu4yWF4T7fuKPNz2TrpV9ivRtrH6qRbWpjApsJUv4Ny01K9ofih/NuC4Xu/91W2sKFo+NZDhbIy Uur6me+VaFNpFRt1FGk7V9rwrlcqoq7a2bZhvL2AyhAuP2MC/7TJGePWyC2XuYiLwaGfLCm+rdCH LPv7Y68MR9+cv/dG3e33jKnx+x9zpqrtK3Lr9KJdmj2GNB01sghGzu8msJnldIcq+kAmlmDWOvkh 7Net/J7W7yp2uN+H9twshtqDbD/l/N7HS3+SyabXqt9FS3ZTYhz+3Mnzel/DpCnqM0NkjlspTxzP JpiINm/IdEOEE1esDXdxzxq7JnC/xXPmX5y/e0mIK7lLTp3fc6zARxSKjqWY8q+BXYaOfu9iTDOK ZNk4PFb8nvWhySGzz5nfJ8f2qN9T7JBWmFmmi1hpdrlYb+TM7/X9/OLtQwNwuz3/To1xE6d+7/sb dMvQoaTJzU20bK+uwYnNF5VrTU65gHFl7sKIlZPdnPUqTPtmqvssfj8hf5faCJ1L951povoWI5t+ GOETPnlLsbWJqNDnkBS5PK9rIAtVVeXXKN2vN1/vj63pbM8xVeKq/V5GzmW/u3Kd+E6lEsRNYXtf J+fRqPJ77PL7WCJTe7ns9zZ7GPzuW6FR3FaqK5DNXXYfE919MdNOdn7fn1aM71UnV7pmqv8sfr/b 7/qyNDc7m98X/Z6D6bP/m+4y0qSFg9Qz2nysvA+netuUSUPc4/eQH2+PpSzcjsGvv3m56PeI/fUZ saE60mmviLvZfldzHo0el7+vdZ73+bsq+qVt6kR/7GzDLl1AHR5E1EdCBeL1lRUV1pxoHb+/b33G iPXS4+Bw/p5TvzeCtZuRXkrbd0z83hdzRDr1DL9LW3cXQro36Ft508ipFuDXHDLOzP2uesuoW3mm QGj9vuf+qiwwD1+XH3TJ1ETMl+j8br/mEJ2SyrKXPhf8XeFJI3KysnvSCvz+xn6v2u93+b25U9d8 YDx7dJfv1u8xfiPLfjf3/B7g95z7PU71e7P7Y+SUC6j8Hnf7XT0bMCkQ7uifGnWja6FHqk96V/w+ GmEoAKlc3Ps9j/u9LinuWVkUftdl9/5YH/Q79ffH+j0X/G6u+R1+d5XYmd/1HbjwS17wu71yzsrf s6rPVD02Zn5XX9RYEnf5kO2L2NZcRZa2UJ8RmcK0CLZZX5m/L/efCVdldBt6j9/Lb8bl1OFzarUQ 7ffVkqLze7eyul25lFZUg1SKK8QcePx+vt9zp9/1pV/0n/GK06+kKZv3/UxEn+GF+kx4e9ky71r/ mappLA7v0N28rov4Km/oV3L//VUdUEPtW5vEVpXlmPm9KFdNu64eqr/bwWtU7cs1/07yu7yBcdDv Mn+frmzbw8f6fZpWFAPax9TvbzHVwC+N/77qd9u5KsdOCpMHZI1npeuryFH5fVZDzJP8bj5e9KRo /xHL9Pl75CG/mwf8o+zfUfrdd4EKWdQwO7AQjnT7Y6HP6KjYQ/dXU4YNcc4tBv4cH8Yu/G6bnLlw OyxTPou8v9molh950O/2s/j93PJM+YBk5emi7qLL+At9aovC40I1w/SfabshR/PM5bJ6VjZ/2plM 3IIY3xeuQVv8MH8sy+bvMuOrUnpzL2P0e6g2UrVJ9eYOYxlkxI7+M4vljklrwrU4dVDOQrmF3+U1 sdrkXFiZqt7tTyuKllos1Weovz/E7uoRcjksyGx8MfMoWmy7ZLhn5bYtNJlayC2e3SfVY7GEf17a RL/ZyAdFoaT0+1jvlWlSxLHnV7PsH+n8Xna56AeTqJ5nlc85HHp+1YReMWbptutuTroL3JO/Dw2+ spUZ8/qRDTnh/B5KSnUgnrVZXA/5PWmF9Hsu+D3x+/k71He+3nZzGfutxeZp53SVs+7J6duSsh4h K22XL6lsGTncaFoqIg2j0/j5R6fDYqXefB/5+pdM4FFvEEExfeSUEcvskjJ9+Uxu0dz761/rHnlf 8/vwwKes2/dBR/VQKoa+qO/WhtnScB2LZVCOrJu4hez9vYAxFSpzip1+F8F7Ka3wnQY2D7PMOt7j 91cm/bsq+rtvBcRkfar6abYssreMujMwvcRtv70cnpMqxljUAczqvRroKYrRIhfHj9QjeQ0W0qNg 6Ujrhu0qD2U9fmQ5Kokf1sukDmM41sVom7f4wdJ051CXTphcV/cF0DdMyiFPZSNsPiFKFM3GSdW2 ugumhruJxc/i96/z+87VvVOx68QFPP1UX5p418dT3SmpGQS3TsNLvy+VFweXla3FoUZWL12OkGWE bsN6nTf4p8OK1qk/KtUrZrCdybDUxfiR/lscshY388Pre9Dgd/z+OL8/Y8IKeJgN7O2MzQNPfeMy Z+EySv1UD43tfuFf3STlDYXLH+LWzStu4+nH8DDXcNcimhvgfR/LWUMKv3+n3189HvRL/c7Z9j0X TOz+/h/tueddVnb8hLeP2JyuS634wwv+sEnf8Tvg92kzB7+/+8n6QL+L8utHHRnODzjg93KcsEeo PfA7fvdn4mzwviNforkt9GFHhjMEdvs9nun3Z7eKP+iS4Op98nUQH7XxCB4ONezqcSDJQ/A7ALxz 4J++5Vk5NnrH7wBwZvo+q9D0v84/cs8G8aXgdwAA/A4AAPgdAADwOwAA4HcAAMDvAACA3wEA8DsA AOB3AADA7wAAgN+/98j3sw3DL333fOuA37/8Gt/+Cx/ytd0XlWcTsL7i2uf8w+/wmBwOvX9ms+vg 1/ZGes9u+nDA73Cy4NH7Zza77tX7G4UqTkH8Dg9NBuE3ovJ7fd//dgO94/e32+LNzcnYtJjjr9F5 fWXHlcVZDju0+A3hnAYkfn/HjHdzWnZ+j83fNqducx6HqIH2L0Q07+p/iPYNY6wZltCZoVl0d93/ Nw/CLUxF4YmgXfBZJy8CAL7eeeO4FXxrtdb3m8TeG/6mbLGm0czDlogY4fQ/xKUhheoiVIRPuiJi siFjZFIvDQFOx7fQkbIMZ0VQld/p3+K6r7aMnmGWEc0y9C78Bdj8a/o1cfMWYmNoHF5/M9dSqFAb GBXw+9zw2wt3e9G3mu9eaIo67t9oc63hIze/317d3nCLfnP6JYxxSSovczRcblcp9mnbcy+Kd4R8 aYiVTciLIWpu2lIy3tnw5gJW1/AyLaqU4TPkQlQEEm2+Poq1v+vQMN0RGfL74GLebGNlvycuqzDR TP5chl23Z30D2eYpiw3iIpnrjvrmamtLsTFWZYdrYmgTxxB+T50VPPD74RpmdOn6dV+2KaAVXCfL 8cvc4ffcnGfp/K5EecDvUcSs6KLcGP9icgy3+z/5SBdOt/GhOajhApze3dRto/TRU++ladfoSDcm /GMUjXnovTYF2vdspRiiUeG++HHTXYTuBa9/SBF7iizCNhN1AHYBKap4bAKlbsfKlu3QCl5rxuqy 7bA1axmKbkU/dEbxH/C7UF32whkLOEpnod/rUv4Y9BeF//qtKxsNK37P2u9V/FOSyqN+b7a/a5s4 I+p4VsadjXp1Y604LVwMiLEtNYTsWAyN4ttxETzkSRLVkYjFJKE43GJZNvCLLGJsrEb62Cl2Wcfj yYHMlaan/Jaj/1JVA9S0P0UjUX1tpuXWnvb5Hp1PP9DvueL3UAXQXX73qaUJNvUZr+oXYokT9bti 1LCe/jz3793nd7nYvm0b8pju83uKBNtHT+P3eehzfk+72tLvZew94PeuhekPZdEsDJ+qzFqJ29sO 28g3NA6G9Gc8g2P2Xdd+Tx+T+jZYzBq6qRq6sgGgm6xFEWeezeD3/fn7kLDHzO+R6g6tqnJ0RZ9l v2fYmsNwn1bvo24KTi4BF0fqYCXuPxSlE3fe2qN+2O+q2rLudx/WwzRx9M8RPs75/H04BPo8e57f i8NR6CqGM3kSgGc2fbjfexWvhbeo2h5RfWvTsw+/H9D7eA3s8ns4vxenY0QWfi+TOdmkE0tsd6jI 33OSpeW0/t4/29IdNueZJb+H9fukHGUEc5ff07aY1vy+/SJ86K2+8m1Rf5fft62J8VNRtE3ruxrL WUQYo47HVur+JphYahD7PKe64EJKYL/fs35hR/4e+lLA7wfqMxf5Nq/HQv1dlNOe7Pco/C4Hp9nh 91nbUd2lmPh9+55dfpcdanb5fVLq3uH3JmwOuy1+jpiGRumwyu9dc6u4v5oq/sb1Tm6u+t0VEOMc v2d/k3NSuzrX77c74una09OGbr9PYROEjBW/J34/0+/224lZQ33Z7+OpW/ndp1rbS9QqWV8ns0rp ut9lN8up3zPvy98jI3bVZ1wIPOx3kUhH6XdRfzCbdNzvMqccuqMoN+3xu84ixlAVh/y+Heyg+r5i 1kat2rHqMQt5PIZHAEV4a/234HfxnMzc74nf76u/9/a0t+Ry2j+y9Lvwmm8uqvp7Xy+sUm6f9ber Ke/nFPX3iElpXArHncE76jNVubeqv5cqXfe7KoSXfhf1ZZ+iRnmNG7+L25Sur8sd9ZmilZhn+L3v tWKPTS4ESvse7Xf5vIC6piKWLq0if7ePcOD38/2etd/nl75967xboBeavkO70nV7Up3NPR04x3do v8+6H/YfkW7ZY4C80+9xj9/1nc/C76rrjW+/FG10G/Rk60t30J/4PWf1d99KrPy+8qN/TqHK32cj cY7v8dndWJWdNBIP+D1DPNeF3x/j9060smpnbGn7T5R+z8rvXVftkH6PoqU638esMjrZ16Osv9eh pno81vUa0y2qOMfvdfSc+T3tbk79PgmNonQ4HTnD3rHb2X9mj9/ls9lV7fCo30MHf5G/+0Bp3+M3 zB1AmxfWNx3K+ruKiOZUw+/7/S7uPKqLUg0Z09eqJ+nT5LkWO2BNXVK9Z3yCtWcyt0XVhYd0hoF6 Fv3ZdUmzfs97/G58mCvbt6C+yNrvS+04nRTUfjeZYcr7HtP+kUv5+/RZo7P8noXfFw6kb8eqDdtu gb5MZ4XMsWhnD+7c74Hf7/Z7jAe4+7tQnrpx3i90LPIV4474EVL8+JblgC4qbbSCF29V72gf7ja5 dQh8Fh7FTS3TnknxgGHt99C3Id2FVvvdLH61//va86sL3aUr8xf1mfbQxb7HVtWjC8XNo7IIOi0T hi2FrT9MfY/fdzwJ1zd0C0dPnwij//uJftd3Tyb7ND3KetzD4aE2P7TTMELlEAKqsaRGg7uRn+aD RFWxyowf2QznUY3a4UfPylwegCT0/sgBT9TS3GBmOX5TamgW1WyJ8uaiH0dU38AL09Y0L4RpYZrh 08SGFeWzcJ1uJq3EwunyBr0b8G34dopm3e4H39J2dq4autMGtQ+eO/x+50S9P39/1en9nBDyoGWf /aVtG6E61cptNwnVsGnPS3HVphpKUZznsluDKyzZcHa7seaGIxxjlh+4yg+tOA1Zw+jDZeidjtSs coJ6EGbTCNPxW29F2DGgV4fClF9ulAdXH8kyDNftWDdWmqq17hhNTb9jTAhsu0/GQzv8E37fL99H ODje3u8nH70PCeLmr+69z72wIkx3Ll982zRHTd4s7uSPj5z6YXh1mFhrJWYZmG5Rpt8t2wo2sTzC Cr4aTLiPJ+HHj1xs6GbVrz5dYXe+8BdfcR+fv5vHG090IH5/O7+v7NPT/f6+x/n0Q/GgY3v+YqeT cqYfI2jXFxlqhW8wjdqn5++PiJFf7PfE788JnPHVX/vD/P5NQZDr/d52cFbTA8DX+n1pn/A7fsfv Hzn/av8K2v62s/KE75Tz4tP8/uI7kfj9TdL3+OQGCOxvpL1uIfA0F778TiR+B3haIy3OWAhH830D 8JuZCL8DfMppGRRoHh2A2Sf8DgCA3/E7AADgdwAAwO8AAPgdAADwOwAA4HcAAMDvAACA3wEA4Af9 zhPqAIDfv1fu+B0A8PuX2h29AwB+J3kHAMDv7+93vlgAwO/oHQAAv3+K3/laAQC+0O/oHQDgI/0e Dc1rN783d1eb915/6X/YvtkGjkj3xn8/3/7697/bD7fXu7ds55Ntf/6J1hYA4PfO8NnafaPbSKn/ 7uObV4X9owgt4o1/P41/H0JPdGuVoWeIY5v1c8YCwFf7/U92V+s19ov+hf6O6+bvKX+oBC/fGFrW KTfj6v0c/hvig6GWBADwlX7PsHYObVbt9xQRIpf8LtfQNgrk9jXabuKEWWaubRcAwDfm7xvnbbPh NO9RuvRKnvl9m8GbV4yuuzeVyxwCEgDA7/k9xAtF/j7m7WUFfqzfTP0uEvqMcVPW/A4A8At+z31+ VybtzNt2q6n9nt0qxsVv6jVhLd1I3YURyjIA8HP5e+zzu8qLo+1HM13zoH+5FZsqTJQ3bXXfmPGu LecpAFCfKeoz0efaYby/4PdYy9832xOH8nf8DgA/7ffWkVHe6+xcnJHzbpGucDLN35vVHcnfk/oM APyQ331nRnWvU7x30KVsCpzg96KhscfvCB4AftPvearfozwsi/0j24XJQDRWZfA7APy6391jTdMe 5ynqM2JRIZNyFwik8e3K254/Ke8V1E9RccICwNf6PeJvTK4Qz62mfyHF/VXt93aEGP/GOsiY52t1 75v+fSYwkMcDwPf6PaIYPrLNhd1IXWOHFDfEl36jXmWoQc/CfEgtsBmkbPuCHNMGAOAb/a7kqDLt wfbdyI7dn81S3RtFIi7jxORDahxj+zAtfgeAb/a7LJc8aX114Fk6mDH7vRkLPj76ywIA/H7ct+/m dwAA/P4Zfg/8DgD4/SuPTex4KwcSAPD7F+odvwMAfv/WUIDgAQC/f6veETwA4HcAAMDvAACA3wEA AL8DAOB3AADA7wAAgN8BAAC/AwAAfgcAAPwOAIDfAQAAvwMAAH4HAAD8DgAA+B0AAL8DAAB+BwAA /A4AAPgdAADwOwAA4HcAAPwOAAD4HQAA8DsAAOB3AADA7wAAgN8BAPA7AADgdwAAwO8AAIDfAQAA vwMAAH4HAMDvAACA3wEAAL8DAAB+BwAA/A4AAPgdAAC/v+XWPoEcfsn//sl//25/yetv7QvXT2Wz tGz+u/3Q3/fw349EXADA7/AO5CZcxb/v6F+YCnOWEcAA8LvS+0cdzNj8+/f/tx9Fg4HwBU+Myn9t z3+h+e+/RF/8jt/h4HkW7e+b/1xj3yXv/09CeX3p2j6IbQnrWgy7hM9N+WwbMi9/i8tiCKfwzGiK 3/E7wLlXtfwnr/d5roG0rXxmU3VLd2sKPkHw8YnnLQAAeSl+BwDA7/gdAAC/s7UAAPgdvwPALwse Y+J3AMDv+B0A4GO0hd8PbW3Xw/RNHimA4qyObz49AcjfT93azubI/W3kLr4J9+3oL4yvEvA7ft9K AL+/l96br+LfaCfD12OUzxcJ+P2n/B74/dP03n43o87NF8a3CN90OeD3M/3OGfU+er9+G7Hxe/Rv LL9UAPyO303VF16g98Hdtx+710yZnsMI+B2/q3SQM+otvqbC71WLi68Q8Dt+936Pz93FrzidxZcj TS/9jt4Bv/+k3yf9Z1RzP/QbhneGyiNvU6Vepp7bzkDRvS1s2MnNJBV6B/odjF1fUOz+FuNJ33vn 96X8Hb8Dfsfvyu+qO/zGGNbv24mv+9CgHqAat0DeBhgbFnYVYwvErNh9Qh4Xvdl2a7sP2Budy4+R eb+HjYQH9E5EAPz+7X7f2K+97qMTvE78R1HM1LR9l+sp0m3msH2mDdJr2Ly8jWDawdUnZPQxyreC L9W63++3A+UWp4NzGbBE8EI6gN8/ye9h/Z4rfpelg1Tq9n4PITWxmdVq9S1J93LqwJQLsaxZSPow 47unL8hS7sCC3ydxJa9zQ7dBvKmZjXF9sy04B/D7h/k9XZeNid/jPr+nXcjq2swa9Mv1Hi75fViP 8bsvmEz+nFWAWvd7/dxTF9nahcp1xssvN/hNweP3e/0ehd+zrhK4vh3H/B5v7feY+D1zpSa1w+/T BbrbrcVthc2R1xvi6l74HcjfP9HvqtS8/bGwTNzn90J4dm15jt9Ly674PRb8nm/r99zt98DvgN8/ 0u/iMjYDGHqRxF1+L4oSumCtTDbz+/Jt0MLv0fbprOszC36f633V77Hi96IEZP3eF/IAqM98it9N mjb1uxdymdeWvd0Lvxce7j3U96q/xYc8xe9xTv4ek/Q9j/s97U5NdxK/A/k7fp923Sv8Lvqxr/q9 F5Rfw+D3tmtj2XlFdvU3SXHZTim719cbMBWxGUBon99zxe91z0sA/P7GfneifUT+rhY+WZzpUCj6 IBq/XbN6+w5TufrrSvhAv5stWEq0H+P3ckX4HajPfEocDG+LupByyO+FfcobqEVvHV/eUc/w5Lxr S2lU48xjfi/bEHWd3I5P8Di/X5tA6AbI3z/f77no9x3932d+j1W/N5Eg5ms41+8hj+odfo9K73Kr V/2eJ/udZ5sAv3+a33Pud59bp3u4s+xFfb/ffQfN6nlS+9ROTu6vygO04PfZBBzuOSQbJR/p95z7 Hd0Afv8ev2+efir83nb227bkJ/bVdZWVxH+/36uXc1f/mSbmuUM3Sd+nfx+HtBHvf4DfXWQSq8I9 gN/f9zhFmaOZcbOkooaCSd0tfGNp66X6g3rMsSN+/+uCs1KfkTHvLr9XXT5jMjCClbD1b9H/fa/f yeYBv7/1cXLD97oR4dUQuFs3yCw3xDBV3d/10lIMyRsRfrTi/X6v+inOQkLfGzyK8Ql8q8nOr1fO v5oTv8d0vVU4sPdfmKoX8Ps7H6hlv8uxzsV7+yWlS3gjXa/AUbA+zOhtE85fHP99MhKX2lcVT2xg NFWMehSwYgoVo3cl+GKnUjhbFKrwO+D3D/b7A7+E2PnZWUc+uVyde25umPrhW6qJpzLLGUGy0ntb 7Dg0/HvEZDqT2XLmw87r1aXeI/cd43fA7xynbzzhMnRgUreGH372xbiacDMIxuwmzOaxLlX8UTsL gN+/PX//0TNPzlbywbmtuBlAggD4Hb9z5qUeuuWj9yiC8wfwO37nzEs1new3+L3pywqA3zlOP31G fqzf1SsMLQb4nfwdtn6P79od9A4/5y3yd3B6j2/bH04fIH/nOHE+fpsQ0Tvgd44TfG/I4iAAfuc4 AQDgd/wOAIDf8TsA4Hf8jt8BAL/jdwAAvIXfAQDwO8cJAAC/v3Br8T0A4Pev9HsUcFYBAH7/4Pw9 kTsA4Pfv9HvqqTs5pQAAv+N3gBOuXE46wO+nHyfpd84oeNIJGWaicgD8/iC/c6XB0/z+4fMZAn5/ nwNF/g5vKHjOOsDvT8vfOaPgmYLnpAP8/my/314fLr/lK3L9ypVv5KL/FcdzFAC/P9vvf9Mq6yJ9 /8YxD+tf853si9dMxieCTLFRm90Is5/bv29+Fi/LuDUcozpjvVeIB/703hcSAH5/pt9TP/Wkbolp cW/fKZfYZXDDazq1Kxdye8kKPuutn/s9xtCzHMnCvVP/GOOiq3vgUYa4bmmzBYu3/ncKqXdtT7DI 2383/8m/l9O/HPLainQP5pmrsPvAcKh2xdc4VQ7ET/z+zOMUZf09VP8G6/cUb+z8np3Asl6kvhZD p9HDS0OtqV9nd1wG/evlFJHMN35yFhuLDVCL0Irq/iafSy4XHGIX2sgTPgjYYHUghvkAI5t7fjf3 Nir1n8rsYrrxrpXqnxiX+3c9ifPvx/Zg/v1FRLGPb5Xh94fk71bWg6HLQDAm8G7ZWUeRMSaphFx6 OTeSGI/FWLNJuXOjjLv9Kw/Y1O9mTXYJro69+bfbZHfM+n0oNiFElJSbOt8ZG2qyPjQi9g+xa9JU HHOOyDTRuBS823hVxhtC83Jr1qzNbsSXDTeC39/B7+on/+I85a/9bkODFGuKTR4LAfutu9B6yag3 7bjfw5QdNjldt367jTbGVl+miDb7dyZUvSWXPtZ/vbKlVYXipSjSC77ePfUuW67MchMPJwHmPhN+ /3a/551+j/7qqtJy77rdfo+53ycSFZn//GIcSzVFSrtg9eIjMW0pRE7i3rgV4zat+j3W/F5+XZXI y9bQkt+Hper1HAnFxRE55veoG3llATQO+z3xO36vn1+1wrPam13TKmHxrYSqOikTINtHRtS6F/we qW9ZHvX75Bo/2+8pU+PYF4KXVL/k9yii5R6/65UVJ+xb+H22vtUCaK6djn7L8Dv5e+l3cffI3pwy 1/HsjbHq99zn9+3Fs5i/W7/nYqGqP6J7U7NYqSrf6/c44nd793ZxZ1Ld9DXf9P1+X6kp5kISvOb3 3LmSuk1axiCfBOB36u/78/dtT8SiB3x1Gq753e+G83u1a90KFoqloj/gTr+v9I649vTQl26zAVXY s1f1st+P+f8Ev9sbgVV5uYt70xP2iN/VEXya32PaGhnTEOoz5O935++jg1fK6sv1mdf6vd0Sv6N6 Y52F2i1QhWL90Fi22i+OS9R+V0+nxVKqvlYIyLWdiVx42S9ObEu+sd+Xbzuoh+Nij99jV90Lv/92 /p6z+vusPDj3++SN5Xl5h9/zliyv1GeqHV3K3zN9176l+kys+v1w/h4rhedVv9+Ob6xGy0wf0b3f 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 ewrfv1LzKUeLGcx/7cF149O+pWr33idp+T6zv5iVGb6x0aeyfj4m0dIkZdk8SObfXbylxVRBpjcF WsXRaS9AsTlkBYtiwzrtnWOX8Ty0qcYJ31O9QTm4rFcuWbfId4fv3+u/fynf7bcO+GV8rzhbmKuy ffiuDF8KHUbYir4z0Qh5s0p1YGXzgJwVLH7VXnrVH8Om81dNWoZM2GKgSFkP1Z9M3hDz/pHNJuE7 fP+QWObXX+756RFgyqbd/mueB22Kag8N1twbTeQSR4tg05dfqIlh2djoYnuB8PQahfpVPfW7Fqu0 pTSqKfVUXFTVM5D69w/f0a9+mfGRXTf4joew/pTN3seVq9y38K1Gj+uMoY506lhJhj9id7sZVrLC oozyZHoLvn/m4/llV+lxsvw83uH7uWfrjHf/HX8lps0/ij2ZZh0cmn7YnzWQBN+vzvf9ZwO8w/dz j+2Ud7sef+Uxgu9cN84efH/CwYUXVz3CdwMF8J2Lij7tBvr2CPAhvJ/W9Rm+w3cuKoLvr8b7DPD1 r8/24CEBfEeIG+hZtktVuL+MQFxH+I4QNxBC8B3Bd4TgO48ngu8IwfdnP57tm7/W13nGGJmFCXsI viME3x95PO1hwp8119jMTrE2v3ld4TtCcKB9s9ixKtrTgGzNG5Cg2ac6CJwSBN8/n+/HoHqmqz19 l8Abzhb46m8g+5ywa+XFKg9vgBsAvn8v3+3x9Z1E04/hO0/08g30bnMoOr+fbj1CTwEE36/M97Mf oc86oQbfd/Hd3/5uKXuWaX40jYng+wfxfZxal45wzKPYEx7Pj3HfeZi/lu//j717W2jchsIwuvX+ L92LKYMt/VsOpyGGtXoxpR1CCOSTJTvR19yyXwl9v3nf1x3G2v1p1r3X1hddjzEe2m407cm77Or4 9wv/2fZ0pI2K//8LL39x/L/T8/Tn4WZHuxerZ/Nb+v794/HXHL5vd6lG32/w9Jz3/+p2bjluaVbV bgz/8leX/WMO6e72WB/TFmXTIDHWyzqnfw2banZ/bi7fP++nkx+L89efH8+KM4FqH5OXu7ZsMK3v 39n30nd9v2/f102Jj3/WeSv40/+s2m2re/r8061U3KWxlv2B51Hk73873MprhY/bJ5/znb6feI9S 35e3cD09ItOXqeMuyce/GMe2sOVm6v/N+l7NADY9ostIexwk06SsTs+z7e5D9dl9v+WTHX1fd6jP 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 B0DfAdB3AH0HQN8B0HcA9B0AfQdA3wH0HQB9B0DfAdB3APQdAH0H0HcA9B0AfQdA3wHQdwD0HUDf AdB3APQdAH0HQN8B0HcAfQdA3wHQdwC+0H8CDABhCaPMCmVuZHN0cmVhbQplbmRvYmoKMiAwIG9i ago8PC9MZW5ndGggNjUvRmlsdGVyL0ZsYXRlRGVjb2RlPj5zdHJlYW0KeJwr5CpUMLU0VTAAQgsj Mz1DSyDDXM9SITlXQT8zN91AwSVfIZArkKuQyymEy9hMwcLATCEkhcs1BCgGAJqEDS0KZW5kc3Ry ZWFtCmVuZG9iago0IDAgb2JqCjw8L1R5cGUvUGFnZS9NZWRpYUJveFswIDAgNTk1IDg0Ml0vUmVz b3VyY2VzPDwvUHJvY1NldCBbL1BERiAvVGV4dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSV0vWE9i amVjdDw8L2ltZzAgMSAwIFI+Pj4+L0NvbnRlbnRzIDIgMCBSL1BhcmVudCAzIDAgUj4+CmVuZG9i agozIDAgb2JqCjw8L1R5cGUvUGFnZXMvQ291bnQgMS9LaWRzWzQgMCBSXS9JVFhUKDUuMS4zKT4+ CmVuZG9iago1IDAgb2JqCjw8L1R5cGUvQ2F0YWxvZy9QYWdlcyAzIDAgUj4+CmVuZG9iago2IDAg b2JqCjw8L1Byb2R1Y2VyKGNvbnZlcnRmaWxlb25saW5lLmNvbSkvQ3JlYXRpb25EYXRlKEQ6MjAx NjA0MTIxNDEzMzQrMDInMDAnKS9Nb2REYXRlKEQ6MjAxNjA0MTIxNDEzMzQrMDInMDAnKT4+CmVu ZG9iagp4cmVmCjAgNwowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDAwMTUgMDAwMDAgbiAKMDAw MDA2NDg2MCAwMDAwMCBuIAowMDAwMDY1MTUzIDAwMDAwIG4gCjAwMDAwNjQ5OTEgMDAwMDAgbiAK MDAwMDA2NTIxNiAwMDAwMCBuIAowMDAwMDY1MjYxIDAwMDAwIG4gCnRyYWlsZXIKPDwvU2l6ZSA3 L1Jvb3QgNSAwIFIvSW5mbyA2IDAgUi9JRCBbPDA3OTU0OTQxOWU4ZjRiNTc1NjQxMDlhMTMzN2E4 MWJkPjxmODdhNzE2NzYyYzIwNzI1ZjZkZDA5ZTkzODkzMzliND5dPj4Kc3RhcnR4cmVmCjY1Mzg0 CiUlRU9GCg== --2cfbbcb61dc9bcd28637e45b4f02-- From owner-freebsd-questions@freebsd.org Wed Apr 13 13:01:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 245FFB0ECA2 for ; Wed, 13 Apr 2016 13:01:04 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id E2604103A for ; Wed, 13 Apr 2016 13:01:03 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3qlNxw3ltTz1cXKx for ; Wed, 13 Apr 2016 14:52:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id V+gc-0EmgE3S for ; Wed, 13 Apr 2016 14:52:52 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3qlNxw33PhzRRqR for ; Wed, 13 Apr 2016 14:52:52 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id C7C6C1B7483 for ; Wed, 13 Apr 2016 14:52:47 +0200 (CEST) Date: Wed, 13 Apr 2016 14:52:46 +0200 From: Luciano Mannucci To: freebsd-questions@freebsd.org Subject: ZFS with errors X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3qlNxw33PhzRRqR@baobab.bilink.it> 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: Wed, 13 Apr 2016 13:01:04 -0000 Hello all, I'm testing ZFS, so please forgive me for my dumb questions... I have a pool with a zfs filesystem that shows erors. I tried to get rid of them by removing the files listed by zpool status -v and restoring without seeing anything different. I tried with zpool scrub and got only more errors. My situation now is: root@vodka:~ # zpool status -v pool: expool1 state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://illumos.org/msg/ZFS-8000-8A scan: scrub repaired 0 in 7h29m with 9 errors on Fri Apr 8 20:09:47 2016 config: NAME STATE READ WRITE CKSUM expool1 ONLINE 0 0 10 gptid/8ccea78c-05ef-4a3a-9502-4106ca736958 ONLINE 0 0 8 gptid/864c27ea-ecd2-4cf9-9450-1afad9065fa1 ONLINE 0 0 0 diskid/DISK-WD-WCC4M2780110s3 ONLINE 0 0 0 diskid/DISK-WD-WCC4M2780110s1 ONLINE 0 0 12 errors: Permanent errors have been detected in the following files: expool1/mirrors:<0x600> /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/kde4-style-bespin-icons-0.1-0.1649svn.1.mga4.noarch.rpm /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/lilypond-doc-2.18.0-1.mga4.noarch.rpm /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/updates/wesnoth-data-1.10.7-2.1.mga4.noarch.rpm expool1/mirrors:<0x6dba> root@vodka:~ # is there a way to see which "9 errors" did scrub find? what I'm I suposed to do to clear the situation? Thanks to everybody, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Wed Apr 13 13:34:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A20B0FA31 for ; Wed, 13 Apr 2016 13:34:17 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C10491185 for ; Wed, 13 Apr 2016 13:34:16 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-qk0-x22d.google.com with SMTP id r184so19364852qkc.1 for ; Wed, 13 Apr 2016 06:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:organization:mime-version :content-transfer-encoding; bh=JtQBV8N0q0KxNXerk9aFxAITSDglx3pN5Mvya5hVmFg=; b=OT5lqZeCxG11MWPTYFOUzPRmI+nzByWbvaW7GPxRduI5QmAYtGUxgYi1hUIMHWiRiW hYCOzzZg8bfIKgw9GYyvo9Qy0NLayzwKd1RU/m1vArZpaGWz80AlkRX7kOZgojsp69I/ wvWX/3H8PUfTVHdeWuvSn9XD6TC4CRjfMOBV8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:organization :mime-version:content-transfer-encoding; bh=JtQBV8N0q0KxNXerk9aFxAITSDglx3pN5Mvya5hVmFg=; b=H+lX3giXTnJjCLoewr3wbW5fLDle8snfuNlAtgZUnydyXox4SWB+/Z6WfH1E4gz6cB cZ84elC2AaNWlmgwtjroF8QI3o8PbNpLKsVBQPDiMIARJTGfwgZta16k3Xq4SCSZhZ0s dPcfSkzf40/4d4VlH/m6Y/dNUHqBEJAQvZChBsqwMuk5mcSZC19eaIBikrU1Upc/b8PK m4UcPfPzIoiPD43pTqxxiXXUfuGCByMHdAIiHOBx6wNZdURBx1hd9gVlRwzo0q7bYRlk VmrRbqnt01sij7HRsxpV7+6KWFzzrg46BGHbZ4LwPUt4fFQp0gUv+BhghiNDrClggf9l xLYw== X-Gm-Message-State: AOPr4FUbj0ACr5o1u1+1jSS/aOjv3SPBJOMx2oXzVVTEcgZHqfujrULGgYSLqJoBfXj7gg== X-Received: by 10.55.82.195 with SMTP id g186mr11645206qkb.47.1460554455346; Wed, 13 Apr 2016 06:34:15 -0700 (PDT) Received: from Papi ([177.158.242.97]) by smtp.gmail.com with ESMTPSA id x11sm8293578qgx.24.2016.04.13.06.34.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Apr 2016 06:34:15 -0700 (PDT) Date: Wed, 13 Apr 2016 10:39:38 -0300 From: Mario Lobo To: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Installing linux-c6 64 along side with the 32 bit libs Message-ID: <20160413103938.1768b538@Papi> Organization: BSD X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.25; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 13:34:17 -0000 Hi there; A recent commit seems to make this is possible: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206943 so things like skype and flashplugin can continue to work, since they are 32 bit apps. I was wondering what would be the settings for this to compile properly. for instance, should it be: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 or OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 ? How about compat.linux.osrelease: 2.6.18? Still the same? Thanks, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." From owner-freebsd-questions@freebsd.org Wed Apr 13 13:42:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 031DEB0FCD4 for ; Wed, 13 Apr 2016 13:42:01 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9671B15A1 for ; Wed, 13 Apr 2016 13:42:01 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u3DDfoRP034525 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 13 Apr 2016 15:41:50 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u3DDfnmm034522; Wed, 13 Apr 2016 15:41:50 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 13 Apr 2016 15:41:49 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Luciano Mannucci cc: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-Reply-To: <3qlNxw33PhzRRqR@baobab.bilink.it> Message-ID: References: <3qlNxw33PhzRRqR@baobab.bilink.it> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.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: Wed, 13 Apr 2016 13:42:02 -0000 On Wed, 13 Apr 2016 14:52+0200, Luciano Mannucci wrote: > > Hello all, > > I'm testing ZFS, so please forgive me for my dumb questions... > I have a pool with a zfs filesystem that shows erors. I tried to get > rid of them by removing the files listed by zpool status -v and > restoring without seeing anything different. > I tried with zpool scrub and got only more errors. > My situation now is: > root@vodka:~ # zpool status -v > pool: expool1 > state: ONLINE > status: One or more devices has experienced an error resulting in data > corruption. Applications may be affected. > action: Restore the file in question if possible. Otherwise restore the > entire pool from backup. > see: http://illumos.org/msg/ZFS-8000-8A > scan: scrub repaired 0 in 7h29m with 9 errors on Fri Apr 8 20:09:47 2016 > config: > > NAME STATE READ WRITE CKSUM > expool1 ONLINE 0 0 10 > gptid/8ccea78c-05ef-4a3a-9502-4106ca736958 ONLINE 0 0 8 > gptid/864c27ea-ecd2-4cf9-9450-1afad9065fa1 ONLINE 0 0 0 > diskid/DISK-WD-WCC4M2780110s3 ONLINE 0 0 0 > diskid/DISK-WD-WCC4M2780110s1 ONLINE 0 0 12 > > errors: Permanent errors have been detected in the following files: > > expool1/mirrors:<0x600> > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/kde4-style-bespin-icons-0.1-0.1649svn.1.mga4.noarch.rpm > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/lilypond-doc-2.18.0-1.mga4.noarch.rpm > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/updates/wesnoth-data-1.10.7-2.1.mga4.noarch.rpm > expool1/mirrors:<0x6dba> > root@vodka:~ # > > > is there a way to see which "9 errors" did scrub find? > what I'm I suposed to do to clear the situation? Try: zpool clear expool1 zpool scrub expool1 Let the scrub finish. If the same three files reappears, then refetch those files. The lines ending with a hexadecimal number represents deleted files, as far as I know. Once you have mended your files, run "clear" and "scrub" one more time. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@freebsd.org Wed Apr 13 13:56: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 20C33B0E0F4 for ; Wed, 13 Apr 2016 13:56:30 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BFFDB1BB3 for ; Wed, 13 Apr 2016 13:56:29 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u3DDuKGZ034645 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 13 Apr 2016 15:56:21 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u3DDuKAD034642; Wed, 13 Apr 2016 15:56:20 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 13 Apr 2016 15:56:20 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Luciano Mannucci cc: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-Reply-To: Message-ID: References: <3qlNxw33PhzRRqR@baobab.bilink.it> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.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: Wed, 13 Apr 2016 13:56:30 -0000 On Wed, 13 Apr 2016 15:41+0200, Trond Endrestøl wrote: > On Wed, 13 Apr 2016 14:52+0200, Luciano Mannucci wrote: > > > > > Hello all, > > > > I'm testing ZFS, so please forgive me for my dumb questions... > > I have a pool with a zfs filesystem that shows erors. I tried to get > > rid of them by removing the files listed by zpool status -v and > > restoring without seeing anything different. > > I tried with zpool scrub and got only more errors. > > My situation now is: > > root@vodka:~ # zpool status -v > > pool: expool1 > > state: ONLINE > > status: One or more devices has experienced an error resulting in data > > corruption. Applications may be affected. > > action: Restore the file in question if possible. Otherwise restore the > > entire pool from backup. > > see: http://illumos.org/msg/ZFS-8000-8A > > scan: scrub repaired 0 in 7h29m with 9 errors on Fri Apr 8 20:09:47 2016 > > config: > > > > NAME STATE READ WRITE CKSUM > > expool1 ONLINE 0 0 10 > > gptid/8ccea78c-05ef-4a3a-9502-4106ca736958 ONLINE 0 0 8 > > gptid/864c27ea-ecd2-4cf9-9450-1afad9065fa1 ONLINE 0 0 0 > > diskid/DISK-WD-WCC4M2780110s3 ONLINE 0 0 0 > > diskid/DISK-WD-WCC4M2780110s1 ONLINE 0 0 12 > > > > errors: Permanent errors have been detected in the following files: > > > > expool1/mirrors:<0x600> > > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/kde4-style-bespin-icons-0.1-0.1649svn.1.mga4.noarch.rpm > > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/release/lilypond-doc-2.18.0-1.mga4.noarch.rpm > > /var/spool/mirrors/mageia/distrib/4/x86_64/media/core/updates/wesnoth-data-1.10.7-2.1.mga4.noarch.rpm > > expool1/mirrors:<0x6dba> > > root@vodka:~ # > > > > > > is there a way to see which "9 errors" did scrub find? > > what I'm I suposed to do to clear the situation? > > Try: > > zpool clear expool1 > zpool scrub expool1 > > Let the scrub finish. > > If the same three files reappears, then refetch those files. > The lines ending with a hexadecimal number represents deleted files, > as far as I know. > > Once you have mended your files, run "clear" and "scrub" one more > time. I noticed you have four disks in a striped configuration, aka RAID 0. There's no redundancy in this pool, making it hard for ZFS to automatically repair your files. Maybe you should destroy your pool and recreate it using a mirrored configuration. Maybe, mirror disks 1 & 2, and disks 3 & 4, e.g. zpool create expool1 mirror gptid/8ccea78c-05ef-4a3a-9502-4106ca736958 gptid/864c27ea-ecd2-4cf9-9450-1afad9065fa1 mirror diskid/DISK-WD-WCC4M2780110s3 diskid/DISK-WD-WCC4M2780110s1 ^^^^^^ ^^^^^^ Some proper disk labelling and setting the kern.geom.label.gptid.enable tunable to 0 in /etc/loader.conf might make it easier for you to identify each disk. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@freebsd.org Wed Apr 13 14:22:53 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 DC2DAB0EE65 for ; Wed, 13 Apr 2016 14:22:53 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id A3D801B9F for ; Wed, 13 Apr 2016 14:22:53 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3qlQxr3mqHzRRqR for ; Wed, 13 Apr 2016 16:22:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id nhfB4zgCUJ+U for ; Wed, 13 Apr 2016 16:22:56 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3qlQxr34YhzRRqQ for ; Wed, 13 Apr 2016 16:22:56 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id A8D681B7580 for ; Wed, 13 Apr 2016 16:22:51 +0200 (CEST) Date: Wed, 13 Apr 2016 16:22:51 +0200 From: Luciano Mannucci To: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-Reply-To: References: <3qlNxw33PhzRRqR@baobab.bilink.it> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <3qlQxr34YhzRRqQ@baobab.bilink.it> 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: Wed, 13 Apr 2016 14:22:54 -0000 On Wed, 13 Apr 2016 15:56:20 +0200 (CEST) Trond Endrest=F8l wrote: > There's no redundancy in this pool, making it hard for ZFS to=20 > automatically repair your files. >=20 > Maybe you should destroy your pool and recreate it using a mirrored=20 > configuration. Maybe, mirror disks 1 & 2, and disks 3 & 4, e.g. They are of different sizes. I don't know if I can add redundancy without loosing the bits that exeed the smallest one... I'm a zfs newbie, just experimenting by now... :) Thanks anyway, Luciano. --=20 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Wed Apr 13 14:55:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7564AB0FB6B for ; Wed, 13 Apr 2016 14:55:29 +0000 (UTC) (envelope-from odhiambo@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 036E21FA2 for ; Wed, 13 Apr 2016 14:55:29 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id u206so83049370wme.1 for ; Wed, 13 Apr 2016 07:55:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ubCIh7nkkYOvV6fWzKtiRyZdAXqy5d4w1MGBr6c8n50=; b=ga8tdDFBkUgV3KVocmZXwFP7X+UDAkc0QvnpgZI22BkTTXyQgGgZmA5syQ2LyplS+8 JwiqyCABB5W/Ou8PwRWxrRflzATL5SbkLqvEJgK2euGErKM2bWDZRLi5T93x4346FnVI /v+8P8XFMdfbbBAbsvai25ijzmywd1ggpqz+0CpWVqy/+xJefTAfYux+AMbzJKE1uhhS lX/lrJl/9bt7kmUGkvfCw6EobxdPpLYw53TxuqjdFTD2q8jd9lRiHdS7fz7dlVH1XtZy Z6Hs8jwqLzrCyhHS03pTPmfd7R/u1nC/BAgjbvev0o4tHNi1X5M6UKMqRQ7uBU/xlUZt Hnyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ubCIh7nkkYOvV6fWzKtiRyZdAXqy5d4w1MGBr6c8n50=; b=MBFm8C2c5YUcu+pIKHzIidsFgAnfwCt52wyLCIbsWWri7zt80bdNkO4qivY2LpnBBy NGe6mMDhAt/UlU0sVqgvTioICfktI9NSNeDi4FO2xWyHh2sNDPY/9nYiEJT6hVClzCes 0ODOvThOqJVZTKxz1cKBQdxWFOOnGtS48/uR5JEQmOwYgqKsyRsJlFJMUQ75SjOmQUaA 7l7fsocAJ4eP77vMhifijm1LgtqOx4WlBnWQzwRovmY/Y5GW2tyJtu3huhkfhSHI4OTN KnOHrGtTYX+3itK7F1LSZiTUTHu8Bk5x1+hpEKqjUCEDlSG2Z7ZcgshzHzUYOEVYLJGS sRGA== X-Gm-Message-State: AOPr4FXbfocaI7DQafrfuN2PpsfRrd4W11QjITNV0XukmDv/fAuia1oCnZBqI7LMahuP7VJ9j70KrB/H+maYZw== X-Received: by 10.194.61.19 with SMTP id l19mr10205054wjr.4.1460559327118; Wed, 13 Apr 2016 07:55:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Wed, 13 Apr 2016 07:54:47 -0700 (PDT) From: Odhiambo Washington Date: Wed, 13 Apr 2016 17:54:47 +0300 Message-ID: Subject: Stuggling with 3.5.16 on FreeBSD-9.3 To: User Questions 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: Wed, 13 Apr 2016 14:55:29 -0000 Hi Amos, I bit the bullet and upgraded my FreeBSD-8.4 -> 9.3. I am struggling to compile squid-3.5.16. I just have to find a way to make it compile and run, by all means. So now here is what happens: #!/bin/sh ./configure --prefix=/opt/squid-3.5 \ --enable-removal-policies="lru heap" \ --disable-epoll \ --with-pthreads \ --enable-storeio="ufs diskd rock aufs" \ --enable-delay-pools \ --enable-snmp \ --with-openssl=/usr \ --enable-forw-via-db \ --enable-cache-digests \ --enable-wccpv2 \ --enable-follow-x-forwarded-for \ --with-large-files \ --enable-esi \ --enable-kqueue \ --enable-icap-client \ --enable-kill-parent-hack \ --enable-ssl \ --enable-ssl-crtd \ --enable-url-rewrite-helpers \ --enable-xmalloc-statistics \ --enable-stacktraces \ --enable-zph-qos \ --enable-eui \ --with-nat-devpf \ --enable-pf-transparent \ --enable-ipf-transparent \ --enable-auth \ My config.log output is here: *http://goo.gl/LcV1yN * And this is how the compile fails:Making all in negotiate_auth Making all in kerberos depbase=`echo negotiate_kerberos_auth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../../include -I/usr/include -I/usr/include -I../../../libltdl -I. -I/usr/include -I/usr/local/include/libxml2 -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Woverloaded-virtual -Werror -pipe -D_REENTRANT -I/usr/local/include -g -O2 -march=native -I/usr/local/include -MT negotiate_kerberos_auth.o -MD -MP -MF $depbase.Tpo -c -o negotiate_kerberos_auth.o negotiate_kerberos_auth.cc && mv -f $depbase.Tpo $depbase.Po negotiate_kerberos_auth.cc: In function 'int main(int, char* const*)': negotiate_kerberos_auth.cc:754: error: 'gsskrb5_extract_authz_data_from_sec_context' was not declared in this scope *** [negotiate_kerberos_auth.o] Error code 1 Stop in /usr/home/wash/Tools/Squid/3.5/squid-3.5.16/helpers/negotiate_auth/kerberos. *** [all-recursive] Error code 1 Stop in /usr/home/wash/Tools/Squid/3.5/squid-3.5.16/helpers/negotiate_auth/kerberos. *** [all-recursive] Error code 1 Stop in /usr/home/wash/Tools/Squid/3.5/squid-3.5.16/helpers/negotiate_auth. *** [all-recursive] Error code 1 Stop in /usr/home/wash/Tools/Squid/3.5/squid-3.5.16/helpers. *** [all-recursive] Error code 1 Stop in /usr/home/wash/Tools/Squid/3.5/squid-3.5.16. I am getting closer I think. The initial compile that I had before the upgrade from 8.4 to 9.3 cannot run. Gives a different error: 2016/04/13 14:12:13| Accepting NAT intercepted SSL bumped HTTPS Socket connections at local=192.168.55.254:13129 remote=[::] FD 36 flags=41 2016/04/13 14:12:13| Accepting ICP messages on [::]:3130 2016/04/13 14:12:13| Sending ICP messages from [::]:3130 2016/04/13 14:12:13| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.83:50648 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54178 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54166 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54165 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54180 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54179 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54182 FD 14 flags=33 2016/04/13 14:12:14| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=192.168.55.254:13128 remote=192.168.55.93:54181 FD 14 flags=33 I therefore feel I must compile afresh against FreeBSD-9.3 Your help is highly appreciated. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Wed Apr 13 15:23:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C0CB0E51D for ; Wed, 13 Apr 2016 15:23:17 +0000 (UTC) (envelope-from freebsd-lists@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A2DAB106F for ; Wed, 13 Apr 2016 15:23:17 +0000 (UTC) (envelope-from freebsd-lists@gromit.dlib.vt.edu) Received: from pmather.lib.vt.edu (pmather.lib.vt.edu [128.173.126.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id BAB91643; Wed, 13 Apr 2016 11:15:50 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ZFS with errors From: Paul Mather In-Reply-To: Date: Wed, 13 Apr 2016 11:15:50 -0400 Cc: luciano@vespaperitivo.it Content-Transfer-Encoding: quoted-printable Message-Id: <6DF8015A-9976-4DDE-BC9B-236F97470A36@gromit.dlib.vt.edu> References: To: freebsd-questions@freebsd.org 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: Wed, 13 Apr 2016 15:23:17 -0000 Luciano, > Date: Wed, 13 Apr 2016 16:22:51 +0200 > From: Luciano Mannucci > To: freebsd-questions@freebsd.org > Subject: Re: ZFS with errors > Message-ID: <3qlQxr34YhzRRqQ@baobab.bilink.it> > Content-Type: text/plain; charset=3Diso-8859-1 >=20 > On Wed, 13 Apr 2016 15:56:20 +0200 (CEST) > Trond Endrest?l wrote: >=20 >> There's no redundancy in this pool, making it hard for ZFS to=20 >> automatically repair your files. >>=20 >> Maybe you should destroy your pool and recreate it using a mirrored=20= >> configuration. Maybe, mirror disks 1 & 2, and disks 3 & 4, e.g. > They are of different sizes. I don't know if I can add redundancy > without loosing the bits that exeed the smallest one... > I'm a zfs newbie, just experimenting by now... :) >=20 > Thanks anyway, >=20 > Luciano. The only way you can add redundancy to the type of pool you have (i.e., = several drives concatenated together without any mirroring or raidz = redundancy) is to set the "copies=3D..." property on datasets for which = you want some redundancy: copies=3D1 | 2 | 3 Controls the number of copies of data stored for this dataset. = These copies are in addition to any redundancy provided by the pool, = for example, mirroring or RAID-Z. The copies are stored on = different disks, if possible. The space used by multiple copies is = charged to the associated file and dataset, changing the used property and counting against quotas and reservations. Changing this property only affects newly-written data. = Therefore, set this property at file system creation time by using the -o copies=3DN option. Note the "Changing this property only affects newly-written data" part, = though. You could also apply this selectively if you don't want to lose = too much pool space, e.g., to impart some redundancy to files in your = home directory but not to other areas where data loss can easily be = remedied or isn't as much of a problem (/usr/src; /usr/ports; /usr/obj; = etc.). Cheers, Paul.= From owner-freebsd-questions@freebsd.org Wed Apr 13 16:45: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 E0F5FB0EB58 for ; Wed, 13 Apr 2016 16:45:24 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 7C63117B2 for ; Wed, 13 Apr 2016 16:45:24 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3qlV6H2TcWzRRqS for ; Wed, 13 Apr 2016 18:45:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id MLv0mQIZBUGu for ; Wed, 13 Apr 2016 18:45:27 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3qlV6H1n4GzRRqR for ; Wed, 13 Apr 2016 18:45:27 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id C4DD01B7483 for ; Wed, 13 Apr 2016 18:45:22 +0200 (CEST) Date: Wed, 13 Apr 2016 18:45:22 +0200 From: Luciano Mannucci To: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-Reply-To: <6DF8015A-9976-4DDE-BC9B-236F97470A36@gromit.dlib.vt.edu> References: <6DF8015A-9976-4DDE-BC9B-236F97470A36@gromit.dlib.vt.edu> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3qlV6H1n4GzRRqR@baobab.bilink.it> 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: Wed, 13 Apr 2016 16:45:25 -0000 On Wed, 13 Apr 2016 11:15:50 -0400 Paul Mather wrote: > The only way you can add redundancy to the type of pool you have (i.e., > several drives concatenated together without any mirroring or raidz > redundancy) is to set the "copies=..." property on datasets for which you > want some redundancy: > > copies=1 | 2 | 3 Good! Seams apealing :) I've set that and removed a big portion of the the filesystem, the one containing errors. The srub is stll on its way, I'll relaunch it tomorrow. Thanks for now to all for the hints, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-questions@freebsd.org Wed Apr 13 17:06: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 258E0B0F4D4 for ; Wed, 13 Apr 2016 17:06:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-in4.apple.com (mail-out4.apple.com [17.151.62.26]) (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 09B4115AE for ; Wed, 13 Apr 2016 17:06:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay7.apple.com (relay7.apple.com [17.128.113.101]) by mail-in4.apple.com (Apple Secure Mail Relay) with SMTP id 6D.2F.21445.E9C7E075; Wed, 13 Apr 2016 10:06:38 -0700 (PDT) X-AuditID: 11973e12-f79796d0000053c5-c5-570e7c9e8792 Received: from [17.149.228.3] (Unknown_Domain [17.149.228.3]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by relay7.apple.com (Apple SCV relay) with SMTP id FE.57.22388.E9C7E075; Wed, 13 Apr 2016 10:06:38 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 From: Charles Swiger In-Reply-To: Date: Wed, 13 Apr 2016 10:06:43 -0700 Cc: FreeBSD - Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Odhiambo Washington X-Mailer: Apple Mail (2.3124) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrDLMWRmVeSWpSXmKPExsUi2FCYqjuvhi/coGGnkcXLr5tYLN7/tHNg 8pjxaT6Lx85Zd9kDmKK4bFJSczLLUov07RK4Mp6eu8xYsJm1YvK+44wNjJtYuhg5OSQETCT+ bH3MCmGLSVy4t56ti5GLQ0hgH6PEnOnbmWGK7uzqZAOxhQQmM0lsnFENYjMLaEnc+PeSCcTm FdCT2LT+LZgtLGAoseLkNaAFHBxsAmoSEybygIQ5BQIl1k44ATaSRUBVYsLU88wQY3Qlmm68 ZYSwtSWWLXzNDDHSSuLR9U1MEGsDJGbenc0MMlJEQEfi7g57iMtkJZ6cXMQCcrKEwAQ2iRuH jzFPYBSaheS6WUium4VkxQJG5lWMQrmJmTm6mXkmeokFBTmpesn5uZsYQcE73U5oB+OpVVaH GAU4GJV4eC+s4Q0XYk0sK67MPcQozcGiJM6b0AwUEkhPLEnNTk0tSC2KLyrNSS0+xMjEwSnV wMhb35iULmnyuqHzYeUe79yemf0d8zcpMxzZ4Xc1ZnNlsufzSUdfah166/ryxDn2RYVRUuc+ vX/rZ+PNpJPTzX+Uv/ASW7m6/0Y1oymcFzqTuz3OtZ60759wWqnLV0v4VSb7LIMvV/YcbAxY kpd0rW/zPluNhS6BRYIluTvV2do6Hj+U5Ak0UWIpzkg01GIuKk4EAKwuI5Q/AgAA X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrOLMWRmVeSWpSXmKPExsUiOPUJs+68Gr5wgwUXWS1eft3EYvH+p50D k8eMT/NZPHbOussewBTFZZOSmpNZllqkb5fAlfH03GXGgs2sFZP3HWdsYNzE0sXIySEhYCJx Z1cnG4QtJnHh3nowW0hgMpPExhnVIDazgJbEjX8vmUBsXgE9iU3r34LZwgKGEitOXgOaw8HB JqAmMWEiD0iYUyBQYu2EE8wgNouAqsSEqeeZIcboSjTdeMsIYWtLLFv4mhlipJXEo+ubmCDW BkjMvDubGWSkiICOxN0d9hCXyUo8ObmIZQIj/ywkB81CctAsJFMXMDKvYhQoSs1JrDTXSywo yEnVS87P3cQICraGwtQdjI3LrQ4xCnAwKvHwXljDGy7EmlhWXJl7iFGCg1lJhNejmi9ciDcl sbIqtSg/vqg0J7X4EGMy0C8TmaVEk/OBkZBXEm9oYmJgYmxsZmxsbmJOmrCSOO9hF6CtAumJ JanZqakFqUUwW5g4OKUaGHP9xKNCV07z8Y7YsHLxN0k9TS1t8Y09Qinnq4oOdSRFTmGqk4ss 5dvQFKm3xePghtmuesydZzm2f4mbLJ8cNyXS5p23+uZMa2fn9qpLHCWrmdm4zzl1l9p+2jej c398m63e6pUXTwWWTG3RWnXVKe+z7IfHN7dNq+6u3LwqRcuNsz4nQfinEktxRqKhFnNRcSIA Db6CFXoCAAA= 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: Wed, 13 Apr 2016 17:06:45 -0000 On Apr 13, 2016, at 7:54 AM, Odhiambo Washington = wrote: > I am struggling to compile squid-3.5.16. I just have to find a way to = make > it compile and run, by all means. Using the FreeBSD port would likely save time. Failing that, install = the squid port which came with the FreeBSD 9.3 ISO image. A quick check suggests a mirror is here: = http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-r= elease/www/squid-3.5.6.tbz ...since it looks like the precompiled packages for 9.3 are gone from = the FreeBSD site from: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ =20 Regards, --=20 -Chuck From owner-freebsd-questions@freebsd.org Wed Apr 13 18:09:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E75CEB0EA74 for ; Wed, 13 Apr 2016 18:09:17 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B6DE13CB for ; Wed, 13 Apr 2016 18:09:17 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id v188so187744928wme.1 for ; Wed, 13 Apr 2016 11:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ozVLlzNrDcJYvh1h0W7mvJ63iV2zrLTilsPQjBUozKU=; b=auwunhvYb1OmlnWsmnLW1hTtIujxNdk6XSN5fq47Gvx3E7xUww9rFT1YAm+Vl+vQHv FTC3rXPKJEIOLEcHNvJMdrTzVFQJk4OwUFS++XlKPgDh6SizpNaaTxS8IeG+VL+vIxs3 gB1iPxwrojsn50fFS1jhcKzoUth5OAQ3eKRCnWqjKpLzdJRU2u8yI/pzeBtX3avJy0D2 OqathBvqoMlSRnnX/qzesphNdDh+lit6rmvAR4qLy8VVtsSrgzAn7mgPf6pvBGGNhZN/ Hg+lNCd6zxakEIA6n+0yWwB+lAhOnSsNDFHmRaBMvVk01L5ChRkNnzjPEM8m3yl5EijB IbeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ozVLlzNrDcJYvh1h0W7mvJ63iV2zrLTilsPQjBUozKU=; b=CX9WX4oojIY2XROeRdutq8CUsyVvQrz7KGegJwfpPrHkP3SDvHjkxWhPvtv0EPPnVb /0M/ZUkqdVCMbZFVu4qFRS82KtfJuI83zu9YICkRS1MkWyof90gnj58ddH0XcVbTfQTr F/24JK9R+tYMqUG7hqfW2W0xNIK0MIdR+hq/u/TFH7Qlaq03nzjcYsJAl09I6o9ywgAa dkAw/dei7+CKD98QSjppaWKR7XvoBt4QuVTnWSv9Dd1kdNCjatnKUcG9xawdTUIYuDUQ fBgJH4bimVjaZ55ZFb7fFM0J3Y9Hrgn+KVOE67BujWnlkoRBZOMZM/vrBHrwMfwfuWzR cFCA== X-Gm-Message-State: AOPr4FW+mYc4KOIWNl2sw2NsSLeYYCA68cCjRGzLn3oy1hToznHkSIO4i4WwJ4DMMzVyMFLAivDqoRVWpDLpww== X-Received: by 10.28.195.139 with SMTP id t133mr12453912wmf.14.1460570955200; Wed, 13 Apr 2016 11:09:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Wed, 13 Apr 2016 11:08:35 -0700 (PDT) In-Reply-To: References: From: Odhiambo Washington Date: Wed, 13 Apr 2016 21:08:35 +0300 Message-ID: Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 To: Charles Swiger Cc: FreeBSD - 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: Wed, 13 Apr 2016 18:09:18 -0000 On 13 April 2016 at 20:06, Charles Swiger wrote: > On Apr 13, 2016, at 7:54 AM, Odhiambo Washington > wrote: > > I am struggling to compile squid-3.5.16. I just have to find a way to > make > > it compile and run, by all means. > > Using the FreeBSD port would likely save time. Failing that, install the > squid port which came with the FreeBSD 9.3 ISO image. > > A quick check suggests a mirror is here: > > > http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-release/www/squid-3.5.6.tbz > > ...since it looks like the precompiled packages for 9.3 are gone from the > FreeBSD site from: > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ > > Regards, > -- > -Chuck > The ports has squid-3.3.x instead of 3.5.16. And I don't like the precompiled packages because the options used quite often doesn't match what I want. The best option would be me to get past whatever is the show-stopper with my building-by-hand process. Having updated FreeBSD from 8.4->9.3 using the guidelines from:* https://people.freebsd.org/~rse/upgrade/freebsd-upgrade-8x-9x.txt *, I am left wondering how I need to get rid of all the old libs lying around, like the gssapi types gssapi-krb5, etc.. How do I update these to the current versions or get rid of the archaic versions? make delete-old & make-delete-old-libs do it. The following snippets of the guide should have done that: $ ( for dir in /lib /usr/lib; do \ find $dir -mtime +2 -type f -xdev -print; \ find $dir -mtime +2 -type l -xdev -print; \ done ) | grep -v /usr/lib/compat >/tmp/move $ vi /tmp/move # REVIEW FILES TO MOVE MANUALLY $ for x in `cat /tmp/move`; do chflags noschg $x; mv $x /usr/lib/compat/; done $ cd /usr/src; make BATCH_DELETE_OLD_FILES=YES delete-old delete-old-libs But I still see old libs and header files still lying around. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Wed Apr 13 18:20:22 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78FF5B0F07C; Wed, 13 Apr 2016 18:20:22 +0000 (UTC) (envelope-from johannes@meixner.or.at) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (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 3C5EC1BEE; Wed, 13 Apr 2016 18:20:21 +0000 (UTC) (envelope-from johannes@meixner.or.at) Received: from mx12.chaot.net (179-252-190-90.dyn.estpak.ee [90.190.252.179]) by dd16522.kasserver.com (Postfix) with ESMTPSA id C362E456033; Wed, 13 Apr 2016 20:20:12 +0200 (CEST) Received: from mx12.chaot.net (localhost [127.0.0.1]) by mx12.chaot.net (OpenSMTPD) with ESMTP id 9e35a068; Wed, 13 Apr 2016 21:20:11 +0300 (EEST) Subject: Re: Installing linux-c6 64 along side with the 32 bit libs To: Mario Lobo , freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org References: <20160413103938.1768b538@Papi> From: Johannes Jost Meixner Openpgp: id=C18F24928F1D36EA4FA0B2EF496A9D706250D402 Message-ID: <570E8DD8.9040705@meixner.dk> Date: Wed, 13 Apr 2016 21:20:08 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160413103938.1768b538@Papi> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="itAcAIjbGrTCx6ltI5oIJPfqVnPVpNTXJ" 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: Wed, 13 Apr 2016 18:20:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --itAcAIjbGrTCx6ltI5oIJPfqVnPVpNTXJ Content-Type: multipart/mixed; boundary="WW0x287qrPQokp1BioR1CnUcGo1U9B0GS" From: Johannes Jost Meixner To: Mario Lobo , freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Message-ID: <570E8DD8.9040705@meixner.dk> Subject: Re: Installing linux-c6 64 along side with the 32 bit libs References: <20160413103938.1768b538@Papi> In-Reply-To: <20160413103938.1768b538@Papi> --WW0x287qrPQokp1BioR1CnUcGo1U9B0GS Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi, On 04/13/16 04:39 PM, Mario Lobo wrote: > Hi there; >=20 > A recent commit seems to make this is possible: >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206943 >=20 > so things like skype and flashplugin can continue to work, since they > are 32 bit apps. Correct, if you're on FreeBSD 10.3-RELEASE or 11.0-CURRENT. If not, you'll need to upgrade to either one. >=20 >=20 > I was wondering what would be the settings for this to compile properly= =2E > for instance, should it be: >=20 > OVERRIDE_LINUX_BASE_PORT=3Dc6 > OVERRIDE_LINUX_NONBASE_PORTS=3Dc6 >=20 > or=20 >=20 > OVERRIDE_LINUX_BASE_PORT=3Dc6_64 > OVERRIDE_LINUX_NONBASE_PORTS=3Dc6_64 ? The latter. >=20 >=20 > How about compat.linux.osrelease: 2.6.18? Still the same? This has been merged prior to 10.2-RELEASE, see https://www.freebsd.org/releases/10.2R/relnotes.html#userland-abi >=20 > Thanks, >=20 Best -j --WW0x287qrPQokp1BioR1CnUcGo1U9B0GS-- --itAcAIjbGrTCx6ltI5oIJPfqVnPVpNTXJ 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 iQIcBAEBCAAGBQJXDo3YAAoJEElqnXBiUNQCw+wQAIYkoh22INRGhTa329RQsZ58 xvLUmoNq6g0krLxmt94ALnevPiGRnEhREpLXUDHJVr0RMwNQZ8QVBZjCNf3d+EKg 59ebLmIFOmM1DF+j85jVojMjkKGHL3txZfjFGUEDTGWYJQqcAtDBmB5b765HPHsf ZTePD7z9oYxDbQEppsmRt6EThjF3aCnFyd1s5he094hI/sbrP5zG719mWnsUSxJ8 /ukJ3zZga8Esf3PNwBFvAGIbRfKufo3UzO/3Jdoo3OHy898becEe687jikqCRiLS iYnv3SDnCQPDpS1eyD+PMWdCz8j26sSf8dAKWYotMDKusN7SCiFOdHS4PwIVivnK LwElPMVfCnXCAFbnjZ9OnOPZ2m0gkEOnWu85p6qF1988bR8qUJnkLSboyrIHezSy N6ebCgoE4vUHa+td1C1YX9AuQVB4skzDEWyhMQ3BO6aNI+yPmK67vV4TS1dg/deR +igsPQzDHcX7SZ+PmTnI0KcrAlYjuIDh3DAVDEvyeGlx8pZuPvpbzaMCCKvrdrji WzQZKQFE5yK9mBNWQ8cNnFH/udd144dUy1PGEJPWjxd65czzgQ3wA9b5WY/kDRk1 LL3noyTMjYHF1d1hvynLOBvzw+yEbKPTMJ7exqD2sl+23xSEhzrvzp5Nl6uNn2lr YxpGSs2vfEln45bO0HVu =wJIx -----END PGP SIGNATURE----- --itAcAIjbGrTCx6ltI5oIJPfqVnPVpNTXJ-- From owner-freebsd-questions@freebsd.org Wed Apr 13 18:26:38 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 107E7B0F399; Wed, 13 Apr 2016 18:26:38 +0000 (UTC) (envelope-from johannes@meixner.or.at) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (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 B08FB1076; Wed, 13 Apr 2016 18:26:37 +0000 (UTC) (envelope-from johannes@meixner.or.at) Received: from mx12.chaot.net (179-252-190-90.dyn.estpak.ee [90.190.252.179]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 581E9456033; Wed, 13 Apr 2016 20:26:35 +0200 (CEST) Received: from mx12.chaot.net (localhost [127.0.0.1]) by mx12.chaot.net (OpenSMTPD) with ESMTP id 1d3fd55e; Wed, 13 Apr 2016 21:26:34 +0300 (EEST) Subject: Re: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver To: maxnix , Vikash Badal References: <570668FB.1010308@where-ever.za.net> <20160407193035.123cc810@max-BSD> Cc: emulation@FreeBSD.org, freebsd-questions@freebsd.org From: Johannes Jost Meixner Openpgp: id=C18F24928F1D36EA4FA0B2EF496A9D706250D402 Message-ID: <570E8F56.3050606@meixner.dk> Date: Wed, 13 Apr 2016 21:26:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160407193035.123cc810@max-BSD> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1LFk4hhONLHLngumNcPr9tAs2jP7QbDN5" 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: Wed, 13 Apr 2016 18:26:38 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1LFk4hhONLHLngumNcPr9tAs2jP7QbDN5 Content-Type: multipart/mixed; boundary="u6gmSTkbmoShLcMPXbmxMSfMfSSegJXC7" From: Johannes Jost Meixner To: maxnix , Vikash Badal Cc: emulation@FreeBSD.org, freebsd-questions@freebsd.org Message-ID: <570E8F56.3050606@meixner.dk> Subject: Re: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver References: <570668FB.1010308@where-ever.za.net> <20160407193035.123cc810@max-BSD> In-Reply-To: <20160407193035.123cc810@max-BSD> --u6gmSTkbmoShLcMPXbmxMSfMfSSegJXC7 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi, On 04/ 7/16 08:30 PM, maxnix wrote: > Il giorno Thu, 7 Apr 2016 16:04:43 +0200 >> >> Is the a knob that i can add to allow me to use the older driver ? >> >> Thanks >> Vikash What rene says is correct, you will have to modify the Makefiles for >> emulators/linux-c6 >> x11-toolkits/linux-c6-qt47-x11 >> graphics/linux-c6-glx-utils >> net-im/skype4 directly. We are not in a position to support more than one nvidia-driver, and abstracting it away so that you can modify it in make.conf, like you can for other things (think openssl vs libressl) . . . well, we could do that, but no one here has the time to implement it. Patches accepted :-) >> >> >> _______________________________________________ >> 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" >=20 > Look at the Freshports page for net-im/linux-c6: > https://www.freshports.org/emulators/linux-c6/ > In the "Configuration Options" section there is > NVIDIA_GL=3Doff: libGL support via nvidia-driver > that is the default. Set this to > NVIDIA_GL=3Don > to add support with the nvidia driver. (Note: net-im/linux-c6 is a > meta-port, that is a collection of many other single ports grouped > together; so if you choose to compile net-im/linux-c6 with > NVIDIA_GL=3Don, all these ports will be compiled with this option > enabled). >=20 > For net-im/skype4 there is no such option like this, but, apart that, > the port is marked as Broken > (https://www.freshports.org/faq.php#broken), so it will not compile > anyway. You can use net-im/skype instead, that has the NVIDIA_GL > switch too. Jumping in as maintainer of said Skype port: It is not broken on 10.3-RELEASE or newer. Microsoft switched away from alsa to pulseaudio, and this requires the new linux emulation we have available in the new releases. Thanks, Johannes >=20 > Maxnix > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd= =2Eorg" >=20 --u6gmSTkbmoShLcMPXbmxMSfMfSSegJXC7-- --1LFk4hhONLHLngumNcPr9tAs2jP7QbDN5 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 iQIcBAEBCAAGBQJXDo9XAAoJEElqnXBiUNQChVwQAIPprbC3pP6UU/21tT0doKF4 Wf91JO17Axx8idl4dQHhq9QDLlHj8B5nQcXJ0uDxCpyHqkHZdxau4VFyxxhrDeQY XnECewNLkrtjEukI95Anwj0wjxGL6rMLeWZ/yzKWFUJGGwkdmaNCS2lQuH+GZh+m pNY8u8B7TudCzKK0yjWN+2tIgYBqXxe101TQDIRYFgSIyJHfJ8TlbTkzkpF0wfb5 PFEBz6YTU+/1uAFCFx5lRvzyJSKIOsphyI++mMRWcKixYtWNMAIpzgp5lClXR65J tpltx4Zl9Dk+gSRdw4GsT1yeKW8PI3ckoID/72XKZTvDyzIwG7mQ077b/8k9vSkE EKb8x01/Snwt+7G3i5TlEjIkPoAZ6PEl9n57AvMsTiiVwODLsUnSJK+WdIBgudws lNO8P9dOLUmJuiznKJsKLWiZ1nNqP6GByvPB4OTwmT5vOvwK8Fq0pFRh7ryAtign AHjmMTaOzT0lY0LZPOopnCAnvNZRUoEYCYW0/hO/ruHzRxQ67eB0685veo+T4blD 5t74LNsznUX+OCRi0Uc4oTywRBlNs7dXVp45oVGk0A2clWzXXLDqnDX6gOv+aoBM YVRQAjOixgY0dEMXeACtbD5ZI/y3Q3QHtGhSg1uGJqTdjTImXnRLOfbNLwLV1kHY BW5bUp7CH7KBBmyUbcqE =Tknp -----END PGP SIGNATURE----- --1LFk4hhONLHLngumNcPr9tAs2jP7QbDN5-- From owner-freebsd-questions@freebsd.org Wed Apr 13 23:22:00 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC147B0EDB4 for ; Wed, 13 Apr 2016 23:22:00 +0000 (UTC) (envelope-from markham_breitbach@ssimicro.com) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 555211D27 for ; Wed, 13 Apr 2016 23:22:00 +0000 (UTC) (envelope-from markham_breitbach@ssimicro.com) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id u3DN1Aue085159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 13 Apr 2016 17:01:11 -0600 (MDT) To: FreeBSD Questions From: markham_breitbach@ssimicro.com Subject: pgrep jail won't find sshd Message-ID: <570ED0D6.7010900@ssimicro.com> Date: Wed, 13 Apr 2016 17:05:58 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: Wed, 13 Apr 2016 23:22:00 -0000 Hi, I'm seeing a really strange behaviour under freebsd 10.2. Inside a particular jail, "pgrep sshd" fails (returns 1). Other jails on the same host work as expected.=20 Some further testing shows that a new jail works as expected, but after I run an ansible configuration to install some packages and set some configuration, it stops. I haven't had a chance to narrow it down yet, but has anyone else encountered something similar? Thanks, -Markham From owner-freebsd-questions@freebsd.org Wed Apr 13 23:45: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 C1D29B0F80B for ; Wed, 13 Apr 2016 23:45:30 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::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 906BA18F7 for ; Wed, 13 Apr 2016 23:45:30 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x229.google.com with SMTP id u185so87907189iod.3 for ; Wed, 13 Apr 2016 16:45:30 -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=evaykSnE6UKzgGzJih0ym1gkvxGQJbgBzjDgN76AUmw=; b=Wj8ARdNURjNy8JIXTVHRvp9i/GpQeWFToSdgrtt/jQhCEYhFeB+UBdPzKfPaWOi+Dg N90zfhrf2SIzwlX5AfQT5/oCdc8Ou9DQoBjDfeKU59i3xBwv0QldBjzX+4bidUrRi47+ zOYC3VbhG43CgwOMqM2PSB/6xV+Sgp1GWcqewjlcmtpdxrv1mmse/k54rwaCJ5z5D9u0 TTs4B60mmsC4Jd99mXoIgHMGY5DNvJnZAwpl4HCQTycCGl47N9HNxfl1HrLB4pryPqs/ 5SyEzi5mMytAwoccdnyA3zStOOhbhFzAwWEN0d2chI0bm3AYHQZX5Ejx+EOYJh0YqUme j6Bw== 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=evaykSnE6UKzgGzJih0ym1gkvxGQJbgBzjDgN76AUmw=; b=X/kjPaXhj4x+CdHn0/xdWOsk2eBAITBsjCDjfEe8yl7gbeJIvbwtVrXnz4ApjXvd6J 0eTRP3llFwN4HXoHs2pq6JK5jM4HOCJSTjxTQe5/fyrXjBgt2F/s/orZCBuG9PHKMnDN 9sImZQQvp+EUuORU1gB3RSbLbHmDJWo3+k/7o+clCS5AZFypr+EJoW7UW3oZfbiLYhpI gZtzVObUH3d8lMrvF3yqPfiDIrOX6ly8s6KeRv7SZlg5zpzJ4vP+bFqpPjb9NGfgDZbc 6s1N1eIAhtId1tNeWx3pklFGTREA+SLdJgDuGVccr/xXN4zKkyncba/KyHjUeUCt4Jx7 Z4Jg== X-Gm-Message-State: AOPr4FXQlcmrVfjcDO6fcbetDlYjDzqwGHvQ/W9Pe5vSI75lXszbYUF/2ql99UImH8cVUC+5VtpKA72pAgRyXw== MIME-Version: 1.0 X-Received: by 10.107.137.72 with SMTP id l69mr13255191iod.177.1460591130090; Wed, 13 Apr 2016 16:45:30 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Wed, 13 Apr 2016 16:45:30 -0700 (PDT) Date: Wed, 13 Apr 2016 19:45:30 -0400 Message-ID: Subject: DeepDive From: Jonathan Moore 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: Wed, 13 Apr 2016 23:45:30 -0000 Hi Has anyone got Stanford's Deep Dive to work on FreeBSD? Thanks Jonathan Moore From owner-freebsd-questions@freebsd.org Wed Apr 13 23:52: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 660F8B0FBCE for ; Wed, 13 Apr 2016 23:52:42 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.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 3DE3C1F9A for ; Wed, 13 Apr 2016 23:52:41 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f169.google.com with SMTP id u185so88034257iod.3 for ; Wed, 13 Apr 2016 16:52:41 -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:content-transfer-encoding; bh=pad9GtkRy/gFAMrhGfnDKzhN38clvPnevTsGIVgP6M0=; b=FtXQfCSLk+pBRHAV9tXYUUoDcbHi+FO27dZty9bHuWxcV0MBZGnG68xdLoKpfO9Yya 5EG6UrJxz7vA8VPppvwxd5Ev/MFJNnAXIgU6zhd+mVN2ePyHYEpTM5YBT1p1RdTyTU7B tHRBZIWRgvcBlFPbrtTJvTRakJoJY1Rq5/zL8hsZbvxGz2kygyvFgeRgBMfL2tOA6EZO feS3/d7zIzAhenQfaGdXBf1DM1Noa0j/clqR3tFus/+QWzquFj3THrkm673Y6altJMKN D0M4m0BM4FOpXS+buOMBtiEL4wNfG9F5pf94gSmlR/J/7RSgTj/5Cx0DcQVMBYLy3F1t ZNbg== X-Gm-Message-State: AOPr4FUc5TciI8cFxITjJw43OHEqGZpdAz2FEikd/BL9WUcOuZZNpFccrEUAqEZYf4Zarw== X-Received: by 10.107.8.135 with SMTP id h7mr12228044ioi.85.1460591170158; Wed, 13 Apr 2016 16:46:10 -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 s186sm24723667ios.32.2016.04.13.16.46.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Apr 2016 16:46:09 -0700 (PDT) References: <3qlNxw33PhzRRqR@baobab.bilink.it> <3qlQxr34YhzRRqQ@baobab.bilink.it> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Luciano Mannucci Cc: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-reply-to: <3qlQxr34YhzRRqQ@baobab.bilink.it> Date: Wed, 13 Apr 2016 18:46:09 -0500 Message-ID: <86h9f5ax8e.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 23:52:42 -0000 Luciano Mannucci writes: > On Wed, 13 Apr 2016 15:56:20 +0200 (CEST) > Trond Endrestøl wrote: > >> There's no redundancy in this pool, making it hard for ZFS to >> automatically repair your files. >> >> Maybe you should destroy your pool and recreate it using a mirrored >> configuration. Maybe, mirror disks 1 & 2, and disks 3 & 4, e.g. > They are of different sizes. I don't know if I can add redundancy > without loosing the bits that exeed the smallest one... > I'm a zfs newbie, just experimenting by now... :) Experimenting is good, but you've sort of dived head-first into the bad practices deep end. A striped ZFS pool consisting of four disks of different sizes is probably *less* reliable (and possibly less performant) than a a single disk formatted with a traditional filesystem. Your data has no redundancy, the pool will only perform as well as the slowest of the four disks, and a problem with any one disk will affect all data. Even a one-disk ZFS stripe with the "copies" property raised is probably better than a large, multi-disk stripe. You can read the original "ZFS Best Practices" guide for some more info.[1] Some of it is either slightly out-of-date, or applies only to Solaris, but most of it is still relevant to FreeBSD today. If you're willing to spend a little money, "FreeBSD Mastery: ZFS" by Michael W. Lucas is pretty good.[2] [1]: http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide [2]: https://www.tiltedwindmillpress.com/?product=fmzfs -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Thu Apr 14 00:05:53 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 07D3BB0F1B3 for ; Thu, 14 Apr 2016 00:05:53 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA1C51684 for ; Thu, 14 Apr 2016 00:05:52 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x233.google.com with SMTP id o126so88497799iod.0 for ; Wed, 13 Apr 2016 17:05:52 -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=Afs8ZeLhobsklzhXSagPLOYBE7H25eMJ4I9x+QdpQrI=; b=gJ1U3AXvfT6vPLz/c4oeYVldnLeDHwl4/jhXiiapk/fMGO3FWRwoEBRQaNNFD4YyW+ dcE+ghHGJoOFz6SB4wtD7yXGxcbzBNBmSYQdv+qeT5qY6gg5gBmC9T83CT/58TCo7WCc Xb/Lq75QEL6WlFvwWkxtFqQDhJqKVSEQxETyO148Tl4MeoJdpqsreqBVgBQS3rdZWPXE wXHgvEj3aOFngDHfA0KqLUxbVU1qbP8V9y4fyKO6krisRmCjgpbgoAQidyR34v616Qgh GeBZnCZJBIvSr8PEBR3OdqFBX+pteqNIARXzsx3aWg/MnOtX0D8UXgmj72NIUsxeKzqH BNTA== 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=Afs8ZeLhobsklzhXSagPLOYBE7H25eMJ4I9x+QdpQrI=; b=SwiUU//WjxIXaKPaqoFZLE8W/g2Rnw+SxZ/obeYDbCx9myBUsAgHMQHRs7C3YE0e// phYXPsVzeACrlbv2lJObtwe7cNIuhnaVvg+myfpmVa7uAzd1Wg0BYCcql5zJV6m3LBO6 zIiaegCVvxMjkHqKoff9j/5Mf/WfVlB9JvJtNeuqGQfrN9yZyc5HPabZCxmgFtQ40op8 WsgGoZsD/YVq40ugLMDUbsKzqKjs+ifFR1OPc+PP79PIUMt52AiKKaUJEVRyomv0r6GJ fdJc9PZ0PZji67nuoG+3aJZOsz7Pxcdv8eFWPz7uv2rRYs7mpuZukfWm4NhA18/FXBtV CbsQ== X-Gm-Message-State: AOPr4FUuMnVW5n7KI/IcfnyfrK4We2HXJUKSGDMl//7+0fuikS1B0PIUpn8hqKAo3toP3BUBkkcaOwWoE3soJQ== MIME-Version: 1.0 X-Received: by 10.107.161.68 with SMTP id k65mr14831770ioe.110.1460592352157; Wed, 13 Apr 2016 17:05:52 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Wed, 13 Apr 2016 17:05:52 -0700 (PDT) Date: Wed, 13 Apr 2016 20:05:52 -0400 Message-ID: Subject: Internet in a box From: Jonathan Moore 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: Thu, 14 Apr 2016 00:05:53 -0000 Hi would this be a good port? It's called internet in a box Here is there github -> https://github.com/jdm7dv/internet-in-a-box Thanks, Jonathan Moore From owner-freebsd-questions@freebsd.org Thu Apr 14 00:08:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F2BB0F312 for ; Thu, 14 Apr 2016 00:08:33 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B038C17A1 for ; Thu, 14 Apr 2016 00:08:33 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f176.google.com with SMTP id 2so88525020ioy.1 for ; Wed, 13 Apr 2016 17:08:33 -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=5nNgnjb1kXrm2hoswlFbW5vagtcM9J3en448vzEgQ2c=; b=SAaznHpX7gvAdJpgSJNSzOj/EHY/MkJ3f8M3X3M4RF0v7DHFzKfIjr0BypUc3ngkmJ 290bmsaqa4igDoWW2C0YCpP7eFsNmuyLIYJDkIfZ1b7dN44OjfFLovoKFi+fNLgYe93X fFK7HDhzjVIysrlQ//WGFnQMLPracgbtfABakMejYt8b6uBEJPwOvKRg918bOp94pVmT z7i2j3IVRrGN/m1L2PHyLfiP5GZRGqifScQsKZSy7A9nveZnCwRPIC1eqGOAQKupYUEM mMv+MLNLi+f6eqGzbRLDkMqOgFU4tFpX2rL8yM/4lrG59pSsdIbWnBeV47N0Pgg2+etX tjLQ== X-Gm-Message-State: AOPr4FULmUS8rQrXAzoN2AX5IOyWsYq8v1hpflsfAXA2IXZPV/1I3RUMIcAHgbCGa7xP+A== X-Received: by 10.107.133.233 with SMTP id p102mr13648875ioi.1.1460592507444; Wed, 13 Apr 2016 17:08:27 -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 eb1sm1861425igc.3.2016.04.13.17.08.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Apr 2016 17:08:26 -0700 (PDT) References: <3qlNxw33PhzRRqR@baobab.bilink.it> <3qlQxr34YhzRRqQ@baobab.bilink.it> <86h9f5ax8e.fsf@WorkBox.Home> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Luciano Mannucci Cc: freebsd-questions@freebsd.org Subject: Re: ZFS with errors In-reply-to: <86h9f5ax8e.fsf@WorkBox.Home> Date: Wed, 13 Apr 2016 19:08:26 -0500 Message-ID: <86fuupaw79.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: Thu, 14 Apr 2016 00:08:33 -0000 Brandon J. Wandersee writes: > Even a one-disk ZFS stripe with the "copies" > property raised is probably better than a large, multi-disk stripe. ...though I should add that a stripe of two completely identical disks (make, model, size), while still vulnerable, will perform better than one disk. ;) -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Thu Apr 14 00:09: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 2CD5EB0F396 for ; Thu, 14 Apr 2016 00:09:16 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 027161881 for ; Thu, 14 Apr 2016 00:09:15 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-io0-x22d.google.com with SMTP id g185so88442084ioa.2 for ; Wed, 13 Apr 2016 17:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=jCQvRRgn5t+sotZ3tuNjgnJ6BnmKJn8V5bkycFlF1+A=; b=f+ExoTDj51la1zZhqh7iRAdAqjnyTmFy9jWFqoYK6UzpMK7wWHX/uR3T2jYpSTMrdq tD/J59W1KjSZdMcDv5JMMNOCe2T2Cz/BYB8GQsBMnV1RmThQLsaOea2GQKkiXc18uXL9 +ncGq8UWM6xKYUEJn6uh3yluk0h36K3wutyVA= 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=jCQvRRgn5t+sotZ3tuNjgnJ6BnmKJn8V5bkycFlF1+A=; b=EkJIO39s73+4LotEZXz7j1Mbfvxv+Yh8xqABH4MelLcxtV7ktMOCI8lBFNpO80mMCV LIJ4/BNAuaDGbDPdplLysTH6gPRff3/Y5ffxP6OFKp9K4t1qwvnx25XAL0sGLL8BqL3G wAzxG9raHgCNJQv3VH0R2d52X4EPOCQ3q1K49WB7uA/byxgcd/8u1A6z61lpyyT0worB 5PN94FgjyU0PFvjCbTECFl7m22ad2OKPy0lap+Kj4tUGHsMkVJEckbowvaFmefbtFakm mCp/Ab9IQmYLQ8jQlKWmqA/t2fHAMGvBMNWWavFKc/m79Vj6JLY59dYUiI1v/gRnxpfy 8CMg== X-Gm-Message-State: AOPr4FWTqZNDdFGx/T3JYxCJVhdEYQa8jIBUcR/jUUsDOzGXy9eXzrNHyQ4Srg/YK+Tmy7pk5DftKVJhJ1+U2g== MIME-Version: 1.0 X-Received: by 10.107.152.142 with SMTP id a136mr13316148ioe.84.1460592554971; Wed, 13 Apr 2016 17:09:14 -0700 (PDT) Received: by 10.79.7.67 with HTTP; Wed, 13 Apr 2016 17:09:14 -0700 (PDT) In-Reply-To: <570E8DD8.9040705@meixner.dk> References: <20160413103938.1768b538@Papi> <570E8DD8.9040705@meixner.dk> Date: Wed, 13 Apr 2016 21:09:14 -0300 Message-ID: Subject: Re: Installing linux-c6 64 along side with the 32 bit libs From: Mario Lobo To: Johannes Jost Meixner Cc: freebsd-questions , "freebsd-emulation@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: Thu, 14 Apr 2016 00:09:16 -0000 2016-04-13 15:20 GMT-03:00 Johannes Jost Meixner : > Hi, > > > On 04/13/16 04:39 PM, Mario Lobo wrote: > > Hi there; > > > > A recent commit seems to make this is possible: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206943 > > > > so things like skype and flashplugin can continue to work, since they > > are 32 bit apps. > > Correct, if you're on FreeBSD 10.3-RELEASE or 11.0-CURRENT. > > If not, you'll need to upgrade to either one. > > > > > > > I was wondering what would be the settings for this to compile properly. > > for instance, should it be: > > > > OVERRIDE_LINUX_BASE_PORT=c6 > > OVERRIDE_LINUX_NONBASE_PORTS=c6 > > > > or > > > > OVERRIDE_LINUX_BASE_PORT=c6_64 > > OVERRIDE_LINUX_NONBASE_PORTS=c6_64 ? > > The latter. > > > > > > > > How about compat.linux.osrelease: 2.6.18? Still the same? > > This has been merged prior to 10.2-RELEASE, see > https://www.freebsd.org/releases/10.2R/relnotes.html#userland-abi > > > > > Thanks, > > > > Best > -j > > Thanks for the replay, Johannes ! Let me tell you what I did. I do have 10.3-STABLE and kldloaded linux64.ko. Already had compat.linux.osrelease=2.6.18 1) I deinstalled everything related to linux-c6* 2) Set: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 3) reinstalled linux_base-c6 and linux-c6 4) reverted to: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 and installed www/linux-c6-flashplugin (no complaints from it). If i didn't do that, it would look for install_flash_player_11_linux.x86_64.tar.gz which doesn't exist for download. Well ... it exists but it doesn't work. I tested it. 5) Installed nspluginwrapper 6) Switched back to: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 flashPlugin is working fine and I've got both /lib and /lib64 under compat. Thanks for your help! -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." From owner-freebsd-questions@freebsd.org Thu Apr 14 02:30:39 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B92B0FC07 for ; Thu, 14 Apr 2016 02:30:39 +0000 (UTC) (envelope-from jhunt@lynden.on.ca) Received: from mail-yw0-x231.google.com (mail-yw0-x231.google.com [IPv6:2607:f8b0:4002: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 AB4741B84 for ; Thu, 14 Apr 2016 02:30:39 +0000 (UTC) (envelope-from jhunt@lynden.on.ca) Received: by mail-yw0-x231.google.com with SMTP id t10so90875229ywa.0 for ; Wed, 13 Apr 2016 19:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lynden-on-ca.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=c/P/PAZ3yrxJ6bvcVRqa3wPARlviDdQrzCsMGGRBV6s=; b=G636QSZMx9t5nInV/zPfYFcnQVpAttq9KEXELnRqZ6eJKXfbFI9sAVd+G5SN+7cPIY lHi0YnOlnl73S+hUcit6fJx8Hh4F+qogexF2vxeooc1KRm8d5yEdddG+UbsGH+3MZDMX +2UpK11JMvIA7mvkKAN3yp6wbeJeLTcHB+BrqhwAhfosbIqrfDNP53hUC+uKCy9GCBNl QGqJ+r2AsvnCqD65hPpUemm55cBMfMqPw12GRA9tVBlGekvVwSeG+gCahaulmY6yf1jh qR2Jr1QV3dIWqG9/txB2GiWPsnNoaVtpbkN4YBTr3OMtiLaZThBAQeUA6B1aaQ/nEjBQ q9MQ== 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=c/P/PAZ3yrxJ6bvcVRqa3wPARlviDdQrzCsMGGRBV6s=; b=iqLZ5JmnY20R3FtfO4CAE1Fw0dhrkuPHZoiQuWygXKpY73NguRyxy1MVo2vnlsAFLd IZZcUFa+ogengRQoNQoBW5yQew6o/RyYrLjz0eAD4RsUJE0KpIcDSgkJFTfagACU8CpB YyReWfemrHqH/aJxxu48WzdpeUM8ffBJdfBU29KE63tYF0lqABdZuIbmAW7PG/0tHxvL qdvi2W1wGuLqFzumXa25uEAABt3ZHBiuUMYb0ZY6V+M+V0/2Lc9brMRGjSPebQQjzGeU vBxeHDXNGA0eEp1gX+aOvQyJ3pvzHVfL1UD++NSIo5vqtm4US+wNAAwgEU/BC9cmexD9 K56Q== X-Gm-Message-State: AOPr4FWi5vgO1DMfN+HwsRiCisfvoqr4WyliE0nljt5UF/JtCPEFm3k2hstI3vK/LTCChGG4/EpcuGvpALetFw== MIME-Version: 1.0 X-Received: by 10.13.241.199 with SMTP id a190mr7172487ywf.47.1460601038524; Wed, 13 Apr 2016 19:30:38 -0700 (PDT) Received: by 10.83.87.12 with HTTP; Wed, 13 Apr 2016 19:30:38 -0700 (PDT) X-Originating-IP: [173.33.69.78] Date: Wed, 13 Apr 2016 22:30:38 -0400 Message-ID: Subject: Cannot enter sleep mode as non-root user (Operation not permitted) From: Jason Hunt 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: Thu, 14 Apr 2016 02:30:40 -0000 When attempting to enter sleep mode as a non-root user, I receive the error: acpiconf: request sleep type (3) failed: Operation not permitted Searching online yielded a suggestion that the user must be a member of wheel, however my account is in the wheel and operator groups (confirmed by running /usr/bin/id) This is happening on my laptop with a fresh install of 10.3-RELEASE, and desktop with March snapshot of -CURRENT. Both systems properly enter and resume from sleep mode when run as root. Does anyone have suggestions for how to troubleshoot this? Thanks - Jason From owner-freebsd-questions@freebsd.org Thu Apr 14 07:20:23 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95EADB0F82B for ; Thu, 14 Apr 2016 07:20:23 +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 3E6641814 for ; Thu, 14 Apr 2016 07:20:22 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.15.2/8.15.2) with ESMTP id u3E7KEWZ033952; Thu, 14 Apr 2016 08:20:15 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 To: Odhiambo Washington , Charles Swiger References: Cc: FreeBSD - From: Arthur Chance Message-ID: <570F44AE.8060305@qeng-ho.org> Date: Thu, 14 Apr 2016 08:20:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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: Thu, 14 Apr 2016 07:20:23 -0000 On 13/04/2016 19:08, Odhiambo Washington wrote: > On 13 April 2016 at 20:06, Charles Swiger wrote: > >> On Apr 13, 2016, at 7:54 AM, Odhiambo Washington >> wrote: >>> I am struggling to compile squid-3.5.16. I just have to find a way to >> make >>> it compile and run, by all means. >> >> Using the FreeBSD port would likely save time. Failing that, install the >> squid port which came with the FreeBSD 9.3 ISO image. >> >> A quick check suggests a mirror is here: >> >> >> http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-release/www/squid-3.5.6.tbz >> >> ...since it looks like the precompiled packages for 9.3 are gone from the >> FreeBSD site from: >> >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ >> >> Regards, >> -- >> -Chuck >> > > The ports has squid-3.3.x instead of 3.5.16. > And I don't like the precompiled packages because the options used quite > often doesn't match what I want. Are you talking about ports or pre-built packages? 3.5.16 *is* the current version of squid in ports: > head -5 /usr/ports/www/squid/Makefile # $FreeBSD: head/www/squid/Makefile 412410 2016-04-02 15:13:35Z riggs $ PORTNAME= squid PORTVERSION= 3.5.16 CATEGORIES= www ipv6 -- Moore's Law of Mad Science: Every eighteen months, the minimum IQ necessary to destroy the world drops by one point. From owner-freebsd-questions@freebsd.org Thu Apr 14 09:50: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 56DDBB10E65 for ; Thu, 14 Apr 2016 09:50:14 +0000 (UTC) (envelope-from kraduk@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 DFF671486 for ; Thu, 14 Apr 2016 09:50:13 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id a140so139296154wma.0 for ; Thu, 14 Apr 2016 02:50:13 -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=qTix7tBZWBq1YRyMyJd2oNDW53A6NRA+bzcgBzGVDcs=; b=IvWoeGUS8SURhkkx7PUcAF4GnB/eMD1820qEM9KcZ8N3kB1Ut7pe9ZPnHkVgDLtmDi eWIiUC/Jsw4eF9kg1sJeGoESSi8kXBm0SYBCSZXmWJ0B36gT/ajru4sH+aNWJoFltGkC xBugVRYjBVAQvE4DXlNCj7XaXX9DqQyrW5vhR0WMbr7QR3dwi9rxZUBySgyudnGVWxZ2 heXgOu9CgtQWNQRo7Ax8jB4veJiZQTndDKIt8gWLbJTf2ElUPmuz/aFfFQEwihrBlDCu bagWmAl97LS//x68tRhadVP6agtOzlAhAFkOMBRqF8BwAmRD60Z0NNKghcWDiEIdE6dT uGIA== 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=qTix7tBZWBq1YRyMyJd2oNDW53A6NRA+bzcgBzGVDcs=; b=bBSGjih0I5rrsh/N0Nah4ymFDzjk2nizzh9cFhweQvZ7bzqE9vioRJiWXVTeUMYcBZ x2vIPhV9688EMXAwK0SWIjxZilaHgHh1SePU7NHgRMZ/WhGhK4qDQm+o9mNR7kPqBJ2Z aTe9msqcldVteWv9I7yBGSPzlx4zJG8s+aJEzD6hW4Cw/JvUbWBmMrLMFgP7Qk8hTL/a BfgYLqfREibvZk7avicyqMsUFm4mywwWJVS+eYLcoRzqhX+ylE/yPU4RJtIjv6LDpKHD 3jguclJOjiyLfApdY0TUIHUcIGp0GC/Vzc4T4MyGFeMz+eKRTkuRgHWOsZ/2GNFwxG3z cwOQ== X-Gm-Message-State: AOPr4FWFKnhg60SUQxRSUqD9ABtY1+83nTolBPVhCFp8U+EAqBY3qLE8KO02rs5lMV6g7jUHYNzfaYxoMRC3Fg== MIME-Version: 1.0 X-Received: by 10.28.17.141 with SMTP id 135mr16449276wmr.48.1460627412422; Thu, 14 Apr 2016 02:50:12 -0700 (PDT) Received: by 10.28.46.67 with HTTP; Thu, 14 Apr 2016 02:50:12 -0700 (PDT) In-Reply-To: <570F44AE.8060305@qeng-ho.org> References: <570F44AE.8060305@qeng-ho.org> Date: Thu, 14 Apr 2016 10:50:12 +0100 Message-ID: Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 From: krad To: Arthur Chance Cc: Odhiambo Washington , Charles Swiger , FreeBSD - 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: Thu, 14 Apr 2016 09:50:14 -0000 The ports version cant do ssl-bump as its doesnt have --enable-ssl-crtd enabled last time i looked. I have to manually do it as well on some of my systems then lock the package. Is there any reason to stay at 9.3 and not goto 10.3 as that is the stable release, where as 9.3 is legacy? On 14 April 2016 at 08:20, Arthur Chance wrote: > On 13/04/2016 19:08, Odhiambo Washington wrote: > > On 13 April 2016 at 20:06, Charles Swiger wrote: > > > >> On Apr 13, 2016, at 7:54 AM, Odhiambo Washington > >> wrote: > >>> I am struggling to compile squid-3.5.16. I just have to find a way to > >> make > >>> it compile and run, by all means. > >> > >> Using the FreeBSD port would likely save time. Failing that, install > the > >> squid port which came with the FreeBSD 9.3 ISO image. > >> > >> A quick check suggests a mirror is here: > >> > >> > >> > http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-release/www/squid-3.5.6.tbz > >> > >> ...since it looks like the precompiled packages for 9.3 are gone from > the > >> FreeBSD site from: > >> > >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ > >> > >> Regards, > >> -- > >> -Chuck > >> > > > > The ports has squid-3.3.x instead of 3.5.16. > > And I don't like the precompiled packages because the options used quite > > often doesn't match what I want. > > Are you talking about ports or pre-built packages? 3.5.16 *is* the > current version of squid in ports: > > > head -5 /usr/ports/www/squid/Makefile > # $FreeBSD: head/www/squid/Makefile 412410 2016-04-02 15:13:35Z riggs $ > > PORTNAME= squid > PORTVERSION= 3.5.16 > CATEGORIES= www ipv6 > > > -- > Moore's Law of Mad Science: Every eighteen months, the minimum IQ > necessary to destroy the world drops by one point. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@freebsd.org Thu Apr 14 11:07: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 0070CB10FB3 for ; Thu, 14 Apr 2016 11:07:30 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9150D1D1E for ; Thu, 14 Apr 2016 11:07:29 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x22f.google.com with SMTP id n3so120555417wmn.0 for ; Thu, 14 Apr 2016 04:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=GnGnt7d9rTpFGNiOPF/hs/4BMxFTVUfiWGFZwIlpgCY=; b=xkQaBfzKg0vYck+YWBThxxzwqcZqy4Uq81TUncCuQ3UO2+4YiePlYl4Xi6vDSVeKLp wEPkoXvmqDY+B8Dm7RHp3WrJQM7vqsXpSjaHzoc5WhKe0Lw55meUfPPxU/iCkkxzsfKl yLF+vZxRa2SC3VeKOEtumRZK7vJ2HWhxMIciojofHSXJExoypmYF84Nvj1NHssO89iuv RnyVrvphbCuyRZvCXDPNfMiQzaRUyrQDSu4uzjCJDCBkFbinPkB042MD6AXgII+d4q3B VduYvf8he9W40NYS1nLzyDcLzQUE9HjUF7iV9h53NHYsKjwimA61kGrBo/evknb7YOen tH1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GnGnt7d9rTpFGNiOPF/hs/4BMxFTVUfiWGFZwIlpgCY=; b=kl7El8EPrz1BcyV/QEN+Es0C56OHB1iXDwJVv2YOCwORX9kdJGThKDp1qQLaFfSW84 sKmsyJ61q9uw3Wq3kLHit4Rnygb7C4k0nwKuz/GeDtvSCICEySZUdwO3FS/k9srVZeya W9P2YLoWmZnOSjL6eU59xZem4V85GqVKahOG5414J3Ir4V6bbCED4AUaOtJmVWyKuo/N tzY1HNM5maLDYLM+Dqms0nYLcfwxIWDAatTxH+KPRECcqqmQkltudXBGYJ6LVDMJCfyV aTlCtHBKZM3OT379094gWzvwvzrGeNYFMhrlUHzyP+gl7klTNrE0qLTGZTAK1hLrDmpL PgsQ== X-Gm-Message-State: AOPr4FUBYwcfoDmtzC6r5kxe7UViuLQQJBF9/2EPrxqkqwdA+8ndOe1D40atGecA4c2uAA== X-Received: by 10.194.134.170 with SMTP id pl10mr14687371wjb.88.1460632048162; Thu, 14 Apr 2016 04:07:28 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.213.141]) by smtp.gmail.com with ESMTPSA id w75sm32814937wmw.4.2016.04.14.04.07.26 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Apr 2016 04:07:27 -0700 (PDT) Date: Thu, 14 Apr 2016 12:07:26 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 Message-ID: <20160414120726.6a7e7869@gumby.homeunix.com> In-Reply-To: References: <570F44AE.8060305@qeng-ho.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 11:07:30 -0000 On Thu, 14 Apr 2016 10:50:12 +0100 krad wrote: > The ports version cant do ssl-bump as its doesnt have > --enable-ssl-crtd enabled last time i looked. I have to manually do > it as well on some of my systems then lock the package. You may have missed it because "enable-ssl-crtd" doesn't actually appear in the makefile, but it is there: SSL_CRTD_CONFIGURE_ENABLE= ssl-crtd From owner-freebsd-questions@freebsd.org Thu Apr 14 11:24: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 79835B0F9CE for ; Thu, 14 Apr 2016 11:24:08 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 085F718EB for ; Thu, 14 Apr 2016 11:24:08 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id n3so121182140wmn.0 for ; Thu, 14 Apr 2016 04:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DFbYtrGxxddmKGnRRodQ8T/sF8phCeftz2Zr6bdIkts=; b=h9dfC68Ft7F9VX3zOVAm9LfQM8gEfNXfCfAaOfiIkZZqUd2RWd+RVu+NGQrMZvA24g Y/74UxKUqEPkubfzTV4VFBRblVBmzktmTtADhOJLEYWZkldAWtlO4h8XJ3VENlt5+Yii 0zt5FNiCMwmCrN0YWmgH/Zc0J3glpjOSnwGbYIqhaK97U3s14J2Cl5PHksSrZY8nTo7m zo04h24RANlvRieFFZiWjlU2OeoC8pvZrVM32eGoymeMZ0nA2vkhccXVbiYJtdTxKs9e dwdhWxy3mWCcniLmG89WUyV/CtGEjxspBE1/L+n5OgJIrG1H75JR+VTrNaZ0ZlJXpD4H jvwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DFbYtrGxxddmKGnRRodQ8T/sF8phCeftz2Zr6bdIkts=; b=TPeIS2y1alrQAtXZYafl/cYQxAdNlG9RGglDSEG8NN2bW4JDkyWeLHe+vVvLwLBPQb BZslRuXqTPMhvtytEeNb9p7V+LoiMqBAa0s9bAqoQYMKwgz7oCzvSUwWMbyqX1HVudiP +isC7y5HUmSZsT8T4teXFb+4ZfreV+tWXLTTIoPoiSgZbZXbDDo5NRzuVKnloB161ypj JIKerfvT2hwCxZi5pEIYASi5TBhZ+728HDlDG6INPewlDUlTvwM8Tt4cDoCdzdfh+nwR Q7dNYJeacDjW3T1HIoXIWCjZoRhtbzvjG84hcxJSt1R/wjDV5Kr+fJ3yMRG3iedVtWdh /8AQ== X-Gm-Message-State: AOPr4FW2a6cA1NFBIB4AYJkPrq017PUToLwtAX8bLP9o4maYCHaDgwP5TmqInI9Lj7fSeh4uM3hvCFBEE6bIrw== X-Received: by 10.194.231.196 with SMTP id ti4mr5457831wjc.41.1460633046625; Thu, 14 Apr 2016 04:24:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Thu, 14 Apr 2016 04:23:27 -0700 (PDT) In-Reply-To: References: <570F44AE.8060305@qeng-ho.org> From: Odhiambo Washington Date: Thu, 14 Apr 2016 14:23:27 +0300 Message-ID: Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 To: krad Cc: Arthur Chance , Charles Swiger , FreeBSD - 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: Thu, 14 Apr 2016 11:24:08 -0000 On 14 April 2016 at 12:50, krad wrote: > The ports version cant do ssl-bump as its doesnt have --enable-ssl-crtd > enabled last time i looked. I have to manually do it as well on some of my > systems then lock the package. > > Is there any reason to stay at 9.3 and not goto 10.3 as that is the stable > release, where as 9.3 is legacy? > > > > > > > On 14 April 2016 at 08:20, Arthur Chance wrote: > >> On 13/04/2016 19:08, Odhiambo Washington wrote: >> > On 13 April 2016 at 20:06, Charles Swiger wrote: >> > >> >> On Apr 13, 2016, at 7:54 AM, Odhiambo Washington >> >> wrote: >> >>> I am struggling to compile squid-3.5.16. I just have to find a way to >> >> make >> >>> it compile and run, by all means. >> >> >> >> Using the FreeBSD port would likely save time. Failing that, install >> the >> >> squid port which came with the FreeBSD 9.3 ISO image. >> >> >> >> A quick check suggests a mirror is here: >> >> >> >> >> >> >> http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-release/www/squid-3.5.6.tbz >> >> >> >> ...since it looks like the precompiled packages for 9.3 are gone from >> the >> >> FreeBSD site from: >> >> >> >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ >> >> >> >> Regards, >> >> -- >> >> -Chuck >> >> >> > >> > The ports has squid-3.3.x instead of 3.5.16. >> > And I don't like the precompiled packages because the options used quite >> > often doesn't match what I want. >> >> Are you talking about ports or pre-built packages? 3.5.16 *is* the >> current version of squid in ports: >> >> > head -5 /usr/ports/www/squid/Makefile >> # $FreeBSD: head/www/squid/Makefile 412410 2016-04-02 15:13:35Z riggs $ >> >> PORTNAME= squid >> PORTVERSION= 3.5.16 >> CATEGORIES= www ipv6 >> > Noted! I always thought that www/squid remained at 2.7.9 :-) Hi guys, How do I ensure that the Kerberos / krb5 libraries available on my system are up to date ??? I believe that would make me move in the right direction. @krad - I could do that 9.3->10.3 upgrade, but it's not urgent. I will consider doing it soon though. Right now getting ssl-bump is what is of priority. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Thu Apr 14 18:04:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAFDCADABE7 for ; Thu, 14 Apr 2016 18:04:15 +0000 (UTC) (envelope-from kraduk@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 4C4AF1736 for ; Thu, 14 Apr 2016 18:04:15 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id n3so137835472wmn.0 for ; Thu, 14 Apr 2016 11:04: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=iDpmrCrK4YTuNVVH/+7ui4+yt4F9D/fxaaBT6hWvMtQ=; b=08jDib/06hnOJRPOqql+gjJFbquVAucGEWS8dNDdnOTe2qweSWp8td2WTIUmf3wc1m 9kMdi7iCgtB7o6rs0+iDYB9SAq0HvvGX39gzyulEmh1dJgurFULPtq7kGxihND7p8tCr BwBHuOetT6NdFZVK8ch6NaI+NXroFteam1vSBmuDQMoOPYDOjW9oyEz9sUieYAm03UM2 EjEGQbAoCFttxssQf4LOBYzjPfpLgQnf9qjpslbWejdB4/gtbJkOaDnci557c/UKitUq wx3lSlf+FIpTtnmHF+Co5bhLSDjNVWBRu0tzKEsHubXxvIRD6qpfLX6jWqrfYtLWaWJr 6WCQ== 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=iDpmrCrK4YTuNVVH/+7ui4+yt4F9D/fxaaBT6hWvMtQ=; b=ZTt771ZIAVxfn9MomGuh64wogux647IbyXKheHTgmeb5ein3ISwUqszt3UrIZ7RzKv NFHe3XEj9axMiM+LfGEYzUXR0GeeVM3/6rBQHswZVVismuyw2M1t/ksizSgQJTKguQSr esFmwlW3zyIDpPE9jkMql2+lg32LkKgwJRiMLtpfFd8SBwc2m7S4wOzbeDBUEZiXQU5Q LXWvpDJyYPW7SltNBqcUupkefsOT/aZzZGf6q8M4vRfDYidAj8RHmkwYte+CuR43KXjl CynVozbcbX0518E15KlT88H+Ylq3Z0MWC5D1Xt78JT80ZyyZOxMxNCCKLF7kMgM39g07 SRuQ== X-Gm-Message-State: AOPr4FVPyXVK+XIx8HORrZx5/eDote6TaC3q6CJcSU6w6LLExtsn5mOPp79rEkBHUqwO02nYAjrklV+O7vILsw== MIME-Version: 1.0 X-Received: by 10.28.27.73 with SMTP id b70mr18165003wmb.19.1460657052875; Thu, 14 Apr 2016 11:04:12 -0700 (PDT) Received: by 10.28.46.67 with HTTP; Thu, 14 Apr 2016 11:04:12 -0700 (PDT) Received: by 10.28.46.67 with HTTP; Thu, 14 Apr 2016 11:04:12 -0700 (PDT) In-Reply-To: References: <570F44AE.8060305@qeng-ho.org> Date: Thu, 14 Apr 2016 19:04:12 +0100 Message-ID: Subject: Re: Stuggling with 3.5.16 on FreeBSD-9.3 From: krad To: Odhiambo Washington Cc: FreeBSD Questions , Arthur Chance , Charles Swiger 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: Thu, 14 Apr 2016 18:04:15 -0000 I'm running 3.5.9 fine with Ssl bump. But I don't use Kerberos. Remember to pkg lock it after you do have it built though, otherwise a pkg upgrade will trash it with a prebuilt non Sal bump version 8( On 14 Apr 2016 12:24, "Odhiambo Washington" wrote: On 14 April 2016 at 12:50, krad wrote: > The ports version cant do ssl-bump as its doesnt have --enable-ssl-crtd > enabled last time i looked. I have to manually do it as well on some of my > systems then lock the package. > > Is there any reason to stay at 9.3 and not goto 10.3 as that is the stable > release, where as 9.3 is legacy? > > > > > > > On 14 April 2016 at 08:20, Arthur Chance wrote: > >> On 13/04/2016 19:08, Odhiambo Washington wrote: >> > On 13 April 2016 at 20:06, Charles Swiger wrote: >> > >> >> On Apr 13, 2016, at 7:54 AM, Odhiambo Washington >> >> wrote: >> >>> I am struggling to compile squid-3.5.16. I just have to find a way to >> >> make >> >>> it compile and run, by all means. >> >> >> >> Using the FreeBSD port would likely save time. Failing that, install >> the >> >> squid port which came with the FreeBSD 9.3 ISO image. >> >> >> >> A quick check suggests a mirror is here: >> >> >> >> >> >> >> http://flashback.sorbs.net/packages/pub/FreeBSD/ports/amd64/packages-9.3-release/www/squid-3.5.6.tbz >> >> >> >> ...since it looks like the precompiled packages for 9.3 are gone from >> the >> >> FreeBSD site from: >> >> >> >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/ >> >> >> >> Regards, >> >> -- >> >> -Chuck >> >> >> > >> > The ports has squid-3.3.x instead of 3.5.16. >> > And I don't like the precompiled packages because the options used quite >> > often doesn't match what I want. >> >> Are you talking about ports or pre-built packages? 3.5.16 *is* the >> current version of squid in ports: >> >> > head -5 /usr/ports/www/squid/Makefile >> # $FreeBSD: head/www/squid/Makefile 412410 2016-04-02 15:13:35Z riggs $ >> >> PORTNAME= squid >> PORTVERSION= 3.5.16 >> CATEGORIES= www ipv6 >> > Noted! I always thought that www/squid remained at 2.7.9 :-) Hi guys, How do I ensure that the Kerberos / krb5 libraries available on my system are up to date ??? I believe that would make me move in the right direction. @krad - I could do that 9.3->10.3 upgrade, but it's not urgent. I will consider doing it soon though. Right now getting ssl-bump is what is of priority. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Thu Apr 14 21:50: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 BD5BEAEC66E for ; Thu, 14 Apr 2016 21:50:12 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail-ig0-x244.google.com (mail-ig0-x244.google.com [IPv6:2607:f8b0:4001:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB0D1FD4 for ; Thu, 14 Apr 2016 21:50:12 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: by mail-ig0-x244.google.com with SMTP id fn8so671557igb.2 for ; Thu, 14 Apr 2016 14:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ara-ler-com.20150623.gappssmtp.com; s=20150623; h=resent-from:resent-date:resent-message-id:resent-to:date:from:to :subject:message-id:references:mime-version:content-disposition :in-reply-to:user-agent; bh=Avb12J7WNegnepVhHHIr1RSo12aYEImLocN1KQ+XY9g=; b=Ot8sENOgknJqnTXvPiPEZa9ajlQAomwdAsGtY1NCw4Uy217D5/6eGqwoIrfY9hAg6l gbx5UqPiH4R1+fgV+r9G8Pv+pvC3UcOiGPM+iOgxSaRXwzKd6zEgrY+2plVn5VB41aAt yB9ox/JC/91F/xd3yn1rXWiK87s++0eD/h//YpkvZMKDIGB5vxE5kWKTtP3HbuVpWRb+ jPaMJQ3AGit2RJA8qt4pf7UDQEx/ZqgXaVgqTrbEJZsZBokIaj7eJ5qowc4rQPBAn+N/ JV6kEd3vkeFYaq8s+hMMwlYg32lruQVL7Wk8Bm7GmhSDqzx22ugUHR+P75Os06hlRIg2 9Zog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:resent-from:resent-date:resent-message-id :resent-to:date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Avb12J7WNegnepVhHHIr1RSo12aYEImLocN1KQ+XY9g=; b=mGnrIsGRQXm/EAZw0n7p+wNxxHeT4EOkPZleHiTgZMNlIHwjHsOS8wpF+/7zoPt1IM 2NYc276aF10vleS0iC89pC//vqmQlSvWfeWWXTJsxICDYsug3GeUouIO8pMNQDLgx120 1YDQxVsYwZSbgSFZo8tJ+Nv85daLYIjWR7OzHwu9E5LyxBJdBlfInxWQTpMsxxK3rBlf vLGaaBFLMO3HZeUAFjCaxzZ7eMqZ/QKBx04yP0/A3ULzbmWrtJQBIuzt3l9mJAkSre2y a6iXWJPGVvu1QH8AVpMZ02dDeTc1hDsWdN0qn9/vQk+wg6gAsI5tymdY2kjjBm50F1JA YBtQ== X-Gm-Message-State: AOPr4FX20b0bk0EbdqGL54Hzu+wAImpqr17omWwOWaf9cPIcTIIaawZmX6NrXUprifHKhQ== X-Received: by 10.50.69.36 with SMTP id b4mr1031928igu.84.1460670611810; Thu, 14 Apr 2016 14:50:11 -0700 (PDT) Received: from debian.ara-ler.com ([50.243.135.133]) by smtp.gmail.com with ESMTPSA id g13sm22221731igz.12.2016.04.14.14.50.11 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Apr 2016 14:50:11 -0700 (PDT) Resent-From: Sergey Manucharian Resent-Date: Thu, 14 Apr 2016 15:50:10 -0600 Resent-Message-ID: <20160414215010.GO31492@debian.ara-ler.com> Resent-To: freebsd-questions@freebsd.org Date: Thu, 14 Apr 2016 15:49:32 -0600 From: Sergey Manucharian To: Jason Hunt Subject: Re: Cannot enter sleep mode as non-root user (Operation not permitted) Message-ID: <20160414214932.GN31492@debian.ara-ler.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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: Thu, 14 Apr 2016 21:50:12 -0000 Excerpts from Jason Hunt's message from Wed 13-Apr-16 22:30: > When attempting to enter sleep mode as a non-root user, I receive the error: > > acpiconf: request sleep type (3) failed: Operation not permitted > > Searching online yielded a suggestion that the user must be a member of > wheel, however my account is in the wheel and operator groups (confirmed by > running /usr/bin/id) > > This is happening on my laptop with a fresh install of 10.3-RELEASE, and > desktop with March snapshot of -CURRENT. Both systems properly enter and > resume from sleep mode when run as root. The same is here with -CURRENT. It looks that there is no other way, wiki states "as root" (I use sudo) [0]. Groups like "wheel" are mentioned in connection with PolicyKit [1]. [0] https://wiki.freebsd.org/SuspendResume [1] https://forums.freebsd.org/threads/16944/ Sergey From owner-freebsd-questions@freebsd.org Fri Apr 15 09:32:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43904AECA8F for ; Fri, 15 Apr 2016 09:32:36 +0000 (UTC) (envelope-from allan.kapoma@zamnet.zm) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 279EB1795 for ; Fri, 15 Apr 2016 09:32:36 +0000 (UTC) (envelope-from allan.kapoma@zamnet.zm) Received: by mailman.ysv.freebsd.org (Postfix) id 22C30AECA8E; Fri, 15 Apr 2016 09:32:36 +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 2010CAECA8D for ; Fri, 15 Apr 2016 09:32:36 +0000 (UTC) (envelope-from allan.kapoma@zamnet.zm) Received: from bsf-o-2.zamnet.zm (bsf-o-2.zamnet.zm [196.46.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id CB6E61794 for ; Fri, 15 Apr 2016 09:32:34 +0000 (UTC) (envelope-from allan.kapoma@zamnet.zm) X-ASG-Debug-ID: 1460711994-054b870eea00700001-YuSLm7 Received: from smtp.zamnet.zm (smtp.zamnet.zm [196.46.192.20]) by bsf-o-2.zamnet.zm with ESMTP id 3mmn2wX8qqsiwXHM for ; Fri, 15 Apr 2016 11:19:54 +0200 (CAT) X-Barracuda-Envelope-From: allan.kapoma@zamnet.zm X-Barracuda-Apparent-Source-IP: 196.46.192.20 Received: from allan (pc11-lk.zamnet.zm [196.46.212.75]) by smtp.zamnet.zm (Rockliffe SMTPRA 9.4.1) with ESMTP id ; Fri, 15 Apr 2016 10:09:50 +0200 From: "Allan Kapoma" To: Cc: "'Nalumino Moola'" Subject: Upgrading from FreeBSD 4.1 Date: Fri, 15 Apr 2016 10:09:34 +0200 X-ASG-Orig-Subj: Upgrading from FreeBSD 4.1 Message-ID: <003401d196ee$258ee680$70acb380$@zamnet.zm> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdGW7VnY+Xy+iontTtmdqWQwW9Kegg== Content-Language: en-gb X-Barracuda-Connect: smtp.zamnet.zm[196.46.192.20] X-Barracuda-Start-Time: 1460711994 X-Barracuda-URL: http://196.46.192.45:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at zamnet.zm X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.01 X-Barracuda-Spam-Status: No, SCORE=0.01 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.0 tests=HTML_MESSAGE, THREAD_INDEX X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.28752 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.01 THREAD_INDEX thread-index: AcO7Y8iR61tzADqsRmmc5wNiFHEOig== 0.00 HTML_MESSAGE BODY: HTML included in message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: Fri, 15 Apr 2016 09:32:36 -0000 Hello I'm running FreeBSD 4.10 and I want to upgrade the system to a later version of FreeBSD. However, whenever I run commands to update the system (# freebsd-update), or install portsnap, or install portmanager, or pkg commands, portsnap fetch extract, I'm getting the message that command not found The my output for uname -a is shown below relay# uname -a FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov 12 06:54:4 I'm asking for assistance on how I can enable the system (FreeBSD 4.10) to run these commands and hopefully update my system and packages on it Regards Allan Kapoma|Head of Networks| ZAMNET Communication Systems Limited | Mobile: +260 962 235839 | Office: +260 211 220736| Fax: +260 211 224775 | COMESA Center | Ben Bella Road | P.O Box 38299 | Lusaka, 10101 ZAMBIA |Email: allan.kapoma@zamnet.zm | Website: www.zamnet.zm. Nobody Delivers IT Better From owner-freebsd-questions@freebsd.org Fri Apr 15 09:37:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39AB5AECF89 for ; Fri, 15 Apr 2016 09:37:13 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) 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 2134C1985 for ; Fri, 15 Apr 2016 09:37:13 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: by mailman.ysv.freebsd.org (Postfix) id 20896AECF88; Fri, 15 Apr 2016 09:37:13 +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 2033AAECF87 for ; Fri, 15 Apr 2016 09:37:13 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9109A1984 for ; Fri, 15 Apr 2016 09:37:12 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u3F9b004006033 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 15 Apr 2016 11:37:00 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u3F9b0Js006030; Fri, 15 Apr 2016 11:37:00 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Fri, 15 Apr 2016 11:37:00 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Allan Kapoma cc: questions@freebsd.org, "'Nalumino Moola'" Subject: Re: Upgrading from FreeBSD 4.1 In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> Message-ID: References: <003401d196ee$258ee680$70acb380$@zamnet.zm> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.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: Fri, 15 Apr 2016 09:37:13 -0000 On Fri, 15 Apr 2016 10:09+0200, Allan Kapoma wrote: > I'm running FreeBSD 4.10 and I want to upgrade the system to a later version > of FreeBSD. That system is so old. I recommend installing FreeBSD 10.3 on a spare system using the old system as a guide, and later transfer the data from old to new. > However, whenever I run commands to update the system (# freebsd-update), or > install portsnap, or install portmanager, or pkg commands, portsnap fetch > extract, I'm getting the message that command not found > > The my output for uname -a is shown below > > relay# uname -a > > FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov 12 > 06:54:4 > > I'm asking for assistance on how I can enable the system (FreeBSD 4.10) to > run these commands and hopefully update my system and packages on it > > > Regards > > Allan Kapoma|Head of Networks| ZAMNET Communication Systems Limited | > > Mobile: +260 962 235839 | Office: +260 211 220736| Fax: +260 211 224775 | > > COMESA Center | Ben Bella Road | P.O Box 38299 | Lusaka, 10101 ZAMBIA > |Email: allan.kapoma@zamnet.zm | Website: > www.zamnet.zm. > > Nobody Delivers IT Better -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@freebsd.org Fri Apr 15 10:11: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 BC34CAED285 for ; Fri, 15 Apr 2016 10:11:55 +0000 (UTC) (envelope-from allankapoma@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 9FA471BA6 for ; Fri, 15 Apr 2016 10:11:55 +0000 (UTC) (envelope-from allankapoma@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9EEBAAED282; Fri, 15 Apr 2016 10:11:55 +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 9C4DCAED280 for ; Fri, 15 Apr 2016 10:11:55 +0000 (UTC) (envelope-from allankapoma@gmail.com) Received: from mail-vk0-x233.google.com (mail-vk0-x233.google.com [IPv6:2607:f8b0:400c:c05::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 5B3B71BA4 for ; Fri, 15 Apr 2016 10:11:55 +0000 (UTC) (envelope-from allankapoma@gmail.com) Received: by mail-vk0-x233.google.com with SMTP id c4so141345002vkb.3 for ; Fri, 15 Apr 2016 03:11:55 -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=lOKCETMBEpmhG3wVJW1z26tpCSN5SZonO3nZOgWEx9o=; b=s3o/Xrmm9hmywSy259uhYYdwYUTPUdKxptggAuxZpNEXNT2vZ33BeJYkLtWsZdu3pp DA27cNZHDlUiBw8euO5xHBQSOk0XoeLiOpTh68zhdCCB+n2kTPEL2jr3/o1zVXEuKNvJ 9xEe8S/ygfcHbBGgeKYnlN0kmfuhIKEeT744dx+kIcBCqAaqYKM0wPwfyvMqOOwM2w4J 7LHaU100c0/D1MsJjLFpFxa7d3cuoiMkNyr9B3Wvqqr9pPJ5F4g+Z4QEeTTOyYPiPuSx bRSAimvaT7j62zZPWgbgyFmF/H97aIOHpOSw56S6lhTcHMgW7obmLn9ta7HcBxZ4ggba gLKg== 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=lOKCETMBEpmhG3wVJW1z26tpCSN5SZonO3nZOgWEx9o=; b=B4+eBW7tIsPGe0QZOQoa4t825tYKzp98GI11qLUuAm+h0WPCsSkUmPH2TqjYoCRofg SLYHqGXxq33HPcif5lPpFwovwMDmmAT7dnxnC7t3uADtSmfrMswGuIZOAB+5ZGTFFfo0 m46YwJ2K9jPzgKi2PCOodi9pGcoPenI2SLrkeHQnVc7tyqLViwOQpTZrEDTWj77uhqgs DHEfSs0bAUAcldAxHPGgC00PwMHNomo4EzEZ8QROnpJB3khWeEQrK/sr4HJU+zYrbiGH e/H5H2G3rTayRJadZI9XbsFQQf2DZeKoDeJF6A655XrzdYCbzLl1JoC/1ZObg4BBr0Xf G66w== X-Gm-Message-State: AOPr4FVufndl/I5OCFXI4JmV9+XtwOKAdmjTRuGJeW1Z7rnGtIGRsha2zh+4VG+t38KiKrBAleqZfanu1H2xpQ== MIME-Version: 1.0 X-Received: by 10.31.189.77 with SMTP id n74mr8708558vkf.50.1460715114368; Fri, 15 Apr 2016 03:11:54 -0700 (PDT) Received: by 10.31.195.193 with HTTP; Fri, 15 Apr 2016 03:11:54 -0700 (PDT) Date: Fri, 15 Apr 2016 12:11:54 +0200 Message-ID: Subject: Upgrading FreeBSD 4.10 From: Allan Kapoma To: questions@freebsd.org 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: Fri, 15 Apr 2016 10:11:55 -0000 Hello I=E2=80=99m running FreeBSD 4.10 and I want to upgrade the system to a late= r version of FreeBSD. However, whenever I run commands to update the system (# freebsd-update), or install portsnap, or install portmanager, or pkg commands, or portsnap fetch extract, I=E2=80=99m getting the message that command not found The my output for uname =E2=80=93a is shown below relay# uname -a FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov 12 06:54:4 I=E2=80=99m asking for assistance on how I can enable the system (FreeBSD 4= .10) to run these commands and hopefully update my system and packages on it Regards From owner-freebsd-questions@freebsd.org Fri Apr 15 10:12:43 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 0894CAED32B for ; Fri, 15 Apr 2016 10:12:43 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E95701D12 for ; Fri, 15 Apr 2016 10:12:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: by mailman.ysv.freebsd.org (Postfix) id E85C8AED32A; Fri, 15 Apr 2016 10:12:42 +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 E8057AED329 for ; Fri, 15 Apr 2016 10:12:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B16241D11 for ; Fri, 15 Apr 2016 10:12:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id C422C3CD32; Fri, 15 Apr 2016 12:03:47 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3FA3j54002048; Fri, 15 Apr 2016 12:03:46 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 15 Apr 2016 12:03:45 +0200 From: Polytropon To: "Allan Kapoma" Cc: , "'Nalumino Moola'" Subject: Re: Upgrading from FreeBSD 4.1 Message-Id: <20160415120345.ee062152.freebsd@edvax.de> In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> References: <003401d196ee$258ee680$70acb380$@zamnet.zm> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 10:12:43 -0000 On Fri, 15 Apr 2016 10:09:34 +0200, Allan Kapoma wrote: > I'm running FreeBSD 4.10 and I want to upgrade the system to a later version > of FreeBSD. This version has reached EOL (end of life) many years ago and is not supported anymore. > However, whenever I run commands to update the system (# freebsd-update), or > install portsnap, or install portmanager, or pkg commands, portsnap fetch > extract, I'm getting the message that command not found That is to be expected. The pkg command has been introduced in FreeBSD 9, where the whole ports infrastructure has been changed as well. The portsnap command also isn't part of FreeBSD 4. So even if you have a working installation of ports tools, they won't work with current ports. > I'm asking for assistance on how I can enable the system (FreeBSD 4.10) to > run these commands and hopefully update my system and packages on it The easiest way I can think of is that you get a new disk and install FreeBSD 10.3 on it, which is the current production release. I would not suggest using FreeBSD 9 (legacy release) except you have _very_ good and valid reasons to do so. Check if you need the 32 bit or the 64 bit version. After installing the OS, install the programs that you need, either via pkg or using the ports collection. Then migrate your configuration data, user accounts, databases, mailboxes or whatever you want to keep from your FreeBSD 4 installation. Do not modify that installation or overwrite it ("implicit backup"), so you can always access it if you think you forgot something. Then continue using the FreeBSD 10 installation which is far easier to keep current than FreeBSD 4. The trouble of an "in-place upgrade" simply isn't worth it (even though it is possible, but still hard work). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Fri Apr 15 10:15:53 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 55C1AAED460 for ; Fri, 15 Apr 2016 10:15:53 +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 D8AB11E2B for ; Fri, 15 Apr 2016 10:15:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (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 B9B3411E11 for ; Fri, 15 Apr 2016 10:15:48 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/B9B3411E11; dkim=none; dkim-atps=neutral Subject: Re: Upgrading from FreeBSD 4.1 To: freebsd-questions@freebsd.org References: <003401d196ee$258ee680$70acb380$@zamnet.zm> From: Matthew Seaman Message-ID: <76a9fc3a-e1f4-4599-1173-a928f528fe82@freebsd.org> Date: Fri, 15 Apr 2016 11:15:36 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MjfxXcGPjMNoTCFqDVlTIpTKGNPBITInO" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, 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: Fri, 15 Apr 2016 10:15:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MjfxXcGPjMNoTCFqDVlTIpTKGNPBITInO Content-Type: multipart/mixed; boundary="QHVcMETv7xqT9U0eS7w5NDt2tEMo9RiSV" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <76a9fc3a-e1f4-4599-1173-a928f528fe82@freebsd.org> Subject: Re: Upgrading from FreeBSD 4.1 References: <003401d196ee$258ee680$70acb380$@zamnet.zm> In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> --QHVcMETv7xqT9U0eS7w5NDt2tEMo9RiSV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/15/16 09:09, Allan Kapoma wrote: > I'm running FreeBSD 4.10 and I want to upgrade the system to a later ve= rsion > of FreeBSD.=20 >=20 > =20 >=20 > However, whenever I run commands to update the system (# freebsd-update= ), or > install portsnap, or install portmanager, or pkg commands, portsnap fet= ch > extract, I'm getting the message that command not found=20 >=20 > =20 >=20 > The my output for uname -a is shown below >=20 > =20 >=20 > relay# uname -a >=20 > FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov 1= 2 > 06:54:4 =20 >=20 > =20 >=20 > I'm asking for assistance on how I can enable the system (FreeBSD 4.10)= to > run these commands and hopefully update my system and packages on it Given that FreeBSD 4.10 is so old -- 4.10-RELEASE was around 9 years ago -- then I'd be concerned about the hardware it's running on. Not just because of Moore's Law, but simply because components that old are probably past the end of their expected lifetimes. Certainly for hard drives -- the churn involved in upgrading the system can quite easily trigger drive failure. If I were you, I'd start with a fresh install of FreeBSD 10.3-RELEASE on at least a new hard drive, but preferably an entirely new server. Then port over all your local settings and software load. This also has the very useful property that your old system can be left running while you do the build, and still be available afterwards if you need to revert back to it. If you can't afford new components or new hardware, whatever you do, don't try and do an in-place upgrade: the partitioning layout needed has changed quite a lot in the past decade, and you'll find that modern FreeBSD needs much more space in the root partition than 4.10 did. You'll end up with a full filesystem and missing important files. In this situation, you would be better off wiping the system and doing a reinstall from scratch. Cheers, Matthew --QHVcMETv7xqT9U0eS7w5NDt2tEMo9RiSV-- --MjfxXcGPjMNoTCFqDVlTIpTKGNPBITInO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJXEL9PAAoJEABRPxDgqeTnntAP+weiQLIK+wRuW5nZMs0fbvU3 cIrgcJ5zx076Gefde9m+uYqI0dU4ay9eUcqE+4pi4exXpn6oQ72sfjDvkdhLfPAX F0L9KuYE5AxCrSp9dlEhH3q1L+mM6GP0YcSCeIHHA97EyZvH9VbI3fr1fZFFmDAV /pSHPWX/IYAdf9sGDgABZ/vWlrohu+pwSU4VQ92pw0jtuq73IlZ0ZsfkG2aHhytj GWvk9OyJUiyRRjdbRqEnFr98tbN7PhgNUOfU8tod6XNcAvfl9PjACY/p4JxDVxhS BN2deHDL2UGeqs4xvBRUnUyqITlvnedKpkfPaykjwdt0jPmhntzfsHChvrT//4Dv 3RUeTVpcfh5WHFrJ8pDQ3VqKwiT52/5idTgyyPoFQEFnsKatWeLK50kWIlugTslg nln302QtSe8jJ7MftBfZDcuYh7q91tjo3cj8znowztM8H/fd2OxCu1QXzkEX07Bv 2pRQeJ4/iNIUgOcw9j1S67EeqhJtStrPGLVG8DYsGPJLguhBXgcY2e5eAUuI7Ugl 504H0CO+h1EY7kE5uu092S66wXVHSzikMQOorIba7/daoOpkhkHYjVJeObvqteHX 4baK4RSNc96/HEDdCqiIHojpQLXFYJH9LTOilbO/GXShYGq87z+uR9X7GnRsfHz6 Z6dtKcg5NL6DDZ/7sZwU =Swbq -----END PGP SIGNATURE----- --MjfxXcGPjMNoTCFqDVlTIpTKGNPBITInO-- From owner-freebsd-questions@freebsd.org Fri Apr 15 10:48:49 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58363AED0A4 for ; Fri, 15 Apr 2016 10:48:49 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S7.hotmail.com (blu004-omc4s7.hotmail.com [65.55.111.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E03F1E72 for ; Fri, 15 Apr 2016 10:48:48 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP32 ([65.55.111.137]) by BLU004-OMC4S7.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 15 Apr 2016 03:47:41 -0700 X-TMN: [FzG/uhn8lWtT5RVJIw3/Ldwx+5c8SAyJ] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Fri, 15 Apr 2016 06:47:39 -0400 From: Carmel To: freebsd-questions@freebsd.org Subject: Re: Upgrading from FreeBSD 4.1 In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> References: <003401d196ee$258ee680$70acb380$@zamnet.zm> Organization: Seibercom NET X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Apr 2016 10:47:41.0285 (UTC) FILETIME=[3C018150:01D19704] 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: Fri, 15 Apr 2016 10:48:49 -0000 On Fri, 15 Apr 2016 10:09:34 +0200, Allan Kapoma stated: >I'm running FreeBSD 4.10 and I want to upgrade the system to a later >version of FreeBSD. If you can afford to wait, and you probably can since you have waited this long, wait until the FreeBSD 11 release which is currently tentatively scheduled for September 2016. Just do a clean install, you might want to buy a new drive, and install your packages. This way you will avoid the bullshit of installing 10.3 or whatever version you decide on and then if you later update, having to go through the hassle of rebuilding your ports, etc. Do it once and be done with it. It is easier and it works. -- Carmel From owner-freebsd-questions@freebsd.org Fri Apr 15 11:47: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 5E7D9AED882 for ; Fri, 15 Apr 2016 11:47:09 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF1E410CC for ; Fri, 15 Apr 2016 11:47:08 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id u206so28444986wme.1 for ; Fri, 15 Apr 2016 04:47:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ZkqDxtq6uO17L3q167jLQ/8o5e1NpFuSYuQIOvs4EOo=; b=JmwU8sCqjPN6iMSagANx6wFJ/es3lNYG9MGcnGbYmdEFZQEmn+XRxDk+F8ENue/tbw RGz/gyz8LztbMtbUYJlDQJVNWjrAABWYUqLK0lE0FzKyXuAgzhqBoeOKXUUuGprFWTfb bb+orlpQ8JSF0bFVmUbNPazk43itYlNXzBk7fUAJg1G0fjZ4imbKnH4rlr9lP72CrbIk +xC+2vQ4r08RMhWvVqc6c7qtxT4o7EKwzsk043JVUz9iasqZmxrKCZRlJJb/7jvTs7Y5 Lgpb1N7u46AS68iXrjOnTjBQKzzNXKmDcWd38vp7ci72+vg8XhqE6i4+iOVCXqKLt+OP duLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ZkqDxtq6uO17L3q167jLQ/8o5e1NpFuSYuQIOvs4EOo=; b=NSx6ay2hZNXcdTKE1HabCzNDdpxljFkM2lyJoX4Tjk7dtITggAMQiB7fqe7oeWtUZS 0yRaRm4+XiTwvmikjL0aVzmJ/1l7ZaprG2fGRXffpqA/a5R76esOvvJu/HCfa76QX5u4 57vWQvxgPm7tl5y6cs7+wGQdSbBjkqGvrV5M3p02ST2CXUoGYzL+r0woWu8tYsJTJc/3 L4KJkOdoUI7e6AYADG02cA2NTLihmrRBqcQf1VmX4OTAwwPKvdhRZa7eCSpQGRV7skr8 95vQkxmaPtKfpg6mDLdv+mT10FEmYRJsbSovdjOI8HuL6ugWgtIdc82phfvTzerK6k6/ 4hEg== X-Gm-Message-State: AOPr4FVKhaGGVLj1/FtB4SZRqnQMKj0u2RQOt/owT1bcDLvNy0Aq9ZnlK2unYnZmMoHyx/Kb2wFMBzNMF2571g== X-Received: by 10.194.231.196 with SMTP id ti4mr12109918wjc.41.1460720827465; Fri, 15 Apr 2016 04:47:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Fri, 15 Apr 2016 04:46:27 -0700 (PDT) From: Odhiambo Washington Date: Fri, 15 Apr 2016 14:46:27 +0300 Message-ID: Subject: Getting rid of old-libs after upgrade from 8.x -> 9.x To: User Questions 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: Fri, 15 Apr 2016 11:47:09 -0000 Hi guys, How do I ensure that the Kerberos / krb5 libraries available on my system are up to date ??? I need to ensure ALL old libraries are updated. Do I have to do portupgrade -a to achieve that? It's scary on a production box! -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Fri Apr 15 12:01:50 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 877FFAED5C5 for ; Fri, 15 Apr 2016 12:01:50 +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 4291E1E94 for ; Fri, 15 Apr 2016 12:01:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (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 5D8A811E5A for ; Fri, 15 Apr 2016 12:01:41 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/5D8A811E5A; dkim=none; dkim-atps=neutral Subject: Re: Getting rid of old-libs after upgrade from 8.x -> 9.x To: freebsd-questions@freebsd.org References: From: Matthew Seaman Message-ID: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> Date: Fri, 15 Apr 2016 13:01:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SqqqSmn5jfmUae8fj9T1f8S5wJHb1RWg6" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, 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: Fri, 15 Apr 2016 12:01:50 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --SqqqSmn5jfmUae8fj9T1f8S5wJHb1RWg6 Content-Type: multipart/mixed; boundary="cGwK4KfrNGnJgeKCsDXWLQKm9opgGQgxR" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> Subject: Re: Getting rid of old-libs after upgrade from 8.x -> 9.x References: In-Reply-To: --cGwK4KfrNGnJgeKCsDXWLQKm9opgGQgxR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/15/16 12:46, Odhiambo Washington wrote: > Hi guys, >=20 > How do I ensure that the Kerberos / krb5 libraries available on my syst= em > are up to date ??? > I need to ensure ALL old libraries are updated. Do I have to do portupg= rade > -a to achieve that? It's scary on a production box! Are you using Kerberos from ports, or from the base system? If the former, then as part of the major version update, you should be reinstalling all of your ports anyhow. If the latter, then the step in the upgrade which deletes old 8.x shlibs will have you covered. (That's 'make delete-old-libs' if compiling the OS from source, or the final invocation of freebsd-update if you used that method.) Cheers, Matthew --cGwK4KfrNGnJgeKCsDXWLQKm9opgGQgxR-- --SqqqSmn5jfmUae8fj9T1f8S5wJHb1RWg6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJXENgkAAoJEABRPxDgqeTnyOkP/i+plPkwrpKt9LDkcGHrPYJi D9atSV9i8EDVCg5vGlJERDlsyrV9XuijDgZmbVvGsy8eMYF3u1kCZ8bxsjLS3jN0 xVFfYMHtFaYZbdZL6zTlHcCh9+GPirEmVhJDjWMtimquJppX5d49UOHy+b5EpUXh vDqAMcVJTDU00iPRVDd/ieAOz18Snkd8TTahag+qIVVataCiMv+TFfQeTw63vlMx EGeVHBvKvSip6GFdfo8uKArkr+s2CIrQr6btpN1B/94dFVZXwlDmcRT75vjvvcNo k05bQYMJIV+vOP6oIYgcaeYrmja/M3dXX7cQG8r8sefmvpWlUXK8bGKHoT6DMqOL 86mVuZc7uU9RyIfmm0o+bHNKoF4HGKdTKQSczmWNixstoDk8vBvH1IEJtNRLQJFB i8avj076Kab1X5oX556B2FassX/Rhj+paDVXJhaq2QxM6nosmWKh2ecK2Hry7i+t hUytDfnvZCLGNGWzid5qY2HFucCaCRlM0yiPXHQbqCcb8TgSIatjakzUrbAe810J AwPPH8e/9CUiTuxrkzKuG3qHMDCGzy8lVER/3YOvzF6eyoRRxpt5AQS7UCUzzDQw Lmp3qdt8pWtwuv3nZUGbzr3GBlVR8++uekiIruEJMoOjWv8Z6vJ5i0dZhd3hMr9T 0A4rSf2pJjDvSJuK9Rg5 =4OtA -----END PGP SIGNATURE----- --SqqqSmn5jfmUae8fj9T1f8S5wJHb1RWg6-- From owner-freebsd-questions@freebsd.org Fri Apr 15 12:29:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EC3AADA24B for ; Fri, 15 Apr 2016 12:29:21 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A543D10CC; Fri, 15 Apr 2016 12:29:20 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id u206so30013778wme.1; Fri, 15 Apr 2016 05:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OuynnwEC1Ey8vz2DbunZvAWGvSntQYyIZXES7WQOV5U=; b=uCXKLlVUz01g0xSG4PRgKPITggfS1BjF2RyOd61J9NUVR6t1GO7F3xsAOgrb9pWvsa /GKm7sLzFpJdVvsR7AQO2unWdOKOylbwPppffyXsJ5CIL8ZMV/P+iw30Tm3jc1zZU98c w7UAV+zhPsrRC3zMT5GAsAtE3/6SKWsSgRRwReDWrXVRM0yxl6Olv0qiG8fSE6LDN9Se 6lg6fS3PkLh1j+VMUtu9G+N2WZQw3lm+kcdppAcAm7X8WL74qXbqOMg2NTw04EY/eSIY gFNF2NyNI0qYHV8dhNs6PsEajIJQUAR+523X1OyJ5EWVx1j6Ywof5P0DbN5m2dpNdE/H RkzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OuynnwEC1Ey8vz2DbunZvAWGvSntQYyIZXES7WQOV5U=; b=Ous1b9Revng8W25mV2Qshpk/sI/Sv7PhXLBFgXMXhIyjFSOdXtbHwJnR3c2vDQAyNb DfgRfHKuU9zay7bI5Uo5H4oTqqRWjaCyZn+xg8k6Zvm8iFIVKkFR3eAAm3mVNbio38Ul 31WIz0vrryWDYRadFWeOxtYWsate26lANPXaS3yZIcnW3tjZVz+OC9U84edmBjNl/h5e moAqtvlHnNaXyTN75aYQ7w0Jq12s7vyhwJ8kIZMJr6FquybqkMKlAEZeVO8Hoc7xSkfd Cy5ImFyAaJ2Iq+lz+PYf8A16+1hQu/fAPtKTnmTLNQ83HB0zoPrmC9RMmv5qKhLDbTFc NUiQ== X-Gm-Message-State: AOPr4FUEBdXu+Le00aGdcfxUHmZpsnZKuKHTiVENkybOC2m7MlpeaPKlyZT7iWmT2UtOqjtKYFRaer1omXUdow== X-Received: by 10.28.73.66 with SMTP id w63mr4345106wma.53.1460723359283; Fri, 15 Apr 2016 05:29:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Fri, 15 Apr 2016 05:28:39 -0700 (PDT) In-Reply-To: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> References: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> From: Odhiambo Washington Date: Fri, 15 Apr 2016 15:28:39 +0300 Message-ID: Subject: Re: Getting rid of old-libs after upgrade from 8.x -> 9.x To: Matthew Seaman Cc: User Questions 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: Fri, 15 Apr 2016 12:29:21 -0000 On 15 April 2016 at 15:01, Matthew Seaman wrote: > On 04/15/16 12:46, Odhiambo Washington wrote: > > Hi guys, > > > > How do I ensure that the Kerberos / krb5 libraries available on my system > > are up to date ??? > > I need to ensure ALL old libraries are updated. Do I have to do > portupgrade > > -a to achieve that? It's scary on a production box! > > Are you using Kerberos from ports, or from the base system? > > If the former, then as part of the major version update, you should be > reinstalling all of your ports anyhow. > > If the latter, then the step in the upgrade which deletes old 8.x shlibs > will have you covered. (That's 'make delete-old-libs' if compiling the > OS from source, or the final invocation of freebsd-update if you used > that method.) > > Cheers, > > Matthew > Hello Matthew, To be honest, I am unable to tell whether it's from the base system or the ports. How do I differentiate? I'd rather clean everything to do with the ports and use the one in the base system. I updated from source using the guidelines from https://people.freebsd.org/~rse/upgrade/freebsd-upgrade-8x-9x.txt. and yes, I did the 'make delete-old-libs' but problem still abound. How do I get rid of all instances of krb5 and gssapi and rely on base system ones, if that sounds like a sane question? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." From owner-freebsd-questions@freebsd.org Fri Apr 15 14:24:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBF39AED7F8 for ; Fri, 15 Apr 2016 14:24:29 +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 722731454 for ; Fri, 15 Apr 2016 14:24:28 +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 u3FEOH6l049927; Sat, 16 Apr 2016 00:24:18 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 16 Apr 2016 00:24:17 +1000 (EST) From: Ian Smith To: Jason Hunt cc: freebsd-questions@freebsd.org Subject: Re: Cannot enter sleep mode as non-root user (Operation not permitted) In-Reply-To: Message-ID: <20160416000316.V1139@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: Fri, 15 Apr 2016 14:24:30 -0000 In freebsd-questions Digest, Vol 619, Issue 5, Message: 13 On Wed, 13 Apr 2016 22:30:38 -0400 Jason Hunt wrote: > When attempting to enter sleep mode as a non-root user, I receive the error: > acpiconf: request sleep type (3) failed: Operation not permitted Correct. > Searching online yielded a suggestion that the user must be a member of > wheel, however my account is in the wheel and operator groups (confirmed by > running /usr/bin/id) smithi on t23% id -p uid smithi groups smithi wheel operator staff dialer network vboxusers smithi on t23% acpiconf -s3 acpiconf: request sleep type (3) failed: Operation not permitted Being in wheel just means you can su root, and only root can suspend the system .. unless you have a suspend button .. or know root's password :) > This is happening on my laptop with a fresh install of 10.3-RELEASE, and > desktop with March snapshot of -CURRENT. Both systems properly enter and > resume from sleep mode when run as root. My above snippet is on FreeBSD 8; this is nothing new. > Does anyone have suggestions for how to troubleshoot this? Revise expectations or hack acpiconf.c :) cheers, Ian From owner-freebsd-questions@freebsd.org Fri Apr 15 15:55: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 BFC4BAED4F0 for ; Fri, 15 Apr 2016 15:55:37 +0000 (UTC) (envelope-from chris@lrckinfo.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 A55E91D44 for ; Fri, 15 Apr 2016 15:55:37 +0000 (UTC) (envelope-from chris@lrckinfo.com) Received: by mailman.ysv.freebsd.org (Postfix) id A0FFAAED4EF; Fri, 15 Apr 2016 15:55:37 +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 A090EAED4EE for ; Fri, 15 Apr 2016 15:55:37 +0000 (UTC) (envelope-from chris@lrckinfo.com) Received: from alt14.smtp-out.videotron.ca (alt14.smtp-out.videotron.ca [135.19.0.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6826E1D43 for ; Fri, 15 Apr 2016 15:55:36 +0000 (UTC) (envelope-from chris@lrckinfo.com) Received: from gatekeeper.tellme3times.com ([69.70.25.74]) by Videotron with SMTP id r5r9aUyb4kaTMr5rAaFg7y; Fri, 15 Apr 2016 11:40:29 -0400 X-Authority-Analysis: v=2.1 cv=D8PnUqlj c=1 sm=1 tr=0 a=6QbSC2gnQtRte8UfxjO8jg==:117 a=6QbSC2gnQtRte8UfxjO8jg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kziv93cY1bsA:10 a=lAodR8e8AAAA:8 a=6I5d2MoRAAAA:8 a=ntexZ5uDh9zy6leCMcAA:9 a=CjuIK1q_8ugA:10 a=8MeiRctz-JAA:10 a=EqFJoTSjTBJapoDbtmYA:9 Received: from [192.168.7.61] (unknown [192.168.7.61]) by gatekeeper.tellme3times.com (Postfix) with ESMTP id D754635D63; Fri, 15 Apr 2016 11:40:26 -0400 (EDT) Subject: Re: Upgrading from FreeBSD 4.1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_0959334F-566C-4F06-A88D-0A8D85CBCC1F"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: Chris Kiakas In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> Date: Fri, 15 Apr 2016 11:40:25 -0400 Cc: questions@freebsd.org, Nalumino Moola Message-Id: <78C4A837-4148-4CE3-B403-567EE69DE840@lrckinfo.com> References: <003401d196ee$258ee680$70acb380$@zamnet.zm> To: Allan Kapoma X-Mailer: Apple Mail (2.3124) X-CMAE-Envelope: MS4wfObtCF1BjW0m/sfBZikPcDkq3h476g+2Wh5ckMbcrdUQ055j+AOY9PPRqD79u8/KAXM2HW+F3PQShaNdV/7521Gv/itJkge6AfVmdUCqKXaE53clGtiB 68vsjY7xqI/9IUGO3ZgRDV138zi68XmIbO0Su7ns8k7D25aNB79aLnkMztpgar92qN77eq34x3b5s+wpmUzlEOg2zb3oV9C3R5Bz0F3yQ/UPvjurvrHyNLFp 65ZYJqi9CsTC4CZKzDba2g== 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: Fri, 15 Apr 2016 15:55:37 -0000 --Apple-Mail=_0959334F-566C-4F06-A88D-0A8D85CBCC1F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I have to agree with the other posters. I would not attempt the upgrade. = If you do, you need to go to 5, then to 6, then to 7 all the way and in = some cases you would need to update the minor releases. In between all = that you would have to upgrade all the packages. Your best bet is as indicated. Setup a new system with the desired = packages and works on transferring your data. Best of luck. Chris > On Apr 15, 2016, at 4:09 AM, Allan Kapoma = wrote: >=20 > Hello >=20 >=20 >=20 > I'm running FreeBSD 4.10 and I want to upgrade the system to a later = version > of FreeBSD. >=20 >=20 >=20 > However, whenever I run commands to update the system (# = freebsd-update), or > install portsnap, or install portmanager, or pkg commands, portsnap = fetch > extract, I'm getting the message that command not found >=20 >=20 >=20 > The my output for uname -a is shown below >=20 >=20 >=20 > relay# uname -a >=20 > FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov = 12 > 06:54:4 >=20 >=20 >=20 > I'm asking for assistance on how I can enable the system (FreeBSD = 4.10) to > run these commands and hopefully update my system and packages on it >=20 >=20 >=20 > Regards >=20 >=20 >=20 > Allan Kapoma|Head of Networks| ZAMNET Communication Systems Limited | >=20 > Mobile: +260 962 235839 | Office: +260 211 220736| Fax: +260 211 = 224775 | >=20 > COMESA Center | Ben Bella Road | P.O Box 38299 | Lusaka, 10101 = ZAMBIA > |Email: allan.kapoma@zamnet.zm | = Website: > www.zamnet.zm. >=20 >=20 >=20 > Nobody Delivers IT Better >=20 >=20 >=20 >=20 >=20 > _______________________________________________ > 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" --Apple-Mail=_0959334F-566C-4F06-A88D-0A8D85CBCC1F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJXEQtqAAoJEJd//Oz/ACy7kPIP/RB9DoYovvw3EUQqyLGMJ1y5 eQIEkxm3MCdLoeWdOBMnMq7t6gOjAkIZkjVX2rsXnXAhgM+IkL2HUmtTcwjD/1QB mTd3MNJGwiojNS4NR6xX3EXmgkfO3pemuwVhzI3XyARvN+SacIqitok1eXTPVxgc 5UDvou/oR2uH/49luzWrdM+iwyp5rgE527cmqSQdCwVo9xtmx9PEAbP1+dagTvCh 7wnEi+W1Gg2Pr97fouYW2YCA7MpgzOOwtWVDELh03nhZPf3/6KruZT503PEGTT1D McBMmJpMMut84ALnjUmsrinxxq7nywV5QcrGxMMHAiIoYX0MhEeEZhsD0hui3b3m NypiRushmpxdO6rPBuGQ9zYI5+pfdGh3FC4oAqCvDtxVuHMce4eUEhhz5AfHnry+ kbHNQ3lT4ko504EsPjc+pqatViXOsaKmbnj0cqrNY+LBDl31kQL4jdvU6RsYLOsF 0CTr2zqXBPj/iupXHkE9R2IMif8hOjPGg+G98p18OeuV67NS/WWIkhzO7KQOKYmR I5sFfgzfLyO5c4rCqeuJ/+Sit4R8u5XFwxxDpJJJG6EpDLsl98MKB69CsVp0RNkr +54l5Y8PfnBao6k4BDXQsaLklws58AemHKMWeaOe2ztU05E+RLeaDM8xXsbZJ9Xv w/fVKxHgGG78zqFyEP40 =xfxk -----END PGP SIGNATURE----- --Apple-Mail=_0959334F-566C-4F06-A88D-0A8D85CBCC1F-- From owner-freebsd-questions@freebsd.org Fri Apr 15 16:15:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DE4AEDE92 for ; Fri, 15 Apr 2016 16:15:04 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F80D1DCF for ; Fri, 15 Apr 2016 16:15:03 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id A5E18276A7; Fri, 15 Apr 2016 18:06:14 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3FG6Dgr001903; Fri, 15 Apr 2016 18:06:13 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 15 Apr 2016 18:06:13 +0200 From: Polytropon To: Ian Smith Cc: Jason Hunt , freebsd-questions@freebsd.org Subject: Re: Cannot enter sleep mode as non-root user (Operation not permitted) Message-Id: <20160415180613.c066affb.freebsd@edvax.de> In-Reply-To: <20160416000316.V1139@sola.nimnet.asn.au> References: <20160416000316.V1139@sola.nimnet.asn.au> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 16:15:04 -0000 On Sat, 16 Apr 2016 00:24:17 +1000 (EST), Ian Smith wrote: > In freebsd-questions Digest, Vol 619, Issue 5, Message: 13 > On Wed, 13 Apr 2016 22:30:38 -0400 Jason Hunt wrote: > > > When attempting to enter sleep mode as a non-root user, I receive the error: > > acpiconf: request sleep type (3) failed: Operation not permitted > > Correct. > > > Searching online yielded a suggestion that the user must be a member of > > wheel, however my account is in the wheel and operator groups (confirmed by > > running /usr/bin/id) > > smithi on t23% id -p > uid smithi > groups smithi wheel operator staff dialer network vboxusers > smithi on t23% acpiconf -s3 > acpiconf: request sleep type (3) failed: Operation not permitted > > Being in wheel just means you can su root, and only root can suspend the > system .. unless you have a suspend button .. or know root's password :) That is the key information: The program must be run by root. Being in the operator or wheel group is not sufficient. > > Does anyone have suggestions for how to troubleshoot this? > > Revise expectations or hack acpiconf.c :) Or use a program like su, sudo, or super, for example like this: % sudo acpiconf -s3 which should work as expected. It's possible to assign this command to a shell alias or even to a key (or key combination). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Fri Apr 15 20:33:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 035B5AED905 for ; Fri, 15 Apr 2016 20:33:28 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D00B3186C for ; Fri, 15 Apr 2016 20:33:27 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f176.google.com with SMTP id g185so145949559ioa.2 for ; Fri, 15 Apr 2016 13:33:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=+WFPfFhRPusIJ2AjhJMGOov6Z9y6VCIf+k09vcHCFdQ=; b=W1i/MD6HoXeFoUgp0GeqVlfJy+x1B+pAcI9nNAcr+zVFsiu5Tev5RI8wHM6DX43GdO 05wYzlc9RZJnz7JmrOueBNPvYxCwSOrzi+jByFC0r6U/SBHnb3Li6sKGYOxWF/vYXnqN NCndOygXglHpQomHcLdM3RwRu4Byd41NFY2dnaryCSB3uI1lTDmN4Q1DjgAcDN3dx6fT VuoxEfKPtYw5QXRbTzYVXJG07mYj3eN+VQ1SbPjb5bmel+f8Je+vMaYPBewVJljK0JeV lqGWL03LzD5SaQ3HlU4IGxNZfvSDPdJ/xVezPvl4j0aWmS4UuiZWIpbeeAtUdpBQX1d1 tnnQ== X-Gm-Message-State: AOPr4FWXYYtw3TBN5XVhxCcwZsbUgBbfkmAQi61nohG9kQIZIYU8WjtPU0OSH8iBTECxCg== X-Received: by 10.107.36.82 with SMTP id k79mr24834747iok.121.1460750916257; Fri, 15 Apr 2016 13:08:36 -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 k1sm25081933igg.16.2016.04.15.13.08.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Apr 2016 13:08:35 -0700 (PDT) References: <003401d196ee$258ee680$70acb380$@zamnet.zm> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Carmel Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading from FreeBSD 4.1 In-reply-to: Date: Fri, 15 Apr 2016 15:08:35 -0500 Message-ID: <86lh4e63ek.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: Fri, 15 Apr 2016 20:33:28 -0000 Carmel writes: > Do it once and be done with it. It is easier and it works. If that were true, this thread wouldn't exist. :P Since you've inadvertantly brought this up, it should be noted that beginning with the release of 11.0 the support model for FreeBSD releases is changing.[1] Based on the new support model 10.1 will be considered as out-of-date in a couple years as 4.1 is considered now. So waiting another half-year to "[install something] once and be done with it" probably isn't a real solution. It's not necessarily a bad idea, but 10.3 will continue to be supported long enough for OP to get used to the new system structure and utilities, and prepare for an upgrade to 11.x. [1]: https://lists.freebsd.org/pipermail/freebsd-announce/2015-February/001624.html -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- From owner-freebsd-questions@freebsd.org Fri Apr 15 20:46:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80BA5AEDDE0 for ; Fri, 15 Apr 2016 20:46:13 +0000 (UTC) (envelope-from point-of-entry@outlook.com) Received: from DUB004-OMC4S4.hotmail.com (dub004-omc4s4.hotmail.com [157.55.2.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8D51D33 for ; Fri, 15 Apr 2016 20:46:12 +0000 (UTC) (envelope-from point-of-entry@outlook.com) Received: from DUB125-W26 ([157.55.2.71]) by DUB004-OMC4S4.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 15 Apr 2016 13:45:03 -0700 X-TMN: [VtO/OOWBaxtCND++EznLuX4XcRiEEoTH] X-Originating-Email: [point-of-entry@outlook.com] Message-ID: From: Klaus Kaisersberger To: "freebsd-questions@freebsd.org" Subject: setting font and keymap in single-user mode in 10.3 Date: Fri, 15 Apr 2016 22:45:02 +0200 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 15 Apr 2016 20:45:03.0207 (UTC) FILETIME=[AF74C770:01D19757] 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: Fri, 15 Apr 2016 20:46:13 -0000 =0A= =0A= I have trouble getting font and keymap right for a German=0A= iso keyboard (or anything else than standard-US) in single-user mode in 10.= 3=0A= freshly installed from bootonly.iso:=0A= =0A= =A0=0A= =0A= I 'make kernel'ed an amd64-kernel with the following=0A= settings (I even commented out kbdmux later on in the file):=0A= =0A= --------------------=0A= =0A= =A0=A0=A0=A0=A0=A0=A0 ...=0A= =0A= options=A0=A0=A0=A0=A0=A0=A0=A0=0A= SC_DISABLE_KDBKEY=0A= =0A= options=A0=A0=A0=A0=A0=A0=A0=A0=0A= SC_DISABLE_REBOOT=0A= =0A= options=A0=A0=A0=A0=A0=A0=A0=A0=0A= SC_DFLT_FONT=0A= =0A= makeoptions=A0=A0=A0=A0=0A= SC_DFLT_FONT=3Diso15=0A= =0A= options=A0=A0=A0=A0=A0=A0=A0=A0=0A= ATKBD_DFLT_KEYMAP=0A= =0A= makeoptions=A0=A0=A0=A0=0A= ATKBD_DFLT_KEYMAP=3Dgerman.iso.acc=0A= =0A= =A0=A0=A0=A0=A0=A0=A0 ...=0A= =0A= --------------------=0A= =0A= =A0=0A= =0A= /etc/ttys looks like this:=0A= =0A= --------------------=0A= =0A= =A0=A0=A0=A0=A0=A0=A0 ...=0A= =0A= console none=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 unknown off=0A= insecure=0A= =0A= #=0A= =0A= ttyv0=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= # Virtual terminals=0A= =0A= ttyv1=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv2=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv3=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv4=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv5=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv6=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv7=A0=A0=0A= "/usr/libexec/getty Pc"=A0=A0=A0=A0=A0=A0=A0=A0=0A= xterm=A0=A0 on=A0 insecure=0A= =0A= ttyv8=A0=A0=0A= "/usr/local/bin/xdm -nodaemon"=A0=0A= xterm=A0=A0 off insecure=0A= =0A= =A0=A0=A0=A0=A0=A0=A0 ...=0A= =0A= --------------------=0A= =0A= =A0=0A= =0A= While this font (iso15) and keymap (german.iso.acc) work=0A= as desired in virtual consoles=2C they do not in the single-user console=2C= so that=0A= umlauts yield \366 etc.=2C just as if nothing had been set at all.=0A= =0A= =A0=0A= =0A= 'kbdcontrol -l german.iso.acc' and 'vidcontrol -f iso15'=0A= do not produce any errors=2C but also no noticeable effect in single-user. = tty=0A= returns /dev/console=2C as expected.=0A= =0A= =A0=0A= =0A= I am at a loss now=2C albeit I am quite sure=2C that I made=0A= the same settings in 10.2=2C where it _did_ work. Obviously I made some err= or this time in 10.3=2C but I fail to pinpoint it.=0A= =0A= =0A= =A0=0A= =0A= If someone knows how to get german.iso.acc and iso15 to=0A= actually work in single-user=2C most favorably by compiling it into the ker= nel=2C=0A= it would really appreciate your suggestions.=0A= =0A= =A0=0A= =0A= ----=0A= =0A= Klaus=0A= =0A= = From owner-freebsd-questions@freebsd.org Sat Apr 16 01:44:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B148AB04071 for ; Sat, 16 Apr 2016 01:44:07 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.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 9808116B5 for ; Sat, 16 Apr 2016 01:44:07 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: by mailman.ysv.freebsd.org (Postfix) id 939CCB0406F; Sat, 16 Apr 2016 01:44:07 +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 933ADB0406E for ; Sat, 16 Apr 2016 01:44:07 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 7734E16B4 for ; Sat, 16 Apr 2016 01:44:07 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=aHl/vgT1XWfra5O7DFNxzYsavqLwfTU/j4w+ksuEZTY=; b=tohA5QFQwp1QqK6C9UFpUVhz/W mzAHtSgvPwr4gMRSAkRwh1In61U5GMVEoQaFf56Mv4BkS4sWsx7hj+Sjnsxl+yY4pR3AHZmrKcCyQ i/kWvyOwqbMFdxjh/1Y+f/jegqhG+aM5RAK/I+A4lzy29LtubLjbf7B6Cn6EIkctlFFU=; Received: from [39.249.165.66] (port=55350 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1arFHC-001qiO-Dn; Fri, 15 Apr 2016 19:43:59 -0600 Date: Sat, 16 Apr 2016 09:43:49 +0800 From: Erich Dollansky To: "Allan Kapoma" Cc: , 'Nalumino Moola' Subject: Re: Upgrading from FreeBSD 4.1 Message-ID: <20160416094349.77f6a883@X220.alogt.com> In-Reply-To: <003401d196ee$258ee680$70acb380$@zamnet.zm> References: <003401d196ee$258ee680$70acb380$@zamnet.zm> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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: Sat, 16 Apr 2016 01:44:07 -0000 Hi, On Fri, 15 Apr 2016 10:09:34 +0200 "Allan Kapoma" wrote: > I'm running FreeBSD 4.10 and I want to upgrade the system to a later > version of FreeBSD. > this is from 2004 and still running. I wonder if you can even update to the latest version. I have had a notebook, I never brought to 8 as its hardware was not supported from 8 onward. If you really want to update, use sources to move from version to version. I would move to 5.21 first and the 6.0, 7.0 ... It will not be possible to compile new versions with the old compiler you have. The binary upgrade came later. When you have reached that version, you can go via binary upgrades. Of course, you can have a try and move directly to the oldest version supporting binary upgrades. I only doubt that your old compiler will support this. Good luck. Erich > > > However, whenever I run commands to update the system (# > freebsd-update), or install portsnap, or install portmanager, or pkg > commands, portsnap fetch extract, I'm getting the message that > command not found > > > > The my output for uname -a is shown below > > > > relay# uname -a > > FreeBSD relay.zamnet.zm 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Nov > 12 06:54:4 > > > > I'm asking for assistance on how I can enable the system (FreeBSD > 4.10) to run these commands and hopefully update my system and > packages on it > > > > Regards > > > > Allan Kapoma|Head of Networks| ZAMNET Communication Systems Limited | > > Mobile: +260 962 235839 | Office: +260 211 220736| Fax: +260 211 > 224775 | > > COMESA Center | Ben Bella Road | P.O Box 38299 | Lusaka, 10101 > ZAMBIA |Email: > allan.kapoma@zamnet.zm | Website: > www.zamnet.zm. > > > > Nobody Delivers IT Better > > > > > > _______________________________________________ > 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 Sat Apr 16 10:14:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED99CB10A5E for ; Sat, 16 Apr 2016 10:14:47 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B612E14A2 for ; Sat, 16 Apr 2016 10:14:46 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id E6FDA47B786C for ; Sat, 16 Apr 2016 12:14:37 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id BC0B047B77BF for ; Sat, 16 Apr 2016 12:14:37 +0200 (CEST) From: JosC Subject: Ports upgrade script To: "freebsd-questions@FreeBSD.org" Message-ID: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> Date: Sat, 16 Apr 2016 12:14:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 16 Apr 2016 10:14:48 -0000 I just installed BSD 10.3 and run into a port upgrade issue. Initially I ran >portsnap fetch >portsnap extract and finally another*| |*|>portsnap fetch update| Running my upgrade.sh script #!/bin/sh cd /usr/local/etc svn update /usr/src svn update /usr/ports # results in following error(s): Skipped '/usr/src' svn: E155007: None of the targets are working copies Skipped '/usr/ports' svn: E155007: None of the targets are working copies Can someone tell me what I oversee here? Thanks. Jos Chrispijn From owner-freebsd-questions@freebsd.org Sat Apr 16 10:18:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62ACEB10BFA for ; Sat, 16 Apr 2016 10:18:21 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC63717C6 for ; Sat, 16 Apr 2016 10:18:20 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id a140so60499131wma.0 for ; Sat, 16 Apr 2016 03:18:20 -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=lN+Fks04oqFRETEQqvwpx5NJ3DNreyZwSfuvctmv1wg=; b=hcIQtKkZH+cBM49IW9Uc97ZAKOnKnohWGwYM7k1mVUL/x4yvCLzmfVc2ar9NlfA56N 8DyAnFACqeZEahOP+coVH/ziOc4VsN/mv7NJFp99BLCqUHb7PZLb67NonUnP0Kdk8U0q YZGZGPcS4bJ/VITq/pFqXl0R10A6w4vzZuyzV9zMl6eIHLc1RML5BD+QNm+lIjUiSwU1 WkOXBQZS0OofcSKHXX7d66SUKSgoDCiwho7wXCozZDEkE2bPwtBF3IKL46uVQzajR8FJ tkPGhKCc+I8HSF+K+lCcbIQueqpmDJf1Tk5lcPPMQ2et4zgrTLX9ZNw9w0u+0FG9FjAz Agyg== 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=lN+Fks04oqFRETEQqvwpx5NJ3DNreyZwSfuvctmv1wg=; b=imxKgQBlyQ8E1/Aju4HRFQpCzYyZsp+h+KNqI3PjVACzRw+HTm8x5rxTdX2oAxk8VM vYzrfGgVUUDNMEdoxe8Q3pjdgG3rT4JwT7+9IX5VoZpcdZeOFNHXoSl4AL6i/sqU3Ie+ DCgm34PDY2NW+ijyxjgIPCP/b+emR1RsKJi3D3TFQRsIRJpeWZOOmkGno+nYzUq3Ms/q eOVMIcQ4LgHKzj43CXGgLCdpn9YuJQSFfsJwmCQf9wPpiQ0KIAOv6B62PlcPCMLmQ67M Jc3ygQ7Dxk0yuUr2ZNLOiEAx95FAqa4tlUYDNQAD/G9o77hyuXXmtuFRTyvVQ/1zhe0w c+kw== X-Gm-Message-State: AOPr4FWZp3VI8ydUvEQ1PsYkdl/m89hkJ5SyIj7dCmkk7sv7xvWAkIPxXnzZi84C3Itm8zVEy2vos1jQI+IbVA== MIME-Version: 1.0 X-Received: by 10.194.111.199 with SMTP id ik7mr28947374wjb.150.1460801898530; Sat, 16 Apr 2016 03:18:18 -0700 (PDT) Received: by 10.194.33.164 with HTTP; Sat, 16 Apr 2016 03:18:18 -0700 (PDT) Received: by 10.194.33.164 with HTTP; Sat, 16 Apr 2016 03:18:18 -0700 (PDT) In-Reply-To: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> Date: Sat, 16 Apr 2016 13:18:18 +0300 Message-ID: Subject: Re: Ports upgrade script From: Anton Sayetsky To: JosC Cc: FreeBSD Questions 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: Sat, 16 Apr 2016 10:18:21 -0000 Portsnap isn't compatible with svn. From owner-freebsd-questions@freebsd.org Sat Apr 16 10:24: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 D0527B10F17 for ; Sat, 16 Apr 2016 10:24:30 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 997151BA5 for ; Sat, 16 Apr 2016 10:24:30 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id A3EF027690; Sat, 16 Apr 2016 12:24:26 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3GAOPBq002134; Sat, 16 Apr 2016 12:24:25 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 16 Apr 2016 12:24:25 +0200 From: Polytropon To: JosC Cc: "freebsd-questions@FreeBSD.org" Subject: Re: Ports upgrade script Message-Id: <20160416122425.b603d040.freebsd@edvax.de> In-Reply-To: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 10:24:30 -0000 On Sat, 16 Apr 2016 12:14:45 +0200, JosC wrote: > I just installed BSD 10.3 and run into a port upgrade issue. > > Initially I ran > > >portsnap fetch > > >portsnap extract > > and finally another*| > > |*|>portsnap fetch update| > > Running my upgrade.sh script > > #!/bin/sh > cd /usr/local/etc > svn update /usr/src > svn update /usr/ports > # > > results in following error(s): > > Skipped '/usr/src' > svn: E155007: None of the targets are working copies > > Skipped '/usr/ports' > svn: E155007: None of the targets are working copies > > Can someone tell me what I oversee here? Thanks. Use either portsnap (binary upgrade) or svn (source upgrade) to keep your ports collection current. In your specific case, I'd probably be a good idea to entirely remove /usr/ports (or rename it) and start with a fresh copy, to be obtained by _one_ of the two methods. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 16 14:23:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19015B1054D for ; Sat, 16 Apr 2016 14:23:29 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D47071A71 for ; Sat, 16 Apr 2016 14:23:27 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id 1B2D747B7876; Sat, 16 Apr 2016 16:23:24 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id CC32947B786C; Sat, 16 Apr 2016 16:23:23 +0200 (CEST) Subject: Re: Ports upgrade script To: Polytropon References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> Cc: "freebsd-questions@FreeBSD.org" From: JosC Message-ID: Date: Sat, 16 Apr 2016 16:23:32 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160416122425.b603d040.freebsd@edvax.de> X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 16 Apr 2016 14:23:29 -0000 In een bericht van 16-4-2016 12:24: > Use either portsnap (binary upgrade) or svn (source upgrade) to keep > your ports collection current. In your specific case, I'd probably be > a good idea to entirely remove /usr/ports (or rename it) and start > with a fresh copy, to be obtained by _one_ of the two methods. Thanks for your suggestion - what I don't understand is why my /user/src folder is emty. Is that normal using portsnap? BR, Jos Chrispijn From owner-freebsd-questions@freebsd.org Sat Apr 16 14:34:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EFC9B10922 for ; Sat, 16 Apr 2016 14:34:11 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C101E24 for ; Sat, 16 Apr 2016 14:34:10 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id 53D2047B7876; Sat, 16 Apr 2016 16:34:07 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id 162D847B786C; Sat, 16 Apr 2016 16:34:07 +0200 (CEST) Subject: Re: Ports upgrade script To: Anton Sayetsky References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> Cc: FreeBSD Questions From: JosC Message-ID: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Date: Sat, 16 Apr 2016 16:34:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl 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: Sat, 16 Apr 2016 14:34:11 -0000 In een bericht van 16-4-2016 12:18: > > Portsnap isn't compatible with svn. > So I think I should revise the way I update my ports. What I did with my 9.3 BSD was the following script (which worked perfectly): !/bin/sh cd /local/user/etc svn update /usr/src svn update /usr/ports # cd /usr/ports make fetchindex portsdb -fu # # cd /usr/local/etc portupgrade -na # So this part I replaced now with: portsnap fetch update kind of lost how to continue now... BR, Jos From owner-freebsd-questions@freebsd.org Sat Apr 16 14:41:44 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 722E5B10E5D for ; Sat, 16 Apr 2016 14:41:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4C21184 for ; Sat, 16 Apr 2016 14:41:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 26974 invoked from network); 16 Apr 2016 14:41:42 -0000 Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 16 Apr 2016 14:41:42 -0000 Date: 16 Apr 2016 14:41:20 -0000 Message-ID: <20160416144120.10349.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Cc: bsduser@cloudzeeland.nl Subject: Re: Ports upgrade script In-Reply-To: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 14:41:44 -0000 >So this part I replaced now with: > >portsnap fetch update > >kind of lost how to continue now... The usual approach is to use portmaster or portupgrade to upgrade your installed ports. To install a new port you do what you've always done, go to the port's directory under /usr/ports and type make install. R's, John From owner-freebsd-questions@freebsd.org Sat Apr 16 14:44:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F61AED187 for ; Sat, 16 Apr 2016 14:44:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B15714A8 for ; Sat, 16 Apr 2016 14:44:14 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 2FC2B43ADD for ; Sat, 16 Apr 2016 16:37:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1460817464; bh=jLfHr3UlxbVpA5OhErgQfggH/F78107+Q RqlrHiz2aY=; b=adAJINZEtL6wmF0BiXevXYh0D0eobwqkcbvOhU4VVtOn45Dq2 /WmIt7y2StP6/bSxhClfwilMAxsxIlcIyAdRC6sM68LKaK2yzAjFWazxnimF5W77 6xa/ODfT3GUf2gYKPgE9Th7DElMYRsYXmMk+Qz8a+GK7ADuqgOyyi25CPMB2NA9h Ok7SBTdUlIRlsvHzeLMBGMpzeVHUU0FpqGkAYHNEvy8cDEGqGz7HJbpsy2ix+wJh bJkN+Awui9y84YGFzF3rmxyAQD+BVxtYuQnQwuyp5MMbwYoglFR4ygco+JNCTQXY E1XOIY7w88Ur0XA7Wb5YFK06TFmAIVCfRo87g== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id 2EntOw0eEV1l for ; Sat, 16 Apr 2016 16:37:44 +0200 (CEST) Date: Sat, 16 Apr 2016 16:37:43 +0200 Message-ID: <86k2jx62mg.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: Ports upgrade script In-Reply-To: References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") 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: Sat, 16 Apr 2016 14:44:15 -0000 JosC skrev: > > In een bericht van 16-4-2016 12:24: >> Use either portsnap (binary upgrade) or svn (source upgrade) to keep >> your ports collection current. In your specific case, I'd probably >> be a good idea to entirely remove /usr/ports (or rename it) and >> start with a fresh copy, to be obtained by _one_ of the two methods. > Thanks for your suggestion - what I don't understand is why my > /user/src folder is emty. > Is that normal using portsnap? % man portsnap -- Herbert From owner-freebsd-questions@freebsd.org Sat Apr 16 14:46: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 3598BAED309 for ; Sat, 16 Apr 2016 14:46:52 +0000 (UTC) (envelope-from rwmaillists@googlemail.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 C2A3F16C6 for ; Sat, 16 Apr 2016 14:46:51 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x235.google.com with SMTP id n3so68295245wmn.0 for ; Sat, 16 Apr 2016 07:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=HSc+dQm2exuE46IUGcg3KTc8BND4pwovtHAH52vkqmE=; b=j3ZuvTLLAGbrfy1Qxna02h2N1QYoajzx3napTDlCeiELv9D/sxVITc8qrS+f3ffUsv Ii7iz+Pw4y9YEBx31rttlNkmhOJO5y8lRi/dG1IBhXTDsrdKakpnqPBsvdvJnRBFsthK ptzGcW/AdI/4oMIpBa3kD+R+4YstXBC4aWwoHYfREsfR0HIK4484cyZjxr+L16QyrhbA GodLvlRwYTurHJnWCZlP84N2R0Z4T6rzv6eeztEch13UjTgqtIego5QE8bYyZMerlpni zvech02Ertv/7lacg3uN/y4dN3N1fMiMitBQ1qGzSgk6NdCXjMWVPpjs9k25AZupWiQM 8bbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HSc+dQm2exuE46IUGcg3KTc8BND4pwovtHAH52vkqmE=; b=AqYDJk3lWJGBljw0rWE3GDWmf+HnYiIzXuFtlNkMsjJ3JAj28JhXkQkHglkg8bVNQP 5xijKXlcx31naXZtE5t1qyJJdFCog65aGjGcMDlao0UyZ7fJ9FDey56Bj5uoMJKZMy+c Br+/QAVR5F04VN9z8J0h3Hu0rbFQOw6oFV6TYesn982lE0DPI1Pr7Zw/w0f0Up31ATz6 lODou9tC3dkx9O4vs7xR5z28mScry3R87hqBlfg+f0tKyi+hFoiE5Y19EX+SvWpZCB8i VnAXt9ndooKbJxxEbURwJUvY6QRe2XHMUvyPN6si1cXW03e30BQ4ywzVsJWnQSKLVf/i rHYw== X-Gm-Message-State: AOPr4FU55/2H1r/CMh10Cf8LsIqAx76L/0Qhnff7hz/MGQqKhPxk64/n1y3qoSylylDCiA== X-Received: by 10.28.127.80 with SMTP id a77mr10066154wmd.84.1460818010410; Sat, 16 Apr 2016 07:46:50 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.213.141]) by smtp.gmail.com with ESMTPSA id c144sm43898741wmd.0.2016.04.16.07.46.49 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2016 07:46:49 -0700 (PDT) Date: Sat, 16 Apr 2016 15:46:48 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Ports upgrade script Message-ID: <20160416154648.642c867c@gumby.homeunix.com> In-Reply-To: References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 14:46:52 -0000 On Sat, 16 Apr 2016 16:23:32 +0200 JosC wrote: > In een bericht van 16-4-2016 12:24: > > Use either portsnap (binary upgrade) or svn (source upgrade) to > > keep your ports collection current. In your specific case, I'd > > probably be a good idea to entirely remove /usr/ports (or rename > > it) and start with a fresh copy, to be obtained by _one_ of the two > > methods. > Thanks for your suggestion - what I don't understand is why > my /user/src folder is emty. > Is that normal using portsnap? > It updates the ports tree, not the base system source. From owner-freebsd-questions@freebsd.org Sat Apr 16 15:08:43 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 13321AEDBFB for ; Sat, 16 Apr 2016 15:08:43 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03011128 for ; Sat, 16 Apr 2016 15:08:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id D8A5C276E1; Sat, 16 Apr 2016 17:08:37 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3GF8bOl002698; Sat, 16 Apr 2016 17:08:37 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 16 Apr 2016 17:08:37 +0200 From: Polytropon To: JosC Cc: "freebsd-questions@FreeBSD.org" Subject: Re: Ports upgrade script Message-Id: <20160416170837.81dddb26.freebsd@edvax.de> In-Reply-To: References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 15:08:43 -0000 On Sat, 16 Apr 2016 16:23:32 +0200, JosC wrote: > > In een bericht van 16-4-2016 12:24: > > Use either portsnap (binary upgrade) or svn (source upgrade) to keep > > your ports collection current. In your specific case, I'd probably be > > a good idea to entirely remove /usr/ports (or rename it) and start > > with a fresh copy, to be obtained by _one_ of the two methods. > Thanks for your suggestion - what I don't understand is why my /user/src > folder is emty. Terminology sidenote: The thing is called a directory, not "folder"; "folder" is the name of the graphical representation of a directory. :-) > Is that normal using portsnap? Yes. As the name _port_snap indicates, it only updates the ports collection, which is in /usr/ports. The /usr/src directory belongs to the OS and can be updated using freebsd-update, if you have the "src" component enabled in /etc/freebsd-update.conf (which is the default, if I remember correctly). Basically, freebsd-update can be used to update the kernel, the OS, and the /usr/src subtree. This directory could as well be updated using svn, but _then_ you'd have to build your system from that sources in order to upgrade it. As I said, starting with a clean /usr/src and then using either svn for it (and omitting "src" from the freebsd-update.conf settings) or freebsd-update (_with_ the "src" component). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 16 15:12: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 66194AEDD49 for ; Sat, 16 Apr 2016 15:12:19 +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 D16F61434 for ; Sat, 16 Apr 2016 15:12:15 +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 u3GFC7d2048559 for ; Sat, 16 Apr 2016 17:12:07 +0200 (CEST) (envelope-from bah@bananmonarki.se) To: "freebsd-questions@freebsd.org" From: Bernt Hansson Subject: Geli and glabel ? Message-ID: <57125647.9050805@bananmonarki.se> Date: Sat, 16 Apr 2016 17:12:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 15:12:19 -0000 Hello list. I'm wondering about glabel and geli. It seems that one can not have them on the same disc. On swap it works nice but not on my home directory. Glabel overwrites the meta data from geli so the disc can not be mounted. Can this scenario work? How? From owner-freebsd-questions@freebsd.org Sat Apr 16 15:20: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 9F759B1010A for ; Sat, 16 Apr 2016 15:20:48 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67CD8185F for ; Sat, 16 Apr 2016 15:20:48 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 301CB27650; Sat, 16 Apr 2016 17:20:46 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3GFKjXN002825; Sat, 16 Apr 2016 17:20:45 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 16 Apr 2016 17:20:45 +0200 From: Polytropon To: JosC Cc: FreeBSD Questions Subject: Re: Ports upgrade script Message-Id: <20160416172045.8010cc7b.freebsd@edvax.de> In-Reply-To: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 15:20:48 -0000 On Sat, 16 Apr 2016 16:34:16 +0200, JosC wrote: > > In een bericht van 16-4-2016 12:18: > > > > Portsnap isn't compatible with svn. > > > So I think I should revise the way I update my ports. > What I did with my 9.3 BSD was the following script (which worked > perfectly): > > !/bin/sh > cd /local/user/etc > svn update /usr/src > svn update /usr/ports > # > cd /usr/ports > make fetchindex > portsdb -fu > # > # > cd /usr/local/etc > portupgrade -na > # > > So this part I replaced now with: > > portsnap fetch update > > kind of lost how to continue now... Your script does _more_ than just update installed ports. It also updates the OS sources, but it does _not_ upgrade the OS according to those sources. If that's what you intend, try the following: #!/bin/sh # update OS sources svn update /usr/src # update ports tree svn update /usr/ports make fetchindex portsdb -fu # upgrade all installed ports portupgrade -na You can exchange # update ports tree svn update /usr/ports with the following: # update ports tree portsnap fetch extract But you should keep _one_ of those two methods. It's usually wise to start with an empty /usr/ports directory and have the desired tool populate it for the first time, then apply changes on further runs. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 16 16:06:53 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 46C6FB10473 for ; Sat, 16 Apr 2016 16:06:53 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 170BA1FCC for ; Sat, 16 Apr 2016 16:06:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u3GG6f2I068304 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 16 Apr 2016 10:06:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u3GG6eZo068301; Sat, 16 Apr 2016 10:06:40 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 16 Apr 2016 10:06:40 -0600 (MDT) From: Warren Block To: Polytropon cc: JosC , FreeBSD Questions Subject: Re: Ports upgrade script In-Reply-To: <20160416172045.8010cc7b.freebsd@edvax.de> Message-ID: References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> <20160416172045.8010cc7b.freebsd@edvax.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 16 Apr 2016 10:06:41 -0600 (MDT) 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: Sat, 16 Apr 2016 16:06:53 -0000 On Sat, 16 Apr 2016, Polytropon wrote: > On Sat, 16 Apr 2016 16:34:16 +0200, JosC wrote: >> >> In een bericht van 16-4-2016 12:18: >>> >>> Portsnap isn't compatible with svn. >>> >> So I think I should revise the way I update my ports. >> What I did with my 9.3 BSD was the following script (which worked >> perfectly): >> >> !/bin/sh >> cd /local/user/etc >> svn update /usr/src >> svn update /usr/ports >> # >> cd /usr/ports >> make fetchindex >> portsdb -fu >> # >> # >> cd /usr/local/etc >> portupgrade -na Just adding: expect breakage if you do not routinely check /usr/ports/UPDATING before throwing portupgrade -a or portmaster -a at the new ports. The ports team has really improved the situation, but once in a while there are still manual steps that must be taken before doing a mass upgrade of ports. See http://www.wonkity.com/~wblock/docs/html/portupgrade.html for more detail. From owner-freebsd-questions@freebsd.org Sat Apr 16 16:09:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C80BB10585 for ; Sat, 16 Apr 2016 16:09:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E60710CD for ; Sat, 16 Apr 2016 16:09:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u3GG8c86068806 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 16 Apr 2016 10:08:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u3GG8cdr068803; Sat, 16 Apr 2016 10:08:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 16 Apr 2016 10:08:38 -0600 (MDT) From: Warren Block To: Bernt Hansson cc: "freebsd-questions@freebsd.org" Subject: Re: Geli and glabel ? In-Reply-To: <57125647.9050805@bananmonarki.se> Message-ID: References: <57125647.9050805@bananmonarki.se> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 16 Apr 2016 10:08:38 -0600 (MDT) 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: Sat, 16 Apr 2016 16:09:13 -0000 On Sat, 16 Apr 2016, Bernt Hansson wrote: > Hello list. > > I'm wondering about glabel and geli. It seems that one can not have them on > the same disc. > > On swap it works nice but not on my home directory. Glabel overwrites the > meta data from geli > so the disc can not be mounted. > > Can this scenario work? How? One must be inside the other. Create a glabel device in the GELI one, then refer to the glabel device with /dev/label/xyz. From owner-freebsd-questions@freebsd.org Sat Apr 16 16:13: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 C1443B108D4 for ; Sat, 16 Apr 2016 16:13:40 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4480E1666 for ; Sat, 16 Apr 2016 16:13:39 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Sat, 16 Apr 2016 17:08:15 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.86 (FreeBSD)) (envelope-from ) id 1arSlX-000OHb-RQ; Sat, 16 Apr 2016 16:08:11 +0000 Date: Sat, 16 Apr 2016 17:08:10 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Cc: Polytropon Subject: Re: Ports upgrade script Message-Id: <20160416170810.2432e5da717042bb18346ee1@sohara.org> In-Reply-To: <20160416170837.81dddb26.freebsd@edvax.de> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> <20160416170837.81dddb26.freebsd@edvax.de> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 16:13:40 -0000 On Sat, 16 Apr 2016 17:08:37 +0200 Polytropon wrote: > Terminology sidenote: The thing is called a directory, not "folder"; > "folder" is the name of the graphical representation of a directory. :-) Introduced in order that people would not be frightened away from a new user friendly operating system by scary technical terms and instead have something familiar. This worked fine until you tried to explain to the hide bound office worker that it was called a folder because you keep files in it and they looked over to the wall of files containing folders containing documents and were puzzled. Then they found that things moved the wrong way when you scrolled them and your day just got worse. -- Steve O'Hara-Smith From owner-freebsd-questions@freebsd.org Sat Apr 16 16:30:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D3B1B10E39 for ; Sat, 16 Apr 2016 16:30:11 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CC21BE1 for ; Sat, 16 Apr 2016 16:30:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1arT6f-00032e-Rc for freebsd-questions@freebsd.org; Sat, 16 Apr 2016 18:30:01 +0200 Received: from pool-72-66-1-32.washdc.fios.verizon.net ([72.66.1.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 18:30:01 +0200 Received: from nightrecon by pool-72-66-1-32.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 18:30:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: Ports upgrade script Date: Sat, 16 Apr 2016 12:31:06 -0400 Lines: 73 Message-ID: References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-1-32.washdc.fios.verizon.net 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: Sat, 16 Apr 2016 16:30:11 -0000 JosC wrote: > > > In een bericht van 16-4-2016 12:18: >> >> Portsnap isn't compatible with svn. >> > So I think I should revise the way I update my ports. > What I did with my 9.3 BSD was the following script (which worked > perfectly): > > !/bin/sh > cd /local/user/etc > svn update /usr/src > svn update /usr/ports > # > cd /usr/ports > make fetchindex > portsdb -fu > # > # > cd /usr/local/etc > portupgrade -na > # > > So this part I replaced now with: > > portsnap fetch update > > kind of lost how to continue now... I use svn to pull and/or update /usr/src/. I use portsnap to manage /usr/ports and the old portupgrade for updates. This is what I do: portsnap fetch update && portsdb -u && portversion | grep \< If the indexes or dbases have been damaged it may just be easier to wipe everything under /usr/ports/ and pull a fresh tree, as per: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html Procedure 4.1, so as to start over. From then the portsnap fetch update as above to keep it updated. As far as binary management utilizing pkg or freebsd-update I don't know anything about these, as I've never used either one, so I have no clue how these would interrelate. I've also never used portmaster either, but I suspect it is not a good idea to mix and match; (use one *or* the other). I have seen instructions on how to repair damaged databases, just have never had to do it but I know it is possible. I know under the /usr/src is a directory .svn. I've compared experience with someone who uses svn-lite and he says the following has never been necessary in his experience (but I've always had to do this): cd /usr/src and then chflags -R noschg .svn in order for rm -rf the .svn folder to work without 'Operation not Permitted' error. This .svn directory is for svn internal housekeeping. You might want to look under /usr/ports/ and see if you have one there, and remove it as unneeded. Since I've never used svn to pull my ports tree I have no idea if there is supposed to be a /usr/ports/.svn, or not. I also seem to recall something about the svn vs portsnap incompatibility being mentioned somewhere wrt to changes between 9.x to 10.x, but for the life of me can't recall where. Also not recently the default version of Ruby (upon which portupgrade depends) has changed. There is an /usr/ports/UPDATING entry on this. IIRC it is the ruby22-bdb5-0.6.6_4 that portupgrade uses for managing its database. -Mike From owner-freebsd-questions@freebsd.org Sat Apr 16 16:31:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAC15B10F0C for ; Sat, 16 Apr 2016 16:31:02 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 845E71D30 for ; Sat, 16 Apr 2016 16:31:01 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id A1E2747B7876; Sat, 16 Apr 2016 18:30:58 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id 53DA147B77D6; Sat, 16 Apr 2016 18:30:58 +0200 (CEST) Subject: Re: Ports upgrade script To: John Levine , freebsd-questions@freebsd.org References: <20160416144120.10349.qmail@ary.lan> From: JosC Message-ID: Date: Sat, 16 Apr 2016 18:31:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160416144120.10349.qmail@ary.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl 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: Sat, 16 Apr 2016 16:31:02 -0000 In een bericht van 16-4-2016 16:41: > The usual approach is to use portmaster or portupgrade to upgrade your > installed ports. > > To install a new port you do what you've always done, go to the port's > directory under /usr/ports and type make install. > I feel a complete idiot now as this proves I was still using two different systems next to each other (if it works don't break it) for some years now. Now created a cronned batch for ports only: (1) Unattended (cron'd) #!/bin/sh cd /letc portmaster --clean-distfiles --no-confirm portsnap fetch update portmaster -L pkg version -l "<" (2) Only manual/in interactive mode: #!/bin/sh cd /usr/local/etc portmaster -y --clean-distfiles portmaster -y --clean-packages portmaster -y --check-depends portmaster -a Right? Thanks all for you input - it really was an eye opener. BR, Jos Chrispijn From owner-freebsd-questions@freebsd.org Sat Apr 16 16:38: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 E02ABAEE1F1 for ; Sat, 16 Apr 2016 16:38:09 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E59911ED for ; Sat, 16 Apr 2016 16:38:09 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id B8A0C3CC79; Sat, 16 Apr 2016 18:38:00 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3GGc0aE003104; Sat, 16 Apr 2016 18:38:00 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 16 Apr 2016 18:37:59 +0200 From: Polytropon To: "Steve O'Hara-Smith" Cc: freebsd-questions@freebsd.org Subject: Re: Ports upgrade script Message-Id: <20160416183759.a050201a.freebsd@edvax.de> In-Reply-To: <20160416170810.2432e5da717042bb18346ee1@sohara.org> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> <20160416170837.81dddb26.freebsd@edvax.de> <20160416170810.2432e5da717042bb18346ee1@sohara.org> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 16:38:10 -0000 On Sat, 16 Apr 2016 17:08:10 +0100, Steve O'Hara-Smith wrote: > On Sat, 16 Apr 2016 17:08:37 +0200 > Polytropon wrote: > > > Terminology sidenote: The thing is called a directory, not "folder"; > > "folder" is the name of the graphical representation of a directory. :-) > > Introduced in order that people would not be frightened away from a > new user friendly operating system by scary technical terms and instead > have something familiar. Wrong. Earlier representations of the directory (which today is an integral part of a hierarchical file system) was the filing cabinet. This metaphor did not survive. Funnily, the thing we call "folder" is not recognized in Germany as an "Ordner", even though it is typically called that way - the icon rather symbolzes a thing called "Schnellhefter" or "Mappe", but a kind that is not used in Germany. Still, nobody calls them "Hefter" or "Mappe". Look into any field of technology or science: They all have their established terminology, and when you want to do something in that field, you should learn to recognize, understand and use that terminology in order to communicate with others. Because people love car analogies, here's one: "I just got into my metal box, pushed the faster-pusher and rolled to the colorlight at the X. Then I moved the rotator and used the stirring stick. But the liquidpointer was down and I needed a pullcar to get home. The makeheilman said I needed a new puffturnblock and tooth box." You surely understand the intention of this text, but it's really hard to read. Now imagine new car drivers would start talking that way because they "cannot be bothered learning" how things are named. In IT, this is not different. Using the correct and established terminology actually makes the userfriendliness possible. This is no difference if we take words into account or icons. What symbol is used for TV? CRT with bunny-ear antenna. And to save a file? A 3.5" floppy disk. Those objects are not part of the environment those functionalities are being used in, but "from generation to generation" the knowledge of their meaning is taught. And that is why we don't replace words consisting of letters by icons depicting the things we want to communicate about. And because we use a language to communicate, I think it's worth we use the correct words for things. From the point of view of language science, it's important to see the relations of "is a", "looks like a", or "is a symbol for a" as we use the terminology. Of course terminology heavily depends on context. When you talk to mainframers, they say things like "job deck" or "data card", they also say "file" and "dataset". And in the context of this discussion, "directory" probably is the preferred word to be used. > This worked fine until you tried to explain to the > hide bound office worker that it was called a folder because you keep files > in it and they looked over to the wall of files containing folders > containing documents and were puzzled. Files containing other files and directories are usually called archives. Or databases. And why should you put a folder into a folder? This doesn't fit! :-) > Then they found that things moved > the wrong way when you scrolled them and your day just got worse. Don't scroll folders. Scroll the filing cabinet if it has wheels. :-) As I said: It was just a _little_ sidenote about terminology. You don't call your files "dog-eared sheet of paper", you don't call your media files "spool with perforated celluloid", and you don't call your mailserver "bob". You may now continue to see me as a language nutsee. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 16 16:40:31 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6F6DAEE37F for ; Sat, 16 Apr 2016 16:40:31 +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 641D712F5 for ; Sat, 16 Apr 2016 16:40:30 +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 u3GGeReL050010 for ; Sat, 16 Apr 2016 18:40:27 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Geli and glabel ? To: freebsd-questions@freebsd.org References: <57125647.9050805@bananmonarki.se> From: Bernt Hansson Message-ID: <57126AFB.9060303@bananmonarki.se> Date: Sat, 16 Apr 2016 18:40:27 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: 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: Sat, 16 Apr 2016 16:40:31 -0000 On 2016-04-16 18:08, Warren Block wrote: > On Sat, 16 Apr 2016, Bernt Hansson wrote: > >> Hello list. >> >> I'm wondering about glabel and geli. It seems that one can not have >> them on the same disc. >> >> On swap it works nice but not on my home directory. Glabel overwrites >> the meta data from geli >> so the disc can not be mounted. >> >> Can this scenario work? How? > > One must be inside the other. Create a glabel device in the GELI one, > then refer to the glabel device with /dev/label/xyz. Along this line? geli attach disc password: glabel label 1213 /dev/disc Is that correct? From owner-freebsd-questions@freebsd.org Sat Apr 16 17:36: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 0E4DFB10F23 for ; Sat, 16 Apr 2016 17:36:48 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C8D0211E8 for ; Sat, 16 Apr 2016 17:36:46 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id 1F52347B7876; Sat, 16 Apr 2016 19:36:43 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id A8ADE47B77EB; Sat, 16 Apr 2016 19:36:42 +0200 (CEST) Subject: Re: Ports upgrade script To: Polytropon , Steve O'Hara-Smith References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> <20160416170837.81dddb26.freebsd@edvax.de> <20160416170810.2432e5da717042bb18346ee1@sohara.org> <20160416183759.a050201a.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org From: JosC Message-ID: Date: Sat, 16 Apr 2016 19:36:51 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160416183759.a050201a.freebsd@edvax.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl 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: Sat, 16 Apr 2016 17:36:48 -0000 In een bericht van 16-4-2016 18:37: > Wrong. Earlier representations of the directory (which today is an > integral part of a hierarchical file system) was the filing cabinet. > This metaphor did not survive. Let's keep this is another thread please. Thanks, Jos From owner-freebsd-questions@freebsd.org Sat Apr 16 17:40:39 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E82B10255 for ; Sat, 16 Apr 2016 17:40:39 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id 80D37151E for ; Sat, 16 Apr 2016 17:40:37 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Sat, 16 Apr 2016 18:40:20 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.86 (FreeBSD)) (envelope-from ) id 1arUCg-000Oki-4s; Sat, 16 Apr 2016 17:40:18 +0000 Date: Sat, 16 Apr 2016 18:40:17 +0100 From: Steve O'Hara-Smith To: Polytropon Cc: freebsd-questions@freebsd.org Subject: Re: Ports upgrade script Message-Id: <20160416184017.ffcd1d420a8f0293ce5f1851@sohara.org> In-Reply-To: <20160416183759.a050201a.freebsd@edvax.de> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <20160416122425.b603d040.freebsd@edvax.de> <20160416170837.81dddb26.freebsd@edvax.de> <20160416170810.2432e5da717042bb18346ee1@sohara.org> <20160416183759.a050201a.freebsd@edvax.de> X-Mailer: Sylpheed 3.5.0 (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: Sat, 16 Apr 2016 17:40:39 -0000 On Sat, 16 Apr 2016 18:37:59 +0200 Polytropon wrote: > On Sat, 16 Apr 2016 17:08:10 +0100, Steve O'Hara-Smith wrote: > > On Sat, 16 Apr 2016 17:08:37 +0200 > > Polytropon wrote: > > > > > Terminology sidenote: The thing is called a directory, not "folder"; > > > "folder" is the name of the graphical representation of a > > > directory. :-) > > > > Introduced in order that people would not be frightened away > > from a new user friendly operating system by scary technical terms and > > instead have something familiar. > > Wrong. Earlier representations of the directory (which today is an > integral part of a hierarchical file system) was the filing cabinet. > This metaphor did not survive. Nope, the hierarchial filesystem was invented as part of the design of Multics - the 1965 paper is here http://www.multicians.org/fjcc4.html. The terms defined in that paper include file, directory and filesystem used for the first time as we use them today in unix. This was long before visual representations which started with the Alto in 1973 but didn't escape to a commercial product until the Star in 1981, you can see them here . AFAIK that was the first ever visual representation of files and directories in an interface, produced by the man who invented the concept of icons in 1975. When was the filing cabinet used ? I've never seen it. -- Steve O'Hara-Smith | Directable Mirror Arrays C:>WIN | A better way to focus the sun The computer obeys and wins. | licences available see You lose and Bill collects. | http://www.sohara.org/ From owner-freebsd-questions@freebsd.org Sat Apr 16 18:22:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D55CB11509 for ; Sat, 16 Apr 2016 18:22:33 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id 26BFC1B07 for ; Sat, 16 Apr 2016 18:22:32 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id 1BA07CB8CA0; Sat, 16 Apr 2016 13:00:07 -0500 (CDT) Received: from 76.193.16.109 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Sat, 16 Apr 2016 13:00:07 -0500 (CDT) Message-ID: <57356.76.193.16.109.1460829607.squirrel@cosmo.uchicago.edu> In-Reply-To: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Date: Sat, 16 Apr 2016 13:00:07 -0500 (CDT) Subject: Re: Ports upgrade script From: "Valeri Galtsev" To: "JosC" Cc: "Anton Sayetsky" , "FreeBSD Questions" Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 18:22:33 -0000 On Sat, April 16, 2016 9:34 am, JosC wrote: > > In een bericht van 16-4-2016 12:18: >> >> Portsnap isn't compatible with svn. >> > So I think I should revise the way I update my ports. > What I did with my 9.3 BSD was the following script (which worked > perfectly): > > !/bin/sh > cd /local/user/etc > svn update /usr/src > svn update /usr/ports > # > cd /usr/ports > make fetchindex > portsdb -fu > # > # > cd /usr/local/etc > portupgrade -na > # > > So this part I replaced now with: > > portsnap fetch update > > kind of lost how to continue now... It looks like there is a typo in the first line, it probably should read #!/bin/sh ("#" seems to be missing). I'm sure, there are many answers that you received already. Here is just what I do to update everything that comes from ports: portsnap fetch exctract portupgrade -acy that's all. It may be useful to also install portdowngrade - in case you ever need to roll something back to the version you had before you run portupgrade. Valeri > > BR, Jos > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Sat Apr 16 18:32: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 26C53B118D5 for ; Sat, 16 Apr 2016 18:32:20 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E25C110B4 for ; Sat, 16 Apr 2016 18:32:19 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de (port-92-195-71-243.dynamic.qsc.de [92.195.71.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPS id 587753CE4F; Sat, 16 Apr 2016 20:32:17 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id u3GIWGnE003856; Sat, 16 Apr 2016 20:32:16 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 16 Apr 2016 20:32:16 +0200 From: Polytropon To: galtsev@kicp.uchicago.edu Cc: FreeBSD Questions Subject: Re: Ports upgrade script Message-Id: <20160416203216.89f3cde2.freebsd@edvax.de> In-Reply-To: <57356.76.193.16.109.1460829607.squirrel@cosmo.uchicago.edu> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> <57356.76.193.16.109.1460829607.squirrel@cosmo.uchicago.edu> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 18:32:20 -0000 On Sat, 16 Apr 2016 13:00:07 -0500 (CDT), Valeri Galtsev wrote: > It may be useful to also install portdowngrade - in case you > ever need to roll something back to the version you had before you run > portupgrade. Does it support source checkout via SVN? The last time I've used portdowngrade (in order to get the xzgv image viewer to the last _usable_ version, 0.8_9, it only supported CVS). Another good idea probably is to have /usr/ports/packages backed up so it's possible to manually install a formerly installed port, in case the recent version doesn't work as expected. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Apr 16 21:06:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EC76B11ABD for ; Sat, 16 Apr 2016 21:06:21 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id E28FB1CB9 for ; Sat, 16 Apr 2016 21:06:20 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id EE319CB8CA0; Sat, 16 Apr 2016 16:06:19 -0500 (CDT) Received: from 76.193.16.109 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Sat, 16 Apr 2016 16:06:19 -0500 (CDT) Message-ID: <59896.76.193.16.109.1460840779.squirrel@cosmo.uchicago.edu> In-Reply-To: <20160416203216.89f3cde2.freebsd@edvax.de> References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> <57356.76.193.16.109.1460829607.squirrel@cosmo.uchicago.edu> <20160416203216.89f3cde2.freebsd@edvax.de> Date: Sat, 16 Apr 2016 16:06:19 -0500 (CDT) Subject: Re: Ports upgrade script From: "Valeri Galtsev" To: "Polytropon" Cc: galtsev@kicp.uchicago.edu, "FreeBSD Questions" Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 21:06:21 -0000 On Sat, April 16, 2016 1:32 pm, Polytropon wrote: > On Sat, 16 Apr 2016 13:00:07 -0500 (CDT), Valeri Galtsev wrote: >> It may be useful to also install portdowngrade - in case you >> ever need to roll something back to the version you had before you run >> portupgrade. > > Does it support source checkout via SVN? The last time I've used > portdowngrade (in order to get the xzgv image viewer to the last > _usable_ version, 0.8_9, it only supported CVS). I only used portdowngrade a couple of times and it was a while ago. My recollection is it keeps the history of versions of ports that were installed previously, thus allowing you to roll back particular port to any version you had installed on your machine in the past. I hope, some expert will chime in and correct me. Valeri > > Another good idea probably is to have /usr/ports/packages backed > up so it's possible to manually install a formerly installed port, > in case the recent version doesn't work as expected. > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++ From owner-freebsd-questions@freebsd.org Sat Apr 16 22:52:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FB4EB10287 for ; Sat, 16 Apr 2016 22:52:10 +0000 (UTC) (envelope-from hr@communicationworks.com.sg) Received: from wp.asm.edu.sg (wp.asm.edu.sg [103.237.168.138]) (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 B7DD21EB8 for ; Sat, 16 Apr 2016 22:52:08 +0000 (UTC) (envelope-from hr@communicationworks.com.sg) Received: from AventisAA-PC (unknown [182.55.215.239]) by wp.asm.edu.sg (Postfix) with ESMTPA id A2F9CAB353 for ; Sun, 17 Apr 2016 06:51:59 +0800 (SGT) Organization: HR Interview Guide2016 Reply-To: careers@aventisglobal.edu.sg Message-ID: <72021c072e7b460dd06819330010a9a9@communicationworks.com.sg> From: "HR Interview Guide2016" To: Subject: =?windows-1252?Q?Hiighly_Effective_Competency_Recruitment_and_Interviewing_Tips_for_HR_and__Professional_Recruiters?= Date: Sun, 17 Apr 2016 06:09:21 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" 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: Sat, 16 Apr 2016 22:52:10 -0000 Competency-based Interview and=20 Selection Techniques =A0 =A0 5 - 6 May 2016 (Thu & Fri) Having trouble viewing?Click Here =A0 =A0 Competency-based Interview and Selection TechniquesHow to Conduct = Insightful=20 Interviews to Select and Recruit the Right Talent for Your Organization =A0 =A0 =20 Registration =A0 =A0 Date =A0 5 - 6 May 2016 (Thu & Fri) =A0 =A0 =A0 =A0 =A0 Venue =A0 100 Orchard Road, Concorde Hotel Singapore =A0 =A0 =A0 =A0 =A0 Time =A0 9.00am to 5.00pm =A0 =A0 =A0 =A0 =A0 Fees =A0 =20 S$ 1200 | S$ 480 After PIC Grant of 60%=20 Inclusive of 2 coffee breaks, light refreshments and buffet lunch=20 =A0 =A0 Register Now =A0 Download Registration Form =A0 Ms Ame Goh at (65) 6720 3333 or email: ame@aventisglobal.edu.sg =A0 Unsubscribe To unsubscribe, please click here =A0 =A0 =20 =A0 Your Challenge: How to Recruit and Select the Best Qualified Candidate In this current challenging business environment, employing the right = individual=20 for the organization is crucial. Hiring the wrong individual not only has = an=20 impact on the cost of operation but also on the morale, productivity, and = efficiency=20 of the organisation. Recruiting and selecting the right talent is one of = the=20 most important processes for organizations today. But as recruiters, we = face=20 the challenge of identifying the right candidate from the very beginning. = With=20 the rapid changes in the War on Talent, traditional interviewing = techniques=20 are no longer sufficient. To help us identify the right talent, we need = to=20 adopt a more cutting edge approach used successfully by leading fortune = 500=20 companies to attract, select and recruit talent=2E =A0 Our Solution: Applying Highly Effective Interviewing Techniques Used by = Fortune=20 500 Companies Competency Based Interviewing (CBI) is widely used by employers in = recruitment=20 processes where interviewees are required to demonstrate specific = competencies/skills=20 under various scenarios. It is an interview technique to identify and = assess=20 the competencies of candidates for a particular job. CBI helps = organizations=20 to identify and match the right candidate to the right job, and make = well-informed=20 hiring decisions.=20 Key Takeaways : Immediate Results to Your Talent Recruitment=20 The skills and knowledge you will gain from this program can be = transferred=20 immediately to your organisation - improved interviewing skills leading = to=20 hiring the right candidates for your organisation! After the course, = participants=20 will be able to:=20 =95 Understand the differences between conventional and competency-based = interview=20 techniques=20 =95 Identify competencies needed for a job=20 =95 Use an interview guide in preparing, conducting and managing the = interview=20 to select the right people=20 =95 Use well-thought-out behavioral questioning techniques=20 =95 Utilize job-related core competencies in the interview process=20 =95 Conduct competency-based interview effectively Who Will Benefit The Most Managers, HR Executives and recruiters, Consultants and Business leaders = seeking=20 to =95 Enhance their recruitment and selection process=20 =95 Adopt a professional approach to recruit and select the right talent = and=20 job fit=2E Engaging and Rich Learning Environment This workshop is designed to equip participants with practical skills for = interviewing=20 and selection and learning is centered on interactive, activity-based, = experiential=20 and accelerated learning. Participants will be fully engaged for optimal = learning=20 and maximum results=2E Organizational & Executive Coach : Mr Jack Chua (BCC, Center for = Creative=20 Leadership) =A0 =20 Mr Jack Chua is a Talent Management Consultant and Executive Coach and = has=20 been a leadership coach, trainer and facilitator to senior directors, = general=20 managers, vice-presidents, deputy country divisional heads, and senior = executives=20 seeking to enhance their leadership, team effectiveness, and influence = strategies=20 to deliver organization results. In his work with clients, Jack has = coached=20 leaders working in different business, political and legal environment = and=20 in various regional and global roles.=20 The work has covered diagnostic work, identification of areas of focus in = change=20 initiatives, and talent and leadership transitions of business units, = divisions=20 and management teams. Jack is highly experienced in numerous profiling = and=20 career planning tool including MBTI =AE Step I and II, CPI 260, Conflict = Dynamic=20 Profiling, Voices 360-degree feedback, 360 by Design, Benchmarks, = Workplace=20 Big 5 Profiling, competency-based interviewing, performance management, = HR=20 audit, and HR planning process=2E Education: =95 BSc in Management,, University of London=20 =95 Master in Business Administration, Brunel-Henley University Professional Affiliations:=20 =95 Board Certified Coach (BCC) Credential, Center for Credentialing & = Education,=20 Inc, USA (Centre for Creative Leadership)=20 =95 Advanced Certificate in Training & Assessment (ACTA) =A0 Testimonials: =93Mr. Jack Chua is such a good coach and mentor! He helps inexperienced = participants=20 to have better understanding of the process and application by deep = diving=20 with useful insights.=94 - Assistant Manager, National University Health = System =93Jack has helped in our understanding by providing relevant case = studies to=20 illustrate the concepts. It really helps in our thought process , I = strongly=20 recommended my colleagues to attend this course.=94 =96 Senior Manager, = Nanyang=20 Polytechnic Limited Seats Only - Don't Miss It! Enrolment is limited. To register, please kindly DOWNLOAD REGISTRATION = FORM=20 and email/fax to Ms Ame Goh at ame@aventisglobal.edu.sg | +65 6720 2222 Date 5 - 6 May 2016 (Thu & Fri) Venue 100 Orchard Road, Concorde Hotel Singapore Time 9am to 5pm Fee S$ 1200 | S$ 480 After PIC Grant of 60%=20 Inclusive of 2 coffee breaks, light refreshments and buffet lunch=20 Enquiries =20 Ms Ame Goh at (65) 6720 3333 or email: ame@aventisglobal.edu.sg Over 100 Upcoming Courses Engage, motivate and inspire your team today! Check out our latest = course=20 listing or contact us @ 6720 3333 for A FREE Quotation for Customized = In-house=20 training Save 60% or up to 400% Tax Rebate via Productivity and Innovation Credit = (PIC)=20 For more information, contact us or visit = http://www.iras.gov.sg/irashome/picredit.aspx Program Content / Outline =95 Introduction: Program Overview, Program Objectives and Flow for Day=20 =95 Context for this Interviewing Skills workshop=20 =95 Major Components of a Promotional Interviewing=20 =95 Competency, Productivity and Performance=20 =95 Behavioral-based Information in a Promotional Interview=20 =95 Skills Practice=20 =95 Motivational Fit=20 =95 Promotional Interview Guide=20 =95 Follow-up Question=20 =95 Good Impression =95 Skills Practice =A0 =A0 From owner-freebsd-questions@freebsd.org Sat Apr 16 22:54: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 8BBACB10403 for ; Sat, 16 Apr 2016 22:54:55 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59C011067 for ; Sat, 16 Apr 2016 22:54:55 +0000 (UTC) (envelope-from jdm7dv@gmail.com) Received: by mail-io0-x233.google.com with SMTP id u185so165578984iod.3 for ; Sat, 16 Apr 2016 15:54:55 -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=ryOY0KUFq/SfET4qXT5+X8D15Uq7EG9rGopHRyAAa2s=; b=JSZfZfUbHGbygZb75unD7iMKmQXwfw0VxSWFBDY00wciy5MTp0dPhElOA+lwNfXZfU eB9qHvjHf6653pSo71h0iGCZc8yFqYChal681YmydL+gTADPeZlSdIwr+14yH06hpnXN zJvu7fD5Uo6E8WcY1IXMHDerXp5k4bDL1o3eAkEis/WTNtMJ9dHJtnB/dWMFdcEwPqkA PawdEUwpXh7vCISRmS8+YbNg66Rs8eSDMrkJWSYr40A5xxZfKpVyJdD40UJU46S+QCeU EKwFZmsAbOa9Z0ykpASKn6bvurGChyAIEfDDt33D7yb+onVDxdCt3YUHNkU5OGrw7rE+ EeSA== 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=ryOY0KUFq/SfET4qXT5+X8D15Uq7EG9rGopHRyAAa2s=; b=hcp0GcWm+iR78dYDQ+LJvxN+DKibJ63lLli7RoxvqzuR+XHWzYYu9uTUH15XddfgyS gkENQBBciW243kzABJEueIt1Y4krbFyMtgHkiwOmeMt96X0Xe3P/ohUyifUnuwFgYnhD A2HIKdgOHDTlQvCuIFArmOruFM3M9Z28trnxZVVWS1RwI0Wp7Icknl5vV6AvPpg+oIrB roamBMTn/pPjDM1DxI5KsJah5XZyI5+WCesZz9bmr4CDaBY8CLA8ygv/KXTWB1R67Jt4 XEbQdDM84iBoigAtkBatX6wgtx/mYe3tmLWt4eNk/LO3LK8VtcKkYvug/FtuqppqsW8Z +bLw== X-Gm-Message-State: AOPr4FX+jOLK5+8mbCOSW1cvBk7j5f0w7WrrGPmfFHRmM88qu09L9VHlhXB0HdglfKJEERF+Iwhhok6dJt6I+Q== MIME-Version: 1.0 X-Received: by 10.107.137.72 with SMTP id l69mr30226355iod.177.1460847294390; Sat, 16 Apr 2016 15:54:54 -0700 (PDT) Received: by 10.107.22.66 with HTTP; Sat, 16 Apr 2016 15:54:54 -0700 (PDT) Date: Sat, 16 Apr 2016 18:54:54 -0400 Message-ID: Subject: No Sound and Fast You Tube From: Jonathan Moore 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: Sat, 16 Apr 2016 22:54:55 -0000 Hi I'm having trouble with my sound nothing plays on You Tube but when I turn up the volume I hear static. I found this in the forums https://forums.freebsd.org/threads/53712/ . Plus You Tube video plays fast and I really don't want to install flash. I'm using Firefox.Running FreeBSD 10.3 RELEASE. Thanks, Jonathan From owner-freebsd-questions@freebsd.org Sat Apr 16 22:58:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD61FB10523 for ; Sat, 16 Apr 2016 22:58:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA1B115F for ; Sat, 16 Apr 2016 22:58:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u3GMw1pp073755 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 16 Apr 2016 16:58:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u3GMvwVI073748; Sat, 16 Apr 2016 16:58:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 16 Apr 2016 16:57:58 -0600 (MDT) From: Warren Block To: Bernt Hansson cc: freebsd-questions@freebsd.org Subject: Re: Geli and glabel ? In-Reply-To: <57126AFB.9060303@bananmonarki.se> Message-ID: References: <57125647.9050805@bananmonarki.se> <57126AFB.9060303@bananmonarki.se> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 16 Apr 2016 16:58:01 -0600 (MDT) 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: Sat, 16 Apr 2016 22:58:33 -0000 On Sat, 16 Apr 2016, Bernt Hansson wrote: > > > On 2016-04-16 18:08, Warren Block wrote: >> On Sat, 16 Apr 2016, Bernt Hansson wrote: >> >>> Hello list. >>> >>> I'm wondering about glabel and geli. It seems that one can not have them >>> on the same disc. >>> >>> On swap it works nice but not on my home directory. Glabel overwrites the >>> meta data from geli >>> so the disc can not be mounted. >>> >>> Can this scenario work? How? >> >> One must be inside the other. Create a glabel device in the GELI one, then >> refer to the glabel device with /dev/label/xyz. > > Along this line? > > geli attach disc > password: > > glabel label 1213 /dev/disc > > Is that correct? No, the /dev/disc device is being used both times. geli attach disc creates a disc.eli device. Now create the label on *that*: glabel label 1213 /dev/disc.eli Maybe some ASCII art will help: ,-disc--------------. | | | ,-disc.eli----. | | | | | | | ,-1213--. | | | | | | | | | | | | | | | | `-------' | | | | | | | `-------------' | | | `-------------------' ...well, maybe not.