hns - 日記自動生成システム - Version 2.19.9

先月 2013年11月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2013年11月27日(水) 旧暦 [n年日記] [更新:"2013/11/29 00:38:02"]

#1 [pkgsrc] ld: cannot find -lperl

wip lldpd-0.77
  CCLD     lldpd
ld: cannot find -lperl

#2 [pkgsrc] trustedQSL

Sign a log and upload it automatically to LoTW:
/home/makoto/ham-radio/contest/2013-cq-ww-cw-160m.LOG:
Couldn't upload the file: CURL returned 
"Peer certificate cannot be authenticated with given CA certificates"
(SSL certificate problem: self signed certificate in certificate chain)
Is this because /etc/openssl/certs empty ? 20728 20729 20730
curl -v https://lotw.arrl.org/
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/openssl/certs
...
* Closing connection 0
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: http://curl.haxx.se/docs/sslcerts.html
20734
dfly36@makoto 12:09:58/131128(..devel/libusb1)% openssl s_client -connect lotw.arrl.org:443
CONNECTED(00000004)
depth=2 C = US, O = "The Go Daddy Group, Inc.", OU = Go Daddy Class 2 Certification Authority
verify error:num=19:self signed certificate in certificate chain
verify return:0
---
Certificate chain
...
I believe so. The remedy is explained in following page:

Number one from above:
Following patch doesn't make it.
(2) Couldn't upload the file: CURL returned 
"Peer certificate cannot be authenticated with given CA certificates" 
(SSL certificate problem: self signed certificate in certificate chain)

--- apps/tqsl.cpp.orig	2013-10-21 09:33:20.000000000 +0900
+++ apps/tqsl.cpp	2013-11-28 19:14:48.000000000 +0900
@@ -2084,6 +2084,9 @@ tqsl_curl_init(const char *logTitle, con
 	//set up options
 	curl_easy_setopt(req, CURLOPT_URL, url);
 
+#if 1  //def NO_VERYFYPEER	
+	curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE);
+#endif
 	// Get the proxy configuration and pass it to cURL
         wxConfig *config = (wxConfig *)wxConfig::Get();
         config->SetPath(wxT("/Proxy"));

Additional following patch makes it:

--- apps/tqsl.cpp.orig	2013-10-21 09:33:20.000000000 +0900
+++ apps/tqsl.cpp	2013-11-28 23:50:29.000000000 +0900
@@ -2154,7 +2157,9 @@ retry_upload:
 
 	curl_easy_setopt(req, CURLOPT_WRITEFUNCTION, &FileUploadHandler::recv);
 	curl_easy_setopt(req, CURLOPT_WRITEDATA, &handler);
+#if 0
 	curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA);
+#endif
 
 	char errorbuf[CURL_ERROR_SIZE];
 	curl_easy_setopt(req, CURLOPT_ERRORBUFFER, errorbuf);


2013年11月26日(火) 旧暦 [n年日記] [更新:"2013/11/27 00:18:02"]

#1 [DragonFly] cvs co pkgsrc on DragonFlyBSD

> cd /export/CHROOT/usr/
> cvs -d :pserver:anoncvs@anoncvs.jp.netbsd.org:/cvs/cvsroot login
Logging in to :pserver:anoncvs@anoncvs.jp.netbsd.org:2401/cvs/cvsroot
CVS password:
cvs login: warning: failed to open /home/makoto/.cvspass for reading: No such file or directory
> time cvs -Q -d :pserver:anoncvs@anoncvs.jp.netbsd.org:/cvs/cvsroot co pkgsrc
23.170u 120.889s 6:47.29 35.3% 363+72k 0+0io 0pf+0w
dfly37# disklabel  /dev/da8s1
# /dev/da8s1:
#
# Informational fields calculated from the above
# All byte equivalent offsets must be aligned
#
# boot space:    1044992 bytes
# data space:    1942803 blocks # 1897.27 MB (1989430784 bytes)
#
# NOTE: If the partition data base looks odd it may be
#       physically aligned instead of slice-aligned
#
diskid: 4ec1985e-52bb-11e3-a82c-01bd00122201
label: 
boot2 data base:      0x000000001000
partitions data base: 0x000000100200
partitions data stop: 0x000076a45000
backup label:         0x000076a45000
total size:           0x000076a46600    # 1898.27 MB
alignment: 4096
display block size: 1024        # for partition display only

16 partitions:
#          size     offset    fstype   fsuuid
  a:    1941776          0    4.2BSD    #    1896.266MB
  a-stor_uuid: 4ec28319-52bb-11e3-a82c-01bd00122201
dfly37# 
dfly37# mount /dev/da8s1a /mnt
dfly37# ls /mnt
COPYRIGHT autorun.pif     etc             sbin
README bin             etc.hdd         sys
README.USB      boot            index.html      tmp
autorun         compat          mnt             usr
autorun.bat     dev             proc            var
autorun.inf     dflybsd.ico     root

ham/gnuradio-core:

libtool: compile: c++ -DHAVE_CONFIG_H
-I. -I../../../.. -I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/runtime
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/general
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/gengen
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/filter
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/missing
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/reed-solomon
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/viterbi
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/io
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/g72x
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/swig
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gnuradio-core/src/lib/hier
-I/export/WRKOBJDIR/ham/gnuradio-core/work/.buildlink/include
-I/export/WRKOBJDIR/ham/gnuradio-core/work/gnuradio-3.3.0/gruel/src/include
-I/export/WRKOBJDIR/ham/gnuradio-core/work/.buildlink/include/python2.7
-I/export/WRKOBJDIR/ham/gnuradio-core/work/.buildlink/include/cppunit
-O2 -pthread -MT
_gnuradio_swig_py_runtime_la-gnuradio_swig_py_runtime.lo -MD -MP -MF
.deps/_gnuradio_swig_py_runtime_la-gnuradio_swig_py_runtime.Tpo
-c gnuradio_swig_py_runtime.cc -fPIC -DPIC -o
.libs/_gnuradio_swig_py_runtime_la-gnuradio_swig_py_runtime.o

gnuradio_swig_py_runtime.cc: 
In function 'PyObject* _wrap_x_vector_gr_basic_block_sptr_erase__SWIG_0(PyObject*, PyObject*)':

gnuradio_swig_py_runtime.cc:7556:30: error: no matching function for call to
'std::vector<boost::shared_ptr<gr_basic_block>
>::erase(SwigValueWrapper<__gnu_cxx::__normal_iterator<const
boost::shared_ptr<gr_basic_block>*,
std::vector<boost::shared_ptr<gr_basic_block> > > >&)'

/usr/include/g++/bits/vector.tcc:133:5: note: candidates are:

std::vector<_Tp, _Alloc>::iterator 
std::vector<_Tp,_Alloc>::erase(std::vector<_Tp, _Alloc>::iterator) 
[with _Tp = boost::shared_ptr<gr_basic_block>, 
_Alloc = std::allocator<boost::shared_ptr<gr_basic_block> >,
std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<boost::shared_ptr<gr_basic_block>*,
std::vector<boost::shared_ptr<gr_basic_block> > >, typename
std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer =
boost::shared_ptr<gr_basic_block>*]


2013年11月25日(月) 旧暦 [n年日記] [更新:"2013/12/01 01:09:54"]

#1 [無線] CQ WW CW 160m Single band HP

        QSO Pts  DXCC Zn   Score
1.8MHz  111 270  27   17   11,880
土曜日は他の予定があったので日曜日の 0000 JST から参加、そういうこともあって 160 m だけ。 今回はほとんどの時間を AGC OFF で受信。空電があっても、 キークリックがあっても全然平気。何でいままでこうしなかった のか、と思った。

Power Amp Fault (Alpha 87a):

  • +++oo+ バンドが変 -> Default Enter したら直った
  • SWR が高くなり、それも変動する -> 外に出て何か変なことはないか確認したが、何もなく、戻ったら直っていた

聞えたのに出来なかった局 (記憶で書くと):

HK1NA 4L5O DU1BP DX1J 9M6NA TC0A

時間別 ZONE 別交信局数 (日本時間で):

(1.8) | 23 24             |    |    |                25 |         
      | 23  0  1  2  3  4 |  6 | 17 | 19 20 21 22 23  0 |  3  4  5 TOT
      |------------------ |--- |--- |------------------ |---------    
   01 |                   |    |    |              1    |            1
   03 |                   |    |  1 |  2  1 10  7  6    |           27
   04 |                   |    |  1 |       17  4       |           22
   05 |                   |    |    |        1          |            1
   14 |                   |    |    |                   |     4  2   6
   15 |     1  1     2  2 |    |    |                 1 |  1  3     11
   16 |     1  1  3  1  2 |    |    |           1  2    |     1     12
   17 |        2  1       |    |    |                   |            3
   18 |                   |    |    |           1  1  1 |     1      4
   19 |     1     1       |    |    |        1          |            3
   20 |                 2 |    |    |                   |     1      3
   23 |     1             |    |    |                   |            1
   24 |  1  1     1       |    |    |  1  1  2  1     1 |            9
   25 |     1     1       |    |    |  1     2     1    |            6
   26 |                   |  1 |    |                   |            1
   27 |     1             |    |    |     1             |            2
   31 |                   |    |    |        1          |            1
  sub |  1  7  4  7  3  6 |  1 |  2 |  4  3 34 14 11  3 |  1 10  2 113

      |                   |    |    |                   |         
 accm |  0  0  0  0  0  0 |  0 |  0 |  0  0  0  0  0  1 |  1  1  1
      |  0  0  1  1  2  2 |  2 |  3 |  3  3  7  8  9  0 |  0  1  1
      |  1  8  2  9  2  8 |  9 |  1 |  5  8  2  6  7  0 |  1  1  3
reverse beacon で調べると、(WA7LNW のところで) 面白い
| 17:30 日比谷

| 19:00 長洲
|       (夕飯とか)
| 22:05 長洲
| 23:25 君津
  23:50 -> コンテスト開始

| 06:30 寝る
| 11:00 起きる
|      (買物とか)
|
| 15:00 寝る
| 16:30 起きる
  17:00 -> コンテスト再開

| 03:00 座ったまま寝たり
  04:30 再開

  05:15 終了
| 05:50 撤収完了
  07:30 長洲
11/15 頃に W8A 狙いで、一度アンテナを上げたおかげで、 この時には、夜だったのに、何の苦労もなく上げられた。良かった。 (W8A とは 160m では結局、聞くことも出来なかった)
TS-590
Alpha 87a
Inverted Vee
Winkey USB (K1EL)
N1MM Logger

Comments related this article

Re: CQ WW CW 160m Single band HP by JI3KDH 杉山    2013/12/01 07:40
 お疲れさまでした&こちらのブログへのコメント、ありがとうございました。記事...

2013年11月24日() 旧暦 [n年日記] [更新:"2013/11/27 18:46:49"]

#1 [DragonFly] Writing DragonFly img to 2GB USB memory stick

genova@makoto 10:57:02/131125(~)% \
time sudo dd \
if=/export/DragonFly-i386-20131121-DEV-v3.7.1.82.g66c89.img \
of=/dev/rsd0d bs=2m 
953+0 records in
953+0 records out
1998585856 bytes transferred in 850.086 secs (2351039 bytes/sec)
0.01s 4.45s 14:10.11 0% 0+0k 61+0io 0pf+0w
genova@makoto 11:11:17/131125(~)% 

別の日に::

genova@makoto 18:12:13/131127(/export)% \
time sudo dd if=dfly-i386-3.6.0_REL.img of=/dev/rsd0d bs=16m
119+1 records in
119+1 records out
1998585856 bytes transferred in 820.980 secs (2434390 bytes/sec)
0.00s 3.73s 13:43.45 0% 0+0k 1+3io 7pf+0w


2013年11月22日(金) 旧暦 [n年日記] [更新:"2013/11/23 00:40:19"]

#1 [pkgsrc] dri2proto>=2.0 is not installed; can't buildlink files.

次のように言われるのは、どういう時だったか ?
ERROR: dri2proto>=2.1 dri2proto>=2.0 is not installed; can't buildlink files.
buildlink3.mk は include してあるが、それだけでは install されない時に、
BUILD_DEPENDS+=
も必要な時(だと思われる)



最近の日記
2024年07月03日
kicad oddity
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
以上、5 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)