Hi @all,
sorry for double-post, but I found out what went wrong when I followed the instructions for installing optware on the ts-101, and I thought this might be useful for other newbes, to cope with the initial stage.
Exactly as Someguy wrote at
viewtopic.php?f=32&t=1708&p=6912&hilit=php5#p6912I bekame an "no space left on device" error when I tried to perform the single wget (also added --debug flag) command.
First I removed the directories, symlinks and files that I installed in my first attempt except the base optware pakage in /tmp,
then I did again as described in:
http://tech.groups.yahoo.com/group/Open ... essage/793but replaced in 1)
mkdir /mnt/HDA_BOOT/opt
ln -sf /mnt/HDA_BOOT/opt /opt
by
mkdir /share/HDA_DATA/opt
ln -sf /share/HDA_DATA/opt /opt
did 3) as described ( (2) was allready done at the first attempt) and finaly edited the ipkg.conf as mentioned in
http://tech.groups.yahoo.com/group/Open ... essage/802After that "ipkg update" and then "ipkg list" worked properly.
Greetings,
Mad-Din