redmine 실행시 에러( warning: Insecure world writable dir /path in PATH, mode 040777 )

 

redmine 구동을 위해

ctlscript.sh start 시 mysql 이 뜨면서 아래와 같은 에러 발생.

warning: Insecure world writable dir /path in PATH, mode 040777

/path에 권한 변경

]# chmod go-w /path

그리고 방화벽 허용

]# iptables -F
]# iptables -A INPUT -p tcp --dport 8080 -j DROP
]# iptables -A INPUT -p tcp --dport 3690 -j DROP
]# iptables -A INPUT -p tcp --dport 3001 -j DROP
]# iptables -A INPUT -p tcp --dport 3002 -j DROP
]# iptables -A INPUT -p tcp --dport 3306 -j DROP

 

This entry was posted in SCM/ITS and tagged , , , . Bookmark the permalink.

댓글 남기기