Jump to content

FTP problem after upgrade


ikosa

Recommended Posts

Have you added the user Admin to Settings->FTP Server?  Restore the original conf file and desired users to Settings->FTP Server.

sure i did.

 

this is my vsftd.conf file:

# vsftpd.conf for unRAID
# with suggestions from forum user 'nars'
#
connect_from_port_20=YES
write_enable=YES
local_root=/mnt/user/No_move/ftp
local_umask=0
#
# No anonymous logins
anonymous_enable=NO
#
# Allow only local vsftpd.user_list users to log in.
local_enable=YES
userlist_enable=YES
userlist_deny=NO
userlist_file=/boot/config/vsftpd.user_list
check_shell=NO
#
# Logging to syslog
syslog_enable=YES
log_ftp_protocol=NO
xferlog_enable=NO
#
# Misc.
dirmessage_enable=NO
ls_recurse_enable=YES
listen=NO
seccomp_sandbox=NO

 

when i try to login with user bbg i get this error:

OOPS: cannot change directory:/home/bbg

 

when i try to login with user admin i get this error:

priv_sock_get_cmd

 

permissions of ftp home directory:

drwxrwxr-x 1 nobody users          72 Jun 20 12:51 ftp/

 

and i also create user directories under home directory:

drwxrwxrwx 1 admin users 48 Jun 20 12:51 admin/
drwxrwxrwx 1 bbg   users 48 Jun 21 00:48 bbg/

 

and my vsftpd.user_list file:

admin
bbg

 

can somebody post vsftpd.conf file from unraid v.5.x?

Link to comment

ok i got bbg working but not admin  ???

i create bbg dir under /home and bbg logs in but actually logs in to /mnt/user/No_move/ftp that doesnt make sense to me.

but same trick doesnt applies to admin.

 

root@Tower:/# grep bbg /etc/passwd
bbg:x:1003:100:BBG:/home/bbg:/bin/bash

root@Tower:/home# grep admin /etc/passwd
admin:x:1001:100:yonetici:/home/admin:/bin/bash

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...