반응형
500 OOPS: priv_sock_get_cmd or 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
500 OOPS: priv_sock_get_cmd
macbook:~ PJunior$ <strong>ftp username@example.com</strong> Connected to <strong>example.com</strong>. <strong>500 OOPS: priv_sock_get_cmd</strong> ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
seccomp_sandbox=NO
and restart the Server:
sudo service vsftpd restart
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
macbook:~ PJunior$ <strong>ftp username@example.com</strong> Connected to <strong>example.com</strong>. <strong>500 OOPS: vsftpd: refusing to run with writable root inside chroot()</strong> ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
allow_writeable_chroot=YES
and restart the Server:
sudo service vsftpd restart
반응형
'서버 등 운영체제(OS) > Linux' 카테고리의 다른 글
Unfinished transactions remaining - yum-complete-transaction (0) | 2016.06.17 |
---|---|
[리눅스] 리눅스 tar, gz 압축 및 해제 (0) | 2016.04.20 |
[Ubuntu] SSH 초기 접속 속도 향상시키기 (0) | 2016.04.19 |
ssh 원격 접속 에러(WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!) (0) | 2015.10.01 |
tar로 압축 해제할 때, 원하는 디렉토리를 지정해서 해제 (0) | 2015.09.24 |