[email protected] wrote:
Stavo sgranocchiando il mio tronketto di legno, quando "Support
ChrisP" <[EMAIL PROTECTED]> mi ha distratto scrivendo:
My guess is a file protection or installation issue where that
file was missed, Check the file exists
the file exist.
(/usr/local/dnews/dmgr/dmgrcgi.cgi) and try running it manually
as user 'news'
cd /usr/local/dnews/dmgr/
su news
./dmgrcgi.cgi
when i lunch it, the response is:
segmentatations fault
The file attribute is:
rwxrwx--
is correct?
Odd, ok do this:
ulimit -c unlimited
./dmgrcgi.cgi
ls -al *core* (find core file)
gdb dmgrcgi.cgi core.XXX
bt
Send me the resulting back trace.
ChrisP.