Loading...
Showing posts with label dynabook Satellite J50. Show all posts
Showing posts with label dynabook Satellite J50. Show all posts

2013-03-24

How to install webmin for Linux Mint 14 "Nadia"

ここでは、My Legacy dynabook Satellite J-50 に導入した Linux Mint 14 "nadia" に、Webmin 1.620 をインストールしてみる。

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.

Webmin はGUIでLinuxのシステム管理・各種設定を行うツールだ。Webブラウザでユーザーアカウントの管理やApache、DNS、ファイル共有などのサーバの設定、RAIDといったハードウェア設定などが可能だ。

Webmin は Perl で書かれたCGIプログラム群で構成されており、LinuxだけでなくFreeBSDやMac OS、Solaris、HP-UXなどさまざまなOSで使用できる。
また、Webブラウザがフロントエンドであるため、WindowsやMacOSなどが動作しているほかのPCから操作できる(Webminの設定で、外部からのアクセスを許可する必要がある)。
  ◆ How to install webmin for Linux Mint 14 "nadia"

refer. : http://www.ubuntugeek.com/how-to-install-webmin-on-ubuntu-12-10-quantal-server.html
Now you need to install webmin from APT repository.
APT レポジトリから Webmin をインストールする。
1) Execute some editor and edit the /etc/apt/sources.list file and add the following lines.
適当なエディタを起動して、/etc/apt/sources.list を編集し、以下の二行を追加する。

    deb http://download.webmin.com/download/repository sarge contrib
    deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

2) Save and exit the file.
ファイルを保存し、終了する。

3) Now you need to download GPG key.
以下のコマンドを与えて、GPG鍵をダウンロードする。

$ wget http://www.webmin.com/jcameron-key.asc
$ sudo apt-key add jcameron-key.asc

4) Update source list.
sources.list をアップデートする。 
$ sudo apt-get update

5) Install webmin using the following command
つぎのコマンドによって Webmin をインストールする。

$ sudo apt-get install webmin


--------------------------------------------------------------------------------------
How to Install  webmin for Linux Mint on My dynabook Satellite J50 :
--------------------------------------------------------------------------------------
1) /etc/apt/sources.list を編集
baian@dynabook-Satellite-J50 ~ $ sudo vi /etc/apt/sources.list
[sudo] password for baian:

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
2) GPG鍵をダウンロード
baian@dynabook-Satellite-J50 ~ $ wget http://www.webmin.com/jcameron-key.asc
--2013-03-22 07:54:20--  http://www.webmin.com/jcameron-key.asc

www.webmin.com (www.webmin.com) をDNSに問いあわせています... 216.34.181.97
www.webmin.com (www.webmin.com)|216.34.181.97|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 1320 (1.3K) [text/plain]
`jcameron-key.asc' に保存中

100%[======================================>] 1,320       --.-K/s   時間 0.006s

2013-03-22 07:54:21 (226 KB/s) - `jcameron-key.asc' へ保存完了 [1320/1320]

baian@dynabook-Satellite-J50 ~ $ sudo apt-key add jcameron-key.asc
OK
 3)  sources.list をアップデート

baian@dynabook-Satellite-J50 ~ $ sudo apt-get update
 4) Webmin のインストール

baian@dynabook-Satellite-J50 ~ $ sudo apt-get install webmin

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
状態情報を読み取っています... 完了
以下の特別パッケージがインストールされます:
  apt-show-versions libauthen-pam-perl
以下のパッケージが新たにインストールされます:
  apt-show-versions libauthen-pam-perl webmin
アップグレード: 0 個、新規インストール: 3 個、 削除: 0 個、保留: 9 個。
21.1 MB のアーカイブを取得する必要があります。
この操作後に追加で 134 MB のディスク容量が消費されます。
続行しますか [Y/n]? y
取得:1 http://download.webmin.com/download/repository/ sarge/contrib webmin all 1.620 [21.0 MB]
取得:2 http://archive.ubuntu.com/ubuntu/ quantal/universe libauthen-pam-perl i386 0.16-2build2 [27.9 kB]
取得:3 http://archive.ubuntu.com/ubuntu/ quantal/universe apt-show-versions all 0.19+nmu1 [33.5 kB]
21.1 MB を 1分 52秒 で取得しました (188 kB/s)                                                                                             
以前に未選択のパッケージ libauthen-pam-perl を選択しています。
(データベースを読み込んでいます ... 現在 299590 個のファイルとディレクトリがインストールされています。)
(.../libauthen-pam-perl_0.16-2build2_i386.deb から) libauthen-pam-perl を展開しています...
以前に未選択のパッケージ apt-show-versions を選択しています。
(.../apt-show-versions_0.19+nmu1_all.deb から) apt-show-versions を展開しています...
以前に未選択のパッケージ webmin を選択しています。
(.../archives/webmin_1.620_all.deb から) webmin を展開しています...
man-db のトリガを処理しています ...
ureadahead のトリガを処理しています ...
ureadahead will be reprofiled on next reboot
libauthen-pam-perl (0.16-2build2) を設定しています ...
apt-show-versions (0.19+nmu1) を設定しています ...
** initializing cache. This may take a while **
webmin (1.620) を設定しています ...
Webmin install complete. You can now login to https://dynabook-Satellite-J50:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
ureadahead のトリガを処理しています ...

baian@dynabook-Satellite-J50 ~ $

****************************************************************************************************
Succeeded to install webmin 1.620 for Linux Mint 14 on My dynabook Satellite J-50.
無事に、Webmin 1.620 がインストールされた。

Webminの画面を表示するには、Webブラウザを起動して、設定を行うPCのポート10000にSSLでアクセスする。たとえば、

     https://localhost:10000           ローカルからアクセスする場合
     https://dynabook-Satellite-J50:10000/          ホスト名を入力してアクセスする場合
     https://192.168.0.1:10000           IPアドレスを入力してアクセスする場合

 すると、ユーザー名とパスワードを入力する画面が表示される。

 ユーザー名(root)とパスワードを入力して[Login]ボタンをクリックすると、Webminの画面が表示される。


 


画面左サイドに並ぶ7つのカテゴリのいずれかをクリックすると、各カテゴリに属する詳細な設定項目が表示される。それぞれのカテゴリで設定できる内容は次のようなものだ。

   
カテゴリ 設定の内容
Webmin     Webmin自身やユーザー用モジュール、作業ログ、Webmin用のユーザーアカウントなど
システム     ユーザーパスワードの変更やユーザーアカウントの作成/削除/編集、システムログの表示、RPMパッケージのインストール/アンインストールなど
サーバ     Apacheやインターネットサービス、Postfix、ProFTPD、Samba、PostgreSQL、qmail、DNS、Squidなど
その他     Perlモジュールの管理やコマンドシェルの実行、ファイルマネージャの実行など

ネットワーク     ファイアウォールなど
ハードウェア     RAIDシステムやネットワークインターフェイス、ディスクのパーティション、GRUB、LILOなど
Cluster     クラスタに関する各種設定など

 ここに挙げたのは、Webminで設定可能な項目の一部分である。設定可能な項目の詳細については、Webmin 本家の standard modules page を参照しつつ、実際にWebminを操作して確認してみよう。

 See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.

 なお、ディストリビューションに含まれているWebminは、バージョンが古い可能性がある。古いバージョンには、セキュリティホールがあることが多いので、実際に使用する前に、最新版にアップデートしよう。Webminには、自分自身をアップデートする機能があるので、それを利用して最新版に更新すると便利だ。

 Webminのアップデート作業は、[Webmin]カテゴリの[Webminの設定]-[Webminのアップグレード]を選択する。次に、表示されるオプションから[www.webmin.comからの最新バージョン]を選択して、[Webminのアップグレード]ボタンをクリックする。画面の指示に従って作業を進めると、アップデート作業は終了だ。

 なお、アップデートを行うと、言語の設定がデフォルト(英語)に戻ってしまう。日本語にするには、[Webmin]カテゴリの[Webmin設定]-[言語とテーマの変更]を選択して、言語の一覧から[Japanese(JA_JP.UTF8)]を選択する。
見た目の[テーマ]についても、ここで選択・変更が可能である。

Webmin -[言語とテーマの変更]
Webmin - デフォルトテーマを選択
Webmin - 古い webmin テーマを選択



2010-02-14

OpenOffice.org 3.2.0 Japanese version Released.

2009年2月11日、OpenOffice.org日本語プロジェクトは OpenOffice.org 3.2.0 日本語版をリリースした。

OpenOffice.org日本語プロジェクト http://ja.openoffice.org/
Date: Thu, 11 Feb 2010 20:09:17 +0900
記事引用:OpenOffice.org 3.2.0 日本語版 リリースのお知らせ

■3.2.0の新機能
3.2.0の新機能の概要は以下をご覧ください。
http://www.openoffice.org/dev_docs/features/3.2/

3.2.0での変更点の詳細はリリースノート、機能決定テストをご覧ください。
http://development.openoffice.org/releases/3.2.0.html
http://wiki.services.openoffice.org/wiki/JA/translation/Feature_Freeze_Testing_3.2

■日本語版ダウンロード
日本語版をダウンロードするには、次のページにアクセスしてください。
・3.2.0 ダウンロードページ
http://ja.openoffice.org/download/3.2.0/

■対応プラットフォーム
・Windows (2000/XP/2003/Vista)
・Solaris 10以降(Sparc/x86)
・Linux (x86/x86-64)
・MacOSX Intel/PowerPC (Tiger以降)

詳細については以下をご覧ください。
http://wiki.services.openoffice.org/wiki/JA/translation/SystemRequirements/3.x

■パッケージファイルとMD5
2b2e1454ab273d5aa8c9519672d4e18d OOo_3.2.0_LinuxIntel_install_ja.tar.gz
bd60efed85510a2036de3717c45d099a OOo_3.2.0_LinuxIntel_install_ja_deb.tar.gz
743ea994cad44a07981d22c2fa6d37c1 OOo_3.2.0_LinuxIntel_install_wJRE_ja.tar.gz
8523753c4f3ff7294911f8771628d4a0 OOo_3.2.0_LinuxIntel_langpack_ja.tar.gz
1b26b78f5c8dc1b5114987b7f4ef549f OOo_3.2.0_LinuxIntel_langpack_ja_deb.tar.gz
7cae108d8e386da3181066c6a6e95836 OOo_3.2.0_LinuxX86-64_install_ja_deb.tar.gz
440e84a5c267e815865f0578b4657d84 OOo_3.2.0_LinuxX86-64_langpack_ja_deb.tar.gz
ea74c988ec70b9b32ecaf114dcde7a11 OOo_3.2.0_MacOSXIntel_install_ja.dmg
7e301e65cba5c5f752a2e02b61f1c378 OOo_3.2.0_MacOSXPPC_install_ja.dmg
72f0f56f69a4bbdaa0d6e5ded1be5187 OOo_3.2.0_SolarisSparc_install_wJRE_ja.tar.gz
c132f344378013a26d146190a1f62fe2 OOo_3.2.0_Solarisx86_install_wJRE_ja.tar.gz
3be049df29f3dedc14ecff9cb9cd9d33 OOo_3.2.0_Win32Intel_install_ja.exe
33a5ed0c929562b2e9fd05f7b5f46678 OOo_3.2.0_Win32Intel_install_wJRE_ja.exe
a06b0bbb7ff51c976d858e53480c05b4 OOo_3.2.0_Win32Intel_langpack_ja.exe

Solaris X86 (with JRE) 対応版をダウンロードし、新規インストールする。
環境: OpenSolaris preview Development Release build based on snv_132.
$ more /etc/release
            OpenSolaris Development snv_132 X86
Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.
            Use is subject to license terms.
                 Assembled 29 January 2010

Platform: Toshiba Satellite J50 173L/5X

1.すでにインストール済みの OpenOffice.org 3.1.1 日本語版を削除する。
$ cd /opt/openoffice.org3
$ pfexec ./setup
アンインストールプログラムが起動、ダイアログにしたがって すべてのファイルを削除する。
$ rm -rf ~/.openoffice.org
$ pfexec rm -rf /opt/openoffice.org3
2.Solaris X86 (with JRE) 対応版のダウンロード.
$ cd ~/src-pkg
$ wget -c http://download.services.openoffice.org/files/localized/ja/3.2.0/OOo_3.2.0_Solarisx86_install_wJRE_ja.tar.gz
3.展開とインストール
$ tar xvzf OOo_3.2.0_Solarisx86_install_wJRE_ja.tar.gz
$ cd OOO320_m12_native_packed-1_ja.9483
$ ls -l
total 541
-rw-r--r-- 1 baian staff 419479 2010-02-02 06:59 JavaSetup.jar
drwxr-xr-x 5 baian staff 5 2010-02-02 07:00 installdata
drwxr-xr-x 2 baian staff 4 2010-02-02 06:59 licenses
drwxr-xr-x 51 baian staff 51 2010-02-02 07:00 packages
drwxr-xr-x 2 baian staff 4 2010-02-02 06:59 readmes
-rwxr-xr-x 1 baian staff 14623 2010-02-02 06:59 setup
-rwxr-xr-x 1 baian staff 3925 2010-02-02 06:59 update

README を読む。
$ gedit readmes/READMES_ja &
------------------------------------------------------------
ようこそ
------------------------------------------------------------

------------------------------------------------------------
OpenOffice.org 3.2 README
------------------------------------------------------------
この README ファイルの最新版は、次の URL を参照してください。http://www.openoffice.org/welcome/readme.html

ユーザの皆様
このファイルには、このプログラムに関する重要な情報が記載されています。使用を開始する前に注意深くお読みください。
本製品を開発している OpenOffice.org コミュニティーは、ユーザーの皆様がコミュニティーメンバーとして参加することを歓迎しています。この製品を初めて使用する方は、ユーザーのための有益な情報が掲載されている次の OpenOffice.org のサイトをご覧ください。
http://www.openoffice.org/about_us/introduction.html
また、OpenOffice.org プロジェクトへの参加に関する以下のセクションもお読みください。

------------------------------------------------------------
OpenOffice.org は本当にだれでも無料で使用できるのですか?
------------------------------------------------------------
OpenOffice.org は、だれでも無料で使用できます。入手した OpenOffice.org をインストールできるコンピュータの数に制限はありません。また、商用、政府、行政、教育など、目的を問わず自由に利用できます。詳細については、OpenOffice.org 付属のライセンス条項または次の URL を参照してください。http://www.openoffice.org/license.html
------------------------------------------------------------
だれでも無料で OpenOffice.org を使用できるのはなぜですか。
------------------------------------------------------------
今日この OpenOffice.org を無料で使用できるのは、多数のユーザーの貢献とスポンサー企業のおかげです。設計、開発、テスト、翻訳、ドキュメント作成、サポート、マーケティング、ヘルプなどへの人々の尽力によって、世界を代表するオープンソースオフィスソフトウェアである現在の OpenOffice.org が作られました。
これらの人々の努力に感謝し、OpenOffice.org の今後の発展を希望するのであれば、ぜひこのプロジェクトに力を貸してください。詳細については、http://contributing.openoffice.org を参照してください。ご協力をお待ちしています。

------------------------------------------------------------
インストールに関する注記
------------------------------------------------------------
システム要件
- Solaris 10 オペレーティングシステム (x86 プラットフォーム) 以上
- メモリー 256M バイト (512M バイトを推奨)
- ハードディスク空き容量 480M バイト
- 中国語バージョン、日本語バージョン、および韓国語バージョン: ハードディスクの空き容量として 480M バイト
- X サーバー解像度 1024x768 以上、256 色以上
- ウィンドーマネージャ
- Java アクセシビリティー支援 AT ツール (Assistive Technology Tools) 機能の使用には、Gnome 2.6 以上のバージョン、gail 1.8.6 および at-spi 1.7 パッケージが必要です。

------------------------------------------------------------
拡張機能データベース互換性不一致
------------------------------------------------------------
このバージョンの OpenOffice.org に含まれる Berkeley データベースエンジンは更新されています。データベースエンジンの更新は、3.2 より前のバージョンの OpenOffice.org 用にインストールされた拡張機能のデータとの不一致を招き、解決には OpenOffice.org をダウングレードするなど対応が必要になるかもしれません。
このバージョンの OpenOffice.org は、拡張機能がインストールまたは削除されるときに、既存の拡張機能データベースを新しい Berkeley データベース形式に変換します。そのデータベースは以後、OpenOffice.org の古いバージョンでは読めなくなります。古いバージョンへのダウングレードは結果的に機能不良インストールとなるかもしれません。

古いバージョンの OpenOffice.org にダウングレードする場合は、ユーザーデータディレクトリ {user data}/uno_packages (例: ~/.openoffice.org/3/user/uno_packages) を削除して、すべての拡張機能を再インストールしなければなりません。

------------------------------------------------------------
プログラム起動時の問題
------------------------------------------------------------
OpenOffice.org 1.x と OpenOffice.org 3.2 の間のクリップボード経由のコピー&ペーストは、OpenOffice.org 形式では動作しないことがあります。その場合は、「編集」→「形式を選択して貼り付け」を選択して OpenOffice.org 以外の形式を選択するか、ドキュメントを直接 OpenOffice.org 3.2 で開いてください。
システムの一時ディレクトリの空き容量が十分であることと、読み取り、書き込み、および実行の権限が与えられていることを確認してください。インストールを開始する前に、ほかのプログラムをすべて終了させてください。

------------------------------------------------------------
Mozilla アドレスブックドライバ
------------------------------------------------------------
Mozilla アドレスブックドライバを使用するには SUNWzlib パッケージが必要ですが、このパッケージは Solaris オペレーティングシステムの最小インストール構成には含まれていません。Mozilla アドレスブックにアクセスする必要がある場合は、このパッケージを Solaris オペレーティングシステムに追加してください。追加するには、インストール CD からコマンド「pkgadd」を実行します。

------------------------------------------------------------
ショートカットキー
------------------------------------------------------------
OpenOffice.org で使用できるショートカット (キーの組み合わせ) は、オペレーティングシステムで使用されていないものだけです。OpenOffice.org のショートカットキーが OpenOffice.org ヘルプの記述どおりに動作しない場合は、そのショートカットキーがすでにオペレーティングシステムで使用されているかどうかを確認してください。このような競合を解決するには、オペレーティングシステムによって割り当てられているキーを変更してください。または、OpenOffice.org 側でキーの割り当てを変更します (ほとんどのキー割り当ては変更が可能です)。詳細については、OpenOffice.org のヘルプまたはオペレーティングシステムのヘルプを参照してください。

複数のプラットフォーム上で入力方式の切り替えがコンフリクトするため、次のショートカットキーの変更が必要です。
- Ctrl + Space キーは現在 Ctrl + Shift + Space キーです
- Ctrl + Shift + Space キーは現在 Ctrl + M キーです

------------------------------------------------------------
ファイルのロック
------------------------------------------------------------
デフォルトの設定では、OpenOffice.org のファイルロック機能はオンになっています。この機能をオフにするには、環境変数 SAL_ENABLE_FILE_LOCKING=0 を設定して SAL_ENABLE_FILE_LOCKING をエクスポートする必要があります。これらのエントリは、soffice スクリプトファイルではすでに有効化されています。

警告: Solaris 2.5.1 または 2.7 を Linux NFS 2.0 と組み合わせて使用している場合は、ファイルロック機能を有効にすると問題が発生することがあります。これに該当するシステム環境では、ファイルロック機能は使用しないことを強くお勧めします。ファイルロック機能が使用されている場合は、NFS でマウントされたディレクトリにあるファイルを Linux コンピュータから開こうとすると、OpenOffice.org がハングアップします。

------------------------------------------------------------
重要な利用を手助けするためのノート
------------------------------------------------------------
OpenOffice.org のアクセシビリティー機能については、次の URL を参照してください。
http://www.openoffice.org/access/.

------------------------------------------------------------
登録
------------------------------------------------------------
ソフトウェアをインストールするときに、製品登録を行ってください。登録の手続きは最小限の情報を入力するだけで、短時間で終了します。登録は必須ではありませんが、お送りいただいた情報は OpenOffice.org コミュニティーによるソフトウェアスイート品質向上の参考となり、ユーザーのニーズに直接応えることにも役立つため、登録することをお勧めします。プライバシーポリシーを通して、OpenOffice.org コミュニティーは個人データ保護のためのあらゆる予防措置を講じています。インストール時に登録を行わなかった場合も、いつでもメインメニューの「ヘルプ」→「登録」から登録できます。
------------------------------------------------------------
ユーザー調査
------------------------------------------------------------
オンラインのユーザー調査 (User Survey) にも、ぜひ参加してください。調査の結果は、OpenOffice.org がより優れた次世代オフィススイートをより迅速に実現するための参考にさせていただきます。プライバシーポリシーを通して、OpenOffice.org コミュニティーは個人データ保護のためのあらゆる予防措置を講じています。

------------------------------------------------------------
ユーザーサポート
------------------------------------------------------------
サポートメインページ http://support.openoffice.org/ には、OpenOffice.org のユーザーを支援するさまざまなコンテンツが掲載されています。質問があるときは、すでにコミュニティーフォーラムに回答が寄せられているかどうかを調べてください。http://user.services.openoffice.org または、メーリングリスト users@openoffice.org のアーカイブを検索してください (http://www.openoffice.org/mail_list.html)。または、質問をusers@openoffice.org に送信してください。このメーリングリストに参加する (回答をメールで受け取る) 方法については、次のページを参照してください: http://wiki.services.openoffice.org/wiki/Website/Content/help/mailinglists.

また、OpenOffice.org のホームページの左側ナビゲーションバーにある FAQ セクションもチェックしてください。FAQ は次の URL に掲示されます。http://wiki.services.openoffice.org/wiki/Documentation/FAQ.

------------------------------------------------------------
バグと問題の報告
------------------------------------------------------------
OpenOffice.org の Web サイトには、バグと問題の報告、追跡、および解決のための IssueZilla と呼ばれるメカニズムがあります。ソフトウェアを実際に使っているときに発生した問題をぜひ報告してください。問題の積極的な報告は、ソフトウェアスイートの継続的な開発と品質向上のためにユーザーコミュニティーができる最も重要なことの一つです。

------------------------------------------------------------
コミュニティーへの参加
------------------------------------------------------------
OpenOffice.org コミュニティーでは、この重要なオープンソースプロジェクトの発展への積極的な参加をお待ちしています。

ユーザーの皆様はすでに、このスイートの開発プロセスにおける重要な一部分となっています。より積極的な活動と、コミュニティーへの長期的な協力を歓迎します。次の URL のユーザーページをご覧ください。http://www.openoffice.org

------------------------------------------------------------
始め方
------------------------------------------------------------
はじめに、メーリングリストを購読することをお勧めします。しばらくは発言せずに議論の様子を眺めてください。メールのアーカイブには、OpenOffice.org のソースコードがリリースされた 2000 年 10 月以降のトピックが保存されています。過去のトピックを読んで雰囲気をつかんだら、後は参加したいメーリングリストに自己紹介の E-mail を送信するだけです。オープンソースプロジェクトの経験がある方は、OpenOffice To-Do リストに自分が協力できるものがあるかどうかを探してください。このリストは、次の URL にあります。http://development.openoffice.org/todo.html.

------------------------------------------------------------
購読
------------------------------------------------------------
ここに示すプロジェクトメーリングリストは、次の URL で購読できます。 http://www.openoffice.org/mail_list.html
- ニュース: announce@openoffice.org *すべてのユーザに推奨* (投稿数: 少)
- メインユーザーフォーラム: user@openoffice.org *議論の様子を気軽に眺めてください* (投稿数: 多)
- マーケッティングプロジェクト: dev@marketing.openoffice.org *開発のその先* (投稿数: 多)
- コーディング協力者用メーリングリスト: dev@openoffice.org (投稿数: 中/多)

------------------------------------------------------------
プロジェクトへの参加
------------------------------------------------------------
ソフトウェアの設計やコーディングの経験が少なくても、この重要なオープンソースプロジェクトに貢献する方法はあります。

次のサイトをご欄ください。http://projects.openoffice.org/index.html ローカライズ、移植、グループウェアからコア部分のコーディングに至るまで、さまざまなプロジェクトが活動しています。開発以外にも、ドキュメント作成やマーケティングのプロジェクトがあります。OpenOffice.org マーケティングプロジェクトでは、広告宣伝の従来の手法と新しい手法の両方を取り入れて、オープンソースソフトウェアのマーケティングに努めています。この活動は言語や文化の壁を越えて進行しているため、このオフィススイートの良さを周りの人たちに伝えていただくだけでもかまいません。

ぜひ、マーケティングコミュニケーション&インフォメーションネットワークに参加してください: http://marketing.openoffice.org/contacts.html  ここでは、お住まいの国・地域の出版社、メディア、政府諸機関、コンサルタント、学校、Linux ユーザーグループ、および開発者に対する問い合わせ窓口になっていただける方をお待ちしています。

新しい OpenOffice.org 3.2 をどうぞお楽しみください。そして、オンラインコミュニティーに参加していただけることを願っています。

OpenOffice.org コミュニティー

------------------------------------------------------------
使用された / 修正されたソースコード
------------------------------------------------------------

Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation.

■ インストール
$ pfexec ./setup
Using /usr/bin/java
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)

Running installer
/usr/bin/java -DHOME=/export/home/baian -jar JavaSetup.jar
System locale: ja_JP
Root privileges
OS: SunOS
Mode: installation
Path to packages: /export/home/baian/src-pkg/OOO320_m12_native_packed-1_ja.9483/packages/

すると、インストールを促すダイアローグ(インストールウィザード)画面が表示される。

Fig-01: OpenOffice.org 3.2.0 日本語版 インストールウィザード

以後、ウィザードに従ってインストールを進める。
Fig-02: Welcome to and about OpenOffice.org 3.2.0

■ お役立ち Extensions をダウンロードする。
 1. IPA フォントのダウンロード: 参照 → http://ossipedia.ipa.go.jp/ipafont/
 2. Sun PDF Inport Extension : PDF をインポートして編集できる。
   $ wget -c http://extensions.services.openoffice.org/e-files/874/25/sun-pdfimport.oxt
 3. Default Settings For Japanese : 日本語環境向けの拡張機能 ※ IPA フォント必須

   $ wget -c http://extensions.services.openoffice.org/e-files/2575/6/DefaultSettingsForJapanese.oxt
Default Settings For Japanese は OpenOffice.orgの初期設定を改善する拡張機能です。Writer、Calc、Impress、Drawの初期設定用テンプレートや実用テンプレート、さらにギャラリーのクリップアートを含みます。

インストールに関するご注意
OpenOffice.orgをインストール直後に、本拡張機能をインストールされることをお薦めします。また、古いユーザー設定が残っている場合、本拡張機能の設定が反映されない場合があります。このような場合は、古いユーザー設定を別名で保存したり、削除することをお薦めします。古いユーザー設定に関しては、OpenOffice.org Q&Aの「faq/1/202 OOoの画面や設定がおかしくなってしまいました。」(http://oooug.jp/faq/index.php?faq/1/202)をご覧ください。
本拡張機能のテンプレートでは、多くが IPAフォントを利用しています。正しいデザインで表示するためにはお使いの OS にあらかじめ IPAフォントをインストールしておいてください。

※ 拡張機能をインストールするには:
   たとえば、OpenOffice.org 3.2.0 Writer を起動して、メニューの ツール(T) → 拡張機能マネージャー(E) を選択してポップアップ表示される 拡張機能マネージャー画面の 追加(A) ボタンを選択して、ダウンロードしたディレクトリに保存された拡張機能 (*.oxt) を指定すればインストールされる。

Fig-03: 拡張機能マネージャー画面

■ その他のお役立ち Extensions をダウンロードするには、
ここから → 拡張機能のダウンロード(英語)
■ テンプレートをダウンロードするには、
   ここから → テンプレートのダウンロード
■   クリップアートをダウンロードするには、
   ここから → 自由に使えるクリップアート(英語)
■ 「日本語環境改善拡張機能」の使い方 : Documentation/Extension manual/DefaultSettingsForJapanese

追記:Feb-15-2010 14:45 JST by Baian.
■ 日本語環境改善拡張機能 インストール後のエラーメッセージ:
OpenOffice.org 3.2からWriter起動時に「一般的なエラー」画面が表示される
Fig-04: Writer 起動時のエラー表示画面

Fig-04 のような「一般的なエラー」画面が、Writerの起動時に表示されてしまう。これはWriterの標準として設定したテンプレートの呼び出し時に起きる、OpenOffice.orgの不具合だそうだ。
また、[OK]ボタンをクリックしてWriterを起動後に、動作に支障がないことが確認されいるとのこと。
IssueTracker に「不具合」として登録された。次期バージョンで回避されるそうだ。

"General Error" pop-up when I use the writer's default template in the extension

なお、毎回「一般的なエラー」画面が表示されるのは困るという方のために、Writerの標準テンプレートのみ無効とする「Writerテンプレート無効」拡張機能(ファイル名はNoWriterTemplate.oxt)を用意されている。OpenOffice.orgがバージョンアップされ、上記の Issue #108078が修正されれば、「Writerテンプレート無効」拡張機能はアンインストールすること。

■ 以下のページから、「Writerテンプレート無効」拡張機能「NoWriterTemplate.oxt」をダンロードできる。
http://sourceforge.jp/projects/openoffice-docj/releases/?package_id=9481

この「Writerテンプレート無効」拡張機能インストール後は、[ファイル]メニューから[新規作成]-[テンプレートとドキュメント]を選んで表示された「テンプレートとドキュメント」画面の[テンプレート]-[自分のテンプレート]をクリックして「Writer4ja」を選択すれば、「日本語環境改善拡張機能」のWriterテンプレートを利用できる。

■ もう一つのWriterの標準テンプレートの再設定
マクロによる「Writerの標準テンプレートの再設定」方法もある。
「OpenOffice.org日本ユーザー会SNS」(http://oooug.jp/sns/)の「OOoの日本語環境を考える」コミュニティの「日本語環境設定拡張機能」トピックで公開されている。
こちらはマクロの知識のある上級者向けであるが、「日本語環境改善拡張機能」の機能をフルで利用できるようになるのでお薦めだそうな。


2010-02-06

Update to OpenSolaris preview release, development build 132

OpenSolaris preview Development build b132 がリリースされた。
さっそく、 My Notebook PC (dev. b128a) を b132 にアップデートしてみる。
昨年末以来話題沸騰?の b130, b131 で問題となっていた、日本語ロケール(ja_JP.UTF-8) を設定すると GDM(Gnome Display Manager) ログインができない!という Bug は フィックスされているそうな。

Release Note はここを閲覧 ↓

[indiana-discuss] OpenSolaris package repository update, development build 132, x86/x64/SPARC
*.iso, *.usb イメージはここからダウンロードできる。↓
Thur Feb 04 2010 New OpenSolaris preview, based on build 132, is available!
 Description Arch  Download file
 ISO Universal x86  osol-dev-132-x86.iso
 USB Universal x86  osol-dev-132-x86.usb
 Automated Installer x86  osol-dev-132-ai-x86.iso
 Automated Installer USB  x86  osol-dev-132-ai-x86.usb
 Automated Installer   SPARC   osol-dev-132-ai-sparc.iso
 MD5 Hash all  md5sums_132.txt
# アップデート前の環境:
dev. build b128a をクリーンインストールしたのちに、gcc-dev, SUNWgftp のみ追加インストールした。

$ uname -a
SunOS satellite 5.11 snv_128a i86pc i386 i86pc Solaris

Platform: Toshiba dynabook Satellite J50 173L/5X

Stage-1: Development Build のアップデート(b128a to b129):
Stage-2: Development Build のアップデート(b129 to b132):
# pkg install SUNWipkg して # pkg image-update するのが定石であるが、今回は別法で build b129 にアップデートした後に、さらに b132 にアップデートを試みる。
*.iso または *.usb イメージをダウンロードせずに、アップデート対象の新しい boot environment を作成し、これを /mnt directory にマウントしてから、アップデートする build 対応の entire パッケージをインストールすることで、Dev. build をアップデートしてしまおうというものだ。

参考にしたのはここ ↓
The Observatory / Updating To A Specific Development Build
Stage-1: Development Build のアップデート(b128a to b129):
 
Step-1: root になる。

baian@satellite:~$ pfexec su

GDM (Gnome Display Manager) を一時的に無効にして、コンソールで作業を行なう。

baian@satellite:~# svcadm disable -t svc:/application/graphical-login/gdm:default

コンソールにログイン後に、Locale を Eng(USA): C locale に変更しておく。
baian@satellite:~# env LC_ALL=C

Step-2: 現在の IPS repository が /dev であることを確認しておく。
baian@satellite:~# pkg refresh --full
baian@satellite:~# pkg publisher
PUBLISHER                         TYPE     STATUS  URI
opensolaris.org      (preferred)  origin   online  http://pkg.opensolaris.org/dev/

baian@satellite:~# pkg install SUNWipkg
No updates necessary for this image.

Step-3: アップデートしたい build 対応の新しいブート環境(BE:boot environment) を作成する。
baian@satellite:~# beadm create snv_129



Step-4: 新しいブート環境を /mnt directory にマウントする。
baian@satellite:~# beadm mount snv_129 /mnt

Step-5: マウントされた新しいブート環境に対応した entire package をインストールする。

entire パッケージは、OpenSolaris distro. を生成させるのに必要なすべてのその他のパッケージの依存性を取り持つ meta-package なのだす。
それで、entire package をインストールすれば、Distribution 全体を効果的にインストールすることができる。

# entire package の内容を確認する。

baian@satellite:~# pkg contents -m entire | more

# すべてのリリースに対応した entire package のリストを閲覧するには、
baian@satellite:~# pkg list -avf entire

FMRI                                                                    STATE      UFOXI
pkg://opensolaris.org/entire@0.5.11,5.11-0.132:20100130T123058Z  known     u----
pkg://opensolaris.org/entire@0.5.11,5.11-0.131:20100115T044400Z  known     u----
pkg://opensolaris.org/entire@0.5.11,5.11-0.130:20091219T044839Z  known     u----
pkg://opensolaris.org/entire@0.5.11,5.11-0.129:20091205T134302Z  known     u----
pkg://opensolaris.org/entire@0.5.11,5.11-0.128:20091125T051747Z  installed -----
pkg://opensolaris.org/entire@0.5.11,5.11-0.127:20091111T131831Z  known     u----
pkg://opensolaris.org/entire@0.5.11,5.11-0.126:20091022T214456Z  known     u----

# ここで、dev. b129 に移行させるために、/mnt に新たにマウントしたブート環境に適応した entire package をインストールする。ここでは、entire@0.5.11,5.11-0.129 を選択する。
baian@satellite:~# pkg -R /mnt install entire@0.5.11,5.11-0.129


Step-6: /mnt にインストールした build b129 を有効にするために boot archive をアップデートする。
baian@satellite:~# bootadm update-archive -R /mnt

updating /mnt//platform/i86pc/boot_archive
updating /mnt//platform/i86pc/amd64/boot_archive

Step-7: 新しいブート環境:BE をアンマウントする。
baian@satellite:~# beadm unmount snv_129

Step-8: 新しいブート環境:BE をアクティブにする。
baian@satellite:~# beadm activate snv_129
baian@satellite:~# beadm list
BE          Active Mountpoint Space   Policy Created        
--          ------ ---------- -----   ------ -------        
opensolaris N      -          154.58M static 2010-02-06 12:13
snv_129     R      -          6.09G   static 2010-02-06 15:11

Step-9: システムを再起動する。
baian@satellite:~# reboot (or # init 6)

Step-10: Grub Boot Menu で dev.b129 を選択して起動させる。
baian@satellite:~$ cat /rpool/boot/grub/menu.lst
splashimage /boot/grub/splash.xpm.gz
background 215ECA
timeout 15
default 2
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title OpenSolaris Development snv_128a X86
findroot (pool_rpool,2,a)
bootfs rpool/ROOT/opensolaris
# splashimage /boot/solaris.xpm
# foreground d25f00
# background 115d93
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -v
module$ /platform/i86pc/$ISADIR/boot_archive
#---------------------END BOOTADM--------------------
title Windows XP professional +SP3
    rootnoverify (hd0,0)
    chainloader +1

title OpenSolaris preview Development based on snv_129 x86
findroot (pool_rpool,2,a)
bootfs rpool/ROOT/snv_129
# splashimage /boot/solaris.xpm
# foreground d25f00
# background 115d93
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -v
module$ /platform/i86pc/$ISADIR/boot_archive
#============ End of LIBBE entry =============


baian@satellite:~$ more /etc/release
                       OpenSolaris Development snv_129 X86
           Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                           Assembled 04 December 2009

baian@satellite:~$ pfexec beadm list
BE          Active Mountpoint Space   Policy Created        
--          ------ ---------- -----   ------ -------        
opensolaris -      -          154.58M static 2010-02-06 12:13
snv_129     NR     /          6.10G   static 2010-02-06 15:11

Stage-2: Development Build のアップデート(b129 to b132):
Stage-1 の Dev. b128a から b129 へのアップデート手順 Step-1 〜 Step-10 と同様に作業を進める。

Step-1: baian@satellite:~$ pfexec su
Step-2: baian@satellite:~# pkg install SUNWipkg
Step-3: baian@satellite:~# beadm create snv_132

Step-4: baian@satellite:~# beadm mount snv_132 /mnt
Step-5: baian@satellite:~# pkg -R /mnt install entire@0.5.11,5.11-0.132
Step-6: baian@satellite:~# bootadm update-archive -R /mnt
Step-7: baian@satellite:~# beadm unmount snv_132
Step-8: baian@satellite:~# beadm activate snv_132
        baian@satellite:~# beadm list
Step-9: baian@satellite:~# reboot (or # init 6)
Step-10: Boot up from OpenSolaris dev. build b132.

とりあえず、OpenSolaris dev.b132 にアップデートできた。
追加パッケージのインストールとアプリケーションの諸設定はのちほど。

baian@satellite:~$ more /etc/release
                       OpenSolaris Development snv_132 X86
           Copyright 2010 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                            Assembled 29 January 2010

baian@satellite:~$ cat /rpool/boot/grub/menu.lst

splashimage /boot/grub/splash.xpm.gz
background 215ECA
timeout 15
default 3
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title OpenSolaris Development snv_128a X86
findroot (pool_rpool,2,a)
bootfs rpool/ROOT/opensolaris
# splashimage /boot/solaris.xpm
# foreground d25f00
# background 115d93
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -v
module$ /platform/i86pc/$ISADIR/boot_archive
#---------------------END BOOTADM--------------------

title Windows XP professional +SP3
    rootnoverify (hd0,0)
    chainloader +1

# Unknown partition of type 0 found on /dev/rdsk/c5d0p0 partition: 4
# It maps to the GRUB device: (hd1,3) .

title OpenSolaris preview Development based on snv_129 x86
findroot (pool_rpool,2,a)
bootfs rpool/ROOT/snv_129
# splashimage /boot/solaris.xpm
# foreground d25f00
# background 115d93
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -v
module$ /platform/i86pc/$ISADIR/boot_archive
#============ End of LIBBE entry =============
title OpenSolaris preview Development based on snv_132 x86
findroot (pool_rpool,2,a)
bootfs rpool/ROOT/snv_132
# splashimage /boot/solaris.xpm
# foreground d25f00
# background 115d93
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -v
module$ /platform/i86pc/$ISADIR/boot_archive
#============ End of LIBBE entry =============

2009-08-10

Linux Mint 7 KDE community edition Released

" Clement Lefebvre has announced the release of the "KDE" edition of Linux Mint 7: "The team is proud to announce the release of Linux Mint 7 'KDE'. Based on Kubuntu 9.04, Linux 2.6.28, KDE 4.2.4 and X.Org 7.4, Linux Mint 7 'KDE' community edition features a lot of improvements and the latest software from the open source world.
" Highlights: "KDE 4.2.4 and Amarok 2.1 - the latest and shiniest KDE desktop and applications; mintInstall improvements - featured applications, pre-filled information, seamless screenshot downloads, improved GUI layout; mintUpdate improvements - changelogs, package sizes, usability; mintUpload improvements - ads-free, GUI improvements, graphical service manager, SCP/SFTP support; mintWelcome; command-line goodies - APT version, RTFM...."

See the release announcement and release notes for further information.

About Linux Mint
Linux Mint is an Ubuntu-based distribution whose goal is to provide a more complete out-of-the-box experience by including browser plugins, media codecs, support for DVD playback, Java and other components. It also adds a custom desktop and menus, several unique configuration tools, and a web-based package installation interface. Linux Mint is compatible with Ubuntu software repositories.

Linux Mint Summary 
Distribution Linux Mint
Home http://linuxmint.com/
Mailing List
--
Users Forum
http://linuxmint.com/forum/
Documents http://linuxmint.com/wiki/
Screenshots http://www.linuxmint.com/screenshots.phpThe Coding Studio
Download mirror
http://www.linuxmint.com/download.php
Bug Tracker --
Related Web Sites
LinuxMint-ArtLinux Mint FranceLinux Mint GermanyLinux Mint ItalyLinux Mint Spain


For a detailed overview of the new features and improvements included in Linux Mint 7 KDE, please read “What’s new in Gloria KDE?“.

System requirements:
A minimum of 4GB of free space and 256MB RAM are needed. For a comfortable experience we recommended to have at least 512MB RAM and 10GB of free space.

New features
This edition is based on Kubuntu 9.04 Jaunty Jackalope, Linux 2.6.28, Xorg 7.4 and it comes with the latest KDE 4.2.4 and Amarok 2.1. For a complete list of new features read: What's new in Gloria KDE?

Upstream issues
Linux Mint 7 is based on Ubuntu Jaunty Jackalope. Make sure to read the known issues related to this release.
Important links
Download Linux Mint 7 KDE:
You can download the Main Edition via torrent or via HTTP:
Size: 1.1GB LiveDVD
MD5Sum: 60d7b284446b6fdaf58cba91446ff5ff



2009-07-24

Installation of OpenSolaris 2009.06 release on My dynabook Satellite J50


Platform:
Toshiba dynabook Satellite J50 173L/5X
          CPU: Intel Pentium M740(1.73GHz) with Intel Speedstep Technology,
          Graphics Controller: Intel Mobile 915GM Express (128MB: shared memory),
          Extended memory: 2GB(1GB x 2Slots, max), DDR2-PC4200 SDRAM (533MHz),
          Hard Drive: 40GB-osol/80GB Fujitsu SATA (Internal),
          Optical Drive: Matshita UJ-850S DVD-RAM Super Multi Slim Drive (Internal),
          Floppy Drive: 3.5 inch 2 Mode (Internal),
          Ethernet Controller: Marvel 88E8053 PCI-E Gigabit Ethernet (internal),
          PCMCIA 2-slots 32bit (cardbus),
Install media: opensolaris 2009.06 Live USB stick (2GB) with USB Creator by Chyonan-san.
                osol-0906-x86.usb downloaded from GENUNIX site,
Procedure:
1. Start-up OpenSolaris 2009.06 with Live USB
   Insert Live USB stick to one of USB2.0 ports on my notebook computer.
   Power on, then push down F12 key, select to "start a USB storage drive" form the boot menu.

2. Starting from GRUB menu, select top line on it. Then the Live USB boot up successfuly.
3. login automaticaly, start up OpenSolaris 2009.06, Gnome Desktop is appeared fairly.

4. Execute DDU(Device Driver Utility).
   Marvel 88E8053 PCI-E Gigabit Ethernet driver is missing, then search this driver from the Mavel site or third party vendors.
   This dirver has been available to download from here.
   After installation to the solaris partition on my hard drive, download this binary source tar-ball from here.

5. Install OpenSolaris 2009.06 to the solaris partition on my hard drive.
   Click the icon "install here", Installation is started.
   For a while, about 30 minutes, installation has done successfully.

6. Reboot the system and eject the Live USB stick.
   Starting from GRUB menu, select top line on it.
   Then the system boot up successfuly.

7. GDM login with the configured account user and password.
   After a while, starting-up OpenSolaris 2009.06 Gnome desktop is appeared.  

8. Installation for Marvel myk ethernet driver
    Using with the another computer, pluged in a USB stick for storing some files.
8-1. Download tar-ball driver file to the stored directory on my USB stick drive.
       % cd <my downloaded file stored directory>
       % wget http://homepage2.nifty.com/mrym3/taiyodo/myk-2.6.8.tar.gz  
    
      Unmount and eject the USB stick from the another computer.

8-2. Plugin the USB stick stored the downloaded tar-ball binary myk-driver file on my dynabook satellite J50.
      % cd <my downloaded file stored directory>

8-3. Extract the downloaded tar-ball driver file. 
      % gunzip -cd myk-2.6.8.tar.gz | tar xf -

8-4. Add hostname for the NIC card into /etc/hosts file

8-5. Make links to correct binary directory and Makefile according to your configuration.
       i386 and gcc are default.

        % cd /.../myk-2.6.8
        % rm obj Makefile
        % ln -s Makefile.${KARCH}_${COMPILER} Makefile
        % ln -s ${KARCH} obj
   where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is "gcc" or "suncc" which you want to use to make the driver.
   On my dynabook J50, ${KARCH} is "i386" and ${COMPILER} is "gcc".


8-6. Making binaries only for OpenSolaris users.
      The driver likely work with GLD v3 in OpenSolaris, known as Nemo.
       You can enjoy the new functions by recompiling the source code.

        % rm Makefile.config
        % ln -s Makefile.config_gld3 Makefile.config
        % /usr/ccs/bin/make

8-7. Testing myk driver
       Testing before installation is strongly recommended.

        # cd /.../myk-2.6.8
        # /usr/ccs/bin/make install
        # ./adddrv.sh
        # /usr/ccs/bin/make uninstall  (for solaris7, don't remove the file )
        # modload obj/myk
        # devfsadm -i my0 (for solaris7, use drvconfig and reboot with -r )
        # ifconfig myk0 plumb ( where N is an instance number, typcally 0 for first card)
        # ifconfig -a        ( you will see an entry for mykN)
        # ifconfig myk0 satellite
        # ifconfig myk0      ( ensure IP address is correct)
        # ifconfig myk0 up   ( and then you can test with ping, telnet, ftp ...)

8-8. Installation myk driver
       After you ensure that the myk driver is fully functional, install it.

  (1) install the myk driver into the kernel directory
        # cd /.../myk-2.6.8
        # /usr/ccs/bin/make install

    If you do not test the myk driver yet, execute the following commands:
        # ./adddrv.sh
        # devfsadm -i myk (for solaris7, use drvconfig and reboot with -r)

  (2) Configure the network interface. Create and/or modify the following file:
        /etc/hostname.myk0

  (3) Reboot the system.
        # init 6

Reference: Free NIC drivers for Solaris
03/25/2009 myk-2.6.8 was released
---------------------------------------------------------------------------
21. myk driver for marvell PCI-E GbE controller yukon2

This was ported from FreeBSD msk driver, and an open source alternative for solaris skge driver.

Tested OS version: Solaris Expesss nv90 x86

Tested chips: marvell 88E8053, marvell 88E8058

Source file with x86/amd64 binaries: myk-2.6.8.tar.gz


NOTE: This driver doesn't support marvel yukon PCI GbE controllers.

********************************************************************
CAUTION: There is NO WARRANTY for this software.
As this software is loaded into the kernel, it might cause the kernel to
panic or hang.
                                                Masayuki Murayama
                                                KHF04453@nifty.ne.jp
********************************************************************
# Introduction
This is the Marvell yukon2 PCI express giga bit ethernt NIC driver for
Solaris.  It is distributed under the BSD license.

# Specification of the driver
File name of the driver: /kernel/drv/myk
Special file name: /dev/mykN (Where N is a unit number, typcally 0 for first card)
        For example
                % ifconfig myk0
RTL8169/8110 chipset dosn't support 1Gbpis half duplex mode.
Currently myk driver isn't stable on sparc platforms.

Tested OS version: Solaris nv 83a (Athlon 2800+ w/ SiS760GX)

Tested cards:  88E8053 -- Kurotoshiko GBE-PCIe
********************************************************************