% make test ext/IPC/SysV/ipcsysv.................semget: No space left on device FAILED at test 7 ext/IPC/SysV/t/sem...................semget: 28 No space left on device FAILED at test 1 lib/IPC/SysV.........................semget: No space left on device FAILED at test 7 Failed 3 test scripts out of 671, 99.55% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You have a good chance to get more information by running ### ./perl harness ### in the 't' directory since most (>=80%) of the tests succeeded. ### You may have to set your dynamic library search path,p ### LD_LIBRARY_PATH, to point to the build directory: ### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. u=6.74 s=3.31 cu=418.08 cs=60.73 scripts=671 tests=68763 make[2]: *** [_test_tty] Error 1 make[2]: Leaving directory `/var/tmp/perl-5.8.0' make[1]: *** [_test] Error 2 make[1]: Leaving directory `/var/tmp/perl-5.8.0' make: *** [test] Error 2
370 :名無しさん@Emacs :02/10/23 23:48
% 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