Hi,
I am using the same configuration (netbots.tcl, netset.tcl and my config file) and, I got a new shell and I am trying to install one egg on it with netbots but, the egg does not want to compile, here the error message:
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[23:06] --- Loading eggdrop v1.6.15 (Wed Sep 3 2003)
[23:06] Listening at telnet port 6969 (all)
[23:06] Module loaded: dns
[23:06] Module loaded: channels
[23:06] Module loaded: server
[23:06] Module loaded: ctcp
[23:06] Module loaded: irc
[23:06] Module loaded: notes (with lang support)
[23:06] Module loaded: console (with lang support)
[23:06] Module loaded: blowfish
[23:06] Module loaded: uptime
[23:06] Loading netbots.tcl v4.09 by slennox..
[23:06] Tcl error in file 'logizbnc.conf':
[23:06] couldn't open "netbots/nbmd5": permission denied
while executing
"open $nb_dir/nbmd5 w"
(procedure "nb_md5write" line 4)
invoked from within
"nb_md5write $nb_lsource $filemtime [md5 $fstring]"
("foreach" body line 14)
invoked from within
"foreach nb_lcomponent [lsort [array names nb_component]] {
if {!$nb_component($nb_lcomponent)} {continue}
set nb_lsource $nb_dir/$nb_lcomponen..."
invoked from within
"if {[info exists nb_component]} {
foreach nb_lcomponent [lsort [array names nb_component]] {
if {!$nb_component($nb_lcomponent)} {continue}
..."
(file "netbots/netbots.tcl" line 2319)
invoked from within
"source netbots/netbots.tcl"
(file "logizbnc.conf" line 1319)
[23:06] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
It look like I dont have the permission to write a file, but, I don't understand, my shell type is -bash-2.05b I am also the administrator of this server, so, I can perform whatever I need to do .. How do I fix it ? Help me.