LiqLover Posted March 19, 2021 Share Posted March 19, 2021 (edited) BusyBox v1.31.1 () built-in shell (ash) ~ # ls -ial /opt/tmp/ 8161 drwxrwxrwx 3 root root 4096 Mar 19 15:16 . 2 drwxr-xr-x 13 root root 4096 Nov 13 12:25 .. 8162 drwx------ 2 root root 4096 Dec 26 16:17 mc-root 8163 -rw-r--r-- 1 root root 5390 Dec 26 17:13 ntp.log ~ # opkg update Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz wget: can't open '/opt/tmp/opkg-QxUXqO/Packages.gz': Input/output error *** Failed to download the package list from http://bin.entware.net/mipselsf-k3.4/Packages.gz Downloading http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz wget: can't open '/opt/tmp/opkg-QxUXqO/Packages.gz': Input/output error *** Failed to download the package list from http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz Collected errors: * opkg_download: Failed to download http://bin.entware.net/mipselsf-k3.4/Packages.gz, wget returned 1. * opkg_download: Failed to download http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz, wget returned 1. ~ # ls -ial /opt/tmp/ 8161 drwxrwxrwx 3 root root 4096 Mar 19 15:26 . 2 drwxr-xr-x 13 root root 4096 Nov 13 12:25 .. 8162 drwx------ 2 root root 4096 Dec 26 16:17 mc-root 8163 -rw-r--r-- 1 root root 5390 Dec 26 17:13 ntp.log ~ # Edited March 19, 2021 by LiqLover Quote Link to comment Share on other sites More sharing options...
vasek00 Posted March 19, 2021 Share Posted March 19, 2021 BusyBox v1.31.1 () built-in shell (ash) / # opkg update Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz Updated list of available packages in /opt/var/opkg-lists/entware Downloading http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz Updated list of available packages in /opt/var/opkg-lists/keendev / # date Fri Mar 19 15:40:40 MSK 2021 / # Quote Link to comment Share on other sites More sharing options...
LiqLover Posted March 19, 2021 Author Share Posted March 19, 2021 Даже не сомневаюсь, что у всех работает. У меня из браузера отлично скачивается. Вопрос был как в моем keenetic это починить? Quote Link to comment Share on other sites More sharing options...
LiqLover Posted March 19, 2021 Author Share Posted March 19, 2021 (edited) Проверил создаётся ли каталог в который пытается сохранять файл wget. Создается очень странно. ls его не видит. ~ # mkdir /opt/tmp/opkg-YDmg0X ~ # ls -ial /opt/tmp/ 8161 drwxrwxrwx 4 root root 4096 Mar 19 15:59 . 2 drwxr-xr-x 13 root root 4096 Nov 13 12:25 .. 8162 drwx------ 2 root root 4096 Dec 26 16:17 mc-root 8163 -rw-r--r-- 1 root root 5390 Dec 26 17:13 ntp.log ~ # touch /opt/tmp/test ~ # ls -ial /opt/tmp/ 8161 drwxrwxrwx 4 root root 4096 Mar 19 15:59 . 2 drwxr-xr-x 13 root root 4096 Nov 13 12:25 .. 8162 drwx------ 2 root root 4096 Dec 26 16:17 mc-root 8163 -rw-r--r-- 1 root root 5390 Dec 26 17:13 ntp.log 8164 -rw-r--r-- 1 root root 0 Mar 19 15:59 test ~ # mkdir /opt/tmp/opkg-YDmg0X mkdir: can't create directory '/opt/tmp/opkg-YDmg0X': File exists ~ # ls -ial /opt/tmp 8161 drwxrwxrwx 4 root root 4096 Mar 19 15:59 . 2 drwxr-xr-x 13 root root 4096 Nov 13 12:25 .. 8162 drwx------ 2 root root 4096 Dec 26 16:17 mc-root 8163 -rw-r--r-- 1 root root 5390 Dec 26 17:13 ntp.log 8164 -rw-r--r-- 1 root root 0 Mar 19 15:59 test При этом touch нормально создал файл test. и что это вообще за каталог в названии которого Dmg, что намекает на Damage Edited March 19, 2021 by LiqLover Автозамены Quote Link to comment Share on other sites More sharing options...
LiqLover Posted March 19, 2021 Author Share Posted March 19, 2021 (edited) И ещё интереснее: ~ # ls -ial /opt/tmp/opkg-YDmg0X ls: /opt/tmp/opkg-YDmg0X/control: Structure needs cleaning 8171 drwxr-xr-x 2 root root 4096 Mar 19 15:59 . 8161 drwxrwxrwx 4 root root 4096 Mar 19 15:59 .. ~ # rm -rv /opt/tmp/opkg-YDmg0X/ rm: can't stat '/opt/tmp/opkg-YDmg0X/control': Structure needs cleaning Похоже это флешка запилена за 6 месяцев. Edited March 19, 2021 by LiqLover Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.