-
Notifications
You must be signed in to change notification settings - Fork 133
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
Process quitting on startup on RHEL7 #49
Comments
On Linux Mint 21 / # ps
PID USER TIME COMMAND
1 root 0:00 /sbin/tini -- /bin/start_vsftpd.sh
7 root 0:00 pidproxy /var/run/vsftpd/vsftpd.pid true
36 root 0:00 sh
42 root 0:00 ps If I start Connected to localhost.
220 Welcome Alpine ftp server https://hub.docker.com/r/delfer/alpine-ftp-server/
Name (local-ftp:se): one
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||34886|)
ftp: Can't connect to `127.0.0.1:34886': В соединении отказано
500 Illegal PORT command.
ftp: Can't bind for data connection: Адрес уже используется
ftp> put www.asus.com.txt
local: www.asus.com.txt remote: www.asus.com.txt
500 Illegal PORT command. |
Does |
Similar problem, I start the container, the container gives no error messages what so ever and doesn't exit. But I can't connect and the vsftp process doesn't seam to exist. And no logs are generated. I have seen this problem with multiple docker-images. Could this be a problem with vsftpd? Maybe the vsftpd container died silently in the background? |
Hi everyone,
|
Hello! Which version of Docker do you use? It can be an issue for versions older then 20.10.0 moby/moby#41665 |
Thanks for your quick reply! I'm using a newer version, please find here Docker details:
EDIT: I used docker image on Ubuntu 22.04.2 LTS and it works fine |
Hi, Logs of container running on Ubuntu:
EDIT: I took a look this morning with a colleague, it seems that error found in container's logs about user not found in |
@anne-mrl do you have enabled selinux on Centos? Can you try to disable it?
|
I forgot to write it but we also tried this last week, same result it doesn't work |
Hi @delfer, Good news, we solved this issue by disabling RHEL internal firewall However, |
Hi, I am trying to start the container on RHEL7 using the default
But the container exits instantly and outputs:
I also tried the same on a Windows machine and it works there just fine. Maybe someone has come across this before or have an idea why this might be happening?
The text was updated successfully, but these errors were encountered: