On 2002.01.29, Patrick Spence <[EMAIL PROTECTED]> wrote: > Here are the various commandlines I tried, at least running it from the > commandline gives me a little more error information... if its loaded any > other way then I dont know how to do it. The "AOLserver Administration > Technical Overview" on aolserver.com doesn't list zippy among its > commandline options, so thats no help. The most annoying part of all of > this is that -sometimes- it works and sometimes it doesn't. > > [root@www /etc]# /aolserver/bin/nsd -it -z > /aolserver/nsd.stopthesanity.tcl -u nsadmin -g nsadmin > [29/Jan/2002:11:16:51][8864.1024][-main-] Fatal: config: stat(/etc/-z) > failed: No such file or directory
The error right there tells you what's wrong. The -t option expects a filename (of your nsd.tcl file) as the next parameter, and you're passing it -z. Try this: # /aolserver/bin/nsd -zit /aolserver/nsd.stoptheinsanity.tcl -u nsadmin -g nsadmin -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
