SuSE Linux: 버전 5.0
Hurwitz:/root # faxsetup Setup program for HylaFAX (tm) v4.0pl1. Created for i586-unknown-linux on Tue Jul 1 13:46:49 MEST 1997. Checking system for proper client configuration. Checking system for proper server configuration. FATAL ERROR: /var/spool/fax/archive does not exist or is not a directory! The directory /var/spool/fax/archive does not exist or this file is not a directory. If the HylaFAX software is not yet installed you must do so before running this script. If the software is installed but is configured for use in a different location than this script expects then the software will not function correctly.
아주 간단히 해결할 수 있습니다.
다음 명령들을 하나씩 실행시키십시오.(이것은 이 명령들을 하나의 파일로 입력시킨 다음에
그 파일을 sh filename
명령으로 하면 쉽게 실행시킬 수 있습니다.)
cd /var/spool/fax mkdir archive client dev docq doneq info log pollq recvq sendq status tmp chown -R uucp.uucp * chmod 700 archive docq doneq pollq sendq tmp그런 다음
faxsetup
을 다시 시작하십시오.