This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

jIRCserv.tcl script fixed. but commands problem - help

Old posts that have not been replied to for several years.
Locked
M
MindTheGap

jIRCserv.tcl script fixed. but commands problem - help

Post by MindTheGap »

*look at the last reply of mine*

I configured all the script, and it seems to be ok... but in this part of the configuring:
# What is the path to the Fserve filesystem?
set dvs_fserve(filepath) fserve
when I run the eggdrop.exe file, it says the following:
[11:31] Tcl error in file 'eggdrop.conf':
[11:31] couldn't execute "du": no such file or directory
while executing
"exec du -s $dvs_fserve_path"
(procedure "dvs_fserve:func:du" line 3)
invoked from within
"dvs_fserve:func:du"
(procedure "dvs_fserve:func:startup" line 11)
invoked from within
"dvs_fserve:func:startup"
(file "scripts/jIRCserv.tcl" line 2394)
invoked from within
"source scripts/jIRCserv.tcl"
(file "eggdrop.conf" line 1334)
[11:31] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
I've changed the path to the fserve filesystem for a milion times and milion possibilities... dont know what to do. please help.

Thanks in advance.
Last edited by MindTheGap on Thu Oct 07, 2004 11:24 am, edited 2 times in total.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

This wouldn't happen to be a windrop by any chance ?

'du' is a *nix prog that reports the amount of disk space used.
M
MindTheGap

Post by MindTheGap »

My mistake...
It's Windows...
so, Windrop...
this script doesnt work on windows ? what can I do ? can ya help ? :\

any suggestions ? :\
Last edited by MindTheGap on Wed Oct 06, 2004 6:25 pm, edited 1 time in total.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

MindTheGap wrote:when I run the eggdrop.exe
MindTheGap wrote:Nope... it's not windows OS... it is Unix.
OS: UNIX TYPE: L8
what's the problem then ? :\
You
(the 'du' executable is not in your path or not present on your system at all...fix that and try again)
Have you ever read "The Manual"?
M
MindTheGap

Post by MindTheGap »

yes I got that, well.. I'm using windows, so no du executable... :\

any chance of making this script work even tho it's windows ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

The script is bugged also and will take some effort to get working properly. Anyway, do a Google search for Unix Tools as some kind person has actually ported du, ls etc to Windows. You put them in your main Windrop folder.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
M
MindTheGap

Post by MindTheGap »

cool.. did what u said... it's working now...
but I dont know how to set it up...

where and how can I configure the packages path and triggers and everything ?

how can I make the file server start ?
I cant see any commands for this fserve script...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Alchera wrote:The script is bugged also
You're going to have to go through it almost line by line to figure it out. Has been a long long time since I messed with that script and I gave up on the idea in the end. Look at how the pathlist to your files is written also ... I remember something "funky" with that.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked