sorry for the missing err msg. i'll post it in the evening when i'm at home :-)
it was something like wget: missing URL
wget Ussage: bla bla
I also tried wget -d -P http://nslu2..../Packages.gz, but the same err. msg.
Here is the error msg:
---
[root@server /]$ ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/op...le/Packages.gz
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
An error ocurred, return value: 1.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget -q -P http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages.gz'
WARNING: Unable to remove temporary directory: : No such file or directory
---
and here with wget:
---
[root@server /]$ wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages.gz--16:02:35-- http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages.gz
=> `Packages.gz'
Resolving ipkg.nslu2-linux.org... 140.211.169.169
Connecting to ipkg.nslu2-linux.org|140.211.169.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100,368 (98K) [application/x-gzip]
Packages.gz: Permission denied
Cannot write to `Packages.gz' (No such file or directory).
I've tried to post my error msg yesterday. but it didn't work *?*
The error is, that I (root) did not have write permission! "ipkg update" can not write. "ls -la" or "mount" shows me that I have wirte permission. "touch test.txt" did not work - no permission !?!
When I open a file (for ex. etc/hosts) and edit it. That works. I can edit and save it back.
What is that, that the root user does not have write permission.:confused:

