From zyxjulep @ gmail.com Fri Aug 2 13:35:55 2019 From: zyxjulep @ gmail.com (bluesky) Date: Fri, 2 Aug 2019 22:35:48 +0900 Subject: [FreeBSD-users-jp 96421] =?iso-2022-jp?b?RnJlZUJTRC0xMSwzUiAbJEIkThsoQiAbJEIlUCUkJUobKEI=?= =?iso-2022-jp?b?GyRCJWobKEIgIHBhY2thZ2Vz?= Message-ID: <20190802223548.c51acaef7d3c2e0defa981e6@gmail.com> 今晩は、悸村です。ホビー・ユーザーです。 FreeBSD-11.3R のバイナリ packages は、11.2 でコンパイルされて いるようなのですが、これは故意になされている仕様でしょうか。 pkg でインストールする/されるバイナリのことです。 www/firefox のバイナリで確認しました。 (12.0 の場合、12.0 でビルドされているようです)。 実際の使用上、問題ないのかも知れませんが、少し気になるので、質問し てみました。 ports ツリーを取得し、portupgrade 等を使えば 11.3上で 11.3 の バイナリ packages をインストール出来る仕組みは知っています。 但し、llvm80 などのビルドには相当の時間が掛かるw --- inst-11.3.txt ----- $ date Thu Aug 1 22:34:15 JST 2019 $ uname -a FreeBSD local 11.3-RELEASE FreeBSD 11.3-RELEASE #0 r349754: Fri Jul 5 04:45:24 UTC 2019 root @ releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 $ file /sbin/init /bin/ls /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 11.3, FreeBSD-style, stripped /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.3, FreeBSD-style, stripped $ pkg info | grep -i firefox firefox-68.0.1,1 Web browser based on the browser portion of Mozilla $ file /usr/local/lib/firefox/firefox /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.2, FreeBSD-style, not stripped --- inst-12.txt ----- $ date Thu Aug 1 22:08:12 JST 2019 $ uname -a FreeBSD local 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 $ file /sbin/init /bin/ls /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 12.0 (1200086), FreeBSD-style, stripped /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200086), FreeBSD-style, stripped $ pkg info | grep -i firefox firefox-68.0.1,1 Web browser based on the browser portion of Mozilla $ file /usr/local/lib/firefox/firefox /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200086), FreeBSD-style, BuildID[sha1]=77fa134ca89c14099da4b7bf5452b02029367ae2, with debug_info, not stripped -- 悸村成一 (デマ・勘違い予防の為、付記します。敬称略。 浩宮=徳仁ではありません。笠井正信ではありません)。 From junchoon @ dec.sakura.ne.jp Fri Aug 2 15:09:15 2019 From: junchoon @ dec.sakura.ne.jp (Tomoaki AOKI) Date: Sat, 3 Aug 2019 00:08:59 +0900 Subject: [FreeBSD-users-jp 96422] Re: =?iso-2022-jp?b?RnJlZUJTRC0xMSwzUiAbJEIkThsoQiAbJEIlUCUkGyhC?= =?iso-2022-jp?b?GyRCJUolahsoQiBwYWNrYWdlcw==?= In-Reply-To: <20190802223548.c51acaef7d3c2e0defa981e6@gmail.com> References: <20190802223548.c51acaef7d3c2e0defa981e6@gmail.com> Message-ID: <20190803000859.7a724867b301c287508f98ed@dec.sakura.ne.jp> 青木@名古屋です。 これは意図的に行われている筈です。 メジャーバージョン毎に、その時点でサポート対象になっている 【最古の】リリースでビルドされています。 現状、この基準では11系は11.2、12系は12.0が対象なので合っていますね。 背景としては、  ・ビルド対象を最少限に留めたいこと  ・同一メジャーリリース内では、客観的にやむを得ない特別な事情か   MFCの間違いがない限り、ABI/KBIは上位互換が保証されること から、そうすることで同一メジャーバージョンのサポート対象全てで 動作するパッケージにできるという事情があります。  ※stableブランチではたまに間違ったMFCでABI/KBIの互換性が   壊れている事もありますが、通常、気づいた誰かの指摘で   revertされるなりABI/KBIの互換性を復旧させる修正が   Direct Commitで実施されたりしますので、そうそうRELENGに   まで入り込むことは無いと思います。 それをすり抜けてしまうと   問題になる訳ですね...。 ただ、より新しいリリースで(上位互換を維持して)追加された 機能があるとメリットがあるportもあり得るため、そのメリットが 欲しい場合はパッケージに頼らずportsからビルドするしかありません。 オプションを変えたい場合もそうですね。 On Fri, 2 Aug 2019 22:35:48 +0900 bluesky wrote: > 今晩は、悸村です。ホビー・ユーザーです。 > > FreeBSD-11.3R のバイナリ packages は、11.2 でコンパイルされて > いるようなのですが、これは故意になされている仕様でしょうか。 > pkg でインストールする/されるバイナリのことです。 > www/firefox のバイナリで確認しました。 > (12.0 の場合、12.0 でビルドされているようです)。 > > 実際の使用上、問題ないのかも知れませんが、少し気になるので、質問し > てみました。 > > ports ツリーを取得し、portupgrade 等を使えば 11.3上で 11.3 の > バイナリ packages をインストール出来る仕組みは知っています。 > 但し、llvm80 などのビルドには相当の時間が掛かるw > > > --- inst-11.3.txt ----- > $ date > Thu Aug 1 22:34:15 JST 2019 > > $ uname -a > FreeBSD local 11.3-RELEASE FreeBSD 11.3-RELEASE #0 r349754: Fri Jul 5 04:45:24 UTC 2019 root @ releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > $ file /sbin/init /bin/ls > /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 11.3, FreeBSD-style, stripped > /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.3, FreeBSD-style, stripped > > $ pkg info | grep -i firefox > firefox-68.0.1,1 Web browser based on the browser portion of Mozilla > > $ file /usr/local/lib/firefox/firefox > /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.2, FreeBSD-style, not stripped > > > --- inst-12.txt ----- > $ date > Thu Aug 1 22:08:12 JST 2019 > > $ uname -a > FreeBSD local 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 > > $ file /sbin/init /bin/ls > /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 12.0 (1200086), FreeBSD-style, stripped > /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200086), FreeBSD-style, stripped > > $ pkg info | grep -i firefox > firefox-68.0.1,1 Web browser based on the browser portion of Mozilla > > $ file /usr/local/lib/firefox/firefox > /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200086), FreeBSD-style, BuildID[sha1]=77fa134ca89c14099da4b7bf5452b02029367ae2, with debug_info, not stripped > > -- > 悸村成一 > (デマ・勘違い予防の為、付記します。敬称略。 > 浩宮=徳仁ではありません。笠井正信ではありません)。 > _______________________________________________ > freebsd-users-jp @ freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-users-jp > To unsubscribe, send any mail to "freebsd-users-jp-unsubscribe @ freebsd.org" -- 青木 知明 [Tomoaki AOKI] From rute.martins @ highproskills.co.za Sat Aug 3 02:08:51 2019 From: rute.martins @ highproskills.co.za (Ms Rute Martins) Date: Sat, 3 Aug 2019 01:55:07 +0000 Subject: [FreeBSD-users-jp 96423] Project Management Monitoring and Evaluation with Applications in MS Project 365, DUBAI Message-ID: <0102016c55300c23-6a83c073-1703-42e9-acba-070c79cdd966-000000@eu-west-1.amazonses.com> *|MC_PREVIEW_TEXT|* The training course that will help you learn proven creative and innovative thinking techniques to generate new ideas. View this email in your browser <*|ARCHIVE|*> Project Management, Monitoring and Evaluation Seminar 19-23 August 2019, The DoubleTree by Hilton Hotel Dubai, The United Arab Emirates Dear Freebsd-users-jp It is our pleasure to invite you and your colleagues to our Project Management, Monitoring & Evaluation Training Seminar that will take place at The Doubletree By Hilton Hotel, Jumeirah Beach in Dubai, from 19-23 August 2019. This hands-on practical training programme will help you build skills in Project Management, Monitoring and evaluation so that you can design measurable projects and programmes, track the progress of your projects and programmes, and analyse their long-term impact on the communities you serve. You will also learn how to use Microsoft Office Project 365 to manage and track the progress of your projects and programmes. Find Out More ? Registration Process To Register for this training programme, please use the download button below to download our registration form. Fill your downloaded registration form and return your filled copy to rute.martins @ highproskills.ae or rute.martins @ highproskills.co.za. Download Registration Form ▼ You will learn the following: Understand the rationale for using results to define programme and project achievement Plan and design measurable projects and programmes using the logical framework Use performance indicators to measure progress Use evaluations to appraise the long-term value and worth of a program Assess the long-term impact of your projects and programmes Participation Fee Participation Fee is US$1 500 per delegate. This fee includes lunch and refreshments, Course workbooks and training videos, Certificate of Course Completion, airport pick-up and drop-off. This fee does not include accommodation. However, we can assist you to book accommodation at the venue or another cheaper hotel close to the venue. View Other Courses ? Do not wait, the best time to take action is Now! Register for this course today! Have a great day further! Very Best Regards, Rute Martins Sales & Marketing Executive Questions about this Seminar? Our experts can help you book your place on this course & answer your questions. Call us 24/7! +27 73 158 9738 Copyright © 2019, Highpro International Skills Training, All rights reserved. Our mailing address is: 8 Stoneridge Office Park, Block C, Modderfontein, Greenstone Hill Johannesburg, South Africa Want to change how you receive these emails? You can update your preferences <*|UPDATE_PROFILE|*> or unsubscribe from this list <*|UNSUB|*> From zyxjulep @ gmail.com Sat Aug 3 02:21:00 2019 From: zyxjulep @ gmail.com (Shigekazu KIMURA) Date: Sat, 3 Aug 2019 11:20:45 +0900 Subject: [FreeBSD-users-jp 96424] Re: =?utf-8?b?RnJlZUJTRC0xMSwzUiDjga4g44OQ44Kk44OK44OqIHBhY2th?= =?utf-8?q?ges?= In-Reply-To: <20190803000859.7a724867b301c287508f98ed@dec.sakura.ne.jp> References: <20190802223548.c51acaef7d3c2e0defa981e6@gmail.com> <20190803000859.7a724867b301c287508f98ed@dec.sakura.ne.jp> Message-ID: 青木さん packages をビルドし提供する際の方針や考え方を 知って、疑問が氷解しました。ご教示、ありがとう ございます。 --- 悸村成一 2019年8月3日(土) 0:09 Tomoaki AOKI : > 青木@名古屋です。 > > これは意図的に行われている筈です。 > メジャーバージョン毎に、その時点でサポート対象になっている > 【最古の】リリースでビルドされています。 > 現状、この基準では11系は11.2、12系は12.0が対象なので合っていますね。 > > 背景としては、 > > ・ビルド対象を最少限に留めたいこと > ・同一メジャーリリース内では、客観的にやむを得ない特別な事情か > MFCの間違いがない限り、ABI/KBIは上位互換が保証されること > > から、そうすることで同一メジャーバージョンのサポート対象全てで > 動作するパッケージにできるという事情があります。 > > ※stableブランチではたまに間違ったMFCでABI/KBIの互換性が > 壊れている事もありますが、通常、気づいた誰かの指摘で > revertされるなりABI/KBIの互換性を復旧させる修正が > Direct Commitで実施されたりしますので、そうそうRELENGに > まで入り込むことは無いと思います。 それをすり抜けてしまうと > 問題になる訳ですね...。 > > ただ、より新しいリリースで(上位互換を維持して)追加された > 機能があるとメリットがあるportもあり得るため、そのメリットが > 欲しい場合はパッケージに頼らずportsからビルドするしかありません。 > オプションを変えたい場合もそうですね。 > > On Fri, 2 Aug 2019 22:35:48 +0900 > bluesky wrote: > > > 今晩は、悸村です。ホビー・ユーザーです。 > > > > FreeBSD-11.3R のバイナリ packages は、11.2 でコンパイルされて > > いるようなのですが、これは故意になされている仕様でしょうか。 > > pkg でインストールする/されるバイナリのことです。 > > www/firefox のバイナリで確認しました。 > > (12.0 の場合、12.0 でビルドされているようです)。 > > > > 実際の使用上、問題ないのかも知れませんが、少し気になるので、質問し > > てみました。 > > > > ports ツリーを取得し、portupgrade 等を使えば 11.3上で 11.3 の > > バイナリ packages をインストール出来る仕組みは知っています。 > > 但し、llvm80 などのビルドには相当の時間が掛かるw > > > > > > --- inst-11.3.txt ----- > > $ date > > Thu Aug 1 22:34:15 JST 2019 > > > > $ uname -a > > FreeBSD local 11.3-RELEASE FreeBSD 11.3-RELEASE #0 r349754: Fri Jul 5 > 04:45:24 UTC 2019 root @ releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > > > $ file /sbin/init /bin/ls > > /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), > statically linked, for FreeBSD 11.3, FreeBSD-style, stripped > > /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), > dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 11.3, > FreeBSD-style, stripped > > > > $ pkg info | grep -i firefox > > firefox-68.0.1,1 Web browser based on the browser portion > of Mozilla > > > > $ file /usr/local/lib/firefox/firefox > > /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, > version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, > for FreeBSD 11.2, FreeBSD-style, not stripped > > > > > > --- inst-12.txt ----- > > $ date > > Thu Aug 1 22:08:12 JST 2019 > > > > $ uname -a > > FreeBSD local 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 > > > > $ file /sbin/init /bin/ls > > /sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), > statically linked, for FreeBSD 12.0 (1200086), FreeBSD-style, stripped > > /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), > dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 > (1200086), FreeBSD-style, stripped > > > > $ pkg info | grep -i firefox > > firefox-68.0.1,1 Web browser based on the browser portion > of Mozilla > > > > $ file /usr/local/lib/firefox/firefox > > /usr/local/lib/firefox/firefox: ELF 64-bit LSB shared object, x86-64, > version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, > for FreeBSD 12.0 (1200086), FreeBSD-style, > BuildID[sha1]=77fa134ca89c14099da4b7bf5452b02029367ae2, with debug_info, > not stripped > > > > -- > > 悸村成一 > > (デマ・勘違い予防の為、付記します。敬称略。 > > 浩宮=徳仁ではありません。笠井正信ではありません)。 > > _______________________________________________ > > freebsd-users-jp @ freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-users-jp > > To unsubscribe, send any mail to " > freebsd-users-jp-unsubscribe @ freebsd.org" > > > -- > 青木 知明 [Tomoaki AOKI] > From rute.martins @ highproskills.co.za Mon Aug 26 06:33:15 2019 From: rute.martins @ highproskills.co.za (Ms Rute Martins) Date: Mon, 26 Aug 2019 06:22:38 +0000 Subject: [FreeBSD-users-jp 96425] Leadership and Management Skills for the 21st Century Training Seminar, Abu Dhabi, UAE Message-ID: <0102016ccc973a47-a217d64e-0ab9-409c-a8cb-425616d620a5-000000@eu-west-1.amazonses.com> *|MC_PREVIEW_TEXT|* Leadership & Management Skills for the 21st Century 16-20 September 2019, The Hilton Capital Grand Hotel, Abu Dhabi, UAE Good Day, Highpro International Skills Training Invites you and your collegues to attend our Leadership and Management Skills for the 21st Century Training Course in Abu Dhabi, UAE from 16th to 20th September 2019. Both leadership and management in the 21st Century are becoming increasingly more complex. Typically organisations in both the public and private sectors are facing changes driven by political, economic, sociological, technological, legal and environmental issues. In order to successfully meet these challenges, organisations need to ensure that their leaders and managers at all levels have a comprehensive understanding of their roles, goals and required competencies. This programme is focused on meeting this requirement. Book your Seat Online Now ? Participation Fee Participation Fee is US$1 500 per delegate. This fee includes lunch and refreshments, Course workbooks and training videos, Certificate of Course Completion, airport pick-up and drop-off. Next Dates for this Course Our next sessions for this training programme are: 16-20 September 2019 The Hilton Capital Grand Hotel, Abu Dhabi, UAE 21-25 October 2019 The Landmark Grand Hotel, Dubai, UAE 25-29 November 2019 The Hilton Capital Grand Hotel, Abu Dhabi, UAE Download Course Brochure ▼ Upcoming Professional Courses Office Management & Effective Administrative Skills 9-13 September 2019 Artificial Intelligence for Leaders & Managers 16-20 September 2019 Supply Chain and Logistics Management 23-27 September 2019 Project Management for Donor Funded Projects 23-27 September 2019 Digital & Social Media Marketing 23-27 September 2019 Financial Skills for Effective Project Management 07-11 October 2019 Change Management & High-Performance Teams 14-18 October 2019 Effective Knowledge Management & Big Data 21-25 October 2019 Understanding Agribusiness, Value Chains & Consumers in Global Food Systems 11-15 November 2019 Want to know more about our Courses? Our experts are on call 24/7 to answer your questions. Call us NOW! +27 73 158 9738 Copyright © 2019, Highpro International Skills Training, All rights reserved. Our mailing address is: 8 Stoneridge Office Park, Block C, Modderfontein, Greenstone Hill Johannesburg, South Africa Want to change how you receive these emails? You can update your preferences <*|UPDATE_PROFILE|*> or unsubscribe From nishimura.yoshihiro @ aist.go.jp Sat Aug 31 04:36:02 2019 From: nishimura.yoshihiro @ aist.go.jp (=?iso-2022-jp?B?GyRCQD5CPE5JOTAbKEI=?=) Date: Sat, 31 Aug 2019 04:35:55 +0000 Subject: [FreeBSD-users-jp 96426] =?iso-2022-jp?b?bmdpbngbJEIhXBsoQldvcmRwcmVzcxskQiRyGyhCbmdpeA==?= =?iso-2022-jp?b?GyRCMjwkThsoQi8gYmxvZy8bJEIkRyQmJDQkKyQ5ISMkXiRIJF4bKEI=?= =?iso-2022-jp?b?GyRCJEMkPz5wSnM4OyRKJCQkRyQ3JGckJiQrISkbKEI=?= Message-ID: にしむらともうします 長年FBSDをメールやVPNルータとしてつかっていますがあまりに安定しているので、質問することも発信することもまれです。 現在FBSD11.3 rel-p3上に nigix 1.12.2 +wordpress4.52を192.168.1.90でうごかしてます。これをグローバルアドレスを持っている サーバー192.168.1.254(FBSD104-rel-p13 + nginx1.14.0)から/blog/で逆プロキシーしたいです。 FreeBSDにかぎらずネットで探すと2011年くらいから情報が多数でてくるのですがばらばらです。現状まだwordpressはhttps化してないこともあり適切な情報が見つかりません。ご教授いただけると幸いです。 From kazuhiro @ alib.jp Sat Aug 31 14:59:49 2019 From: kazuhiro @ alib.jp (=?iso-2022-jp?B?GyRCNmFGI09COSgbKEI=?=) Date: Sat, 31 Aug 2019 14:59:42 +0000 Subject: [FreeBSD-users-jp 96427] Re: =?iso-2022-jp?b?bmdpbngbJEIhXBsoQldvcmRwcmVzcxskQiRyGyhCbmdp?= =?iso-2022-jp?b?eBskQjI8JE4bKEIvIGJsb2cvGyRCJEckJiQ0JCskOSEjJF4kSCReGyhC?= =?iso-2022-jp?b?GyRCJEMkPz5wSnM4OyRKJCQkRyQ3JGckJiQrISkbKEI=?= In-Reply-To: References: Message-ID: こんにちは、近藤@古代図書館です。 > 現在FBSD11.3 rel-p3上に nigix 1.12.2 +wordpress4.52を192.168.1.90でうごかしてます。これをグローバルアドレスを持っている > サーバー192.168.1.254(FBSD104-rel-p13 + nginx1.14.0)から/blog/で逆プロキシーしたいです。 > FreeBSDにかぎらずネットで探すと2011年くらいから情報が多数でてくるのですがばらばらです。現状まだwordpressはhttps化してないこともあり適切な情報が見つかりません。ご教授いただけると幸いです。 HTTPS で外部からアクセスされた場合に、TLS (HTTPS) で暗号化された要求や応答は、NAT などとは違い「そのままターゲットホストまで届くことはない」ので、そもそも想定が何か違うように思います。 基本的には - HTTPS は 192.168.1.254 で受ける (ここで TLS が解かれる) - 192.168.1.90 で動作している WordPress には *HTTP で* 転送 (location /blog/ に 単純に proxy_pass で飛ばす) で良いのではないでしょうか。 どうしても 192.168.1.254 と 192.168.1.90 の間を TLS で経路暗号化したいという要求があるのであれば - 192.168.1.254 から 192.168.1.90 をホスト名で解決できるようにする - 192.168.1.90 なホストに "192.168.1.254 から検証可能な" TLS 証明書を設定する でしょうか。 ただ、本当にこの要求がある場合、どちらかというと 192.168.1.x 間の通信に介入される可能性がある点をどうにかした方がいいように思います。 また、別の話として WordPress のcookie に (HttpOnly や) Secure を付けたいとかが出てくると「Apache httpd の方が楽では?」みたいな話もあるようですが……。 -- KONDOU, Kazuhiro @ Ancient library mail address: kazuhiro @ alib.jp