Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I can't find the package logrotate for the DNS-323/CH3SNAS.
Is it out there somewhere or is there anybody willing to compile it for the NAS?
It would be highly appreciated
Offline
logrotate is in optware/dns323 ipkg feed
http://ipkg.nslu2-linux.org/feeds/optwa … /unstable/
see http://www.nslu2-linux.org/wiki/Optware/dns323 on how to setup.
Offline
Thanks, got it working!
It's a bit more complicated then a FFP packages, but it works anyway
Offline
The ipkg setup is more complicated because it's not automated, on other optware platforms, it usually involves executing one single script.
But once you have optware ipkg installed, a BIG advantage is that it manages dependency.
Offline
What's not more automated that a FFP package?
First I installed optware:
wget http://ipkg.nslu2-linux.org/feeds/optware/dns323/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk tar -xzf ipkg-opt_0.99.163-10_arm.ipk tar -xzf data.tar.gz mkdir -p /opt mount --bind /mnt/HD_a2/ipkg/opt /opt export PATH=/opt/bin:/opt/sbin:$PATH
Then some ipkg configuration. Detailed information at http://dns323.kood.org/howto:optware
And then installed logrotate:
ipkg install logrotate
Now what is that different then when it were a FFP package?
funpkg -i logrotate
Offline
As an example,
When you "ipkg install logrotate" it will automatically install popt.
When you use funpkg, you'll need to remember to install popt.
When you "ipkg remove popt", by default it will prevent you from doing that, since this would break logrotate.
With FFP, you're on your own.
Offline
Ah, I see. Thanks for the explanation
Offline