On Tue, Apr 13, 2004 at 08:02:31AM -0400, James wrote:Well I check the /etc/crontab and the entries were not there (as delineated in the generic unix
I am running sarge and sid on different machines. Using the apt-getI've installed the package fine on various computers with minimal
I get the same identical problems. Yes php4 and all of the components
that are listed, is installed. Yes there is still some php/apache problem, but,
I suspect it is in the deb package. Let me know if you are able to install
jffnms with apt-get on sarge, and how it works. I'm waiting to hear from
problems. Things to check are:
- /etc/cron.daily has a syntax error
- You need to make sure your php4 works.
- You may need to add a directory statement in the apache config to
allow things like directory indexes.
installation document. So I add those entries to /etc/crontab. This got me thinking. I started
out with apt-get install jffnms. So maybe that process did not configure the packages? So
now I have been following that generic unix install document. So the next thing I discovered
is that mysql was not installed properly(or not at all).
dpkg --purge mysql
apt-get install mysql-server mysql-common mysql-client
But when do the next step(from the generic unix install document)
"mysql -u admin -p admin"
it chokes. In fact I tried all sorts of combinations.
How do I reset the admin for mysql?
I guess I assumed that installing via apt-get that the only configureation I would have to do, is from a web page, or answering questions from a script to complete/customize the installation. I guess I need to follow the generic unix installation, after the debian apt-get proceedure? This is unclear, but, obviously I have screwd up on this?
Anyway, that where I'm at (short of other tips) that is, following the mysql instructions in the generic unix document.
James James
of old hardware. The problems with the apt-get installation of jffnms are identical
on both systems, so I do not think it's kernel related....but, I could be wrong..
http://localhost/jffnms says:
"Forbidden You don't have permission to access /jffnms on this server."
Which file do I change permissions on?
Right, /var/log/apache/error.log will tell you what is going wrong. It can either be a directory index or it doesnt know it can use index.php
Try http://localhost/jffnms/index.php
If that works, it means you need to add index.php to the line in /etc/apache/httpd.conf that starts with
DirectoryIndex index.html
Actually, try http://localhost/jffnms/ (with the / at the end) first
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
