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

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

2001年11月21日(水) 旧暦 [n年日記]

#1 [spam] To: が空であるようなメール

:0
* ^To: *$
junk/to-blank/.
初めから To: がない時メールはどうやって見つける ?

#2 [Mail] procmail の書き方を間違えて、mbox 形式にしてしまった

(名前は Return-Path: )
  • imget があれば簡単かなと思って、/usr/pkgsrc/mail を見たが無い
  • 手元には im-141.tar.gz があったが、もしかして新しいものはないかと
  • を見に行ったが Address already in use ってどういう意味だろう ?
    makoto@u ■8:05:33/011121(/home6/tar_files)> ftp ftp.mew.org
    Trying 2001:240:0:200:2d0:c9ff:fe06:5050...
    ftp: connect to address 2001:240:0:200:2d0:c9ff:fe06:5050: Address already in use
    Trying 202.232.15.101...
    Connected to mew.mew.org.
  • しかなかった気がする
  • (ので im-141 の方を) ./configure; make install して
     imget --src=local:Return-Path:
    
    したら、うまく行った。素晴しい。中村素典さんありがとう。

#3 [MacOSX] (NetBSD) pkgsrc samba の動作確認を MacOSX で

Business($200..)/Home(非営利, $59)/Free(3 階層,二接続まで) があるらしい
Free のところから、Sharity.2.6.Home-MacOSX.dmg.gz をもらって来て、mount して、 いきなり起動したら
Error connecting to daemon: [2] No such file or directory ....
と言われた。Readme.rtf を読んでいなかった。読んで、その通りにして 再起動したが、まだ同じ。どうも /Library/StartupItems にいれるものを ~/Library/StartupItems に入れてしまったらしい。 GUI から /Library ってどこに見えたか良く分らない。
CUI で修正、再起動。
こんどは大丈夫。 /var/run/samba/browse.dat を見ながら、 Workgroup: MYGROUP として見る。WINS Server: と License: は空白のまま。
そうしたら「コンピュータ」に CIFS のアイコンが見える。
Error
Server can't encrypt passwords, use option to
override
Error Context: local machine
OK ?
Login on Host 'Hostname' の画面に Allow sending Password unencrypted: の指定があった。
何だか良く分らないけれど、一応動いているようだ。万才。 この辺でやめておこう。
MacOS X の「サーバに接続」が正しく動いたら、これは売れない。 ということは「正しく動くはずがない」 ?

#4 [作業] 30.2% 最近の様子

1495    4153   61309 total (15.7%) -- 11/10

1597    4543   65587 total (16.8%) -- 11/12
1981    6015   87092 total (20.8%) -- 11/13
2333    7151  104344 total (24.5%) -- 11/14
2503    7684  114259 total (26.3%) -- 11/15
2525    7767  115682 total (26.5%) -- 11/16

2869    8855  132036 total (30.2%) -- 11/20

#5 [NetBSD] pkgsrc/www/apache6/

<=== [config]
+--------------------------------------------------------+
| You now have successfully built and installed the |
| Apache 1.3 HTTP server. To verify that Apache actually |
| works correctly you now should first check the |
| (initially created or preserved) configuration files |
| |
| /usr/pkg/etc/httpd/httpd.conf
| |
| and then you should be able to immediately fire up |
| Apache the first time by running: |
| |
| /usr/pkg/sbin/apachectl start
| |
| Thanks for using Apache. The Apache Group |
| http://www.apache.org/ |
+--------------------------------------------------------+
cd /usr/pkg/lib/httpd; /bin/mv libproxy.so mod_proxy.so
install -d -o root -g wheel -m 555 /usr/pkg/share/examples/httpd
for file in httpd.conf magic mime.types; do install -c -o root -g wheel -m 444 /usr/pkg/etc/httpd/${file}.default /usr/pkg/share/examples/httpd; /bin/rm -f /usr/pkg/etc/httpd/${file}.default; done
install -c -o root -g wheel -m 444 /usr/pkgsrc/distfiles/sitedrivenby.gif /usr/pkg/share/httpd/htdocs
install -c -o root -g wheel -m 555 /usr/pkgsrc/www/apache6/work/apache.sh /usr/pkg/etc/rc.d/apache
/usr/sbin/chown -R root:wheel /usr/pkg/share/httpd
PKG_PREFIX=/usr/pkg /bin/sh /usr/pkgsrc/www/apache6/work/INSTALL apache6-1.3.22 POST-INSTALL
Installing configuration files:
/usr/pkg/etc/httpd/httpd.conf already exists
/usr/pkg/etc/httpd/magic already exists
/usr/pkg/etc/httpd/mime.types already exists

===========================================================================
Some files you might need to customize include the following:

/usr/pkg/etc/httpd/httpd.conf
===========================================================================
===> Registering installation for apache6-1.3.22
apache6-1.3.22 requires installed package expat-1.95.2
<=== [config]
+--------------------------------------------------------+
| You now have successfully built and installed the |
| Apache 1.3 HTTP server. To verify that Apache actually |
| works correctly you now should first check the |
| (initially created or preserved) configuration files |
| |
| /usr/pkg/etc/httpd/httpd.conf
| |
| and then you should be able to immediately fire up |
| Apache the first time by running: |
| |
| /usr/pkg/sbin/apachectl start
| |
| Thanks for using Apache. The Apache Group |
| http://www.apache.org/ |
+--------------------------------------------------------+
cd /usr/pkg/lib/httpd; /bin/mv libproxy.so mod_proxy.so
install -d -o root -g wheel -m 555 /usr/pkg/share/examples/httpd
for file in httpd.conf magic mime.types; do install -c -o root -g wheel -m 444 /usr/pkg/etc/httpd/${file}.default /usr/pkg/share/examples/httpd; /bin/rm -f /usr/pkg/etc/httpd/${file}.default; done
install -c -o root -g wheel -m 444 /usr/pkgsrc/distfiles/sitedrivenby.gif /usr/pkg/share/httpd/htdocs
install -c -o root -g wheel -m 555 /usr/pkgsrc/www/apache6/work/apache.sh /usr/pkg/etc/rc.d/apache
/usr/sbin/chown -R root:wheel /usr/pkg/share/httpd
PKG_PREFIX=/usr/pkg /bin/sh /usr/pkgsrc/www/apache6/work/INSTALL apache6-1.3.22 POST-INSTALL
Installing configuration files:
/usr/pkg/etc/httpd/httpd.conf already exists
/usr/pkg/etc/httpd/magic already exists
/usr/pkg/etc/httpd/mime.types already exists

===========================================================================
Some files you might need to customize include the following:

/usr/pkg/etc/httpd/httpd.conf
===========================================================================
===> Registering installation for apache6-1.3.22
apache6-1.3.22 requires installed package expat-1.95.2

#6 [NetBSD] apache + ssl

apache6 に ssl を加えようとしたら、apache-1.3.22 が入っていないって。 apache6 ではだめか。確か何かは apache6 でも良かったはずだが。(php3 ?)

php3 は apache6 でも大丈夫:

そうそう。
===> Required installed package apache{,6}-1.3.*: apache6-1.3.22 found

無理やり apache6 でいいようにして:

===> Configuring for ap-ssl-2.8.5
Linking openssl files into /usr/pkgsrc/www/ap-ssl/work/.buildlink.
Configuring mod_ssl/2.8.5 for Apache/1.3.22
./configure:Error: Installed Apache doesn't contain Extended API (EAPI)

しようがないので apache-1.3.22 を入れようとすると:

===> apache-1.3.22 conflicts with installed package(s): apache6-1.3.22 found.
*** They install the same files into the same place.
*** Please remove apache6-1.3.22 first with pkg_delete(1).
pkg_delete apache6-1.3.22 してから入直した。 もしかして apache6 の方に -DEAPI を付けるだけでよかった ?

(ap-ss) make install:

===========================================================================
Some files you might need to customize include the following:

/usr/pkg/etc/httpd/apache_start.conf
===========================================================================
===> Please note the following:

=============================================================================
$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:00 zuntum Exp $

You will need to generate certificates and keys for your server before
Apache will start with mod_ssl support. Please read

/usr/pkg/share/doc/mod_ssl/README.mkcert

for more information on how to do this.

In order to start Apache with mod_ssl support, you need to run Apache
with "apachectl startssl" instead of "apachectl start". The SSL-specific
configuration parts of the default httpd.conf are bracketed by:

<IfDefine SSL>
</IfDefine>

=============================================================================

===> Registering installation for ap-ssl-2.8.5
ap-ssl-2.8.5 requires installed package apache-1.3.22
ap-ssl-2.8.5 requires installed package expat-1.95.2
apache6/Makefile に
CONFIGURE_ARGS+=        --enable-rule=EAPI
を加えて見る --- そのように甘くない --- ので通常の 1.3.22 を使う。

#7 [MacOSX] MacOS 10.1.1 が出ていた。14.4MB




最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)