-
Notifications
You must be signed in to change notification settings - Fork 214
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. |
Sorry..duplicate |
Yes, access to the FTP server is working now, the error no longer exists. Then please check in the source code what permissions are assigned to this file? |
Hello. I checked the assembly "openpli-9.1-release-ustym4kpro-20250212_usb.zip", the problem is not solved. |
Never got an answer to my question
What is the output of
on the box when it does not work? In order to fix anything, I need to know what to fix. |
I answered this question for you:
|
I am confused now. First you say "the problem is not solved" and now you say "yes, it is working now"? What is it? |
I meant that the error is fixed after entering these two commands, access to the FTP server starts working:
After that I said that the error is not fixed, because you did not fix it in the "2025-02-12" build. |
Users should not have to telnet after each clean install to fix errors. The FTP server should work immediately after installing the image. |
Because I don't know what exactly needs fixing. My original question was:
Is the ownership not correct? Are the permissions not correct? Are both not correct? I can't just add all possible fixes to the build recipe, in the hope one of them is the correct one. |
I'll reflash the receiver again now to answer your question. I need 15 minutes... |
Thanks. I would do that myself, but I have no access to a box with this problem. |
Brillant, thanks very much. |
…l for some boxes. Closes OpenPLi/enigma2#4164
…l for some boxes. Closes OpenPLi/enigma2#4164
I'll rerun the 9.1 builds for the ustym4kpro, sf8008 and gbtrio4k when the 8.3 build is finished. |
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: