Hello There, Guest! Register

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] - FTP to LeapPad
#59
Just received my LeapPad 3 in the post today, Fired up LeapPad Manager and sucessfully transferred a few games across (More to ensure the Pad 3 will play the custom Pad 2 games.)

I've enabled Dev mode and foolishly forgot to disconnect from WiFi (Bye dev mode toggle app) which is not a problem, i'll just ftp in and remove flags/developer...

except:

Status: Connecting to 192.168.0.111:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Command: USER anonymous
Response: 331 Please specify the password.
Command: PASS *********************
Response: 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
Error: Critical error: Could not connect to server



A quick search reveals:

The error can occur when you've just installed vsftpd on a Linux server and trying to FTP to it.

This is caused by the fact that the directory of the user you’re connecting to, is write-enabled. In normal chroot() situations, the parent directory needs to be read-only.

This means for most situations of useradd, which will create a home directory owned and writeable by the user, the above error of “vsftpd: refusing to run with writable root inside chroot()” will be shown.

To fix this, modify the configuration as such.

$ cat /etc/vsftpd/vsftpd.conf
...
allow_writeable_chroot=YES
If that parameter is missing, just add it to the bottom of the config. Next, restart vsftpd.

$ service vsftpd restart
After that, FTP should run smoothly again.

Alternatively: please consider using sFTP (FTP over SSH) or FTPs (FTP via TLS) with a modified, non-writeable, chroot.

Now i know i can Shell in and send these commands via PUTTY but.. i wondered if I could use the send command function of LeapPad Manager (however the send button is disabled)

Update: I ended up removing the Dev flag by performing a firmware update (I received a nag screen on every boot)
I then stopped trying to FTP as I've been managing with Leappad Manager(pun fully intended)
Just toggled Dev Mode on the Leappad and got FTP access instantly working. 
One thing to note: If your usual Internet is on a different subset (E.G: my ethernet uses 192.168.1.X) you may need to disconnect from your usual Internet before you can get FTP access.
Reply


Messages In This Thread
[Tutorial] - FTP to LeapPad - by Deak Phreak - 05-07-2014, 08:33 PM
RE: FTP to LeapPad - by snipa - 06-18-2014, 02:46 PM
RE: FTP to LeapPad - by Deak Phreak - 06-18-2014, 08:12 PM
RE: FTP to LeapPad - by snipa - 06-19-2014, 02:59 AM
RE: FTP to LeapPad - by Deak Phreak - 06-19-2014, 09:12 AM
RE: FTP to LeapPad - by snipa - 06-19-2014, 11:26 AM
RE: FTP to LeapPad - by Deak Phreak - 06-19-2014, 11:42 AM
RE: FTP to LeapPad - by Oliver Twisted - 08-11-2014, 06:55 AM
RE: FTP to LeapPad - by roboknight - 02-01-2015, 05:10 AM
RE: FTP to LeapPad - by Deak Phreak - 08-16-2014, 02:43 PM
RE: FTP to LeapPad - by snipa - 08-17-2014, 02:10 PM
RE: FTP to LeapPad - by Deak Phreak - 08-17-2014, 02:13 PM
RE: FTP to LeapPad - by Lucy - 02-11-2015, 01:55 PM
RE: FTP to LeapPad - by Deak Phreak - 02-11-2015, 02:53 PM
RE: FTP to LeapPad - by Lucy - 02-11-2015, 03:37 PM
RE: FTP to LeapPad - by Deak Phreak - 02-11-2015, 03:49 PM
RE: FTP to LeapPad - by Lucy - 02-11-2015, 04:10 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 02-12-2015, 06:22 PM
RE: [Tutorial] - FTP to LeapPad - by snipa - 02-13-2015, 02:51 AM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 02-13-2015, 09:44 AM
RE: [Tutorial] - FTP to LeapPad - by graytray - 07-31-2015, 10:55 AM
RE: [Tutorial] - FTP to LeapPad - by snipa - 07-31-2015, 11:09 AM
RE: [Tutorial] - FTP to LeapPad - by graytray - 07-31-2015, 11:19 AM
RE: [Tutorial] - FTP to LeapPad - by roboknight - 01-13-2016, 07:53 AM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 08-02-2015, 11:55 PM
RE: [Tutorial] - FTP to LeapPad - by davemidd - 09-21-2015, 02:14 AM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-22-2016, 07:12 PM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-22-2016, 08:44 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-22-2016, 07:39 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-22-2016, 11:30 PM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-23-2016, 04:41 AM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-23-2016, 10:20 AM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-23-2016, 01:06 PM
RE: [Tutorial] - FTP to LeapPad - by gnurph69 - 06-06-2016, 06:13 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-23-2016, 04:19 PM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-23-2016, 10:04 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-23-2016, 10:09 PM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-25-2016, 06:39 AM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-25-2016, 10:00 AM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-25-2016, 12:00 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-25-2016, 12:17 PM
RE: [Tutorial] - FTP to LeapPad - by d0ct0rd00m - 04-28-2016, 02:31 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 04-28-2016, 03:18 PM
RE: [Tutorial] - FTP to LeapPad - by lancesteel - 07-11-2016, 01:17 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 07-12-2016, 08:37 AM
RE: [Tutorial] - FTP to LeapPad - by lancesteel - 07-12-2016, 12:15 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 07-12-2016, 01:17 PM
RE: [Tutorial] - FTP to LeapPad - by nthndgrt - 06-09-2017, 01:28 PM
RE: [Tutorial] - FTP to LeapPad - by nthndgrt - 06-09-2017, 01:30 PM
RE: [Tutorial] - FTP to LeapPad - by nthndgrt - 06-09-2017, 01:34 PM
RE: [Tutorial] - FTP to LeapPad - by nthndgrt - 06-09-2017, 01:37 PM
RE: [Tutorial] - FTP to LeapPad - by padraig - 12-27-2017, 03:19 PM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 12-27-2017, 09:46 PM
RE: [Tutorial] - FTP to LeapPad - by padraig - 12-28-2017, 09:58 AM
RE: [Tutorial] - FTP to LeapPad - by Deak Phreak - 12-28-2017, 04:40 PM
RE: [Tutorial] - FTP to LeapPad - by Chris Eric - 03-07-2018, 02:25 PM
RE: [Tutorial] - FTP to LeapPad - by ethics - 02-22-2021, 10:45 AM
RE: [Tutorial] - FTP to LeapPad - by DaveyJones - 01-10-2022, 06:11 PM
RE: [Tutorial] - FTP to LeapPad - by Kris_Perry - 10-24-2022, 06:05 AM

Forum Jump: