firmware- 1.02.21.wdlxtv 0.4.5.3
I've tried optware today.
Initially had trouble installing and configuring,as the scripts were setting environments and path improperly,due to my 2 disks (one ext3 and other vfat).
Manually edited and fixed that issue.
Finally ipkg and list commands started working.
But,when I try to install packages, only few got installed successfully without errors.
Most of them report errors:
- Code: Select all
# ipkg install digitemp
Installing digitemp (3.6.0-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/wdtv/cross/unstable/digitemp_3.6.0-1_mipsel.ipk
Installing libusb (0.1.12-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/wdtv/cross/unstable/libusb_0.1.12-2_mipsel.ipk
Configuring digitemp
Configuring libusb
Configuring ncurses
sed: unmatched '/'
sed: unmatched '/'
postinst script returned status 1
ERROR: ncurses.postinst returned 1
Successfully terminated.
Saw the same pattern in many. The same sed errors.
I think, wherever that "confuiguring ncurses" step is required,all those packages are failing.
any solution?
Other thing,I found in the error is ,when it uses any other path (for eg: ipkg-web needs to write to /home and it failed) like /home or anything else which is read only.
I think,to utilise optware in a better way,I need to use the ext3 firmware.
Another error sample.ipkg install dstat:
- Code: Select all
Installing ncursesw (5.7-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/wdtv/cross/unstable/ncursesw_5.7-1_mipsel.ipk
Configuring bzip2
sed: unmatched '/'
sed: unmatched '/'
postinst script returned status 1
ERROR: bzip2.postinst returned 1
Configuring dstat
Configuring libdb
Configuring libstdc++
Configuring ncurses
sed: unmatched '/'
sed: unmatched '/'
postinst script returned status 1
ERROR: ncurses.postinst returned 1
Configuring ncursesw
Configuring openssl
Configuring python
Configuring python25
Configuring readline
Configuring sqlite
Configuring zlib
Successfully terminated.
#