Archive for 2002年09月02日 (月)

SunScreen 3.2

[ 한글 中文 english ] [2002/09/02 (月)の記事一覧]

Linux boxで、Solaris9のインストールCDのイメージをマウント、tarでSUNWeu8os,SUNWeu8oxをコピー

[root@sarah solaris9]#  mount  sol-9-sparc-v1.iso /mnt/cdrom
mount: sol-9-sparc-v1.iso はブロックデバイスではありません (多分 `-o loop' とやっ
てみたら?)
[root@sarah solaris9]#  mount -o loop sol-9-sparc-v1.iso /mnt/cdrom
[root@sarah solaris9]# cd /mnt/cdrom
[root@sarah cdrom]# ls
Copyright  Solaris_9
[root@sarah cdrom]# cd Solaris9
bash: cd: Solaris9: そのようなファイルやディレクトリはありません
[root@sarah cdrom]# ls
Copyright  Solaris_9
[root@sarah cdrom]# cd Solaris_9
[root@sarah Solaris_9]# ls
Docs  Misc  Patches  Product  Tools
[root@sarah Solaris_9]# cd Product
[root@sarah Product]# ls SUNWeu8ox
archive  install  pkginfo  pkgmap  reloc
[root@sarah Product]# pwd
/mnt/cdrom/Solaris_9/Product
[root@sarah Product]# tar -cvf /home/hijiri/SUNWeu8os.tar SUNWeu8os/
SUNWeu8os/
SUNWeu8os/archive/
SUNWeu8os/archive/none.bz2
SUNWeu8os/install/
SUNWeu8os/install/copyright
SUNWeu8os/install/depend
SUNWeu8os/install/i.none
SUNWeu8os/pkginfo
SUNWeu8os/pkgmap
SUNWeu8os/reloc/
SUNWeu8os/reloc/lib/
SUNWeu8os/reloc/lib/locale/
SUNWeu8os/reloc/lib/locale/en_US.UTF-8/
SUNWeu8os/reloc/share/
SUNWeu8os/reloc/share/lib/
SUNWeu8os/reloc/share/lib/setterm/
SUNWeu8os/reloc/share/lib/setterm/en_US.UTF-8/
[root@sarah Product]# tar -cvf /home/hijiri/SUNWeu8ox.tar SUNWeu8ox/
SUNWeu8ox/
SUNWeu8ox/archive/
SUNWeu8ox/archive/none.bz2
SUNWeu8ox/install/
SUNWeu8ox/install/copyright
SUNWeu8ox/install/depend
SUNWeu8ox/install/i.none
SUNWeu8ox/pkginfo
SUNWeu8ox/pkgmap
SUNWeu8ox/reloc/
SUNWeu8ox/reloc/lib/
SUNWeu8ox/reloc/lib/locale/
SUNWeu8ox/reloc/lib/locale/en_US.UTF-8/
SUNWeu8ox/reloc/lib/locale/en_US.UTF-8/sparcv9/
[root@sarah Product]#

ターゲットマシン(もちろんSolaris)に、ファイルをコピー、インストール。

# scp  hijiri@sarah.umemoto.org:SUNWeu8* ./
The authenticity of host 'sarah.umemoto.org' can't be established.
hijiri@sarah.umemoto.org's password:
SUNWeu8os.tar        100% |*****************************| 51200       00:03
SUNWeu8ox.tar        100% |*****************************| 51200       00:03
# tar xf SUNWeu8os.tar
# tar xf SUNWeu8ox.tar
# pkgadd -d .

次のパッケージを利用できます:
1  SUNWeu8os     American English/UTF-8 L10N For OS Environment User Files
(sparc) 1.5,REV=2002.02.02.16.55
2  SUNWeu8ox     American English/UTF-8 L10N For OS Env User Files (64-bit)
(sparc) 1.5,REV=2002.02.02.16.55

パッケージ (複数可) を選択してください (すべてのパッケージを
処理するには 'all' を入力してください)。 (default: all) [?,??,q]: all
(中略)# ssadm configure
Checking for required packages
SunScreen Installation Script

NOTE: For this script to work, you MUST have already installed
the prerequisite Solaris packages; added the SunScreen
packages and rebooted the machine.

If you have done this, press ENTER to continue;
otherwise, press Control-C to abort.

#

CLI(ssadm)コマンドで設定変更。

シティバンク、エヌ・エイ 口座解約

[ 한글 中文 english ] [2002/09/02 (月)の記事一覧]

大手町支店の口座を新宿南口支店で解約。EURはT/Cで払い戻し。新生銀行にT/Cを預入しようと思ったが、一度円転しないとダメだと断られた。新生銀行は、外為マニアにとっては不便極まりない。

「001−ICグローバルホン」9月末で終了">「001−ICグローバルホン」9月末で終了

[ 한글 中文 english ] [2002/09/02 (月)の記事一覧]

新宿のKDDIビルからも電話機が撤去されたままだったが、そういうことだったのか。
最盛期には2400台もあったのに、いまでは50台しかないという。
先週三越本店に行ったときには、まだ撤去されていなかった。

KDDIよりも稀少なのは、日本テレコムのICカードだろう。そういえば、きのう上野で見かけたなあ。検索したら、
年末で終了 だと。まだ1度数もつかってないぞ。

VNC server

[ 한글 中文 english ] [2002/09/02 (月)の記事一覧]

以下の作業が必要だった。

$ su
Password:
# chmod 01777 /tmp/.X11-unix
# exit
$ mkdir .Xresources