View Full Version : Found bugs in beta 5
fobban
09-08-2003, 04:19 PM
When a new user is added hes group isn't shown until a complete restart of the daemon.
Telnet service doesn't seem to work very good. logging in is fine but you cant use any commands, also the idle time is like 157 hours..
dont really know if this is a bug but while the daemon is running you cant change any userfiles, not even if the user(s) isn't logged in. Groupfiles works
can't come up with anything else right know :)
darkone
09-08-2003, 05:14 PM
Telnet commands are now prefixed with dot (like in eggdrop) Go get 5-0-1.. it fixes most of the problems you listed (& some others) Userfiles & groupfiles are now cached on daemon startup.. so only way to alter them is via shared memory (reading them is still possible)
Mouton
09-08-2003, 11:10 PM
another b5 bug in shmem:
szAction 0x003f0071 "RETR am-dcn.r05" char [64]
bTransferStatus 1 '␁' unsigned char
RETR = download -> TransferStatus should be 2, as:
WinMessages.h
BYTE bTransferStatus; // (0 Inactive, 1 Upload, 2 Download, 3 List)
---
szAction 0x003f0071 "STOR Xeon_10.rar" char [64]
bTransferStatus 0 unsigned char
STOR = upload -> TransferStatus should be 1
---
Looks like u forgot a -1 somewhere... or u changed it without changed the .h comment...
darkone
09-09-2003, 06:17 AM
They are: 1 download, 2 upload & 3list
fobban
09-09-2003, 06:52 AM
another bug i've found (allready mentioned it on irc):
Startin from a fresh install:
first thing i did was making a new master account on a different group (not group=ioftpd), after that i removed the M flag from the ioFTPD user and then deluser:d it.
after this i deleted darkone and anonomyous and also the group lSpeed, NoGroup, the ioftpd couldn't be deleted cause it wasn't empty(????).
now to the irritating thing: when adding new users using adduser or gadduser the group isn't shown when doing site users (or anything else that should show it). rehash doesnt work but a complete restart of the daemon does the trick, irritating :|
After this i made a new fresh install but instead of making a new master account i renamed ioFTPD and the group ioftpd, deleted darkone and anonymous and the group lSpeed (didnt remove NoGroup). and now when addning new users it works as it should, the groups is shown correctly..
hope this helps.. :>
darkone
09-09-2003, 07:22 AM
Do NOT delete group NoGroup in any circumstance.. it will break ioftpd (I really can't see why someone would even want to delete it :/)
fobban
09-09-2003, 07:34 AM
okay, then that 'bug' is located :)
Mouton
09-10-2003, 06:50 PM
Another b5 bug:
i found the problem with script not being run one after another.
"site command" works correctly.
but "site commands something_here" doesn't.
like so:
site test
200-test #1 run ok
200-test #2 run ok
200 Command Successful.
site test something
200-test #1 run ok
200 Command Successful.
to replicate bug: use .bat files down there...
test1.bat:
@echo off
echo test #1 run ok
exit 0
test2.bat:
@echo off
echo test #1 run ok
exit 0
ioftpd.ini:
test = ..\scripts\test1.bat
test = ..\scripts\test2.bat
darkone
09-11-2003, 05:27 AM
Yep.. got it, was using wrong variable (dynamic vs static) - and it got overwritten at some point
fobban
09-12-2003, 03:51 AM
Seems like you have broken the speed when showing stats in the latest version (5.0.7).
The speeds shown are VEEEEERY high :)
darkone
09-12-2003, 05:17 AM
Yep, it shows wrong stats (transfered files as speed)
Pichento
09-12-2003, 05:59 AM
And way too many files too :)
Looks funny tho - hope you get 5.0.8 soon
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.