-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTP server fault #4164
Comments
Maybe use winscp instead? |
P.s. Additional info: The problem with FTP appears only in case of a clean installation OpenPLi 9.1 of the "usb" assembly from the "openpli-9.1-release-ustym4kpro-20250106_usb.zip" archive. If the OpenPLi 9.1 was installed from the "multiboot" assembly from the "openpli-9.1-release-ustym4kpro-20250106_multiboot.zip" archive via online update, then FTP works fine. |
That is weird, as apart from partitioning and the recovery image, the "openpli" part in both is identical, it is exactly the same rootfs in both zips. Have you checked /var/log/messages for any errors ? Do you have /etc/vsftpd.conf, and is it owned by root, with permissions 600 (rw - - ) ? |
Hello. If attempts to login to the FTP server fail, new lines are not added to /var/log/message. I did a clean installation of the openpli-9.1-release-ustym4kpro-20250125_usb.zip image, configured the video resolution, connected to the WiFi network and set a password for root, I did not change anything else in the receiver settings. The /etc/vsftpd.conf file is present, here are its contents:
|
I wasn't asking about the contents, but about the file permissions. vsftpd doesn't start if those are not correct. Try
and restart the box. We think this fixes the issue, if you can confirm that, we can commit the fix for it. |
Set-top box is uClan Ustym 4K Pro.
I install OlenPLi 9.1, set WLan connection, set static IP address for local network.
Connection by telnet by login root - OK.
I set new password for root: Enter command passwd & input new password as 12345 & repet new password 12345
I close telnet, then open i connect again, used by login root & password 12345 - OK.
I try connect to FTP server: Request user name - input root. After this, it does not ask for a password, but immediately gives an error:
"ftp login error : oops: config file not owned by correct user, or not a file".
P.s. In version OpenPLi 9.0 - FTP server works without problems.
The problem appeared in 9.1
The text was updated successfully, but these errors were encountered: