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

  • 08/18(月) tcsh, mijinko 誕生日
  • 08/19(火) CQ Ham Radio
  • 08/19(火) 別冊 CQ
  • 08/20(水) 不燃ごみ
  • 08/23() FD ログ締切
  • 08/25(月) Interface
  • 08/31() NTT 東 払込期日
  • 09/01(月) atactl check
  • 09/03(水) 不燃ごみ
  • 09/06() 09:00 -- All Asia Phone
  • 09/13() WAEDX SSB
  • 09/17(水) 不燃ごみ
  • 403 JNUG 総会/BOF 2017/07/08 (土)
  • 402 用途別 Emacs ( C, LaTeX, 日本語 )
  • 380 cvsweb の移行
  • 370 tamago 辞書登録
  • 368 CROSS (cross/i386-mingw32, cross/powerpc-linux ) Framework --- binutils + gcc
  • 363 Wanderlust+HyperEstraier
  • 360 evbppc 用 patch / 玄箱
  • 335 /dev/battery is missing hack | libgcc_s_pic.a is missing | samba の -PIE 問題335 ntpd monitor
  • 325 tcode頁の更新
  • 322 software |hardware
  • 321 emacs-22 | IPv6
  • 320 bulk build (Mac OS X 10.4 and NetBSD/macppc)
  • 310 Wanderlust の Namazu の挙動
  • 290 WordPress 1.2 -> 1.5 migration
  • 220 Wanderlust で日本語題名の wl-summary-print-buffer
  • 215 NetBSD/ofppc
便利なツール
Emacs
らくらく 入門
rakuraku-emacs-cover

先月 2025年08月
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
31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2025年08月16日() 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [NetBSD] installboot (Although it’s too late)

今更ながら install boot (the same entry 6 Mo ago)
NetBSD/x86 ffsv2 Primary Bootstrap

Boot failed (errno 2): Can't open /boot
Recently I'm getting above issue.
  1. using sysinst Advent calendar 2016
  2. NetBSD/amd64 11.99.1 (but not limited to)
  3. RAID1 configuration (by sysinst)
  4. manual installboot is necessary
After usual sysinst, I would do
  • mount /dev/raid0a /mnt
  • chroot /mnt
  • mount -a
  • cd /usr/mdec
installboot -fv -t raid /dev/wd0a bootxx_ffsv1 /boot
installboot -fv -t raid /dev/wd1a bootxx_ffsv1 /boot
raidctl -A softroot raid0
The issue is:
  1. Is raid0 by above setup is ffsv1 or ffsv2 (See bellow, saying ffsv1)
  2. Is destination partition correct ?

dumpfs:

ms06# dumpfs /dev/rraid0a |head
file system: /dev/rraid0a
format  FFSv1
endian  little-endian
magic   11954           time    Sun Aug 17 06:21:34 2025
superblock location     8192    id      [ 68a03fd1 3814533f ]
cylgrp  dynamic inodes  4.4BSD  sblock  FFSv2   fslevel 4
nbfree  1278219 ndir    530     nifree  2589061 nffree  876
ncg     112     size    10485760        blocks  10321783
bsize   16384   shift   14      mask    0xffffc000
fsize   2048    shift   11      mask    0xfffff800

disklabel:

ms06# disklabel wd0a
# /dev/rwd0a:
type: unknown
disk: wd
label: fictious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 3876021
total sectors: 3907029168
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0

4 partitions:
#        size    offset     fstype [fsize bsize cpg/sgs]
 a: 3907027120      2048       RAID                     # (Cyl.      2*- 3876020)
 c: 3907027120      2048     unused      0     0        # (Cyl.      2*- 3876020)
 d: 3907029168         0     unused      0     0        # (Cyl.      0 - 3876020)


2025年07月20日() 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [nvmm] network setup from qemnu

network が見えなかった件は、 次のように、 -nic user だけにしたら、解決した
The issue network is not connected, has been resolved by simply saying -nic user
  qemu-system-x86_64 \
        -smp 4 \
        -m 8G \
        -accel nvmm \
        -drive driver=qcow2,file=/export/Win11.qcow2,if=virtio \
        -nic user  \
        -rtc base=localtime,clock=host \
        -device intel-hda \
        -drive file=/home/makoto/Downloads/Win10_22H2_English_x64v1.iso,index=1,media=cdrom \
        -drive file=/home/makoto/Downloads/virtio-win-0.1.248.iso,index=2,media=cdrom
(the name says win11, but actually using windows 10 for now)


2025年06月13日(金) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#2

CF-SV8#  qemu-system-x86_64 \
        -smp 4 \
        -m 8G \
        -accel nvmm \
        -drive driver=qcow2,file=/export/Win11.qcow2,if=virtio \
        -net nic,model=virtio -net user \
        -rtc base=localtime,clock=host \
        -device intel-hda \
        -drive file=/home/makoto/Downloads/Win10_22H2_English_x64v1.iso,index=0,media=cdrom \
file=/home/makoto/Downloads/virtio-win-0.1.248.iso,index=1,media=cdrom
NetBSD Virtual Machine Monitor accelerator is operational

#1 [NetBSD] Let's Note CF-SV8

  • 2025/05/31 Let's Note CF-SV8 16 GB, Core i7, 512 GB NVMe
    を入手
  • Yodobashi Camera で Western Digital Black NVMe 1 TB を購入
  • 換装
  • Install NetBSD 10.99.14
    dmesg
  • pkg add config-set
  • touch pad does not work even with
    no options      PMS_SYNAPTICS_TOUCHPAD
    
    My historical Let's note needs this in GENERIC
    Full GENERIC-no-SYNAPTICS-nvmm-pmf-debug is:
    include         "arch/amd64/conf/GENERIC"
    no options      PMS_SYNAPTICS_TOUCHPAD
    options         MSGBUFSIZE=131072
    #
    pseudo-device  nvmm                    # NetBSD Virtual Machine Monitor
    
    The reason of touch pad is because it's been moved on iic bus, but iic is not configured
  • WiFi device is not recognized
  • sleep does not work as iic (dwiic has no suspend/resume implemented)
    removing dwiic from kernel makes sleep to work.
  • Try nvmm Ref:
    2022/09/23 (diary)
    (to run with root priviledge on X11 Window system) Ref:
    2014/10/06
    xterm -> sudo -s > export XAUTHORITY=/home/makoto/.Xauthority
    
          # modload nvmm
    CF-SV8# qemu-img create -f qcow2 /export/Win11.qcow2 30G
    Formatting '/export/Win11.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=32212254720 lazy_refcounts=off refcount_bits=16
    CF-SV8# qemu-system-x86_64 \
            -smp 4 \
            -m 8G \
            -accel nvmm \
            -drive driver=qcow2,file=/export/Win11.qcow2,if=virtio \
            -net nic,model=virtio -net user \
            -rtc base=localtime,clock=host \
            -device intel-hda \
            -drive file=/home/makoto/Downloads/Win11_24H2_Japanese_x64.iso,index=1,media=cdrom
    NetBSD Virtual Machine Monitor accelerator is operational
    
    1. NetBSD as guest works
    2. Windows 11 as guest says 'not comlient for Windows 11'


2025年02月13日(木) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [pkgsrc] dvipdfmx ICC profile format spec. version 4.3.0

dvipdfmx:warning: ICC profile format spec. version 4.3.0 not supported in current PDF version setting.
dvipdfmx:warning: ICC profile not embedded.

pdf_color>> ICC Profile Info
pdf_color>> Profile Size:       672 bytes
pdf_color>> CMM Type:   lcms
pdf_color>> Profile Version:    4.3.0
pdf_color>> Device Class:       mntr
pdf_color>> Color Space:        RGB
pdf_color>> Connection Space:   XYZ
pdf_color>> Creation Date:      2021:10:26:06:58:06
pdf_color>> Primary Platform:   APPL
pdf_color>> Profile Flags:      00:00:00:00
pdf_color>> Device Mnfct:       (null)
pdf_color>> Device Model:       (null)
pdf_color>> Device Attr:        00:00:00:00:00:00:00:00
pdf_color>> Rendering Intent:   Perceptual
pdf_color>> Creator:    lcms
pdf_color>> Illuminant (XYZ):   0.964 1.000 0.825
pdf_color>> Checksum:   (null)

GrahicsMagick:

SX2@makoto 22:03:31/250213(..git-work/F7000s-certify)% pkg_info -IF /usr/pkg/bin/gm
GraphicsMagick-1.3.42 Tools and libraries for reading, writing, and manipulating images
Issue:
gm mogrify -strip  images/$i
will silence the warning


2025年01月29日(水) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [pkgsrc] ham/wsjtx

Now package and runs on NetBSD/amd64 9.3 and 10.99.12 TODO file

It's been 4 years since this effort started:

* 293972743a [2025-01-29 23:23:52 +0900] (HEAD -> master) (ham/wsjtx/TODO) remove one space char @Makoto Fujiwara
* 6fef37754c [2025-01-29 23:22:26 +0900] (ham/wsjtx/TODO) Add error message when limit is not set @Makoto Fujiwara
* 1f4a996885 [2025-01-29 23:14:49 +0900] (origin/master, origin/HEAD) (ham/wsjtx) Minor clean up @Makoto Fujiwara
* d0faaeb5d3 [2025-01-29 23:07:23 +0900] (ham/wsjtx/TODO) document PKG_OPTION.fftw and (data) memory requirement @Makoto Fujiwara
* feee2a4709 [2025-01-27 11:38:11 +0900] (ham/wsjtx) Introduce PKG_OPTION.fftw-fortran check, thanks Atsushi Toyokura @Makoto mef20 Fujiwara
* 3831c32128 [2025-01-27 11:16:36 +0900] (ham/wsjtx) correction on (disabled) PKG_FAIL_REASON @Makoto mef20 Fujiwara
* 49462f9a71 [2025-01-27 08:06:38 +0900] (ham/wsjtx/TODO) +PKG_BUILD_OPTIONS.fftw issue, and howto test @Makoto mef20 Fujiwara
* a48e4a1368 [2025-01-27 07:45:54 +0900] (ham/wsjtx) silence pkglint, update TODO -> Cannot allocate memory issue @Makoto mef20 Fujiwara
* d5491f8668 [2025-01-27 07:20:18 +0900] (ham/wsjtx) correction $OPSYS_VERSION, 10.99.00 -> 10.00.00 @Makoto mef20 Fujiwara
* 8eccee3000 [2025-01-27 07:06:12 +0900] (ham/wsjtx) for 10.99.12, GCC 12 seems to have problem, ask for 14 @Makoto mef20 Fujiwara
* 123c1ac91d [2025-01-26 07:31:09 +0900] (ham/wsjtx/TODO) on 9.3 packaged, but "not enough memory", and problem on 10.99.12 @Makoto mef20 Fujiwara
* 680e8166e3 [2025-01-26 06:56:56 +0900] (ham/wsjtx) regen PLIST, now packaged on NetBSD/amd64 9.3 @Makoto Fujiwara
* d2164498c2 [2025-01-25 00:13:05 +0900] (ham/wsjtx) Update HOMEPAGE @Makoto mef20 Fujiwara
* 7615d7f56a [2024-08-25 08:10:06 +0200] *: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS @Thomas Klausner
* dd0b497e0f [2024-01-02 14:19:44 +0100] wsjtx: remove patch chunk that only changes a comment @Thomas Klausner
* a0e1403ae6 [2024-01-02 21:50:16 +0900] (ham/wsjtx) Add missing patches @Makoto Fujiwara
* db87e818a3 [2024-01-02 14:40:32 +0900] (ham/wsjtx) Updated 2.3.1 to 2.5.4, still missng sfftw_destroy_plan etc @Makoto Fujiwara
* b70e12ec44 [2022-01-25 13:38:21 +0900] (ham/wsjtx) +.include ../../x11/qt5-qttools/buildlink3.mk @Makoto Fujiwara (CF-SX3)
* 6da6c2f284 [2021-10-07 20:30:16 +0200] *: Remove SHA1 hashes from distfiles @nia
* 10aaf05c5c [2021-06-02 20:02:51 +0900] (ham/wsjtx) Add missing single quotes around CMAKE_ARGS @Makoto Fujiwara (CF-SX3)
* 30bacd7b5f [2021-04-30 01:50:13 +0200] various: adapt to math/fftwf removal @Thomas Orgis
* 7880f98b3e [2021-04-03 09:12:55 +0900] (ham/wsjtx) Drop not used Fortran_FLAGS+=-L${PREFIX}/lib @Makoto Fujiwara (mef)
* 848c9cdf35 [2021-04-03 09:01:51 +0900] (ham/wsjtx) Add (two of) Fortran_FLAGS+=-L${PREFIX}/lib, donno which is real necessity @Makoto Fujiwara (mef)
* 91683f4833 [2021-03-29 01:37:25 +0900] (ham/wsjtx) +.include fftwf/buildlink3.mk @Makoto Fujiwara (mef)
* fa58afccb0 [2021-03-29 01:13:18 +0900] (ham/wsjtx) +include devel/boost-libs/buildlink3.mk, 71% @Makoto Fujiwara (mef)
* 784ac48aef [2021-03-29 00:33:18 +0900] (ham/wsjtx) upto 17%, ld: cannot find -lboost_log_setup @Makoto Fujiwara (mef)
* abe4bb60c3 [2021-03-28 01:07:05 +0900] (ham/wsjtx) +MAKE_ENV+= AM_LDFLAGS=-lusb-1.0 -L${PREFIX}/lib @Makoto Fujiwara (mef)
* 7a74887e2f [2021-03-28 00:49:57 +0900] (ham/wsjtx) silence pkglint, update COMMNENT line @Makoto Fujiwara (mef)
* 23006193bd [2021-03-27 15:46:58 +0900] (ham/wsjtx) configure.ac is not used. delete it. Add devel/readline/bldlk3 @Makoto Fujiwara (mef)
* 27994712e5 [2021-03-27 14:48:20 +0900] (ham/wsjtx) configure is not generated from *.ac, so patching it, but fails now @Makoto Fujiwara (mef)
* de1c794063 [2021-03-27 00:18:13 +0900] (ham/wsjtx) Add problem found in config.log @Makoto Fujiwara (mef)
* 9ab564dfd7 [2021-03-27 00:16:23 +0900] (ham/wsjtx) more FLAG tweak, still fails, watch config.log @Makoto Fujiwara (mef)
* a3992081b6 [2021-03-26 22:40:42 +0900] (ham/wsjtx) regen distinfo @Makoto Fujiwara (mef)
* 7b478f5fac [2021-03-26 22:05:33 +0900] (ham/wsjtx) intentional typo ignored. not affecting (?) @Makoto Fujiwara (mef)
* 10bb020f52 [2021-03-26 22:04:27 +0900] (ham/wsjtx) fix typo, fix patch path, still failing @Makoto Fujiwara (mef)
* 3e25751b3a [2021-03-26 21:47:55 +0900] (ham/wsjtx) rename directory wsjt -> wsjtx @Makoto Fujiwara (mef)



最近の日記
2025年08月16日
installboot (Although it’s too late)
2025年07月20日
network setup from qemnu
2025年06月13日
Let's Note CF-SV8

2025年02月13日
dvipdfmx ICC profile format spec. version 4.3.0
2025年01月29日
ham/wsjtx
以上、5 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)