> <http://www.fossology.org/troubleshooting> > www.fossology.org/troubleshooting contains the following instructions (in > relation to logging): > --------------- > You can enable scheduler logging by creating a file > "/etc/default/fossscheduler". The contents should specify a log file: > SCHEDULEROPT="-d -L /tmp/fossscheduler.log" Then restart the scheduler: > > sudo /etc/init.d/fossscheduler stop > > Use "ps -ef | grep scheduler" and "sudo kill -9 <pid>" to ensure that the > scheduler stopped. > > sudo /etc/init.d/fossscheduler start > > tail -f /tmp/fossscheduler.log > -----------------
OK thanks for the pointer. That whole section was incorrect due to the logging changes, so I just rewrote it and then the default and init stuff were no longer needed. > Another note: I also run into an issue, where a zip-file contained another > zip and the latter (the zip file within the zip file) did not get unpacked. > I didn't do any experimenting yet, but will retry it with another > installation soon. (This might be the correct process anyhow.) ununpack is recursive, so if you are seeing that then something went wrong or there is a bug. Let us know what you find when you investigate. Thanks, -- Matt Taggart [EMAIL PROTECTED] _______________________________________________ fossology mailing list [email protected] http://fossology.org/mailman/listinfo/fossology

