#1 2010-04-06 23:35:44
請問檔案存取權限問題
離線
#2 2010-04-07 08:58:08
Re: 請問檔案存取權限問題
nor 提到:
各位大大:
小弟遇到一個問題,當我看到各位大大在修改ipkg.conf檔案,好像都不用修改權限,
目前小弟我用vi修改時,卻遇到為raed-only問題,
小弟試過用chmod 777 /etc/ipkg.conf ,但是查看後發現權限沒變,
請問這個問題各位大大都是如何解決的呢?
目前小弟的版本是:DD-WRT v24-sp2 (01/02/10) big - build 13575M NEWD-2 K2.6 Eko
然後用putty登入修改,謝謝。
/etc 屬於DD-WRT內建路徑,原本就不讓user寫入
除非打開 jffs2 ,在 jffs2 下才能正常讀寫.
關於 jffs2 說明,請參考:https://digiland.tw/viewtopic.php?pid=3724#p3724
離線
#5 2010-04-08 00:05:31
Re: 請問檔案存取權限問題
各位大大不好意思
本想按照下面網頁安裝ipkg-opt,但是遇到一個問題。
http://www.dd-wrt.com/wiki/index.php/Optware-ByHand
不知道是否各位大大有碰過下面depend問題
看起來是好像是版本問題?????請各位大大有操作過的幫忙一下謝謝。
root@NOR_home:/# ipkg install uclibc-opt
Downloading http://ipkg.nslu2-linux.org/feeds/optwa … mipsel.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Done.
Unpacking uclibc-opt...Done.
Configuring uclibc-opt...Updating /opt/etc/ld.so.cache
Done.
root@NOR_home:/# ipkg install ipkg-opt
Downloading http://ipkg.nslu2-linux.org/feeds/optwa … mipsel.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Done.
Unpacking uclibc-opt...Done.
Configuring uclibc-opt...Updating /opt/etc/ld.so.cache
Done.
Downloading http://ipkg.nslu2-linux.org/feeds/optwa … mipsel.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Done.
ipkg_install_file: ERROR: ipkg-opt depends on the following uninstalled programs:
uclibc-opt
ipkg_install_file: You may want to use `ipkg install' to install these.
ipkg_get_install: ERROR: Failed to install /jffs/tmp/ipkg/ipkg-opt_0.99.163-10_mipsel.ipk
ipkg_get_install: I'll leave it there for you to try a manual installation
離線
#7 2010-04-09 00:02:14
Re: 請問檔案存取權限問題
謝謝大大幫忙~成功安裝好ipkg-opt啦~真是太感謝了
請容我再請問一個怪問題,我個人按照下面網頁安裝bt軟體
https://digiland.tw/viewtopic.php?id=213&p=3
可是安裝完
發現執行
jffs/opt/etc/init.d/./S99rtorrent start
會出現
-sh:S99rtorrent:not found
我有確認過S99rtorrent 的權限我有將執行權限全開~
chmod +x jffs/opt/etc/init.d/S99rtorrent
我看網路上的大大將權限打開便可以執行,可是我有ls -al過,發現權限是全開的。
但是還是會出現同樣的訊息。
不知道這邊是我少了哪一步驟呢?
謝謝。
離線