主頁 > 知識庫 > selinux導(dǎo)致ftp上傳失敗 工作中的真實案例

selinux導(dǎo)致ftp上傳失敗 工作中的真實案例

熱門標(biāo)簽:凱立德劇院地圖標(biāo)注 開封400電話辦理價格 漳州外呼系統(tǒng)怎么樣 曲阜地圖標(biāo)注app 天津人工電銷機器人費用 地圖標(biāo)注小區(qū)項目入駐 哪個地圖標(biāo)注更清晰 4s店如何在百度地圖標(biāo)注 內(nèi)蒙古電信外呼系統(tǒng)
這是一臺squid代理服務(wù)器(一臺式機,安裝的是redhat 5.4 64位操作系統(tǒng)),每天下午4點一臺服務(wù)器通過ftp上傳主機數(shù)據(jù)庫巡檢報告到這臺代理PC機的一個用戶家目錄下的xunjian目錄下,這臺PC再通過發(fā)送郵件的方式將巡檢報告發(fā)給組內(nèi)成員,進行巡檢
此為背景,之前的selinux設(shè)置的為Permissive,不料同事中午睡覺的時候,腳這么一碰,將這臺代理PC重啟了,重啟后,連續(xù)2天的巡檢報告都沒有通過郵件收到,趕緊解決吧

1、手動的執(zhí)行ftp上傳動作,報如下錯誤:553 Could not create file.

sshuser@station90.example.com:~/xunjian/0108> ftp 192.168.1.123
Connected to 192.168.1.123.
220 (vsFTPd 2.0.5)
Name (192.168.1.123:oracle): oracle
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>binary
200 Switching to Binary mode.
ftp> put xunjian_0108.zip
local: xunjian_0108.zip remote: xunjian_0108.zip
229 Entering Extended Passive Mode (|||10717|)
553 Could not create file.

2、代理PC的oracle家目錄,肯定是有讀寫權(quán)限的,因為是代理PC重啟導(dǎo)致的,突然想到selinux若開啟的話,是不允許用戶的家目錄進行ftp的,需要將ftp_home_dir這個sebool打開,如下所示:

[root@squid ~]# getenforce
Enforcing
[root@squid ~]# getsebool -a | grep ftp_home_dir
ftp_home_dir --> off
[root@squid ~]# setsebool ftp_home_dir on

3、這時候去上傳,就可以成功了,如下所示

sshuser@station90.example.com:~/xunjian/0108> ftp 192.168.1.123
Connected to 192.168.1.123.
220 (vsFTPd 2.0.5)
Name (192.168.1.123:oracle): oracle
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> bi
200 Switching to Binary mode.
ftp> put xunjian_0108.zip
local: xunjian_0108.zip remote: xunjian_0108.zip
229 Entering Extended Passive Mode (|||19974|)
150 Ok to send data.
100% |***********************************************************************| 577 KB 2.31 MB/s 00:00 ETA
226 File receive OK.
591290 bytes sent in 00:00 (2.18 MB/s)

4、另外一種方式,就是將selinux設(shè)置為Permissive

[root@squid ~]# getenforce
Enforcing
[root@squid ~]# setenforce 0
[root@squid ~]# getenforce
Permissive

5、同時在/etc/rc.local中添加這么一行,那么下次系統(tǒng)重啟后,就不會發(fā)生這樣的情況了

[root@squid ~]# which setenforce
/usr/sbin/setenforce
[root@squid ~]# cat /etc/rc.local | tail -n 1
/usr/sbin/setenforce 0

好啦,這樣就順利解決問題了,希望對一些朋友有所幫助

標(biāo)簽:綿陽 開封 南京 黔南 陽泉 莆田 南陽 武漢

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《selinux導(dǎo)致ftp上傳失敗 工作中的真實案例》,本文關(guān)鍵詞  selinux,導(dǎo)致,ftp,上傳,失敗,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《selinux導(dǎo)致ftp上傳失敗 工作中的真實案例》相關(guān)的同類信息!
  • 本頁收集關(guān)于selinux導(dǎo)致ftp上傳失敗 工作中的真實案例的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章