Page 1 of 1

problem installing nano on 1.5.11

Posted: Sun Nov 24, 2013 8:40 am
by irix99
Hi guys,

I just freshly flashed my TL-WR941ND with 1.5.11 and tried to install nano (just can’t get used to vim).

Code: Select all

opkg update
worked fine.

Code: Select all

opkg install nano
also went as expected

however, when I try to use nano, I get:

Code: Select all

nano: Permission denied
I’ve tried to alter its permissions (in /usr/bin), but get:

Code: Select all

chmod: nano: No space left on device
When trying to remove the package (opkg remove nano), I get the following:

Code: Select all

ERROR: Package nano is installed to destination 'root' which is not writable, cannot uninstall
The opkg.conf contains:

Code: Select all

src/gz attitude_adjustment http://downloads.openwrt.org/attitude_adjustment/12.0
src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.5.11/ar71xx/d
dest root /
dest ram /tmp
dest plugin_root /plugin_root
lists_dir ext /var/opkg-lists
option overlay_root /overlay
Does anyone have any suggestions how to get it to work and/or if I might have screwed something up and need to re-flash?

Thanks in advance for any pointers, I'd love to get this to work :P