Debian에서 redshift를 실행하면 "세그먼트 오류"가 반환됩니다.

Debian에서 redshift를 실행하면 "세그먼트 오류"가 반환됩니다.
$ /usr/bin/redshift -l 52.3:16.3 -t 6700:3500
Segmentation fault


DISTRIB_CODENAME=rodete
DISTRIB_DESCRIPTION="Debian GNU/Linux rodete"
DISTRIB_ID=Debian
DISTRIB_RELEASE=rodete

나는 기계를 다시 시작했고 팝업을 보았다 cannot run redshift.

cmd에서 실행을 시도했는데 위와 같은 Segmentation fault오류가 발생했습니다.

답변1

패키지를 제거하고 소스에서 다시 설치하십시오.

mkdir ~/src
cd src
git clone https://github.com/jonls/redshift
cd redshift
./bootstrap
./configure
make -j8
sudo make install

그럼 시작해

/usr/local/bin/redshift

관련 정보