'error'에 해당되는 글 1건

  1. 2008.03.13 [ ubuntu ] failed to write cache error
ubuntu update 시

/경로명/:  failed to write cache error

이런식으로 업데이트할때 에러나오면

일단 아무 파일 만들어서 내용에

failed to write cache error 라고 써있는 부분만 지우고

복사한다.



..........

/usr/share/fonts/truetype : failed to write cache error

......


# vi temp

/usr/share/fonts/truetype

# cat temp | xargs touch


해당 디렉토리를 touch로 현재시간으로 변경해주면 해결된다.
: