Speed09 Posted February 22, 2017 Share Posted February 22, 2017 Hello everyone! I'm currently trying to make the script "fakeAP" work on my Pineapple. This script simply creates a fake AP, I let you imagine what for. The problem is: This script require Scapy to work. I tried to install it but when I run the setup script, It says that it can't find "distutils.core". Distutils is used to install python package. I searched a way to install it but, when I try to install it (via OPKG or from source), it says: * pkg_write_filelist: Failed to open //usr/lib/opkg/info/python-distutils.list: No space left on device. * opkg_install_pkg: Failed to extract data files for python-distutils. Package debris may remain! * opkg_install_cmd: Cannot install package python. * opkg_conf_write_status_files: Can't open status file //usr/lib/opkg/status: No space left on device. So, my Pineapple don't have enough space left. I tried to tweak the opkg.conf so it can install it on my sd card (mounted on /sd) but it fails everytime. I deleted a bunch of my modules and temp files, but the result is the same. Has anyone a solution ? Thanks and sorry for bad english! :) Quote Link to comment Share on other sites More sharing options...
kleo Posted February 22, 2017 Share Posted February 22, 2017 Install to sd opkg install --dest sd package Also recommend on reinstalling python installed on the device first to prevent errors like missing libraries. opkg remove python* opkg remove python* opkg --dest sd install python 1 Quote Link to comment Share on other sites More sharing options...
Speed09 Posted February 25, 2017 Author Share Posted February 25, 2017 I finally reset my Pineapple and followed your instructions. Thanks it solved my problem :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.