# 안녕 리눅스 알려진 버그

## 1. jfbterm

* 한글 입력시에 gabage data가 입력 됨.
* CentOS 6.7 kernel 부터 발생하는 문제
* 원래 automata에서 segfault가 발생하였으며, segfault 발생시에 tty가 freeze 되어 버리는 문제가 있으며, 일단 이 문제의 우선 순위가 낮아서, segfault를 발생시키지 않고 gabage data를 입력하게 하여 TTY가 freeze 되는 문제만 해결 해 놓음
* 추후 해결해야 할 문제 임

## 2. httpd-authn-google

* ***AuthType***&#xC744; *digest*로 설정했을 경우 segfault 발생
* 역시 우선 순위가 낮아서 추후 살펴볼 예정
* ***AuthType***&#xC744; *Basic*으로 사용할 것!

## 3. php-fpm, php56-fpm

* reload(-USR2 signal) 시에 process가 죽어 버림.
  * `service php-fpm reload`
  * `systemctl reload php-fpm`

## 4. PHP composer 사용시, "Invalid version string" 에러 발생

* 안녕 리눅스 PHP의 PHP\_VERSION 상수에 "***AnNyung***" 문자열이 포함되어 있어 발생하는 문제.
* [***3.4.9 composer 사용***](/annyung-3-user-guide/chapter3/chapter3-4-php.md) 문서를 참조 하여 수정할 수 있음.
* 다음 버전 부터 이 문제가 해결이 되었음
  * **php71**-7.1.9-1 (2017/09/01)
  * **php**-7.0.19-1 (2017/05/26)
  * **php56**-5.6.31-1 (2017/09/02)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-known-bugsmd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
