('binary' encoding is not supported, stored as-is)
Not sure if the RPM wasn't set correctly, but when I applied the Walleye update from
http://www.honeynet.org/tools/cdrom/roo/repo/walleye-1.1-22.i386.rpm , I got new errors complaining that directories were not writable. I fixed this by setting all the directories in /var/www/html/walleye/ to be owned by the user and group apache - they had been set to root. Perhaps I did something wrong, but I just wanted to put it out there.
My steps:
wget http://www.honeynet.org/tools/cdrom/roo/repo/walleye-1.1-22.i386.rpm
rpm -U walleye-1.1-22.i386.rpm
cd /var/www/html/
chown -R apache walleye
chgrp -R apache walleye
All of the other files within the walleye directory were already owned by user and group apache, only the directories were set to root. Were they supposed to be?
--
Wolfgang Richter
Received on Jan 08 2006