|
|
便利なツール Emacs らくらく 入門 |
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||
2022年05月21日(土) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [pkgsrc] Perl and SQlite( つっこみ )
2014年05月21日(水) 旧暦 [n年日記] [更新:"2014/05/23 10:55:12"]#1 [Cygwin] /var/empty problem on Cygwin sshd (Windows 7)
2013/04/01
にも同じようなことを書いているが
/var/empty must be owned by root and not group or world-writable. /var/empty は root 所有で world/group writable ではいけない問題 以下は Windows 7 Professional (64bit) の話。これは 何回か Windows update と再起動を繰返すと、SP1 になると理解しているが、 その前の無印 Win 7 の話。また以下の操作は、 Cygwin Terminal を右クリックで「管理者の権限で起動」した窓での話。 Cygwin terminal での文字化け の話も、問題が何なのかを見るのに必要。
@ /usr/bin/ssh-host-config をやり直したら:
/usr/bin/ssh-host-config を
(priviledge separation yes) で やり直したら、net start sshd でも無事動くようになった。 Windows XP での SSH の構成 (ibm.com) に何か色々書いてある が、まだ読んでいない ( つっこみ )
2013年05月21日(火) 旧暦 [n年日記] [更新:"2013/08/21 15:19:19"]#2 [無線] ARRL 160m CW 2012
Top 10:
Non-VE/W, Non-assisted, single OP, High Power
Japan, Non-assisted, single OP, High Power
( つっこみ )
#1 [無線] tqsl upload
Cabrillo unknown CONTEST: JIDX-CW
See 2010/05/04/ ( つっこみ )
2010年05月21日(金) 旧暦 [n年日記] [更新:"2010/05/23 23:31:13"]#1 [pkgsrc] Ubuntu 10.04 で libxml.so -> undefined ref. gzopen64 ?pkgsrc/databases/shared-mime-info/work/.buildlink/lib/libxml2.so: undefined reference to `gzopen64' pkgsrc/databases/shared-mime-info/work/.buildlink/lib/libxml2.so: undefined reference to `gzdirect@ZLIB_1.2.2.3'こういうのがいくつも出る ? This is because we have following part in /usr/include cat -n /usr/include/zlib.h1372:#if defined(_LARGEFILE64_SOURCE) || _FILE_OFFSET_BITS == 64 1373- ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); ... 1380-#if _FILE_OFFSET_BITS == 64 1381:# define gzopen gzopen64By renaming some file not to use, and let pkgsrc zlib.h include files be effective, These problem may be skipped. (or passing -D_LARGEFILE64SOURCE=1 in CFLAG to gcc when compiling all related src, libxml2, xmlto etc (?)) ubuntu@makoto 23:18:37/100523(~)% ls -l /usr/include/*-dist -rw-r--r-- 1 root root 12217 2009-11-10 00:25 /usr/include/zconf.h-dist -rw-r--r-- 1 root root 68287 2009-11-10 00:25 /usr/include/zlib.h-disttextproc/xmlto is good small candidate to check. ( つっこみ )
2009年05月21日(木) 旧暦 [n年日記] [更新:"2009/05/21 22:08:03"]#1 [NetBSD] FTP server inside NAT
While looking for the ftp server (sitting inside NAT network) setup,
I have reached the following URL.
When I had following line suggested in above URL, # Set the range of port number which will be used for the passive data port portrange all 50000 50010I got following line in /var/log/xferlog, May 21 10:50:33 kurobsd ftpd[18536]: /etc/ftpd.conf line 5: maxport `50010 ': illegal numberSo now it looks like: # Set the range of port number which will be used for the passive data port portrange all 50000 50009And I have setup following URL. It seems to be working well. It is the same thing as but in case HTTP is not available and FTP only environment, it may help. (who believes no HTTP but FTP only ? ) Be carefull for the security, I have not checked anything about that. ( つっこみ )
2007年05月21日(月) 旧暦 [n年日記] [更新:"2007/05/21 08:48:30"]#1 [無題] bzImage って何
Linux 界隈では常識なのだろうが:
( つっこみ )
2006年05月21日(日) 旧暦 [n年日記] [更新:"2006/05/21 21:54:56"]#1 [Emacs][current][pkgsrc] Emacs-current が wip に登場
4/24 の日記
に、Emacs-current が wip に入ったと聞いたので、
もらいに行ったが、ない ? 変 ? と書いた。
それが本当に入ったらしい。
ttyp3:makoto@mini 21:01:11/060521(/export/pkgsrc)> \ ? cvs -d :pserver:anonymous@pkgsrc-wip.cvs.sourceforge.net:/cvsroot/pkgsrc-wip co -P wip/emacs-current cvs checkout: Updating wip/emacs-current U wip/emacs-current/DESCR U wip/emacs-current/Makefile U wip/emacs-current/PLIST U wip/emacs-current/distinfo cvs checkout: Updating wip/emacs-current/patches U wip/emacs-current/patches/patch-aa ttyp3:makoto@mini 21:01:23/060521(/export/pkgsrc)>Could not find wip/mk/cvs-package.mk ttyp3:makoto@mini 21:01:23/060521(/export/pkgsrc)> cd wip/emacs-current ttyp3:makoto@mini 21:04:51/060521(...wip/emacs-current)> make make: "/export/pkgsrc/wip/emacs-current/Makefile" line 60: Could not find ../../wip/mk/cvs-package.mk make: Fatal errors encountered -- cannot continue make: stopped in /export/pkgsrc/wip/emacs-current ttyp3:makoto@mini 21:04:57/060521(...wip/emacs-current)> ttyp3:makoto@mini 21:04:57/060521(...wip/emacs-current)> cd .. ttyp3:makoto@mini 21:05:16/060521(...pkgsrc/wip)> cvs update -P mk cvs update: Updating mk U mk/DESC U mk/README U mk/cvs-package.mk U mk/java-app.mk U mk/linuxbin.pkg.mk U mk/postgresql.mk U mk/rcd.mk U mk/svn-package.mk ttyp3:makoto@mini 21:05:28/060521(...pkgsrc/wip)> ttyp3:makoto@mini 21:05:55/060521(...wip/emacs-current)> make ===> *** No /export/pkgsrc/distfiles/pkg-vulnerabilities file found, ===> *** skipping vulnerability checks. To fix, install ===> *** the pkgsrc/security/audit-packages package and run ===> *** '/usr/pkg/sbin/download-vulnerability-list'. work.mini -> /export/pkgsrc/wip/emacs-current/work.mini ===> Extracting for emacs-22.0.50 ========================================================================== The supported build options for this package are: emacs-xaw3d gtk motif You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.emacs (not defined) ========================================================================== ===> Required package xpm>=3.4knb6: NOT found ===> Required installed package gmake>=3.78: gmake-3.80nb4 found => Logging in to :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs. Logging in to :pserver:anonymous@cvs.savannah.gnu.org:2401/sources/emacs CVS password: (改行) => Downloading emacs from :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs. env PKG_OPTIONS.emacs=emacs-xaw3d make何か pTeX (ja-ptex)の時と同じ問題: 多分自分だけ。 ===> Creating toolchain wrappers for emacs-22.0.50 Syntax error: expecting "in" *** Error code 2 ttyrb:makoto@st4200 21:53:40/060521(...wip/emacs-current)> tail -2 /etc/mk.conf PKG_DEBUG_LEVEL?= 1 _PKG_SILENT= # was @ here => Linking x11-links files into /export/pkgsrc/wip/emacs-current/work.st4200/.buildlink. case in *not_found) echo "x11-links is not installed; can't buildlink files."; false; ;; esac Syntax error: expecting "in" *** Error code 2 ( つっこみ )
2005年05月21日(土) 旧暦 [n年日記] [更新:"2005/05/21 17:00:13"]#1 [pkgsrc] package の disk 占有量
(...
ftp/packages
)> du -sk *
( つっこみ )
2004年05月21日(金) 旧暦 [n年日記]#5 [本] いよいよ印刷所モードA5 版 448 ページ 2,380 円 + 税 = 2,499 円 ( つっこみ )
#4 [Emacs] Wanderlust と Namazu
見つかったフォルダと番号を教えてくれるようになったらしい
(
中山さん
ありがとう)。
cvs 版にするのかなぁ。
いろいろ都合があって 2.10.1 を使っていたから。
( つっこみ )
#3 [pkgsrc] www/mozilla
(きのうの続き)
一か所変更したら、今度はそれではだめと:
gmake[3]: Entering directory `/export/pkgsrc/www/mozilla/work/mozilla/dbm/include'autoconf を 2.13、 automake を 2.18 にしてみる。 @ www/mozila-stable でも同じ:../config/nsinstall -R -m 644 nsBuildID.h ../mozilla-config.h ../dist/include ( つっこみ )
#2 [ml] majordomo
まさかと思うけれど majordomo は次のような行があると member になくても
受付けてしまう ? From: pxyzjk-k16@k9.dion.ne.jp ( つっこみ )
#1 [MacOSX] ことえり入力と 円記号
ことえり準備
ことえりは(英文字の ?)
\ を入力すると バックスラッシュの \ でなく
0xc2a5 の円記号を入力してくれる。emacs の方はそれが表示出来なくて
半角とうふになってしまう。
よしみさんの日記
を見ると、2 年前からこの状態なのかな。
macemacsjp/99
(このメーリング・リストを見ているかなぁ。)
歌代さんからの情報 も覚えに。 ( つっこみ )
2002年05月21日(火) 旧暦 [n年日記]#3 [Emacs] Wanderlust pop の spool にあるものを添付書類として
付けるにはどうするのかなぁ。
spool に行って(何も考えないで)転送したら、当然のことながら Reference が付かなかった。 ( つっこみ )
#2 [gcc] Build status for GCC 3.1
殆んど Linux/GNU だなぁ。
3.0.4 は libierty.a の辺りで止ってしまうので、3.1 を作成中。 ./configure; time gmake Building symlink tree in /export/local-src/gcc-3.1/powerpc-unknown-netbsd1.5ZC/nof/libstdc++-v3 ttyp0:makoto@quick 18:46:04/020521(...local-src/gcc-3.1)> find . -name install?sh -ls一応どこかにはある訳だ。あるいは、 loading cache ../config.cache @ gcc-3.1 が出来た気がする。:309 21:49 tar zxf /a/j/distfiles/gcc-3.1.tar.gz 310 21:52 cd gcc-3.1/ 311 21:52 mkdir objdir 312 21:52 cd objdir 313 21:53 ../configure 314 21:53 time gmake bootstrap 2619.665u 460.873s 57:13.74 89.7% 0+0k 124+56468io 2888pf+47w ttyp0:makoto@quick 22:51:06/020521(...gcc-3.1/objdir)>時計が狂っている(というか 機械の内部時計が JST になっている) @ make -k check ぼろぼろ:( つっこみ )
#1 [NetBSD] 20020407-1.5ZC を入直したら、boot hd:,ofwboot.xcf hd:10/netbsd台は G4/800 Dual。kernel を取替えて見る。
tcsh-6.11.00 Extended C-shell with many useful featurestcsh,gmake,perl,gettext は pkg_add。それ以外は pkgsrc gmake は libutils.so.5 を欲しがるので 6 へ symlink ( つっこみ )
2001年05月21日(月) 旧暦 [n年日記]#1 [NetBSD] arch/macppc/snapshot/20010517/
を作って見た。
ftp://ftp.ki.nu/pub/NetBSD/arch/macppc/snapshot/20010517/
に置いて見た。
@ -current の文字が増えて行くのはこれを見ればいいはず。:( つっこみ )
|
最近の日記 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||