iptable 적용 : 웹서버와 메일서버 yum 업데이트 : 파일서버에... Feb 17 12:40:27 manager kernel: Assertion failure in journal_write_metadata_buffer() at journal.c:406: "buffer_jdirty(jh2bh(jh_in))" Feb 17 12:40:27 manager kernel: ------------[ cut here ]------------ Feb 17 12:40:27 manager kernel: kernel BUG at journal.c:406! Feb 17 12:40:27 manager kernel: invalid operand: 0000 Feb 17 12:40:27 manager kernel: nfsd l..
rrdtool 1.2.12 버전을 설치하는 황당한 메세지를 발견했다. 언제부터 있던건지 알 수는 없지만.. 인스톨 과정의 지루함을 한순간에 날려 버렸다. config.status: executing default commands checking in... and out again ordering CD from http://people.ee.ethz.ch/~oetiker/wish .... just kidding ;-) ---------------------------------------------------------------- Config is DONE! With MMAP IO: yes Perl Modules: perl_piped perl_shared Perl Binary: /usr/bin/perl ..
========================================================= for serial job (serial.cmd) ========================================================= #!/bin/bash # @ job_type = serial # @ class = normal # @ resources = ConsumableCpus(1) # @ wall_clock_limit = 1:00:00 # @ output = serial.$(cluster).$(process).out # @ error = serial.$(cluster).$process).err # @ executable = serial # @ queue ============..
parser has reached the entry expansion limit 64,000 기본적으로 jaxp 파서가 처리할 수 있는 element의 갯수(?)가 64,000개라고 한다. 5g짜리 xml 파일을 파싱하다가 알아버렸다. 그래서 다음과 같이 해결해 버렸다. java -Xmx6000M -DentityExpansionLimit=200000 실행파일 참 그전에 자바에서 outofmemoryerror가 나서 Hospot VM의 메모리의 기본값(Heap memory)의 사이즈도 확 늘려줬다 :) 솔라리스 플랫폼이라면, java -X 을 실행했을 경우 출력되는 내용은 다음과 같다. -Xmixed mixed mode execution (default) -Xint interpreted mode execu..