>>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