PDA

View Full Version : [Fixed] halfway & complete errors


syran
08-24-2004, 11:46 AM
Versions: ioFTPD 5-8-5r | ioBananav20 | eggdrop1.6.15+SSL

only rarely is the complete announce working. and when it is announced,
it would be like -:complete:- ¬548748 544661321 5489 /MP3/0820/release
( those #s are kinda odd )

the logs have this....
<---

NONE

unmatched open quote in list
while executing
"lindex $line 2"


[dZS-mod] catched error in '08-24-2004 11:53:33 HALFWAY1: "'
[dZS-mod] catched error in '08-24-2004 11:56:59 COMPLETE-B1: "'

--->
ioB_dZS.skin has no open quotes, set announce(COMPLETE-B1) "blablabla" (not hard)

and thats my problem

neoxed
08-24-2004, 02:38 PM
Check your ioFTPD.log, you have may have an invalid log line. The error, unmatched open quote in list, explains the problem.

For example:
03-01-2004 00:16:38 HALFWAY1: "/Other/Blah/Blah" "neoxed" "STAFF "Retarded?" ...

Should be:
03-01-2004 00:16:38 HALFWAY1: "/Other/Blah/Blah" "neoxed" "STAFF" "Retarded?" ...

syran
08-24-2004, 03:45 PM
HALFWAY1: "/d:/ftp/Other/blah/blah" "Rls" "User" "Group" "22" "2" "100.0" "26"

COMPLETE-B1: "/d:/ftp/Other/blah/blah" "Rls" "30" "3" "28" "18" "11" "User" "Group" "22" "38"

thnx, gotta be those 's. Quotes look fine. But where does it get that from?
All the other events like MP3 announce, and are like so...

MP3: "/Other/blah/blah"

syran
08-26-2004, 12:58 PM
well, just like Harm said

ioBanana.html > installation instructions > step 8.

that was the problem. usually im good about reading too. sry for trouble :)

bugiam
09-12-2004, 07:12 AM
i have the same problem and nothing in section 8 can fix it :/

LordM_2
11-21-2004, 09:53 PM
I have got a similar problem using ioFTPD 5.8.5r ioB v20.

In my ioFTPD.log there is a line like:

11-21-2004 21:35:29 HALFWAY1: "/ = ..\etc\ioftpd.env/Mp3/1122" "ReleaseName" "User" "Group" "**" "*" "***.*" "**"

an somebody tell me, where the ..\etc\ioftpd.env comes from from and how I can fix that?

The complete entry in the log is also broken. Dir Creatin, SFV upload, and so on are ok.

But now I got it. I was missing a new line at the end of my vfs files...

Thx for the help!