Archive

Archive for the ‘Q&A(질문과답)’ Category

에러메시지

3월 27th, 2009

solaris7 에러 발생.

/dev/sysmsg: I/O 오류

Q&A(질문과답)

solaris7 SUNW_1.2 error.

4월 1st, 2008

어플리케이션(netbackup6.0 client)을 실행했을때 에러 발생. 해결방안은? 

fatal:librt.so.1: version ‘SUNW_1.2′ not found

1. SUNWcsl 확인  2. LD_NOVERSION 이 yes인지 확인?

Q&A(질문과답), Solaris(솔라리스)

mysql configure 에러

2월 12th, 2007

Fedora core5 에서 mysql 4.0.25 configure시 다음과 같은 에러 발생

checking “LinuxThreads”… “Not found”
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used.  Please install Linuxthreads
(or a new glibc) and try again.  See the Installation chapter in the
Reference Manual for more information.

원인및 해결 방안은?

Q&A(질문과답)

linux 커널 메시지.

2월 7th, 2007

OS: Fedora core 5 

증상: httpd process가 무수히 많이 생기면서 좀비프로세스가 생김. 이때 메모리와 CPU를 거의 httpd 데몬이 점유하면서 느려짐.

메시지: 아래와 같음 

Out of Memory: Kill process 12558 (httpd) score 84120 and children.
Out of memory: Killed process 12558 (httpd).

원인은 뭘까요????

Linux(리눅스), Q&A(질문과답)

watchdog reset?

1월 7th, 2006

ultra60.

solaris7

x윈도우 뜨고 로그인 하려고하면

watchdog reset
Externally initated reset

요런 메시지가 나오면서 prom 프롬프트가 떠버림..

원인및 해결방법은?

Q&A(질문과답)

spamassassin…

9월 12th, 2005

spamassassin 에서
spamd 실행시 에러 …

unix dgram connect: Socket operation on non-socket at /usr/local/bin/spamd line xxx

solution..
add next option.

–syslog-socket=inet ..

/etc/init.d/spamd 화일
===========================================================

#!/sbin/sh
#
# Copyright (c) 2001 by Sun Microsystems, Inc
# All rights reserved.
#
#ident “@(#)spamd 05/08/06 POSS”

case “$1″ in
start)
/usr/local/bin/spamd -d -i 0.0.0.0 -x -u qmaild –syslog-socket=inet &

;;
stop)
/bin/pkill spamd

;;
*)
echo “Usage: $0 { start | stop }”
exit 1
;;
esac
exit 0

Q&A(질문과답)

courier-authlib 컴파일 에러

9월 5th, 2005

courier-authlib 컴파일 에러

해결방법은?(i can’t found solution… )

ysqlclient.a(string.o)
.udiv 0×198 /usr/local/mysql/lib/mysql/libmysqlclient.a(string.o)
.udiv 0×228 /usr/local/mysql/lib/mysql/libmysqlclient.a(string.o)
.udiv 0×2d0 /usr/local/mysql/lib/mysql/libmysqlclient.a(string.o)
putchar 0×1c0c /usr/local/mysql/lib/mysql/libmysqlclient.a(charset.o)
putchar 0×1dd8 /usr/local/mysql/lib/mysql/libmysqlclient.a(charset.o)
putchar 0×1e0c /usr/local/mysql/lib/mysql/libmysqlclient.a(charset.o)
putchar 0×1e40 /usr/local/mysql/lib/mysql/libmysqlclient.a(charset.o)
fstat64 0×94 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
fstat64 0×98 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
opendir 0×1a0 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
stat64 0xc8 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
stat64 0×2b4 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
closedir 0×330 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
closedir 0×3c8 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
qsort 0×3f8 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
readdir64 0×230 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_lib.o)
write 0×24 /usr/local/mysql/lib/mysql/libmysqlclient.a(viosocket.o)
write 0×28 /usr/local/mysql/lib/mysql/libmysqlclient.a(viosocket.o)
realloc 0×18 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_realloc.o)
chdir 0×174 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_getwd.o)
getcwd 0×34 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_getwd.o)
fdopen 0×2e8 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_fopen.o)
fdopen 0×338 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_fopen.o)
fopen64 0×114 /usr/local/mysql/lib/mysql/libmysqlclient.a(my_fopen.o)
memchr 0xc /usr/local/mysql/lib/mysql/libmysqlclient.a(strnlen.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
make[2]: *** [libauthmysql.la] Error 1
make[2]: Leaving directory `/var/tmp/courier-authlib-0.57′
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/courier-authlib-0.57′
make: *** [all] Error 2

Read more…

Application(어플리케이션), Q&A(질문과답)

CPAN

8월 7th, 2005

# /usr/local/bin/perl -MCPAN -e shell

cpan shell — CPAN exploration and modules installation (v1.61)
ReadLine support available (try ‘install Bundle::CPAN’)

cpan> install Bundle:CPAN

perl CPAN모듈을 이렇게 설치하는건가?

Application(어플리케이션), Q&A(질문과답)

Solaris 9 에 Sybase ASE 12_5 설치하기?

5월 14th, 2005

참고 문서

http://manuals.sybase.com/onlinebooks/group-as/asp1250e/instsun/@Generic__BookTextView/1;pt=4;lang=ko

Sybase Adaptive Server는 사용자가 많지 않으므로 설치문서라든지 자료를 구하기 매우 어렵다.

1. 설치전작업
설치전 다음과 같은 작업을 한다.

/etc/system화일에
set shmsys:shminfo_shmmax = nnn
nnn을 조정해서 shared memory의 크기를 증가시켰다.

사용자계정 sybase를 만든다.
sybase로 로그인한후 설치작업을 하는데, 다음과 같은 환경변수를 만들어준다.
(C shell 을 사용했다.)

snowfox% set SYBASE_ASE=ASE-12_5
snowfox% set SYBASE_SYSAM=SYSAM-1_0
snowfox% set SYBASE_OCS=OCS-12_5
snowfox% set SYBASE_FTS=FTS-12_5
snowfox% set SYBASE=/opt/sybase

2. 설치
설치는 콘솔에서 그래픽모드로 할 수도 있고, 원격에서 텍스트모드로도 설치할 수 있다.

그래픽모드는 ./setup
텍스트모드는 ./setup -console

라이센스읽기가 끝나면 설치가 시작된다.

스탠다드를 선택했으며 몇번의 질의과정 후에 아래와 같은 화면이 나온다.

Press ENTER to read the text [Type q to quit]

Sybase Central
Adaptive Server Plugin
Job Scheduler Templates and Utilities
Sybase Software Asset Management

for a total size:

701 MB

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]

Installing Sybase Adaptive Server Enterprise Suite. Please wait…

|———–|———–|———–|————|
0% 25% 50% 75% 100%
||||||||

몇변 화면이 지나간후에..

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
Building Adaptive Server ‘SNOWFOX’:
Writing entry into directory services…
Directory services entry complete.
Building master device…
Master device complete.
Writing RUN_SNOWFOX file…
RUN_SNOWFOX file complete.
Starting server…
Task failed
Unable to boot server ‘SNOWFOX’.
Server ‘SNOWFOX’ was not created.

——————————————————————————-
Adaptive Server configuration failed. Please check the errors listed below and
consult Sybase Customer Service & Support at http://www.sybase.com/support

Building Adaptive Server ‘SNOWFOX’:
Writing entry into directory services…
Directory services entry complete.
Building master device…
Master device complete.
Writing RUN_SNOWFOX file…
RUN_SNOWFOX file complete.
Starting server…
Task failed
Unable to boot server ‘SNOWFOX’.
Server ‘SNOWFOX’ was not created.

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]

그냥 끝나버린다.
설치로그를 보면
00:00000:00000:2005/05/14 12:18:07.04 kernel Checked out license ASE_DEV
00:00000:00000:2005/05/14 12:18:07.08 kernel Adaptive Server Enterprise Develop
er Edition.
00:00000:00000:2005/05/14 12:18:07.51 kernel Using config area from primary mas
ter device.
00:00000:00000:2005/05/14 12:18:07.52 server Configuration Error: Configuration
file, ‘/opt/sybase/SNOWFOX.cfg’, does not exist.
00:00000:00000:2005/05/14 12:18:07.56 kernel Warning: A configuration file was
not specified and the default file ‘/opt/sybase/SNOWFOX.cfg’ does not exist. SQL
Server creates the default file with the default configuration.
00:00000:00000:2005/05/14 12:18:07.60 kernel Warning: Using default file ‘/opt/
sybase/SNOWFOX.cfg’ since a configuration file was not specified. Specify a conf
iguration file name in the RUNSERVER file to avoid this message.
00:00000:00000:2005/05/14 12:18:07.69 kernel os_create_region: can’t allocate 4
9168384 bytes
00:00000:00000:2005/05/14 12:18:07.71 kernel kbcreate: couldn’t create kernel r
egion.
00:00000:00000:2005/05/14 12:18:07.71 kernel kistartup: could not create shared
memory
00:00000:00000:2005/05/14 12:18:07.82 kernel Checked out license ASE_DEV
00:00000:00000:2005/05/14 12:18:07.82 kernel Adaptive Server Enterprise Develop
er Edition.
00:00000:00000:2005/05/14 12:18:07.82 kernel The configuration area in device ‘
/opt/sybase/data/master.dat’ appears to be corrupt. The server needs this data t
o boot, and so cannot continue. The server will shut down.

안된다…..

Application(어플리케이션), Q&A(질문과답)

[SUN] 가끔씩 다음의 에러가…

3월 1st, 2005

사용장비는 ultra10, OS 는 solaris10…

가끔씩 화면이 검은색으로 바뀌며,
하얀 글씨로…

Saving System State.
Please Wait…

요런 화면이 나옴.
재부팅 하면 얼마간 사용가능하고 어쩌다 보면 다시 같은 현상 발생

강제로 재부팅하지않으면 몇시간 후에 자동으로 재부팅 됨.

뭔 문제인지 아시는분?

Read more…

Q&A(질문과답)

Bad Behavior has blocked 453 access attempts in the last 7 days.