[solaris] Telnet 타임아웃 시간 변경하기
March 11th, 2008
“ndd -set” 구문을 사용한다.
solaris에서는 기본값으로 7.2m(2시간)이지만 30분이면 끊기는거 같다 ![]()
다음과 같이 맨뒤에 초단위로 시간을 적으면됨
- ndd -get /dev/tcp tcp_keepalive_interval 7200000
“ndd -set” 구문을 사용한다.
solaris에서는 기본값으로 7.2m(2시간)이지만 30분이면 끊기는거 같다 ![]()
다음과 같이 맨뒤에 초단위로 시간을 적으면됨
6.0 에서 6.2 업데이트 이후 못보던 메세지가 자꾸 등장한다 __;
패키지 설치시 다음과 같은 오류메세지 등장!
에러메세지
On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1
Stop.
해결방법
/etc/make.conf 에 다음과 같은 내용을 추가한다.
USE_NONDEFAULT_X11BASE=${LOCALBASE}
Recent Comments