Archive

Archive for the ‘UINX Box’ Category

[solaris] Telnet 타임아웃 시간 변경하기

March 11th, 2008

“ndd -set” 구문을 사용한다.

solaris에서는 기본값으로 7.2m(2시간)이지만 30분이면 끊기는거 같다 (

다음과 같이 맨뒤에 초단위로 시간을 적으면됨

  1. ndd -get /dev/tcp tcp_keepalive_interval 7200000

sugo UINX Box , ,

[OpenBSD] OpenBSD 4.2

September 30th, 2007

낄낄~


The image “http://openbsd.org/images/Marathon.jpg” cannot be displayed, because it contains errors.

sugo UINX Box

[FreeBSD][Error] On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE

September 30th, 2007

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}

sugo UINX Box