
the entire plugin list reports not enough space available

restarted browser as per one suggestion on here. Can I install via CLI?
Moderator: Moderators
Code: Select all
root@Gargoyle:/# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 2434032 4504 2286172 0% /
/dev/root 6144 6144 0 100% /rom
tmpfs 262144 608 261536 0% /tmp
/dev/sda1 2434032 4504 2286172 0% /overlay
overlayfs:/overlay 2434032 4504 2286172 0% /
tmpfs 512 0 512 0% /dev
Code: Select all
root@Gargoyle:/# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=262144k)
/dev/sda1 on /overlay type ext4 (rw,relatime,data=ordered)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
Code: Select all
root@Gargoyle:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 704 328 376 47% /
/dev/root 6144 6144 0 100% /rom
tmpfs 63040 260 62780 0% /tmp
/dev/mtdblock3 704 328 376 47% /overlay
overlayfs:/overlay 704 328 376 47% /
tmpfs 512 0 512 0% /dev
/dev/sda1 174328 11007 150424 7% /tmp/usb_mount/0b5bfa5f-6f03-4669-8ad3-825944ebb318
Code: Select all
root@Gargoyle:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
/dev/sda1 on /tmp/usb_mount/0b5bfa5f-6f03-4669-8ad3-825944ebb318 type ext4 (rw,noatime,data=ordered)
Code: Select all
wxrwxrwx 1 root root 20 Dec 17 11:19 plugin_root -> /plugin/plugin_root/
I noticed that when running without extroot the USB drive is seen as available. Formatting to get it taken into use as an extroot should leave 75% (assuming) default available as an attached USB drive, I never saw this where I had both.d3fz wrote:So was it a bug or something else (wrong configuration)?
If it was indeed a bug, would you mind sharing the exact same steps you took to solve it? It might be helpful to others as well (myself included), and probably a definitive fix in the meantime.
Code: Select all
root@Gargoyle:/tmp# ln -s /plugin/plugin_root plugin_root
root@Gargoyle:/tmp# mv plugin_root /plugin_root
Code: Select all
root@Gargoyle:/# ls -altr
dr-xr-xr-x 52 root root 0 Jan 1 1970 proc
dr-xr-xr-x 11 root root 0 Jan 1 1970 sys
drwxr-xr-x 6 root root 4096 Jan 1 1970 overlay
drwxr-xr-x 2 root root 3 Oct 26 00:36 root
drwxr-xr-x 2 root root 3 Oct 26 00:36 mnt
lrwxrwxrwx 1 root root 4 Oct 26 00:38 var -> /tmp
drwxr-xr-x 2 root root 850 Oct 26 00:38 sbin
drwxr-xr-x 11 root root 861 Oct 26 00:38 lib
drwxr-xr-x 16 root root 223 Oct 26 00:38 rom
drwxr-xr-x 1 root root 4096 Dec 17 10:47 usr
lrwxrwxrwx 1 root root 8 Dec 17 10:47 nfs -> /tmp/nfs
drwxr-xr-x 1 root root 4096 Dec 17 10:47 bin
-rw-r--r-- 1 root root 0 Dec 17 11:10 error
drwxr-xr-x 3 root root 4096 Dec 17 11:18 plugin
lrwxrwxrwx 1 root root 20 Dec 17 11:19 plugin_root -> /plugin/plugin_root/
drwxr-xr-x 1 root root 4096 Dec 17 11:20 ..
drwxr-xr-x 1 root root 4096 Dec 17 11:20 .
drwxr-xr-x 1 root root 4096 Dec 17 13:17 www
drwxr-xr-x 5 root root 940 Dec 17 14:21 dev
drwxr-xr-x 1 root root 4096 Dec 17 14:21 etc
drwxrwxrwt 20 root root 560 Dec 18 10:34 tmp