docker-pure-ftpd icon indicating copy to clipboard operation
docker-pure-ftpd copied to clipboard

Works on raspberry3?

Open ricain59 opened this issue 7 years ago • 14 comments

Hi,

i've try install this on raspberry pi3b+ but port 21 toggle between listen and not listen... Your project is compatible with raspberry 3b+?

Thank you.

ricain59 avatar Oct 03 '18 16:10 ricain59

Hey @ricain59

I've not tried this on a raspberry pi but i can't think of any reason we'd not support it.

You'll need to make sure you open port 21 in any firewall it has though.

Hope this helps.

stilliard avatar Oct 03 '18 17:10 stilliard

Hi,

Yep no firewall and the problem is similar at other docker that installed isn't compatible with raspberry. The port 21 is listening and stop listening because docker apparently not compatible :(

Yet nice work your docker. thank you for help.

ricain59 avatar Oct 03 '18 20:10 ricain59

Ah sorry it's not compatible atm. I have an older gen raspberry pi at work, If I get chance tomorrow I'll test it out & see if there's any way to install it.

stilliard avatar Oct 03 '18 22:10 stilliard

Hi,

Nice and thank you.

ricain59 avatar Oct 04 '18 08:10 ricain59

any news about a rpi build?

darkoddio avatar May 23 '19 15:05 darkoddio

Hi There, I also received this error when running this on Raspberry Pi (Photon OS):"{"log":"standard_init_linux.go:190: exec user process caused "exec format error"\n","stream":"stderr","time":"2019-06-14T09:59:19.540272466Z"}". Any advice on how to get this running would be appreciated!

stoltzmr avatar Jun 14 '19 10:06 stoltzmr

You can try this pure-ftpd image

crazy-max avatar Nov 03 '19 01:11 crazy-max

You can try this pure-ftpd image

thanks but I only need an FTP server, no other services

darkoddio avatar Nov 04 '19 08:11 darkoddio

I haven't had chance to test this yet but there's an arm build of this project available here you could try out: https://hub.docker.com/r/zhabba/pure-ftpd-arm64

stilliard avatar Nov 04 '19 09:11 stilliard

thanks but I only need an FTP server, no other services

@darkoddio It's only Pure-FTPd nothing else. I think you talk about authentication providers like MySQL, PostgreSQL or LDAP right? If so there are natively handled by Pure-FTPd.

crazy-max avatar Nov 04 '19 17:11 crazy-max

Not working on RPB3.. Same error: standard_init_linux.go:190: exec user process caused "exec format error".. And zhabba/pure-ftpd-arm64 is also not working..

frogale avatar Mar 01 '20 17:03 frogale

zhabba's version is not working on my 3B either.

danielschenk avatar Apr 25 '20 10:04 danielschenk

@danielschenk @frogale @stoltzmr @ricain59 if any of you see this post, could tell if you used a 64 bit OS or a 32 bit one ? the image proposed by @stilliard is 64bit and works well on my Quartz64 (another 64 bit ARM SBC) but it might be worth also compiling a 32 bit one if the problem is indeed bit related.

nathmo avatar Feb 14 '23 21:02 nathmo

I'm using Raspbian and was using the 32-bit version at the time, which I believe is still the default. I switched to the (experimental) 64-bit version later but haven't tried this image anymore since then.

I might give it a shot when I find some spare time, but I'm currently not in need of running FTP on my Pi so I can't promise at this time.

danielschenk avatar Feb 14 '23 22:02 danielschenk