The Solaris[tm] Software Companion CD contains a wide variety of popular free and open source software built for the Solaris 8 Operating Environment. It includes both binary and source code packages. For a list of Companion CD contents and other information, please visit the Solaris Software Companion CD Web page. Solaris 8 binaries are also available for free download from the Free Solaris[tm] Binary License Program Web page.
Given the size of the Companion CD download (585 Mbytes), we recommend that this option be considered only by those with a fast connection (such as DSL or a cable modem). Others should consider obtaining the Solaris 8 Media Kit . If you do choose the download option, you must follow the steps below as well as be able to write CDs and extract "zip" archive files.
Note: This is the 04/01 update of the Companion CD and corresponds to the 04/01 update of the Solaris 8 Operating Environment. Proper installation has not been verified on previous updates. Freeware for previous releases of the Solaris Operating Environment, as well as a number of packages that are not on the Companion CD, are available at http://sunfreeware.com, an independent Web site maintained by Steve
INTEL SOLALIS インストール時にINSATLL DISK1 をいれて IDENTIFIED DEVICE ,BOOT SOLARIS CD を選択したあと CURRENT BOOT PARAMETERS に進むはずが、 一瞬メッセージが表示されああと、再起動してしまい POST が走ってしまいます
何度やっても同じです。 原因はなにでしょうか
556 :S8 :2001/07/27(金) 02:49
「 POST が」って事は x86 って事と勝手に解釈。 Install しようとしている環境がわからん事には何とも言えんと思うぞい。 BIOS の設定によっても動作に違いが出て来るので要注意。 場合によっては不要な Device を外してみるのも吉。
もっとも"Entire Distribution (Plus OEM Support)"で インストールしないとNetscapeは入らないかも もし"End User System Support"とか"Developer System Support" でインストールしたのなら"Software 2 of 2 CD"から pkgaddで入れるといいかも 以下のパッケージね
NSCPcom Netscape Communicator NSCPjacom Japanese (common) Netscape Communicator NSCPjecom Japanese (EUC) Netscape Communicator NSCPjpcom Japanese (PCK) Netscape Communicator NSCPjucom Japanese (UTF-8) Netscape Communicator SUNWdtnsc Netscape Componentization Support for CDE
>>589 Solaris 7では黒地に白のコンソール画面だったのに、 Solaris 8では何故白地に黒のコンソール画面に変更されたかについて考察せよ。
もちろん、RGB出力に74HCU04を入れて極性反転させるというのは ナンセンスである。
593 :いっぱい。 :2001/08/02(木) 18:01
Solaris 2.6 sparc のhotjava 3 って、インストールは Windowsみたいにかっこいいが、 起動して使うとしょっちゅう落ちます。 どうして?
594 :名無しさん@お腹いっぱい。 :2001/08/02(木) 18:23
Solaris 8 for intelにProFTPD1.2.1を入れました。動作 自体は問題ないのですが(ログインしてダウン・アップロー ド出来る)、ログアウトしたあとに
Aug 2 18:12:32 hoge proftpd[479]: open_module: stat(/usr/lib/security/pam_unix.so.1) failed: No such file or directory Aug 2 18:12:32 hoge proftpd[479]: load_modules: can not open module /usr/lib/security/pam_unix.so.1
Type control-d to proceed with normal startup, (or give root password for system maintenance):←パスワード入れました ENTER RUN LEVEL (0-6, s or S) [3]:←enter押しました
INIT: Cannot create /var/adm/utmpx INIT: SINGLE USER MODE
/opt/gnu から cd make-3.79.1 sh .configure --prefix=/opt/gnu
とすると
# sh ./configure --prefix=/opt/gnu loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... ./configure: make: not found no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking host system type... i386-pc-solaris2.8 checking whether make sets ${MAKE}... (cached) no checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH
ISA : ACPI : 16550-compatible serial controller ISA : ACPI : 16550-compatible serial controller ISA : ACPI : Floppy disk controller ISA : ACPI : Motherboard ISA : ACPI : PS/2 mouse ISA : ACPI : Parallel port ISA : ACPI : Ram ISA : ACPI : System Keyboard(US-English) PCI : Audio device PCI : Bus Mastering IDE controller PCI : Input controller PCI : Intel Pro100/B Fast Ethernet PCI : SCSI bus controller PCI : Universal Serial Bus PCI : Universal Serial Bus PCI : VGA compatible display adapter
#!/bin/sh # if [ -r /etc/ld.config ]; then echo -n 'initializing runtime linking environment' . /etc/ld.config echo '.' fi
if [ -x /bin/crle ]; then for i in ${ldconfig_paths}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 32-bit runtime linking path:' ${_LDC} /bin/crle -u -l ${_LDC}
for i in ${ldconfig_paths64}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 64-bit runtime linking path:' ${_LDC} /bin/crle -64 -u -l ${_LDC} fi
それはそうと system SUNWypr NIS Server for Solaris (root) system SUNWypu NIS Server for Solaris (usr) が関連パッケージだよ ひょっとして (1 of 2 cd)/Solaris_8/Tools/Boot/usr/lib/netsvc/yp から入れようとした? (2 of 2 cd)/Solaris_8/Product/SUNWypr (2 of 2 cd)/Solaris_8/Product/SUNWypu ぢゃないとダメだよ
(NetBSD/pc98 1.4.3) % man ksh -- snip -- [[ expression ]] Similar to the test and [ ... ] commands (described later), with the following exceptions: o Field splitting and file name generation are not performed on arguments. o The -a (and) and -o (or) operators are replaced with && and ||, respectively. o Operators (e.g., -f, =, !, etc.) must be unquoted. o The second operand of != and = expressions are patterns (e.g., the comparison in [[ foobar = f*r ]] succeeds). o There are two additional binary operators: < and > which return true if their first string operand is less than, or greater than, their second string operand, respec- tively. o The single argument form of test, which tests if the argument has non-zero length, is not valid - explicit operators must be always be used, e.g., instead of [ str ] use [[ -n str ]] o Parameter, command and arithmetic substitu- tions are performed as expressions are eval- uated and lazy expression evaluation is used for the && and || operators. This means that in the statement [[ -r foo && $(< foo) = b*r ]] the $(< foo) is evaluated if and only if the file foo exists and is readable.
834 :名無しさん@お腹いっぱい。 :01/08/27 04:06 ID:T/QdooP.
% find /usr/local/bin/emacs-* emacs-20.7: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped emacs-21.0.104: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped この not stripped ってどういういみですか?
>> 849 Stop A boot -s for t in /etc/rc2.d/S* do echo $t /sbin/sh $t done
851 :ガッツ右松 :01/08/28 11:53 ID:/14C4GOA
やってみます!
852 :名無しさん@お腹いっぱい。 :01/08/28 12:04 ID:57w2WCpg
>>851 /sbin/sh $t start だった。 この for るーぷは /etc/rc2 の中とかに書いてあるからみてみるといいと思います。
853 :画津右松 :01/08/28 14:19 ID:/14C4GOA
さきほどのはうまくいきましたが、、、、 途中で起動が止まってしまいます。
↓ここで止まります。何をすればいいかご教授ください /etc/rc2.d/S01MOUNTFSYS checking ufs filesystems /dev/rdsk/c0t0d0s6: is stable. /dev/rdsk/c0t0d0s7: is stable. mount: /dev/dsk/c0t0d0s6 is already mounted, /opt is busy, or the allowable number of mount points has been exceeded mount: /tmp already mounted mount: /dev/dsk/c0t0d0s7 is already mounted, /export/home is busy, or the allowable number of mount points has been exceeded /etc/rc2.d/S05RMTMPFILES /etc/rc2.d/S20sysetup /etc/rc2.d/S30sysid.net /etc/rc2.d/S69inet Flushing routing table: default *.*.40.254 done add net default: gateway *.*.40.254 /etc/rc2.d/S71rpc starting rpc services: rpcbind keyserv kerbd done. /etc/rc2.d/S71sysid.sys /etc/rc2.d/S72autoinstall /etc/rc2.d/S72inetsvc Setting netmask of hme0 to 255.255.255.0 starting internet domain name server. Setting default interface for multicast: add net 224.0.0.0: gateway hogege.hoge.co.jp: File exists /etc/rc2.d/S73nfs.client