PDA

View Full Version : only master can see directories - new users see nothing


bleef
08-27-2003, 11:18 AM
OK I have one user with +1MTH flags. I add grp "TEST" successfully. Then I "gadduser TEST test test *@*" sucessfully.

When he logs in, the default directory is blank, however he can access the directories manually.

257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (128,125,171,119,5,141)
LIST -al
150 Opening ASCII mode data connection for directory listing.
226- [Ul: 0.0MB] [Dl: 0.0MB] [Speed: 0.0K/s] [Free: 6839MB]
226 [Section: Default] [Credits: 0.0MB] [Ratio: 1:3]
List Complete: 0 bytes in 1.24 (1.00 KBps)

So he logs in fine, but only sees "/" - doesn't see any directories ie. /UPLOADS.
I have to manually type in the field to change to /UPLOADS and hit enter.

CWD /UPLOADS
250 CWD command successful.
PWD
257 "/UPLOADS/" is current directory.
PASV
227 Entering Passive Mode (128,125,171,119,5,20)
LIST -al
150 Opening ASCII mode data connection for directory listing.
226- [Ul: 0.0MB] [Dl: 0.0MB] [Speed: 43.1K/s] [Free: 6839MB]
226 [Section: Default] [Credits: 0.0MB] [Ratio: 1:3]
List Complete: 133 bytes in 1.20 (0.11 KBps)


If I change the dir to /Uploads it can access the directory just fine. Why can't it see the directories (vfs) in root ???

- my default.vfs and admin.vfs are exactly the same.
- the user has VFSFILE ..\etc\default.vfs in his group file.
- the attributes for ALL directories is 777.

My guess would be it has something to do with file owner, but with 777 perms, wtf ???

Mave_2
08-27-2003, 11:27 AM
Did you try rehash config and save config? after made those changes
or try to restart io
I did have the same issue and that worked for me

bleef
08-27-2003, 11:31 AM
hehe I had rehashed and restarted, but didn't save. So I

site config rehash
site config save

then shutdown the baby
and started her back up....


still didn't work :)

Thanks for the reply though!

Mouton
08-27-2003, 11:36 AM
Had same problem once. Turned out the HD was all mixed up.

A "chkdsk /f e:" fixed it.

Worth a try.

bleef
08-27-2003, 11:44 AM
Drive appears to be perfect.


I'm thinking it has to do with something external to the vfs, grp, and user files because I just reinstalled it but saved the vfs, the ini, and the \sfv checker. A clean install shouldn't have this problem so could it somehow be related to something I did in the ioftpd.ini or the sfv checker ini?

thanks for the replies.

darkone
08-27-2003, 04:09 PM
Originally posted by bleef
hehe I had rehashed and restarted, but didn't save. So I

site config rehash
site config save

then shutdown the baby
and started her back up....


still didn't work :)

Thanks for the reply though!


SITE CHMOD 755 /

bleef
08-28-2003, 10:52 AM
I knew it had to be my dumbass not realizing something that simple. BTW I've asked around and many peeps have had the same problem - and "can't remember what they did to fix it."

...I'd keep this thread handy.

Thanks a lot man.

cpas
10-17-2003, 05:02 AM
site chmod 755 /
site chattr -h /


Have a nice day :)