ORCA CLAIM
2003-11-27T13:22:39 Send to [172.21.20.47] port [8888] Send File [/var/tmp/claim_send_front000000010001_u8_snd.xml] Receive respons from server [ N/A ] 2003-11-27T13:35:01 Send to [172.21.20.47] port [8888] Send File [/var/tmp/claim_send_front000000010001_sjis_snd.xml] Receive respons from server [ N/A ] 2003-11-27T15:23:17 Send to [172.21.20.47] port [8888] Send File [/var/tmp/claim_send_front000000017701_sjis_snd.xml] Receive respons from server [ N/A ] ~ ~ ~ ~ ~ ~ ~ ~ claim_snd.log: unmodified, euc-jp: line 1 |
XFree86 4.3 install
woody:/home/orca/source# dpkg-source -x xfree86_4.3.0-0pre1v5.dsc dpkg-source: extracting xfree86 in xfree86-4.3.0 woody:/home/orca/source# ls xfree86-4.3.0 xfree86_4.3.0-0pre1v5.dsc xfree86_4.3.0-0pre1v5.diff.gz xfree86_4.3.0.orig.tar.gz woody:/home/orca/source# cd xfree86-4.3.0 woody:/home/orca/source/xfree86-4.3.0# ls debian xfree86-4.3.0.tar.bz2 woody:/home/orca/source/xfree86-4.3.0# dpkg-buildpackage -us -uc dpkg-buildpackage: source package is xfree86 dpkg-buildpackage: source version is 4.3.0-0pre1v5 dpkg-buildpackage: source maintainer is Branden Robinson |
Eclipse for Linux install
●GTK+の動作確認 Fedora Core-1 GTK-2なのでEclipse gtk版をインストール予定 Eclipseは、J2SE(Java2 SDK)のVer1.3以上が必要です。 現在は「J2SE 1.4.2」のLinux版が公開されてますので、それを入れることにします。 j2sdk-1_4_2_02-linux-i586-rpm.bin」をダウンロードします。 これを、「chmod 744 j2sdk-1_4_2_02-linux-i586-rpm.bin」として実行権限を与えておきます。その後、「./j2sdk-1_4_2_02-linux-i586-rpm.bin」として実行します。 これを進めると「j2sdk-1.4.2_02-linux-i586.rpm」が生成されます。 次に「rpm -iv j2sdk-1.4.1_02-linux-i586.rpm」として、RPMファイルをインストールします。 (もちろん、その前に「rpm -q j2sdk」として、前のバージョンがインストールされているか、などは チェックしておいてください) インストールされたファイル群は「/usr/java/j2sdk1.4.2_02」に展開されます。 ●「/etc/profile」の編集 どのディレクトリからでもJavaのコンパイル・実行ができるように、 「/usr/java/j2sdk1.4.2_02/bin」をPATHに追加します。 「/etc/profile」をviなどで開き、最後の行に以下の追加を行います。 export PATH=/usr/java/j2sdk1.4.1_02/bin:$PATH この後、一度ログアウトして再度ログインで 設定が有効にっているか確認します(「set | grep PATH」で 「/usr/java/j2sdk1.4.2_02/bin」が追加されているか確認してみてください)。 ●Javaの動作確認 最後に、どのディレクトリでもいいですので「java -version」として、 Javaのバージョンが「1.4.2_02」になっているのを確認してください。 以上にて、J2SEのインストールは完了です。 ●Eclipseのインストール これで、ようやくEclipseを実行するための環境が整いました。 EclipseのLinux(GTK)版を、「http://www.eclipse.org」より ダウンロードしてきます。 2004/02現在は、「eclipse-SDK-2.1.2-linux-gtk.zip」です。 これを解凍して、「/usr/local/eclipse」に展開してきてください。 ●「/etc/profile」の編集 また、実行の際にはEclipse用のワークスペース(作業ディレクトリ)が必要です。 デフォルトは、実行したときのカレントに「workspace」ディレクトリが作られて、 そこがワークスペースになります。 これは、ログインしたユーザーごとに持てるといいですので、「/etc/profile」の 最後の行に以下のように追加しています。 alias eclipse='/usr/local/eclipse/eclipse -data ~/eclipse/workspace' これで、どのディレクトリからでも「eclipse」と入力すると Eclipseが起動し、なおかつ「$HOME/eclipse/workspace」が作業領域になります。 ●日本語化です。 /usr/local配下でeclipse2.1.2.1-SDK-linux-gtk-LanguagePackFeature.zipを解凍すると、 root@fedora eclipse]# ls cpl-v10.html features install.ini plugins startup.jar eclipse icon.xpm notice.html readme workspace が出来ます。この後、一度ログアウトして再度ログインしてください。 コマンドラインで「eclipse」と入力すると、無事Eclipseが日本語モードで立ち上がります。 |
AMD64 & XEON*2 for ORCA
Linux woody 2.4.18-686-smp #1 SMP Sun Apr 14 12:07:19 EST 2002 i686 unknown
Most of the programs included with the Debian GNU/Linux system are
freely redistributable; the exact distribution terms for each program
are described in the individual files in /usr/share/doc/*/copyright
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Apr 14 09:02:24 2004
orca@woody:~$
orca@woody:~$ cat /proc/interrupts
CPU0 CPU1
0: 28658 0 IO-APIC-edge timer
1: 6 0 IO-APIC-edge keyboard
2: 0 0 XT-PIC cascade
8: 3 0 IO-APIC-edge rtc
12: 7 0 IO-APIC-edge PS/2 Mouse
14: 156263 0 IO-APIC-edge ide0
15: 29 0 IO-APIC-edge ide1
16: 0 0 IO-APIC-level usb-uhci
17: 875 0 IO-APIC-level eth0
18: 0 0 IO-APIC-level usb-uhci
19: 0 0 IO-APIC-level usb-uhci
NMI: 0 0
LOC: 28580 28578
ERR: 0
MIS: 0
orca@woody:~$
orca@woody:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.40GHz
stepping : 5
cpu MHz : 2399.365
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips : 4784.12
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.40GHz
stepping : 5
cpu MHz : 2399.365
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips : 4797.23
orca@woody:~$
woody:/usr/src# dpkg -i kernel-image-2.6.0_amd64_i386.deb
未選択パッケージ kernel-image-2.6.0 を選択しています。
(データベースを読み込んでいます... 現在 50203 個のファイルとディレクトリがインス
トールされています。)
(kernel-image-2.6.0_amd64_i386.deb から) kernel-image-2.6.0 を展開しています...
kernel-image-2.6.0 (amd64) を設定しています ...
A new kernel image has been installed, and usually that means
that some action has to be taken to make sure that the new
kernel image is used next time the machine boots. Usually,
this entails running a ``bootloader'' like SILO, loadlin, LILO,
ELILO, QUIK, VMELILO, ZIPL, or booting from a floppy. (Some
boot loader, like grub, for example, do not need to be run on
each new image install, so please ignore this if you are using
such a boot loader).
A new kernel image has been installed at /boot/vmlinuz-2.6.0
(Size: 1252kB)
Symbolic links, unless otherwise specified, can be found in /
LILO sets up your system to boot Linux directly from your hard
disk, without the need for booting from a boot floppy.
WARNING
If you are keeping another operating system or another version
of Linux on a separate disk partition, you should not have LILO
install a boot block now. Wait until you read the LILO documentation.
That is because installing a boot block now might make the other
system un-bootable. If you only want to run this version of Linux,
go ahead and install the boot block here. If it does not work, you
can still boot this system from a boot floppy.
Would you like to create a boot floppy now? [No]
|
Linux+ASP関連のリンク集
ritsuo@mxy.mesh.ne.jp