[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] [URGENT] Help! "file table overflow" Problem



> tenet2@~/work/afd/tcp> ns app.tcl
> couldn't open "bw258.tr": file table overflow
>     while executing
> "open bw$i.tr w"
>     ("for" body line 4)
>     invoked from within
> "for {set i 0} {$i < $NUM} {incr i} {
>         set fd($i) [open out-tcp$i.tr w]
>         set cfd($i) [open out-ctcp$i.tr w]
>         set trace_bw($i) [open bw$i.tr w]
> }"
>     (file "app.tcl" line 51)
> 
> 

obviously the file cant be opened due to some reason. have you checked
your directory permissions etc ?

debo