% export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ../ext/IPC/SysV/ipcsysv.t 255 65280 16 10 62.50% 7-16 ../ext/IPC/SysV/t/sem.t 28 7168 10 10 100.00% 1-10 ../lib/IPC/SysV.t 255 65280 16 10 62.50% 7-16 38 tests and 271 subtests skipped. Failed 3/712 test scripts, 99.58% okay. 30/68773 subtests failed, 99.96% okay.
で、INSTALL には
=item lib/ipc_sysv........semget: No space left on device
Either your account or the whole system has run out of semaphores. Or both. Either list the semaphores with "ipcs" and remove the unneeded ones (which ones these are depends on your system and applications) with "ipcrm -s SEMAPHORE_ID_HERE" or configure more semaphores to your system.
>>370 > Either your account or the whole system has run out of semaphores. Or > both. Either list the semaphores with "ipcs" and remove the unneeded > ones (which ones these are depends on your system and applications) > with "ipcrm -s SEMAPHORE_ID_HERE" or configure more semaphores to your > system. この辺がミソか。 おれもよくわからんが、 ipcs でセマフォの一覧出して ipcrm でいらないのを消すか、 セマフォを増やせ、と言っている、らしい。
% ipcs IPC status from <running system> as of Thu Oct 24 00:51:48 JST 2002 T ID KEY MODE OWNER GROUP Message Queues: q 0 0x140d -Rrw-r--r-- root root Shared Memory: Semaphores:
cc -DTI_RPC -DFCNTL_LOCK -DSYSINFO -g -I/usr/local/BerkeleyDB.4.1/include -c rpc.dracd.c rpc.dracd.c: In function `drac_run': rpc.dracd.c:165: warning: passing arg 2 of pointer to function from incompatible pointer type rpc.dracd.c:165: warning: passing arg 4 of pointer to function makes pointer from integer without a cast rpc.dracd.c:165: too few arguments to function *** Error code 1 make: Fatal error: Command failed for target `rpc.dracd.o'
cc -DTI_RPC -DFCNTL_LOCK -DSYSINFO -g -I/usr/local/BerkeleyDB.4.1/include -c rpc.dracd.c rpc.dracd.c: In function `drac_run': rpc.dracd.c:165: warning: passing arg 2 of pointer to function from incompatible pointer type rpc.dracd.c:165: warning: passing arg 4 of pointer to function makes pointer from integer without a cast rpc.dracd.c:165: too few arguments to function *** Error code 1 make: Fatal error: Command failed for target `rpc.dracd.o'
となります。何がおかしいんでしょうか?
ちなみ環境は OS=Solaris7 メール等はまだ何もインストールしていません。
400 :名無しさん@お腹いっぱい。 :02/10/25 11:17
どなたか教えて下さい。 新規に購入した Sun Fire V100 なのですが、 どうやってコンソールを開いたらいいのでしょうか? PCのシリアルと Sun Fire を接続しているのですが、反応が返って来ません。
>>437 #>uname -a SunOS ctoda8 5.8 Generic_108529-16 i86pc i386 i86pc #>cat /etc/release Solaris 8 10/01 s28x_u6wos_08a INTEL Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. Assembled 13 September 2001 Solaris 8 Maintenance Update 7 applied