Jump to content

Struggling with space !


Speed09

Recommended Posts

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! :)

Link to comment
Share on other sites

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

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...