このスレッドはクローズされています。記事の閲覧のみとなります。
何度もすいません・・・ |
|
- æ¥æï¼ 2005/08/10 22:43
- ååï¼ hiro
- 何度も質問すいません。 今度はtripwireのポリシーファイル設定でのエラーなのですが、スクリプトを作成しようと思って
#vi /etc/tripwire/twpolmake.pl とすると、 Vim: 致命的なシグナル ILL を検知しました Vim: 終了しました。 不正な命令です となり、作成できません。 ILL何なのかさっぱりわかりません;; どうかお知恵をお貸しください ペコリ
|
■ コンテンツ関連情報
Re: 何度もすいません・・・ ( No.1 ) |
|
- æ¥æï¼ 2005/08/10 23:09
- ååï¼ 管理者
- ん〜・・分からないですね・・・
ちなみに、以下の結果はどうでしょうか? ①# /bin/vi /etc/tripwire/twpolmake.pl ②# /bin/view /etc/tripwire/twpolmake.pl
また、以下の実行結果も教えてください。 # rpm -qa vim-enhanced
|
Re: 何度もすいません・・・ ( No.2 ) |
|
- æ¥æï¼ 2005/08/10 23:48
- ååï¼ hiro
- 早速の対応ありがとうございます!!
①、②両方ともtwpolmake.plという新規のテキストになってしまいます。
#rpm -qa vim-enhanced の結果は エラー: rpmdbNextIterator: skipping h# 80Header V3 DSA signature: BAD,key ID 4f2a6fd2 vim-enhanced-6.3.054-0.fc2.1
です。
|
Re: 何度もすいません・・・ ( No.3 ) |
|
- æ¥æï¼ 2005/08/11 04:06
- ååï¼ Johann
- 参照: http://www.geocities.co.jp/SiliconValley-Sunnyvale/1839/index.html
- >①、②両方ともtwpolmake.plという新規のテキストになってしまいます。
これで正常です。新しくスクリプトを作るのですから。
|
Re: 何度もすいません・・・ ( No.4 ) |
|
- æ¥æï¼ 2005/08/11 15:25
- ååï¼ hiro
- ええ!!?
#!/usr/bin/perl # Tripwire Policy File customize tool for Redhat 8.0 # ---------------------------------------------------------------- # Copyright (C) 2003 Hiroaki Izumi # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ---------------------------------------------------------------- # Usage: # perl tripwire_pol.pl {Pol file} # -------------------------------------------------------- #
こんなコメントアウトも全部手書きですか??
|
Re: 何度もすいません・・・ ( No.5 ) |
|
- æ¥æï¼ 2005/08/12 08:47
- ååï¼ 管理者
- 手書きで書いたら大変なので、リモート端末からコピー&ペーストで行ってください。
|
■ その他