
$ /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