Search




TOPページへ

このブログのフィードを取得
[フィードとは]

Powered by
Movable Type 4.23-ja

template by tokyobuddha

 ■■■■■免 責■■■■■
このサイトを参考にしたために発生した一切の損害に「てきとー管理者」は一切関知しませんし、補償もしません。 また、本サイトの記述が正しいことも保証しません。
自己責任にてお願いします。
 -------------------------

京都の鍵トラブルなら鍵レスキュー 鍵師が、家・金庫・バイク・車等の解錠を始め鍵に関する全般、また防犯設備士からみた防犯診断の上の工事等、安心しておまかせ下さい。24時間対応致します。

玄箱PROにWebminをインストール

Debian etch化した玄箱PROにWebminを入れてみた。

先ず。Webminのサイトからパッケージをダウンロード
# cd /mnt
# mkdir tmp
# cd tmp
# wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin_1.350_all
.deb

ダウンロードしたファイルを使ってインストール開始してみる
先ずはインストールコマンドを調べてみる
ふむふむ・・・
dpkg -i <<該当パッケージ>> 
で良いらしい・・・

# dpkg -i webmin_1.350_all.deb
Selecting previously deselected package webmin.
(Reading database ... 10554 files and directories currently installed.)
Unpacking webmin (from webmin_1.350_all.deb) ...
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libnet-ssleay-perl; however:
Package libnet-ssleay-perl is not installed.
webmin depends on openssl; however:
Package openssl is not installed.
webmin depends on libauthen-pam-perl; however:
Package libauthen-pam-perl is not installed.
webmin depends on libio-pty-perl; however:
Package libio-pty-perl is not installed.
webmin depends on libmd5-perl; however:
Package libmd5-perl is not installed.
dpkg: error processing webmin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
webmin

なにやら、足らないパッケージがあるらしい・・・
# aptitude install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl
Reading package lists... Done
Building dependency tree... Done
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
webmin
The following NEW packages will be installed:
libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 252kB of archives. After unpacking 1278kB will be used.
The following packages have unmet dependencies:
webmin: Depends: openssl but it is not installable
Resolving dependencies...
The following actions will resolve these dependencies:

Install the following packages:
openssl [0.9.8c-4 (stable)]

Score is -19

Accept this solution? [Y/n/q/?] y
The following NEW packages will be automatically installed:
openssl
The following NEW packages will be installed:
libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl openssl
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1252kB of archives. After unpacking 3592kB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://ftp2.jp.debian.org etch/main libnet-ssleay-perl 1.30-1 [175kB]
Get:2 http://ftp2.jp.debian.org etch/main openssl 0.9.8c-4 [1000kB]
Get:3 http://ftp2.jp.debian.org etch/main libauthen-pam-perl 0.16-1 [31.1kB]
Get:4 http://ftp2.jp.debian.org etch/main libio-pty-perl 1:1.05-2 [39.5kB]
Get:5 http://ftp2.jp.debian.org etch/main libmd5-perl 2.03-1 [5700B]
Fetched 1252kB in 1s (633kB/s)
Selecting previously deselected package libnet-ssleay-perl.
(Reading database ... 25263 files and directories currently installed.)
Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.30-1_arm.deb) ...
Selecting previously deselected package openssl.
Unpacking openssl (from .../openssl_0.9.8c-4_arm.deb) ...
Creating directory /etc/ssl
Selecting previously deselected package libauthen-pam-perl.
Unpacking libauthen-pam-perl (from .../libauthen-pam-perl_0.16-1_arm.deb) ...
Selecting previously deselected package libio-pty-perl.
Unpacking libio-pty-perl (from .../libio-pty-perl_1%3a1.05-2_arm.deb) ...
Selecting previously deselected package libmd5-perl.
Unpacking libmd5-perl (from .../libmd5-perl_2.03-1_all.deb) ...
Setting up libnet-ssleay-perl (1.30-1) ...
Setting up openssl (0.9.8c-4) ...

Setting up libauthen-pam-perl (0.16-1) ...
Setting up libio-pty-perl (1.05-2) ...
Setting up libmd5-perl (2.03-1) ...
Setting up webmin (1.350) ...
Webmin install complete. You can now login to https://home03:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

お~ すげー yumよりも便利?

早速アクセスしてみる
おー いつものなれた画面。

苦手意識があったdebianだけど、結構いいですな~
でも、コマンドやディレクトの違いで、違和感は残っていますが・・・

投稿時間: 23:33