On Wed, Jun 09, 2004 at 05:58:40PM +1200, Tristram Cheer wrote: > i'm tring to get jffnms to work on my 2.6.7 kernel Debian install from > apt-get, i have this issue where it will install ok and once i run a ln > -s /usr/share/jffnms/htdocs /vaw/www/jffnms command i can get the pages, > BUT...... You shouldn't need to do that. The file /etc/jffnms/apache.conf handles that.
> When i enter anything in on the admin/setup.php page it wont save to > data, i can edit the boxes but it when i click on save it will bring > back the old settings, When i'm at the main page and i click anywhere i > either get a blank page or the first page again, i think this maybe a > permissions issue and was woundering if anyone could help? i've tried > chown -R www-data.www-data but that dosnt work, neither dose chmod 777. Look in apache, but I think the directory doesn't install with group www-data and group writeable. Check apache error log, it may tell you what is going on. > This is getting to be a real pain and if anyone could tell me what files > need what groups and permissions that would be great Be warned that the Debian package has different, stricter (and far superior!) permissions that standard JFFNMS. Stuff that runs on the command line or cron should be uid jffnms. Stuff that runs out of the webserver runs as www-data. The trick is when *both* need access, but it is possible. If you do find a bug, report it here or through the standard Debian bug tracker. I follow both closely. There is an existing bug in /etc/cron.daily/jffnms the find.... regex line regex should be -regex - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
